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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 15:57:18 UTC 2009


    Date: Monday, October 12, 2009 @ 11:57:17
  Author: andyrtr
Revision: 55240

upgpkg: libxres 1.0.4-1
    new version 1.0.4

Modified:
  libxres/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 12:46:18 UTC (rev 55239)
+++ PKGBUILD	2009-10-12 15:57:17 UTC (rev 55240)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=libxres
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="X11 Resource extension library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org"
@@ -12,11 +12,11 @@
 makedepends=('pkgconfig' 'resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto')
 options=(!libtool)
 source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
-md5sums=('de66ffb657aba64c9d6dbdeabb757f3e')
+md5sums=('4daf91f93d924e693f6f6ed276791be2')
 
 build() {
   cd ${srcdir}/libXres-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list