xorg-randrproto: update to 1.4.0

This commit is contained in:
Juergen Daubert 2012-09-18 13:27:48 +02:00
parent 1b4ea64ff8
commit 1b155f9dce
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
597491c0d8055e2a66f11350c4985775 randrproto-1.3.2.tar.bz2
ce4d0b05675968e4c83e003cc809660d randrproto-1.4.0.tar.bz2

View File

@ -1,9 +1,9 @@
# Description: xorg proto randrproto
# Description: Protocol for the X Resize and Rotate Extension
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-randrproto
version=1.3.2
version=1.4.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2)
@ -15,5 +15,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -r $PKG/usr/share
}