summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenki Sky2018-08-13 18:01:56 -0400
committerGenki Sky2018-08-13 18:02:36 -0400
commit3f0abdacad073b1fbdc78f1f59a251738f3d653a (patch)
tree79b4d4735dfdab212e1cd1167b94364eb0afd163 /PKGBUILD
parent0fc378bb18fa6fd5c22f88de773eb6174e8cb260 (diff)
downloadaur-3f0abdacad073b1fbdc78f1f59a251738f3d653a.tar.gz
fix: Specify git protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cb6251e895a..ffead250ed76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mxt-app-git
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc='Command line utility for Atmel maXTouch devices'
arch=('i686' 'x86_64')
url='https://github.com/atmel-maxtouch/mxt-app'
@@ -11,7 +11,7 @@ depends=('libusb')
makedepends=('git' 'pandoc')
provides=('mxt-app')
conflicts=('mxt-app')
-source=('https://github.com/atmel-maxtouch/mxt-app')
+source=('git+https://github.com/atmel-maxtouch/mxt-app')
md5sums=('SKIP')
pkgver() {