fix checksums

This commit is contained in:
Alad Wenter 2016-03-28 16:46:23 +02:00
parent 82791671cb
commit f166c24a36
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Mon Mar 28 12:29:53 UTC 2016
# Mon Mar 28 14:46:20 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the aur
pkgver = 0.2.1
@ -19,7 +19,7 @@ pkgbase = aurutils
optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction
source = https://github.com/AladW/aurutils/archive/0.2.1.tar.gz
md5sums = fa27ab006516438f6ce81499812f5f7d
md5sums = e7530dcf300b13a2a34754e43ce0395d
pkgname = aurutils

View file

@ -6,7 +6,7 @@ arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
md5sums=('fa27ab006516438f6ce81499812f5f7d')
md5sums=('e7530dcf300b13a2a34754e43ce0395d')
depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
checkdepends=('shellcheck')
makedepends=('git')