summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-xf86-input-dmc/.md5sum2
-rw-r--r--xorg-xf86-input-dmc/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-xf86-input-dmc/.md5sum b/xorg-xf86-input-dmc/.md5sum
index 76ea05c4..c94961bb 100644
--- a/xorg-xf86-input-dmc/.md5sum
+++ b/xorg-xf86-input-dmc/.md5sum
@@ -1 +1 @@
-e1bcbdefcb839173de79aeb3cd038b77 xf86-input-dmc-1.1.0.tar.bz2
+f21f008220bc7687ce1c34ab557ec32f xf86-input-dmc-1.1.1.tar.bz2
diff --git a/xorg-xf86-input-dmc/Pkgfile b/xorg-xf86-input-dmc/Pkgfile
index fb94911d..4536d57b 100644
--- a/xorg-xf86-input-dmc/Pkgfile
+++ b/xorg-xf86-input-dmc/Pkgfile
@@ -3,14 +3,14 @@
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-dmc
-version=1.1.0
+version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-dmc-$version.tar.bz2)
build() {
cd xf86-input-dmc-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit