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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:25:21 UTC 2009


    Date: Monday, October 12, 2009 @ 12:25:20
  Author: andyrtr
Revision: 55277

upgpkg: libxxf86dga 1.1.1-1
    new version 1.1.1

Modified:
  libxxf86dga/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 16:23:48 UTC (rev 55276)
+++ PKGBUILD	2009-10-12 16:25:20 UTC (rev 55277)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=libxxf86dga
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="X11 Direct Graphics Access extension library"
 arch=(i686 x86_64)
@@ -13,11 +13,11 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
-md5sums=('6e3da66b0594ae1d5240e5be8ee64b32')
+md5sums=('368837d3d7a4d3b4f70be48383e3544e')
 
 build() {
   cd "${srcdir}/libXxf86dga-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list