diff --git a/.SRCINFO b/.SRCINFO index d09e70f..535077c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun Apr 3 02:38:31 UTC 2016 +# Mon Apr 4 22:06:54 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 0.3.1 + pkgver = 0.4.0 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -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.3.1.tar.gz - md5sums = 0f053ea31962ce2c57302ca4f300868e + source = https://github.com/AladW/aurutils/archive/0.4.0.tar.gz + md5sums = 3b3b659c128ffbc29ac2db9391b06be0 pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 165c048..6052f59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=0.3.1 +pkgver=0.4.0 pkgrel=1 pkgdesc='helper tools for the arch user repository' arch=('any') url=https://github.com/AladW/aurutils license=('ISC') source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz") -md5sums=('0f053ea31962ce2c57302ca4f300868e') +md5sums=('3b3b659c128ffbc29ac2db9391b06be0') depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2') checkdepends=('shellcheck') makedepends=('git')