diff --git a/.SRCINFO b/.SRCINFO index e5e269b..02ee6ab 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index e38800b..85758ec 100644 --- a/PKGBUILD +++ b/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'