From f486a59c633390d0be56a9ad47526996f7789a8d Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 2 May 2016 09:49:17 +0200 Subject: [PATCH] fix aria2 depend --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fdd79eb..ed031ef 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Mon May 2 07:47:49 UTC 2016 +# Mon May 2 07:49:15 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 0.8.4 @@ -13,7 +13,7 @@ pkgbase = aurutils depends = git depends = jshon depends = expac - depends = aria2>=1.23.0 + depends = aria2 optdepends = devtools: build in an nspawn container optdepends = vifm: improved build file interaction source = https://github.com/AladW/aurutils/archive/0.8.4.tar.gz diff --git a/PKGBUILD b/PKGBUILD index f8425d7..7247d0f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ url=https://github.com/AladW/aurutils license=('ISC') source=("$url/archive/$pkgver.tar.gz") md5sums=('e1d0033cc330e1901710c7970823a9f2') -depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2>=1.23.0') +depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2') 'repose' 'pacutils' 'datamash' checkdepends=('shellcheck') makedepends=('git')