summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:10:05 +0200
committershellkr2016-06-15 22:10:05 +0200
commit61975519212393a4f4dd8b4809680d14029fac55 (patch)
tree13f341aa6c3b3dd7a809f2fa466be0c4a33de07d
parent22dfdb9013d65e5af6dc897a9a9f5f31a648e0a4 (diff)
downloadaur-61975519212393a4f4dd8b4809680d14029fac55.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-weather-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62be1c432d8b..c2c47cef06e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 21:58:31 UTC 2016
+# Wed Jun 15 20:10:05 UTC 2016
pkgbase = minetest-mod-weather-git
pkgdesc = Minetest mod that adds weather
pkgver = 7.b2195be
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-weather-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-weather
source = minetest-mod-weather::git://github.com/Jeija/minetest-mod-weather.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 44dfda22bcda..84a4c0a45f00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Minetest mod that adds weather"
arch=('any')
url="https://forum.minetest.net/viewtopic.php?f=11&t=5245&sid=2e794f55767fd96363055597bd7998df"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-weather-git.install b/minetest-mod-weather-git.install
index 7cf5d4f1a7b2..1d51cfec20c4 100644..120000
--- a/minetest-mod-weather-git.install
+++ b/minetest-mod-weather-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/weather ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/weather'
- 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/weather ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/weather'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file