xorg-fontsproto: updated to 2.1.1.

This commit is contained in:
Tilman Sauerbeck 2011-01-07 14:31:53 +01:00
parent 7f314cb734
commit 50cf186ff7
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2
37102ffcaa73f77d700acd6f7a25d8f0 fontsproto-2.1.1.tar.bz2

View File

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