xorg-xcmiscproto: updated to 1.2.1.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 15:11:18 +01:00
parent 39ef8ca85b
commit 938f81063d
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
7b83e4a7e9f4edc9c6cfb0500f4a7196 xcmiscproto-1.2.0.tar.bz2
cd7372cd827bfd7ca7e9238f2ce274b1 xcmiscproto-1.2.1.tar.bz2

View File

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