[arch-commits] Commit in libtxc_dxtn/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Fri Jan 30 16:30:37 UTC 2015


    Date: Friday, January 30, 2015 @ 17:30:37
  Author: lcarlier
Revision: 230289

upgpkg: libtxc_dxtn 1.0.1-6

fix circular dependency with mesa

Modified:
  libtxc_dxtn/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-30 12:34:34 UTC (rev 230288)
+++ PKGBUILD	2015-01-30 16:30:37 UTC (rev 230289)
@@ -4,12 +4,13 @@
 
 pkgname=libtxc_dxtn
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 arch=(i686 x86_64)
 pkgdesc="S3 Texture Compression (S3TC) library for Mesa"
 url="http://dri.freedesktop.org/wiki/S3TC"
 license=(custom:BSD)
-depends=(mesa)
+depends=('glibc')
+makedepends=(mesa)
 source=(http://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('7105107f07ac49753f4b61ba9d0c79c5')
 



More information about the arch-commits mailing list