summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:03:09 +0200
committershellkr2016-06-15 22:03:09 +0200
commit328d81196ac801e3fd42d85a1abecb5565df7745 (patch)
tree45b4dbfa598d3f1e8adb87bacabadeb02027997e /PKGBUILD
parentefa3cf55a526db0447099ba51d78006ee7511416 (diff)
downloadaur-328d81196ac801e3fd42d85a1abecb5565df7745.tar.gz
Removed the Minetest dependency as it would be unnecessary if you only want a server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be6521ce67e1..8d08e71ad00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A rewrite of the node_ownership Minetest mod with many new features. (M
arch=('any')
url="https://github.com/ShadowNinja/areas"
license=('custom')
-depends=('minetest')
+depends=()
optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")