summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenki Sky2018-08-06 18:25:18 -0400
committerGenki Sky2018-08-06 18:25:18 -0400
commit0fc378bb18fa6fd5c22f88de773eb6174e8cb260 (patch)
tree055d0680508667ea5c792681e1038c0e6f3b0722 /PKGBUILD
parent19e518459cc5b307da2517aa285f5c9c9e68bb70 (diff)
downloadaur-0fc378bb18fa6fd5c22f88de773eb6174e8cb260.tar.gz
Use https:// because git:// is unencrypted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ab104dbcc8..5cb6251e895a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mxt-app-git
pkgver=1
-pkgrel=1
+pkgrel=2
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=('git://github.com/atmel-maxtouch/mxt-app')
+source=('https://github.com/atmel-maxtouch/mxt-app')
md5sums=('SKIP')
pkgver() {