From ca3657e5afe9fed75d6d024dc27347005cef90cd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 5 Mar 2018 12:43:55 -0300 Subject: [PATCH] libxcb: update to 1.13. --- srcpkgs/libxcb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxcb/template b/srcpkgs/libxcb/template index 1ba4949912e..559f55ea28e 100644 --- a/srcpkgs/libxcb/template +++ b/srcpkgs/libxcb/template @@ -1,6 +1,6 @@ # Template file for 'libxcb'. pkgname=libxcb -version=1.12 +version=1.13 revision=1 build_style=gnu-configure configure_args="--disable-build-docs --disable-static --enable-xinput --enable-xkb" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://xcb.freedesktop.org" distfiles="$homepage/dist/$pkgname-$version.tar.bz2" -checksum=4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b +checksum=188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa pre_configure() { sed "s|pthread-stubs ||" -i configure.ac