From ea77f83b7a6761243d6f24e769cff7476bb462aa Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Thu, 31 Mar 2016 04:33:15 +0200 Subject: [PATCH] depend on release versions --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 69b4b6e..c0e517a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Thu Mar 31 02:16:25 UTC 2016 +# Thu Mar 31 02:33:13 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the aur pkgver = 0.2.2 @@ -11,9 +11,9 @@ pkgbase = aurutils makedepends = git depends = pacman>=5.0 depends = git - depends = repose-git + depends = repose depends = jshon - depends = pacutils-git + depends = pacutils depends = expac depends = aria2 optdepends = devtools: aurbuild -c diff --git a/PKGBUILD b/PKGBUILD index b2b9b43..67c0dfd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ url=https://github.com/AladW/aurutils license=('ISC') source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz") md5sums=('379d357be6d57ddf455729d3643196c8') -depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2') +depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2') checkdepends=('shellcheck') makedepends=('git') optdepends=('devtools: aurbuild -c'