From ab3c8df5c206ce1f04a6cf2771274f9f40da869b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 10 Oct 2012 17:55:14 +0000 Subject: main/abuild: upgrade to 2.13.0 --- main/abuild/APKBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 5bf145613b..6ce8ae46db 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa pkgdesc="Script to build Alpine Packages" pkgname=abuild -pkgver=2.12.1_git20121002 +pkgver=2.13.0 _ver=${pkgver%_git*} -pkgrel=1 +pkgrel=0 url=http://git.alpinelinux.org/cgit/abuild/ depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils abuildhelper curl" @@ -13,8 +13,7 @@ subpackages="apkbuild-cpan:cpan" pkggroups="abuild" arch="all" license=GPL-2 -source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$_ver.tar.bz2 - abuild-git.patch" +source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$_ver.tar.bz2" _builddir="$srcdir/$pkgname-$_ver" prepare() { @@ -51,5 +50,4 @@ cpan() { mv "$pkgdir"/usr/bin/apkbuild-cpan "$subpkgdir"/usr/bin/ } -md5sums="92348750a3354c3ec7b811716543b8e5 abuild-2.12.1.tar.bz2 -ec1d71201cad30c5c1a41dca2557d03b abuild-git.patch" +md5sums="cbb9bc53843510c2c15c2a5eb369cf67 abuild-2.13.0.tar.bz2" -- cgit v1.2.3