summarylogtreecommitdiffstats
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
parent53656ccff0bccfc67a521abb22f5611754f6758b (diff)
downloadaur-43337ad6fbd1f12e3d44bf329b87d230dd86f82d.tar.gz
Fix version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9952a12cf2..ea8b0804bfb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,9 +14,9 @@ pkgbase = libinput-three-finger-drag
optdepends = gtk3: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-libevdev: libinput measure
- provides = libinput
+ provides = libinput=1.16.1
conflicts = libinput
- source = git://github.com/louiecaulfield/libinput
+ source = git://github.com/louiecaulfield/libinput#tag=1.16.1-3fd
md5sums = SKIP
pkgname = libinput-three-finger-drag
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() {