diff --git a/.SRCINFO b/.SRCINFO index 80ba4ce..7c75df3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Thu Mar 31 02:35:26 UTC 2016 +# Fri Apr 1 02:53:57 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the aur - pkgver = 0.2.2 - pkgrel = 2 + pkgver = 0.3.0 + pkgrel = 1 url = https://github.com/AladW/aurutils arch = any license = ISC @@ -18,8 +18,8 @@ pkgbase = aurutils depends = aria2 optdepends = devtools: aurbuild -c optdepends = vifm: improved build file interaction - source = https://github.com/AladW/aurutils/archive/0.2.2.tar.gz - md5sums = 379d357be6d57ddf455729d3643196c8 + source = https://github.com/AladW/aurutils/archive/0.3.0.tar.gz + md5sums = 6c24da309b25bc06cb2901059cc75817 pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 45945e6..61f02bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=0.2.2 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc='helper tools for the aur' arch=('any') url=https://github.com/AladW/aurutils license=('ISC') source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz") -md5sums=('379d357be6d57ddf455729d3643196c8') +md5sums=('6c24da309b25bc06cb2901059cc75817') depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2') checkdepends=('shellcheck') makedepends=('git')