summaryrefslogtreecommitdiff
path: root/package/libxcb/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-24 16:42:26 +0200
commitcbdfc3b84ec5a246b83fb991fd865754b841f9c5 (patch)
tree19c96c6cd337984249264b43d548100260a3e857 /package/libxcb/Makefile
parent36b8021619c7f7a8ec6fee10e3bfa6e7ff8d9d48 (diff)
parentba1dbc96f36abce072ac39a33bb0bd85e12a4e97 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libxcb/Makefile')
-rw-r--r--package/libxcb/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile
index ba6d72c29..f394cc10f 100644
--- a/package/libxcb/Makefile
+++ b/package/libxcb/Makefile
@@ -4,13 +4,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libxcb
-PKG_VERSION:= 1.7
-PKG_RELEASE:= 2
-PKG_MD5SUM:= f715e53c9c1b25f856d14d6123663d96
+PKG_VERSION:= 1.9.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 324c76024a73dba8a902638696ba87de
PKG_DESCR:= X11 keyboard library
PKG_SECTION:= x11/libs
PKG_BUILDDEP:= python2 libpthread-stubs libxslt libXau xcb-proto
-PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_SITES:= http://xcb.freedesktop.org/dist/
PKG_OPTS:= dev
include $(TOPDIR)/mk/package.mk