diff --git a/templates/xf86-input-evdev/devel.template b/templates/xf86-input-evdev/devel.template index 0084677303..7eff62eb21 100644 --- a/templates/xf86-input-evdev/devel.template +++ b/templates/xf86-input-evdev/devel.template @@ -12,7 +12,5 @@ do_install() mkdir -p ${DESTDIR}/usr/lib/xorg/modules/input mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr - mv ${SRCPKGDESTDIR}/usr/lib/xorg/modules/input/*.la \ - ${DESTDIR}/usr/lib/xorg/modules/input mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib } diff --git a/templates/xf86-input-evdev/template b/templates/xf86-input-evdev/template index 2234231008..0121a52f96 100644 --- a/templates/xf86-input-evdev/template +++ b/templates/xf86-input-evdev/template @@ -1,11 +1,11 @@ # Template build file for 'xf86-input-evdev'. pkgname=xf86-input-evdev -version=2.2.2 +version=2.2.99.2 distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Xorg event device input driver" maintainer="Juan RP " -checksum=63606119e86c27b47bd7ec4b2b6048b76515df6755fc5dd8bcfc98f5fe53d994 +checksum=1eae4c4b5927c514aeca060a9ff177a7f2819d0628fad76fef5fd39c52733599 long_desc=" This package provides the Xorg event device input driver for the Xorg X11 server."