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 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() {