summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2020-07-14 00:43:34 +0200
committerMagnus Boman2020-07-14 00:43:34 +0200
commit448027992e5a4fdb75cc3608a3284615e37eefce (patch)
treec1e26fa26d7237e734cc8975c97ab5fffb77e656 /PKGBUILD
parentd2f641bc41ea674ba79ca6a5fd6ace15bdc80068 (diff)
downloadaur-448027992e5a4fdb75cc3608a3284615e37eefce.tar.gz
xpadneo-dkms: fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {