summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50312909e6b6..c89917d70548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = minetest-mod-moreblocks-git
url = https://forum.minetest.net/viewtopic.php?f=11&t=509
arch = any
license = zlib
+ makedepends = git
depends = minetest-common
provides = minetest-mod-moreblocks
source = minetest-mod-moreblocks::git+https://github.com/minetest-mods/moreblocks
diff --git a/PKGBUILD b/PKGBUILD
index d8436bbe271f..300bb99351c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://forum.minetest.net/viewtopic.php?f=11&t=509"
license=('zlib')
depends=('minetest-common')
-makedepends=()
+makedepends=('git')
provides=("$_gitname")
conflicts=()
source=("$_gitname::git+https://github.com/minetest-mods/moreblocks")