xorg-resourceproto: updated to 1.2.0.

This commit is contained in:
Tilman Sauerbeck 2011-06-21 20:15:37 +02:00
parent 20bce7b9c0
commit 4b780707d3
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
8ff0525ae7502b48597b78d00bc22284 resourceproto-1.1.1.tar.bz2
cfdb57dae221b71b2703f8e2980eaaf4 resourceproto-1.2.0.tar.bz2

View File

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