summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2016-09-05 17:35:21 +0200
committerEmanuele 'Lele' Calo2016-09-05 17:35:54 +0200
commitdbf65d8d3f2f84343152cb5f6ce484ac9a75b281 (patch)
tree34cd3e0f1e9164e93e05b44e5cb41dc42ce20abc
parent6d8c9c02535b09e230f7a8d80f5796c1aab5c7be (diff)
downloadaur-dbf65d8d3f2f84343152cb5f6ce484ac9a75b281.tar.gz
Fixed source variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a669df06e37..5ec33335778b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-ampy-git
depends = python
depends = python-click
provides = python-ampy,ampy
- source = python-ampy-git::https://github.com/adafruit/ampy
+ source = python-ampy-git::git+https://github.com/adafruit/ampy
sha512sums = SKIP
pkgname = python-ampy-git
diff --git a/PKGBUILD b/PKGBUILD
index eb04a97e4e58..ca593f4ad7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python' 'python-click')
makedepends=('python-setuptools')
provides=('python-ampy','ampy')
-source=("${pkgname}::https://github.com/adafruit/ampy")
+source=("${pkgname}::git+https://github.com/adafruit/ampy")
sha512sums=('SKIP')
package() {