diff options
author | Alad Wenter | 2018-02-10 19:02:57 +0100 |
---|---|---|
committer | Alad Wenter | 2018-02-10 19:02:57 +0100 |
commit | ff5084e5e969027505a3855a7a8c8cdac5c1ff55 (patch) | |
tree | f510096373aeba929486a0ffd4680ffb92e0bd85 | |
parent | 0d70afb7f903b8a2196ee8888d40b5c9c79ee632 (diff) | |
download | aur-ff5084e5e969027505a3855a7a8c8cdac5c1ff55.tar.gz |
aurutils-git: update depends
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 12 insertions, 10 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Feb 6 14:07:28 UTC 2018 +# Sat Feb 10 18:02:46 UTC 2018 pkgbase = aurutils-git pkgdesc = helper tools for the arch user repository - pkgver = 1.5.3.r309.g8603a1f + pkgver = 1.5.3.r322.g1707e9b pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -12,9 +12,11 @@ pkgbase = aurutils-git depends = git depends = jq depends = pacutils - optdepends = devtools: aurbuild_chroot - optdepends = expac: aursift - optdepends = parallel: threaded downloads + depends = wget + depends = diffstat + optdepends = devtools: aur-build-nspawn + optdepends = expac: aur-rfilter + optdepends = aria2: threaded downloads optdepends = vifm: build file interaction provides = aurutils conflicts = aurutils @@ -1,6 +1,6 @@ # Maintainer: Alad Wenter <https://github.com/AladW> pkgname=aurutils-git -pkgver=1.5.3.r309.g8603a1f +pkgver=1.5.3.r322.g1707e9b pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -10,11 +10,11 @@ source=('git+https://github.com/AladW/aurutils') sha256sums=('SKIP') conflicts=('aurutils') provides=('aurutils') -depends=('pacman>=5.0' 'git' 'jq' 'pacutils') +depends=('pacman>=5.0' 'git' 'jq' 'pacutils' 'wget' 'diffstat') makedepends=('git') -optdepends=('devtools: aurbuild_chroot' - 'expac: aursift' - 'parallel: threaded downloads' +optdepends=('devtools: aur-build-nspawn' + 'expac: aur-rfilter' + 'aria2: threaded downloads' 'vifm: build file interaction') pkgver() { |