diff --git a/.SRCINFO b/.SRCINFO index 5b11f74..74f39a3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun Sep 11 13:03:16 UTC 2016 +# Tue Oct 4 11:16:45 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 1.3.3 + pkgver = 1.3.5 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -11,15 +11,16 @@ pkgbase = aurutils makedepends = git depends = pacman>=5 depends = expac>=7 - depends = aria2>=1.23 depends = git - depends = jshon + depends = jq depends = repose - depends = pacutils + depends = pacutils>=0.4 optdepends = devtools: build in an nspawn container optdepends = vifm: improved build file interaction optdepends = datamash: check tsort input - source = aurutils-1.3.3::git+https://github.com/AladW/aurutils#tag=1.3.3 + optdepends = aria2>=1.23: alternative downloader + optdepends = parallel: alternative downloader + source = aurutils-1.3.5::git+https://github.com/AladW/aurutils#tag=1.3.5 sha256sums = SKIP pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 86780b7..7c1e353 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,19 @@ pkgname=aurutils -pkgver=1.3.3 +pkgver=1.3.5 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' 'aria2>=1.23' 'git' 'jshon' - 'repose' 'pacutils') +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') + 'datamash: check tsort input' + 'aria2>=1.23: alternative downloader' + 'parallel: alternative downloader') source=("$pkgname-$pkgver::git+$url#tag=$pkgver") sha256sums=('SKIP')