From b8c75be622db05ba1989aebe2304ca26173fc4d9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 10 Oct 2016 13:15:50 +0000 Subject: main/abuild: use libressl --- main/abuild/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/abuild/APKBUILD') diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 5de49bc847..b95cfe2846 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,12 +2,12 @@ pkgname=abuild pkgver=2.28.0 _ver=${pkgver%_git*} -pkgrel=2 +pkgrel=3 pkgdesc="Script to build Alpine Packages" url="http://git.alpinelinux.org/cgit/abuild/" arch="all" license="GPL2" -depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils +depends="fakeroot sudo pax-utils libressl apk-tools>=2.0.7-r1 libc-utils attr tar pkgconf patch" if [ "$CBUILD" = "$CHOST" ]; then depends="$depends curl" -- cgit v1.2.3