aboutsummaryrefslogtreecommitdiffstats
path: root/community/libzip
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-31 18:41:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:13 +0000
commit83956e2b7a0597aef9861db6e627cb23ad25be46 (patch)
tree60feea52197afdc6277851fe780e6efe569db592 /community/libzip
parente29781a3f93996b2c9b9503bb300708c8fe917aa (diff)
downloadaports-83956e2b7a0597aef9861db6e627cb23ad25be46.tar.bz2
aports-83956e2b7a0597aef9861db6e627cb23ad25be46.tar.xz
community/libzip: rebuild against openssl 1.1
Diffstat (limited to 'community/libzip')
-rw-r--r--community/libzip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD
index 6fb0a72ba2..0272295d83 100644
--- a/community/libzip/APKBUILD
+++ b/community/libzip/APKBUILD
@@ -3,13 +3,13 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=libzip
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="C library for manipulating zip archives"
url="http://www.nih.at/libzip/index.html"
arch="all"
license="BSD-3-Clause"
depends_dev="zlib-dev"
-makedepends="$depends_dev cmake libressl-dev perl"
+makedepends="$depends_dev cmake openssl-dev perl"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"