summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJasper van Bourgognie2020-09-11 13:58:47 +0200
committerJasper van Bourgognie2020-09-11 13:58:47 +0200
commit43337ad6fbd1f12e3d44bf329b87d230dd86f82d (patch)
tree1594af6812767f0bdaa60e6e4df0a31bb8650389 /PKGBUILD
parent53656ccff0bccfc67a521abb22f5611754f6758b (diff)
downloadaur-43337ad6fbd1f12e3d44bf329b87d230dd86f82d.tar.gz
Fix version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ed066d336a..e49075deeaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Input device management and event handling library"
url="https://www.freedesktop.org/wiki/Software/libinput/"
arch=(x86_64)
license=(custom:X11)
-provides=('libinput')
+provides=('libinput=1.16.1')
conflicts=('libinput')
depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
# upstream doesn't recommend building docs
@@ -15,7 +15,7 @@ makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 'python-reco
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
'python-libevdev: libinput measure')
-source=("git://github.com/louiecaulfield/libinput")
+source=("git://github.com/louiecaulfield/libinput#tag=1.16.1-3fd")
md5sums=('SKIP')
build() {