xorg-xf86-input-joystick: updated to 1.3.2.

This commit is contained in:
Tilman Sauerbeck 2008-05-02 10:21:49 +02:00
parent 69fc849d0c
commit b19b8bc4eb
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
ff25ea697cfa1570cc28f4b9cf9c761f xf86-input-joystick-1.3.1.tar.bz2 e48b99e55093525ebb7811a014391a0b xf86-input-joystick-1.3.2.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-xf86-input-joystick name=xorg-xf86-input-joystick
version=1.3.1 version=1.3.2
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2)
@ -14,4 +14,7 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
mv $PKG/usr/man/man4x/joystick.4{x,}
mv $PKG/usr/man/man4{x,}
} }