summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris McCleary2018-05-30 00:38:02 -0400
committerKris McCleary2018-05-30 00:38:02 -0400
commit54a40637acd24f695c3a6aa7dd7b2ccc741bbad7 (patch)
treed1763cbcd36c69146ee20be83c3105eb011fa6f9
parentc6372cdef922657f54831cb1c8487f095ba329a7 (diff)
downloadaur-54a40637acd24f695c3a6aa7dd7b2ccc741bbad7.tar.gz
Updated to 1.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90f5e9a5b62..d5d7431010ff 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.3.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lib32-libzip
depends = lib32-zlib
depends = lib32-glibc
options = !libtool
- source = http://www.nih.at/libzip/libzip-1.3.0.tar.gz
+ source = http://www.nih.at/libzip/libzip-1.5.1.tar.gz
sha256sums = a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398
pkgname = lib32-libzip
diff --git a/PKGBUILD b/PKGBUILD
index 62e71739ce5a..b9a9171a1d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libzip
pkgname=lib32-${_pkgname}
-pkgver=1.3.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives"
url="http://www.nih.at/libzip/index.html"