summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJasper van Bourgognie2020-09-12 21:18:13 +0200
committerJasper van Bourgognie2020-09-12 21:18:13 +0200
commitdf6cddb6a26944a20f86df238b678dcbc84fd81b (patch)
treefbcdee3892c83092482a693bccc0a451967ae7ba /PKGBUILD
parent43337ad6fbd1f12e3d44bf329b87d230dd86f82d (diff)
downloadaur-df6cddb6a26944a20f86df238b678dcbc84fd81b.tar.gz
Correct source url and makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e49075deeaff..244756c4b19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libinput-three-finger-drag
pkgver=1.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="Input device management and event handling library"
url="https://www.freedesktop.org/wiki/Software/libinput/"
arch=(x86_64)
@@ -11,11 +11,11 @@ provides=('libinput=1.16.1')
conflicts=('libinput')
depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
+makedepends=('gtk3' 'meson' 'git') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
'python-libevdev: libinput measure')
-source=("git://github.com/louiecaulfield/libinput#tag=1.16.1-3fd")
+source=("libinput::git+https://github.com/louiecaulfield/libinput#tag=1.16.1-3fd")
md5sums=('SKIP')
build() {