From 985c27481a900561e06d537edcb96c5df7ce5c40 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 28 Apr 2017 21:59:04 +0200 Subject: main/libtxc_dxtn: rename tarball and improve abuild Commit 706977496163e08c5a8818521fbe9ea3a836712f changed the source, but builders still use the old cached tarball. --- main/libtxc_dxtn/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'main/libtxc_dxtn/APKBUILD') diff --git a/main/libtxc_dxtn/APKBUILD b/main/libtxc_dxtn/APKBUILD index 36affdc4eb..7741a61478 100644 --- a/main/libtxc_dxtn/APKBUILD +++ b/main/libtxc_dxtn/APKBUILD @@ -7,14 +7,12 @@ pkgdesc="S3TC texture decompression helper library" url="http://dri.freedesktop.org/wiki/S3TC" arch="all" license="BSD" -depends="" depends_dev="mesa-dev" makedepends="$depends_dev automake autoconf libtool" -install="" subpackages="$pkgname-dev" -source="https://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2" +source="$pkgname-$pkgver-r$pkgrel.tar.bz2::https://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2" +builddir="$srcdir/$pkgname-$pkgver" -builddir="$srcdir"/libtxc_dxtn-$pkgver prepare() { default_prepare libtoolize --force && aclocal -I m4 && autoreconf -fvi \ @@ -38,4 +36,4 @@ package() { rm "$pkgdir"/usr/lib/libtxc_dxtn.la } -sha512sums="56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 libtxc_dxtn-1.0.1.tar.bz2" +sha512sums="56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 libtxc_dxtn-1.0.1-r5.tar.bz2" -- cgit v1.2.3