xorg-inputproto: updated to 2.0.1.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 14:33:46 +01:00
parent 58ec167020
commit 512a276683
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
0f7acbc14a082f9ae03744396527d23d inputproto-2.0.tar.bz2
da9bf9e5d174163f597d2d72757d9038 inputproto-2.0.1.tar.bz2

View File

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