xorg-bigreqsproto: updated to 1.1.1.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 14:22:14 +01:00
parent b43c429e10
commit 7ce2a1e0df
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
d30c5dbf19ca6dffcd9788227ecff8c5 bigreqsproto-1.1.0.tar.bz2
6f6c24436c2b3ab235eb14a85b9aaacf bigreqsproto-1.1.1.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-bigreqsproto
version=1.1.0
version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2)
@ -14,4 +14,7 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/bigreqsproto/bigreq.xml
find $PKG/usr/share -type d -delete
}