summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:09:16 +0200
committershellkr2016-06-15 22:09:16 +0200
commit11186b4a101a0ffb452df5df48a591ad5f21130c (patch)
treee43f6a3ca78a73270d7765cf883686833aebd579
parentbf59f66d6d57b75ae77660f6ea68f6823de8d1a1 (diff)
downloadaur-11186b4a101a0ffb452df5df48a591ad5f21130c.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-soccer-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443a28d1df5f..551f5a02b04a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 15:49:30 UTC 2016
+# Wed Jun 15 20:09:16 UTC 2016
pkgbase = minetest-mod-soccer-git
pkgdesc = A soccer mod for Minetest
pkgver = 5.d1b2a6b
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-soccer-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-soccer
source = minetest-mod-soccer::git+https://github.com/kaeza/minetest-soccer.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b081545c98bf..1b5957203cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='A soccer mod for Minetest'
arch=('any')
url="https://github.com/kaeza/minetest-soccer"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-soccer-git.install b/minetest-mod-soccer-git.install
index d17a65c07ff8..1d51cfec20c4 100644..120000
--- a/minetest-mod-soccer-git.install
+++ b/minetest-mod-soccer-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/soccer ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/soccer'
- 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/soccer ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/soccer'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file