diff --git a/xorg-xf86-input-joystick/.md5sum b/xorg-xf86-input-joystick/.md5sum index 41efeeee..8e3332d5 100644 --- a/xorg-xf86-input-joystick/.md5sum +++ b/xorg-xf86-input-joystick/.md5sum @@ -1 +1 @@ -ff25ea697cfa1570cc28f4b9cf9c761f xf86-input-joystick-1.3.1.tar.bz2 +e48b99e55093525ebb7811a014391a0b xf86-input-joystick-1.3.2.tar.bz2 diff --git a/xorg-xf86-input-joystick/Pkgfile b/xorg-xf86-input-joystick/Pkgfile index 5e9f9150..f5c5665b 100644 --- a/xorg-xf86-input-joystick/Pkgfile +++ b/xorg-xf86-input-joystick/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xf86-input-joystick -version=1.3.1 +version=1.3.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-joystick-$version.tar.bz2) @@ -14,4 +14,7 @@ build() { make make DESTDIR=$PKG install + + mv $PKG/usr/man/man4x/joystick.4{x,} + mv $PKG/usr/man/man4{x,} }