summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {