summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 19:03:27 +0300
committerDimitris Kiziridis2020-06-20 19:03:27 +0300
commitd920ae5d7d425a16dfcf6f4c48c87f469e8e85b7 (patch)
tree6a279232fe579d1ae30b1de5b1fa490ea206d7a1
parentca4b12d22ab07a6132f67965f575c85d3a272e03 (diff)
downloadaur-d920ae5d7d425a16dfcf6f4c48c87f469e8e85b7.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 0a822289cff5..127388dc89c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = lua-sitegen-git
depends = lua-ansicolors
depends = lua-web_sanitize
provides = sitegen
- source = git+https://github.com/leafo/sitegen
+ source = lua-sitegen::git+https://github.com/leafo/sitegen
sha256sums = SKIP
pkgname = lua-sitegen-git
diff --git a/PKGBUILD b/PKGBUILD
index 28afa4ccf41c..959cfe1ea04f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=('lua-cosmo'
'lua-ansicolors'
'lua-web_sanitize')
makedepends=('luarocks' 'git')
-source=("git+https://github.com/leafo/sitegen")
+source=("lua-sitegen::git+https://github.com/leafo/sitegen")
sha256sums=('SKIP')
pkgver() {