[arch-commits] Commit in libxcb/trunk (PKGBUILD libxcb-1.1-no-pthread-stubs.patch)

Jan de Groot jgc at archlinux.org
Sun May 9 18:41:22 UTC 2010


    Date: Sunday, May 9, 2010 @ 14:41:21
  Author: jgc
Revision: 79958

upgpkg: libxcb 1.6-1
Update to 1.6

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

-----------------------------------+
 PKGBUILD                          |    6 +++---
 libxcb-1.1-no-pthread-stubs.patch |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-09 18:34:45 UTC (rev 79957)
+++ PKGBUILD	2010-05-09 18:41:21 UTC (rev 79958)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=libxcb
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
 license=('custom')
 source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2
         libxcb-1.1-no-pthread-stubs.patch)
-md5sums=('d19c0ba6ba42ebccd3d62d8bb147b551'
-         '2da07ad25b594457b7396a9155d0e5b6')
+sha1sums=('b0a6fec4c02ec876f32bbd4b64ffe8a25f0da518'
+         '3455e84642283bc91c8313af319002a20bbcbdf4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: libxcb-1.1-no-pthread-stubs.patch
===================================================================
--- libxcb-1.1-no-pthread-stubs.patch	2010-05-09 18:34:45 UTC (rev 79957)
+++ libxcb-1.1-no-pthread-stubs.patch	2010-05-09 18:41:21 UTC (rev 79958)
@@ -4,7 +4,7 @@
 @@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.5)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.6)
 -NEEDED="pthread-stubs xau >= 0.99.2"
 +NEEDED="xau >= 0.99.2"
  PKG_CHECK_MODULES(NEEDED, $NEEDED)




More information about the arch-commits mailing list