summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2020-07-14 00:43:34 +0200
committerMagnus Boman2020-07-14 00:43:34 +0200
commit448027992e5a4fdb75cc3608a3284615e37eefce (patch)
treec1e26fa26d7237e734cc8975c97ab5fffb77e656
parentd2f641bc41ea674ba79ca6a5fd6ace15bdc80068 (diff)
downloadaur-448027992e5a4fdb75cc3608a3284615e37eefce.tar.gz
xpadneo-dkms: fix source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28f47672da59..ee93b488ada5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = xpadneo-dkms
depends = dkms
depends = bluez
depends = bluez-utils
- source = git+https://github.com/atar-axis/xpadneo#tag=v0.8.1
+ source = git+https://github.com/atar-axis/xpadneo.git#tag=v0.8.1
sha256sums = SKIP
pkgname = xpadneo-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 293c85f1141f..b7f149ebfb43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/atar-axis/xpadneo'
license=(GPL)
depends=(dkms bluez bluez-utils)
makedepends=(git)
-source=(git+"${url}"#tag=v"${pkgver}")
+source=(git+"${url}".git#tag=v"${pkgver}")
sha256sums=(SKIP)
package() {