summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84f238344f79..dbd4bfadd243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = minetest-mod-moreblocks-git
pkgdesc = Mob Framework Mod (former animals mod) provides a framework for creating mobs in Minetest
pkgver = 157.27051c7
- pkgrel = 1
+ pkgrel = 2
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::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..8405e9d7b8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=minetest-mod-moreblocks-git
_gitname=${pkgname%-git*}
pkgver=157.27051c7
-pkgrel=1
+pkgrel=2
pkgdesc="Mob Framework Mod (former animals mod) provides a framework for creating mobs in Minetest"
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=("$pkgname::git+https://github.com/minetest-mods/moreblocks")
+source=("$_gitname::git+https://github.com/minetest-mods/moreblocks")
sha512sums=('SKIP')
pkgver() {