summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris McCleary2018-05-30 00:41:15 -0400
committerKris McCleary2018-05-30 00:41:15 -0400
commit09ad28415335973e64dafcbd0e8c5b5b4699b2e7 (patch)
tree6ba81384f5060e80ff2ddb8b4f7249a614fd919e
parent54a40637acd24f695c3a6aa7dd7b2ccc741bbad7 (diff)
downloadaur-09ad28415335973e64dafcbd0e8c5b5b4699b2e7.tar.gz
Updated to 1.5.1; fix sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5d7431010ff..948de8f49a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = lib32-libzip
depends = lib32-glibc
options = !libtool
source = http://www.nih.at/libzip/libzip-1.5.1.tar.gz
- sha256sums = a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398
+ sha256sums = 47eaa45faa448c72bd6906e5a096846c469a185f293cafd8456abb165841b3f2
pkgname = lib32-libzip
diff --git a/PKGBUILD b/PKGBUILD
index b9a9171a1d29..58359dd8f30a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('lib32-zlib' 'lib32-glibc')
makedepends=('gcc-multilib')
options=('!libtool')
source=("http://www.nih.at/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398')
+sha256sums=('47eaa45faa448c72bd6906e5a096846c469a185f293cafd8456abb165841b3f2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"