summaryrefslogtreecommitdiff
path: root/user/libzip
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-04-18 00:39:01 -0400
committerMax Rees <maxcrees@me.com>2019-04-18 05:02:53 -0400
commita8a436a2987f4a5a3029ace7f9d9bd970b115485 (patch)
tree79439f786664d45a68fc816b5c81d97492feb6d4 /user/libzip
parentcd19523e74f295530c3b71cc63875be405ecd440 (diff)
downloadpackages-a8a436a2987f4a5a3029ace7f9d9bd970b115485.tar.gz
packages-a8a436a2987f4a5a3029ace7f9d9bd970b115485.tar.bz2
packages-a8a436a2987f4a5a3029ace7f9d9bd970b115485.tar.xz
packages-a8a436a2987f4a5a3029ace7f9d9bd970b115485.zip
user/libzip: bump to 1.5.2
https://libzip.org/news/release-1.5.2.html
Diffstat (limited to 'user/libzip')
-rw-r--r--user/libzip/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/libzip/APKBUILD b/user/libzip/APKBUILD
index 32f0a956c..9c1836e60 100644
--- a/user/libzip/APKBUILD
+++ b/user/libzip/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=libzip
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=0
pkgdesc="C library for manipulating ZIP archives"
url="https://libzip.org/"
arch="all"
@@ -19,7 +19,6 @@ source="https://libzip.org/download/$pkgname-$pkgver.tar.xz"
# - CVE-2017-14107
build() {
- cd "$builddir"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
@@ -31,12 +30,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" -j1 install
}
@@ -46,4 +43,4 @@ tools() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-sha512sums="92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d libzip-1.5.1.tar.xz"
+sha512sums="1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643 libzip-1.5.2.tar.xz"