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 84f238344f79..50312909e6b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = minetest-mod-moreblocks-git
license = zlib
depends = minetest-common
provides = minetest-mod-moreblocks
- source = minetest-mod-moreblocks-git::git+https://github.com/minetest-mods/moreblocks
+ source = minetest-mod-moreblocks::git+https://github.com/minetest-mods/moreblocks
sha512sums = SKIP
pkgname = minetest-mod-moreblocks-git
diff --git a/PKGBUILD b/PKGBUILD
index 8df5e36cb987..d8436bbe271f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('minetest-common')
makedepends=()
provides=("$_gitname")
conflicts=()
-source=("$pkgname::git+https://github.com/minetest-mods/moreblocks")
+source=("$_gitname::git+https://github.com/minetest-mods/moreblocks")
sha512sums=('SKIP')
pkgver() {