summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:09:00 +0200
committershellkr2016-06-15 22:09:00 +0200
commitf0af7e9ad8790746ab02677e6d3c88d7c3a78075 (patch)
tree21d8fb880ca66f5c2cf048dab6b6fdb4bbf225fe /PKGBUILD
parent0b0c204dd53df34e0bb9d34cdcb66ba01785ad8c (diff)
downloadaur-f0af7e9ad8790746ab02677e6d3c88d7c3a78075.tar.gz
Removed the Minetest dependency as it would be unnecessary if you only want a server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e240f29a9442..194bc0b29db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Extra mobs for Minetest.'
arch=('any')
url="https://github.com/blert2112/mobs_more_monsters"
license=('custom')
-depends=('minetest' 'minetest-mod-mobs_redo-git')
+depends=('minetest-mod-mobs_redo-git')
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install