diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-28 21:59:04 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-28 21:59:04 +0200 |
commit | 985c27481a900561e06d537edcb96c5df7ce5c40 (patch) | |
tree | 3f0ce6e80cc927c1f1e0f065a7dcfde45ea78c25 | |
parent | 031acdc2f1394a994a03947efec80c168e9fc397 (diff) | |
download | aports-985c27481a900561e06d537edcb96c5df7ce5c40.zip |
main/libtxc_dxtn: rename tarball and improve abuild
Commit 706977496163e08c5a8818521fbe9ea3a836712f changed the source, but
builders still use the old cached tarball.
-rw-r--r-- | main/libtxc_dxtn/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libtxc_dxtn/APKBUILD b/main/libtxc_dxtn/APKBUILD index 36affdc4ebf..7741a614781 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" |