aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-06 17:41:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit4ae40b33ec5ff9fc6f7d7da171f374ce235a175c (patch)
tree2341342e459198bea09b3f5934a9902ce59726b1
parentb7c3a0206e5d77423c4730a4e61d5d44f215b887 (diff)
testing/httrack: rebuild against openssl 1.1
-rw-r--r--testing/httrack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/httrack/APKBUILD b/testing/httrack/APKBUILD
index e3cdec31147..ad84dbaabcb 100644
--- a/testing/httrack/APKBUILD
+++ b/testing/httrack/APKBUILD
@@ -3,12 +3,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=httrack
pkgver=3.49.2
-pkgrel=2
+pkgrel=3
pkgdesc="Website Copier - Free Software Offline Browser"
url="http://www.httrack.com/"
arch="all"
license="GPL-3.0"
-makedepends="zlib-dev libressl-dev libtool"
+makedepends="zlib-dev openssl-dev libtool"
source="http://mirror.httrack.com/historical/${pkgname}-${pkgver}.tar.gz"
subpackages="$pkgname-doc"
builddir="$srcdir/$pkgname-$pkgver"