summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2017-03-07 16:27:42 +0100
committerAlad Wenter2017-03-07 16:27:42 +0100
commit079d10040c8ae04f82d2ebcb1bd0a180827814ef (patch)
treede922fb6a19160bc4fb2796fe7cc8724a36e5268 /PKGBUILD
parente6f1e703e1409e9d0f7e6e85bcdacefee0073e73 (diff)
downloadaur-079d10040c8ae04f82d2ebcb1bd0a180827814ef.tar.gz
Update to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e6c7f416e38..a29c68a82df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
pkgname=aurutils
-pkgver=1.4.2
-_commit=1b00b899eadbb816fe2e3f93b9497676049595e8
+pkgver=1.5.0
+_commit=4655b49429add40efd73e3e85492c0a77e05396f
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' 'git' 'jq' 'pacutils>=0.4')
checkdepends=('shellcheck')
makedepends=('git')
optdepends=('devtools: systemd-nspawn support'
- 'vifm: build file interaction'
- 'aria2>=1.23: alternative downloader'
- 'parallel: alternative downloader'
- 'datamash: check tsort input')
+ 'vifm: build file interaction'
+ 'aria2: threaded downloads'
+ 'parallel: threaded downloads'
+ 'expac: aursift script'
+ 'repose: repo-add alternative')
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP')