summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
l---------[-rw-r--r--]minetest-mod-more_monsters-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd32c83c088..98b7b4062cb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 17:51:38 UTC 2016
+# Wed Jun 15 20:09:00 UTC 2016
pkgbase = minetest-mod-more_monsters-git
pkgdesc = Extra mobs for Minetest.
pkgver = 5.9259396
@@ -9,8 +9,8 @@ pkgbase = minetest-mod-more_monsters-git
arch = any
license = custom
makedepends = git
- depends = minetest
depends = minetest-mod-mobs_redo-git
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-more_monsters
source = minetest-mod-more_monsters::git+https://github.com/blert2112/mobs_more_monsters.git
md5sums = SKIP
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
diff --git a/minetest-mod-more_monsters-git.install b/minetest-mod-more_monsters-git.install
index d123ced05f17..1d51cfec20c4 100644..120000
--- a/minetest-mod-more_monsters-git.install
+++ b/minetest-mod-more_monsters-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/more_monsters ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/more_monsters'
- 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/more_monsters ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/more_monsters'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file