summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-25 12:16:18 +0200
committerAlad Wenter2016-04-25 12:16:18 +0200
commitaad32ba375b817913f374c8697f810ed73480d30 (patch)
tree80fffae3f4fab2c6efe7fbfb036788c0900e537e
parent4ce8c3959f96b3467a9c7e4812f03a4e4b33f1e2 (diff)
downloadaur-aad32ba375b817913f374c8697f810ed73480d30.tar.gz
fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626c6ef056d3..50417e83cb25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 11:41:31 UTC 2016
+# Mon Apr 25 10:16:13 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 0.8.2
@@ -20,7 +20,7 @@ pkgbase = aurutils
optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction
source = https://github.com/AladW/aurutils/archive/0.8.2.tar.gz
- md5sums = a0ae06fe5d8cfe998a7f5d9c43cedea2
+ md5sums = afad569cbb547aa9e0a5336e1129bcb1
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 93c2217c40c8..22c693d63394 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=('a0ae06fe5d8cfe998a7f5d9c43cedea2')
+md5sums=('afad569cbb547aa9e0a5336e1129bcb1')
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
checkdepends=('shellcheck')
makedepends=('git')