summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris McCleary2017-09-15 17:11:59 -0400
committerKris McCleary2017-09-15 17:11:59 -0400
commitc6372cdef922657f54831cb1c8487f095ba329a7 (patch)
tree57c8db44763eafe8886d90f61b8f331956fa9fec
parent592eeb45debde1337c68f75d11003c4452c4c41b (diff)
downloadaur-c6372cdef922657f54831cb1c8487f095ba329a7.tar.gz
Bump to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3635bc4474aa..b90f5e9a5b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lib32-libzip
depends = lib32-zlib
depends = lib32-glibc
options = !libtool
- source = http://www.nih.at/libzip/libzip-1.2.0.tar.gz
- sha256sums = 6cf9840e427db96ebf3936665430bab204c9ebbd0120c326459077ed9c907d9f
+ source = http://www.nih.at/libzip/libzip-1.3.0.tar.gz
+ sha256sums = a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398
pkgname = lib32-libzip
diff --git a/PKGBUILD b/PKGBUILD
index dd871cfb56ed..62e71739ce5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libzip
pkgname=lib32-${_pkgname}
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives"
url="http://www.nih.at/libzip/index.html"
@@ -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=('6cf9840e427db96ebf3936665430bab204c9ebbd0120c326459077ed9c907d9f')
+sha256sums=('a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"