From 2b1ef09196932fa57a6e68519913375797b94391 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 22 Jun 2015 06:08:58 +0000 Subject: main/abuild: add pkgconf to depends it is needed for managing the pkg-config dependencies --- main/abuild/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/abuild') diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index a8ee6dc471..ad6f0ddbba 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,13 +2,13 @@ pkgname=abuild pkgver=2.23.0 _ver=${pkgver%_git*} -pkgrel=0 +pkgrel=1 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 - attr tar" + attr tar pkgconf" if [ "$CBUILD" = "$CHOST" ]; then depends="$depends curl" fi -- cgit v1.2.3