diff --git a/.SRCINFO b/.SRCINFO index ae3a9a6..0f49296 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Oct 25 12:50:54 UTC 2016 +# Tue Dec 27 19:18:10 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 1.3.6 + pkgver = 1.4.0 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -15,12 +15,12 @@ pkgbase = aurutils depends = jq depends = repose depends = pacutils>=0.4 - optdepends = devtools: build in an nspawn container - optdepends = vifm: improved build file interaction - optdepends = datamash: check tsort input + optdepends = devtools: systemd-nspawn support + optdepends = vifm: build file interaction optdepends = aria2>=1.23: alternative downloader optdepends = parallel: alternative downloader - source = aurutils-1.3.6::git+https://github.com/AladW/aurutils#tag=1.3.6 + optdepends = datamash: check tsort input + source = aurutils-1.4.0::git+https://github.com/AladW/aurutils#commit=ec7f759ee065fcb251b82ff7adac8462f81529e7 sha256sums = SKIP pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 234bdc0..9cce593 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,20 +1,20 @@ pkgname=aurutils -pkgver=1.3.6 +pkgver=1.4.0 +_commit=ec7f759ee065fcb251b82ff7adac8462f81529e7 pkgrel=1 pkgdesc='helper tools for the arch user repository' arch=('any') url=https://github.com/AladW/aurutils license=('ISC') -depends=('pacman>=5' 'expac>=7' 'git' 'jq' - 'repose' 'pacutils>=0.4') +depends=('pacman>=5' 'expac>=7' 'git' 'jq' 'repose' 'pacutils>=0.4') checkdepends=('shellcheck') makedepends=('git') -optdepends=('devtools: build in an nspawn container' - 'vifm: improved build file interaction' - 'datamash: check tsort input' +optdepends=('devtools: systemd-nspawn support' + 'vifm: build file interaction' 'aria2>=1.23: alternative downloader' - 'parallel: alternative downloader') -source=("$pkgname-$pkgver::git+$url#tag=$pkgver") + 'parallel: alternative downloader' + 'datamash: check tsort input') +source=("$pkgname-$pkgver::git+$url#commit=$_commit") sha256sums=('SKIP') check() {