summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:03:09 +0200
committershellkr2016-06-15 22:03:09 +0200
commit328d81196ac801e3fd42d85a1abecb5565df7745 (patch)
tree45b4dbfa598d3f1e8adb87bacabadeb02027997e
parentefa3cf55a526db0447099ba51d78006ee7511416 (diff)
downloadaur-328d81196ac801e3fd42d85a1abecb5565df7745.tar.gz
Removed the Minetest dependency as it would be unnecessary if you only want a server
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
l---------[-rw-r--r--]minetest-mod-areas-git.install23
3 files changed, 3 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ec0db9126ba..8be65cb1e918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 29 01:26:49 UTC 2016
+# Wed Jun 15 20:03:09 UTC 2016
pkgbase = minetest-mod-areas-git
pkgdesc = A rewrite of the node_ownership Minetest mod with many new features. (Mod for Minetest)
pkgver = 59.8b0b8c1
@@ -9,7 +9,6 @@ pkgbase = minetest-mod-areas-git
arch = any
license = custom
makedepends = git
- depends = minetest
optdepends = minetest-usrdir_patch
provides = minetest-mod-areas
source = minetest-mod-areas::git+https://github.com/ShadowNinja/areas.git
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")
diff --git a/minetest-mod-areas-git.install b/minetest-mod-areas-git.install
index 801a1209b181..1d51cfec20c4 100644..120000
--- a/minetest-mod-areas-git.install
+++ b/minetest-mod-areas-git.install
@@ -1,22 +1 @@
-
-post_install() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
- echo ' directory for mods. This is disabled by default though and needs a patch.'
- echo ' You can install "minetest-usrdir_patch" which handles this for you.'
- echo
- echo
-}
-
-post_upgrade() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' Mod will be installed to /usr/share/minetest/mods which is the default'
- echo ' directory for mods. This is disabled by default though and needs a patch.'
- echo ' You can install "minetest-usrdir_patch" which handles this for you.'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file