summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:08:45 +0200
committershellkr2016-06-15 22:08:45 +0200
commitaef4980b1ff6cfcc3c82439175f718a92df872a6 (patch)
tree7ae30c1c51bd92c25332c1116f82d04c624a33b9
parenta21c0531d963dea1c7b4fac50da2a7b901da7e7a (diff)
downloadaur-aef4980b1ff6cfcc3c82439175f718a92df872a6.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_sky-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45980bbb3aa1..a0d3a71a92f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 21:07:30 UTC 2016
+# Wed Jun 15 20:08:45 UTC 2016
pkgbase = minetest-mod-mobs_sky-git
pkgdesc = A few sky critters ported from other mob-frameworks to Mobs-Redo
pkgver = 7.ea462ec
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-mobs_sky-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-mobs_sky
source = minetest-mod-mobs_sky::git+https://github.com/blert2112/mobs_sky.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d28dbde38a49..fcc5e86d5c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='A few sky critters ported from other mob-frameworks to Mobs-Redo'
arch=('any')
url="https://github.com/blert2112/mobs_sky"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-mobs_sky-git.install b/minetest-mod-mobs_sky-git.install
index aaff084fb629..1d51cfec20c4 100644..120000
--- a/minetest-mod-mobs_sky-git.install
+++ b/minetest-mod-mobs_sky-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_sky ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/mobs_sky'
- 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_sky ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/mobs_sky'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file