summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2020-04-03 14:21:56 +0200
committerOtto Sabart2020-04-03 14:21:56 +0200
commitc443203819fd9e673e20f7b176a5c7fe38edfd05 (patch)
tree74ea6a862faf983f8aa695d6abdbde1335293b11
parentb297d9a682b77666924c1548b77fdfdc720a6b7c (diff)
downloadaur-c443203819fd9e673e20f7b176a5c7fe38edfd05.tar.gz
add git into make dependencies
-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")