xorg-xf86-input-spaceorb: updated to 1.1.1.

This commit is contained in:
Tilman Sauerbeck 2007-09-10 19:17:45 +02:00
parent d4ceb2b8e2
commit 066a8a6f13
3 changed files with 4 additions and 4 deletions

View File

@ -5,5 +5,3 @@ drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/input/
-rwxr-xr-x root/root usr/lib/xorg/modules/input/spaceorb_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/spaceorb_drv.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/

View File

@ -1 +1 @@
294810ca9e93c4096458c6a0f2fb5679 xf86-input-spaceorb-1.1.0.tar.bz2
c7fb96281874733480ba86a5a0a3b5af xf86-input-spaceorb-1.1.1.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-spaceorb
version=1.1.0
version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-spaceorb-$version.tar.bz2)
@ -14,4 +14,6 @@ build() {
make
make DESTDIR=$PKG install
rmdir $PKG/usr/{share/man/man4,share/man,share}
}