summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5721607e6f6d..d49995508623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = licen-git
makedepends = python-setuptools
depends = python-docopt
depends = python-jinja
- source = git+https://github.com/lord63/licen
+ source = licen::git+https://github.com/lord63/licen
sha256sums = SKIP
pkgname = licen-git
diff --git a/PKGBUILD b/PKGBUILD
index 080a5f055e6b..3e517ddd44ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python-docopt'
'python-jinja')
makedepends=('python-setuptools')
-source=("git+${url}")
+source=("licen::git+${url}")
sha256sums=('SKIP')
pkgver() {