-git depends
This commit is contained in:
parent
a40161cf87
commit
4c9bca8769
2 changed files with 4 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Mar 26 19:16:09 UTC 2016
|
||||
# Sat Mar 26 19:21:25 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the aur
|
||||
pkgver = 0.1.0
|
||||
|
@ -11,9 +11,9 @@ pkgbase = aurutils
|
|||
makedepends = git
|
||||
depends = pacman>=5.0
|
||||
depends = git
|
||||
depends = repose
|
||||
depends = repose-git
|
||||
depends = jshon
|
||||
depends = pacutils
|
||||
depends = pacutils-git
|
||||
depends = expac
|
||||
depends = aria2
|
||||
optdepends = devtools: aurbuild -c
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -6,7 +6,7 @@ arch=('any')
|
|||
url='https://github.com/AladW/aurutils'
|
||||
license=('ISC')
|
||||
source=("$url/archive/0.1.0.tar.gz")
|
||||
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2')
|
||||
depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
|
||||
checkdepends=('shellcheck')
|
||||
makedepends=('git')
|
||||
optdepends=('devtools: aurbuild -c'
|
||||
|
|
Loading…
Reference in a new issue