aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-04 10:14:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:00 +0000
commit4ba3316ae2e9e18f7a3ba0e694b2c940a31e4718 (patch)
tree7d96607e434a58ef714733113f23b53351c210a7 /main/abuild
parentd79495ee79db422c69149950a7ae6a1340b2c267 (diff)
downloadaports-4ba3316ae2e9e18f7a3ba0e694b2c940a31e4718.tar.bz2
aports-4ba3316ae2e9e18f7a3ba0e694b2c940a31e4718.tar.xz
main/abuild: rebuild against libressl
Diffstat (limited to 'main/abuild')
-rw-r--r--main/abuild/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 4c8996e68c..5de49bc847 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -2,7 +2,7 @@
pkgname=abuild
pkgver=2.28.0
_ver=${pkgver%_git*}
-pkgrel=1
+pkgrel=2
pkgdesc="Script to build Alpine Packages"
url="http://git.alpinelinux.org/cgit/abuild/"
arch="all"
@@ -13,7 +13,7 @@ if [ "$CBUILD" = "$CHOST" ]; then
depends="$depends curl"
fi
makedepends_build="pkgconfig"
-makedepends_host="openssl-dev"
+makedepends_host="libressl-dev"
makedepends="$makedepends_host $makedepends_build"
install="$pkgname.pre-install $pkgname.pre-upgrade"
subpackages="apkbuild-cpan:cpan apkbuild-gem-resolver:gems"