From 0852cf7df3027cc1addd921d31c0b032983196e0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 8 Jul 2013 11:09:16 +0000 Subject: main/abuild: update depends we no longer depend on file or curl --- main/abuild/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index afbdeb86c4..803cb188cc 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -3,10 +3,10 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.14.3 _ver=${pkgver%_git*} -pkgrel=0 +pkgrel=1 url=http://git.alpinelinux.org/cgit/abuild/ -depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 - abuildhelper curl libc-utils" +depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 abuildhelper + libc-utils" makedepends="openssl-dev pkgconfig" install="$pkgname.pre-install $pkgname.pre-upgrade" subpackages="apkbuild-cpan:cpan" -- cgit v1.2.3