summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 19:01:02 +0300
committerDimitris Kiziridis2020-06-20 19:01:02 +0300
commit3a8f4d33c2e22d095fb047e3a83b6ef994db8902 (patch)
tree3998d2539717140bee768ef37a3ce0c6e73ef923
parent3adf78dd2a0789d0befd4dd40bebfdc76d028230 (diff)
downloadaur-3a8f4d33c2e22d095fb047e3a83b6ef994db8902.tar.gz
minor fix
-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() {