diff options
author | Jasper van Bourgognie | 2020-09-12 21:18:13 +0200 |
---|---|---|
committer | Jasper van Bourgognie | 2020-09-12 21:18:13 +0200 |
commit | df6cddb6a26944a20f86df238b678dcbc84fd81b (patch) | |
tree | fbcdee3892c83092482a693bccc0a451967ae7ba | |
parent | 43337ad6fbd1f12e3d44bf329b87d230dd86f82d (diff) | |
download | aur-df6cddb6a26944a20f86df238b678dcbc84fd81b.tar.gz |
Correct source url and makedepends
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,12 +1,13 @@ pkgbase = libinput-three-finger-drag pkgdesc = Input device management and event handling library pkgver = 1.16.1 - pkgrel = 1 + pkgrel = 2 url = https://www.freedesktop.org/wiki/Software/libinput/ arch = x86_64 license = custom:X11 makedepends = gtk3 makedepends = meson + makedepends = git depends = mtdev depends = systemd depends = libevdev @@ -16,7 +17,7 @@ pkgbase = libinput-three-finger-drag optdepends = python-libevdev: libinput measure provides = libinput=1.16.1 conflicts = libinput - 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 pkgname = libinput-three-finger-drag @@ -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() { |