xorg-libxcb-32: 1.9 -> 1.9.1

This commit is contained in:
Danny Rawlins 2013-05-31 21:41:27 +10:00
parent f501a646cd
commit 5ca7d18efe
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2b05856e9d1cb37836aae7406f2f4ce2 libxcb-1.9.tar.bz2
ed632cb0dc31b6fbd7ea5c0f931cf5a4 libxcb-1.9.1.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-xcb-proto-32 xorg-libxdmcp-32 xorg-libxau-32 libxslt-32 libpthread-stubs-32 xorg-libxcb
name=xorg-libxcb-32
version=1.9
version=1.9.1
release=1
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,share}
rm -r $PKG/usr/{include,share}
}