xorg-compositeproto: updated to 0.4.

This commit is contained in:
Tilman Sauerbeck 2007-07-06 18:32:59 +02:00
parent 5c1cb09328
commit 3aaa947421
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
54f1fbd567f57093df054f8440a60a5e compositeproto-0.3.1.tar.bz2 6281344d656d4e0c8e9db4918efe3d1d compositeproto-0.4.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-compositeproto name=xorg-compositeproto
version=0.3.1 version=0.4
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$version.tar.bz2)
@ -14,4 +14,6 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/share
} }