summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-10-01 16:07:51 +1000
committerMark Blakeney2017-10-01 16:07:51 +1000
commitcfedbaaad428f5f5b54aa5d6cedd19c307976d7b (patch)
treefff9a69daa0bf64890427cc0cdd1550056905b39
parent0c96a29d9804f8425fa9031c13a3a67c6e95da43 (diff)
downloadaur-cfedbaaad428f5f5b54aa5d6cedd19c307976d7b.tar.gz
Make downloaded source file globally unique name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c604a58f7e..f773c3a08f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 2 05:20:47 UTC 2017
+# Sun Oct 1 06:07:35 UTC 2017
pkgbase = libinput-gestures
pkgdesc = Actions gestures on your touchpad using libinput
pkgver = 2.28
@@ -16,7 +16,7 @@ pkgbase = libinput-gestures
conflicts = libinput-gestures-git
replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
- source = https://github.com/bulletmark/libinput-gestures/archive/2.28.tar.gz
+ source = libinput-gestures-2.28.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.28.tar.gz
md5sums = b9e3015ea6e059e9c85c8ebd6cb56594
pkgname = libinput-gestures
diff --git a/PKGBUILD b/PKGBUILD
index 427438d58985..f8ca8ad5d106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=("python" "libinput" "xdotool" "wmctrl" "hicolor-icon-theme")
conflicts=("$pkgname-git")
replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
-source=("$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
md5sums=('b9e3015ea6e059e9c85c8ebd6cb56594')