summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper van Bourgognie2022-01-12 23:56:34 +0100
committerJasper van Bourgognie2022-01-12 23:56:34 +0100
commit5c48a8e6cbd0702f8017eccc2785829e80fd52d9 (patch)
tree436130d0e94431ffd638db9e2c604f2eaaa0aa99
parentbebd88c4d46ba7b43e2d0236cafac0edc263162f (diff)
downloadaur-5c48a8e6cbd0702f8017eccc2785829e80fd52d9.tar.gz
update to 1.19.3 with most recent work of https://gitlab.freedesktop.org/abcdef/libinput
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3c69458a34..c10d76fd4b72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libinput-three-finger-drag
pkgdesc = Input device management and event handling library
- pkgver = 1.19.2
- pkgrel = 2
+ pkgver = 1.19.3
+ pkgrel = 0
url = https://www.freedesktop.org/wiki/Software/libinput/
arch = x86_64
license = custom:X11
@@ -17,9 +17,9 @@ pkgbase = libinput-three-finger-drag
optdepends = gtk3: libinput debug-gui
optdepends = python-pyudev: libinput measure
optdepends = python-libevdev: libinput measure
- provides = libinput=1.19.2
+ provides = libinput=1.19.3
conflicts = libinput
- source = libinput::git+https://github.com/jasper-van-bourgognie/libinput#tag=1.19.2-3fd
+ source = libinput::git+https://github.com/jasper-van-bourgognie/libinput#tag=1.19.3-3fd
md5sums = SKIP
pkgname = libinput-three-finger-drag
diff --git a/PKGBUILD b/PKGBUILD
index 3ddc3b09c388..7082489f8949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jasper van Bourgognie <louiecaulfield@gmail.com>
pkgname=libinput-three-finger-drag
-pkgver=1.19.2
-pkgrel=2
+pkgver=1.19.3
+pkgrel=0
pkgdesc="Input device management and event handling library"
url="https://www.freedesktop.org/wiki/Software/libinput/"
arch=(x86_64)
license=(custom:X11)
-provides=('libinput=1.19.2')
+provides=('libinput=1.19.3')
conflicts=('libinput')
depends=('mtdev' 'systemd' 'libevdev' 'libwacom' 'cmake' 'wayland-protocols')
# upstream doesn't recommend building docs
@@ -15,8 +15,7 @@ makedepends=('gtk3' 'meson' 'git') # 'doxygen' 'graphviz' 'python-sphinx' 'pytho
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
'python-libevdev: libinput measure')
-source=("libinput::git+https://github.com/jasper-van-bourgognie/libinput#tag=1.19.2-3fd")
-#source=("libinput::git+file:///home/jasper/Documents/code/libinput#branch=wip/three-finger-jasper")
+source=("libinput::git+https://github.com/jasper-van-bourgognie/libinput#tag=1.19.3-3fd")
md5sums=('SKIP')
build() {