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

Jan de Groot jgc at archlinux.org
Fri Dec 5 21:07:26 UTC 2008


    Date: Friday, December 5, 2008 @ 16:07:26
  Author: jgc
Revision: 20584

upgpkg: libxcb 1.1.92-1

Modified:
  libxcb/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-05 21:00:06 UTC (rev 20583)
+++ PKGBUILD	2008-12-05 21:07:26 UTC (rev 20584)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxcb
-pkgver=1.1.90.1
+pkgver=1.1.92
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,16 +12,13 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2
-	libxcb-1.1-no-pthread-stubs.patch
-	libxcb-1.1-sloppy-lock.patch)
-md5sums=('c4b67c5576ed58e2fd4a2855c0b21aa6'
-         'a53f09ab3ec5cbfc1b0848bd137c535a'
-         '4b3fbedc471d7ab336a18f1d0f853ddd')
+	libxcb-1.1-no-pthread-stubs.patch)
+md5sums=('8855de3467ad11b5fc78296624770dc4'
+         'a53f09ab3ec5cbfc1b0848bd137c535a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/libxcb-1.1-no-pthread-stubs.patch || return 1
-  patch -Np1 -i ${srcdir}/libxcb-1.1-sloppy-lock.patch || return 1
   libtoolize --force --copy || return 1
   aclocal || return 1
   autoconf || return 1




More information about the arch-commits mailing list