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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Oct 21 20:45:59 UTC 2009


    Date: Wednesday, October 21, 2009 @ 16:45:58
  Author: andyrtr
Revision: 56427

upgpkg: libx11 1.3.1-1
    new version 1.3.1

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 20:38:28 UTC (rev 56426)
+++ PKGBUILD	2009-10-21 20:45:58 UTC (rev 56427)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libx11
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -13,13 +13,13 @@
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
         xorg.sh)
-md5sums=('0545089013213e90aac19b8f8045d32e'
+md5sums=('5e6895c6003f3f0172ba8a07b865d8b2'
          '942ff006e69e041f0307c1316e0dec5d')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr \
-              --with-xcb || return 1
+              --with-xcb --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list