diff --git a/.SRCINFO b/.SRCINFO index 9776ff4..33881f5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed May 18 11:02:55 UTC 2016 +# Sat May 28 05:12:27 UTC 2016 pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 1.0.0 + pkgver = 1.0.1 pkgrel = 1 url = https://github.com/AladW/aurutils arch = any @@ -19,8 +19,8 @@ pkgbase = aurutils depends = datamash optdepends = devtools: build in an nspawn container optdepends = vifm: improved build file interaction - source = https://github.com/AladW/aurutils/archive/1.0.0.tar.gz - sha256sums = 311e77a225cc063c4e1dabaab5f53e947734c2d39ca4157bcfe02011d29e5a79 + source = https://github.com/AladW/aurutils/archive/1.0.1.tar.gz + sha256sums = d11cfb88d33489eb69b504613758011017376953bbabe0a594ea3c20fcb8d70e pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 5db0dfc..c7e5f44 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ pkgname=aurutils -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='helper tools for the arch user repository' arch=('any') url=https://github.com/AladW/aurutils license=('ISC') source=("$url/archive/$pkgver.tar.gz") -sha256sums=('311e77a225cc063c4e1dabaab5f53e947734c2d39ca4157bcfe02011d29e5a79') +sha256sums=('d11cfb88d33489eb69b504613758011017376953bbabe0a594ea3c20fcb8d70e') depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon' 'repose' 'pacutils' 'datamash') checkdepends=('shellcheck')