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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 12 16:49:40 UTC 2009


    Date: Monday, October 12, 2009 @ 12:49:40
  Author: andyrtr
Revision: 55294

upgpkg: libxrender 0.9.5-1
    new version 0.9.5

Modified:
  libxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 16:47:44 UTC (rev 55293)
+++ PKGBUILD	2009-10-12 16:49:40 UTC (rev 55294)
@@ -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=libxrender
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.5
+pkgrel=1
 pkgdesc="X Rendering Extension client library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -12,11 +12,11 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
-md5sums=('dc266e850c51368f964e0d67bf5fb5e6')
+md5sums=('276dd9e85daf0680616cd9f132b354c9')
 
 build() {
   cd ${srcdir}/libXrender-${pkgver}
-  ./configure --prefix=/usr \
+  ./configure --prefix=/usr --disable-static \
               --build=${CHOST} --host=${CHOST}
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list