xorg-recordproto: updated to 1.14.1.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 15:04:55 +01:00
parent 9393297b14
commit 1eda4cf3d2
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
70f5998c673aa510e2acd6d8fb3799de recordproto-1.14.tar.bz2
24541a30b399213def35f48efd926c63 recordproto-1.14.1.tar.bz2

View File

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