summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-24 10:43:28 -0400
committerVincent Grande2021-03-24 10:43:28 -0400
commitf4d079af4b35648b915233d6317e8f94a4a539e8 (patch)
treec9682e31cf30395d29958726fd6c70565293d4cf
parent7e8075a4dba1f3068ab2f86588e85c853840aa23 (diff)
downloadaur-f4d079af4b35648b915233d6317e8f94a4a539e8.tar.gz
fix
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf8c2629c63..b38167e12718 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = xf86-input-libinput-git
optdepends = xorg-xinput: input configuration for X
provides = xf86-input-libinput
conflicts = xf86-input-libinput
- source = https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput
+ source = git+https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput
validpgpkeys = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ad1dad778772..4d77450b2680 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 'X-ABI-XINPUT_VERSION>
provides=('xf86-input-libinput')
conflicts=('xf86-input-libinput')
groups=('xorg-drivers')
-source=("https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput")
+source=("git+https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput")
sha512sums=('SKIP')
validpgpkeys=('SKIP') # Peter Hutterer (Who-T) <office@who-t.net>