From f166c24a36e92ce67f04522af7050edcd3b46897 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 28 Mar 2016 16:46:23 +0200 Subject: [PATCH] fix checksums --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 59d5d43..0cff550 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 363a9b6..6e1ac11 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')