summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-rw-r--r--libre/xorg-server/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/xorg-server/PKGBUILD b/libre/xorg-server/PKGBUILD
index 8dad3bd73..f7feffac6 100644
--- a/libre/xorg-server/PKGBUILD
+++ b/libre/xorg-server/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=xorg-server
pkgname=('xorg-server')
pkgver=1.17.4
-pkgrel=1.parabola1
+pkgrel=2.parabola1
arch=('i686' 'x86_64' 'armv7h')
license=('custom')
url="http://xorg.freedesktop.org"
@@ -146,4 +146,6 @@ package_xorg-server() {
rm -rf "${pkgdir}/usr/lib/pkgconfig"
rm -rf "${pkgdir}/usr/include"
rm -rf "${pkgdir}/usr/share/aclocal"
+ # this is now part of xorg-input-evdev
+ rm -rf "${pkgdir}/usr/share/X11/xorg.conf.d/10-evdev.conf"
}