summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:08:28 +0200
committershellkr2016-06-15 22:08:28 +0200
commit5fa216fd13649b9d7e3cf14bf9e7b288052cb0dd (patch)
tree411cc3a2fa984f874d307c577cdab8df0da39713
parentaea57e541e56665596e98db5b3a578a1046dc7fe (diff)
downloadaur-5fa216fd13649b9d7e3cf14bf9e7b288052cb0dd.tar.gz
Removed the Minetest dependency as it would be unnecessary if you only want a server
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
l---------[-rw-r--r--]minetest-mod-mobs_redo-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf4d16192aa..c6ad323e7f2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 08:10:25 UTC 2016
+# Wed Jun 15 20:08:27 UTC 2016
pkgbase = minetest-mod-mobs_redo-git
pkgdesc = Mobs Redo mod for Minetest
pkgver = 265.55c0ed5
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-mobs_redo-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-mobs_redo
source = minetest-mod-mobs_redo::git+git://github.com/tenplus1/mobs_redo.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3851f84619bc..e7810cc7494a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Mobs Redo mod for Minetest'
arch=('any')
url="https://github.com/tenplus1/mobs"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-mobs_redo-git.install b/minetest-mod-mobs_redo-git.install
index 25d2f156277b..1d51cfec20c4 100644..120000
--- a/minetest-mod-mobs_redo-git.install
+++ b/minetest-mod-mobs_redo-git.install
@@ -1,26 +1 @@
-
-post_install() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
- echo ' recognize the default install dir'
- echo
- echo ' sudo mv /usr/share/minetest/mods/mobs ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/mobs'
- echo
- echo
-}
-
-post_upgrade() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
- echo ' recognize the default install dir'
- echo
- echo ' sudo mv /usr/share/minetest/mods/mobs ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/mobs'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file