summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:05:01 +0200
committershellkr2016-06-15 22:05:01 +0200
commit6b8041b3a1d5dc7440555d9f4cf8336f048ccc0b (patch)
treecdf185950cc977690467bc3aca55d5df0f6e392f
parent6734eb033a70b5e93d39844f51276671b60d472e (diff)
downloadaur-6b8041b3a1d5dc7440555d9f4cf8336f048ccc0b.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-homedecor_modpack-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685b3e8dc792..c475fac40f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 21:52:47 UTC 2016
+# Wed Jun 15 20:05:01 UTC 2016
pkgbase = minetest-mod-homedecor_modpack-git
pkgdesc = This mod adds a whole bunch of new items to minetest suitable for decorating inside and outside a home.
pkgver = 1151.9b61d20
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-homedecor_modpack-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-homedecor_modpack
source = minetest-mod-homedecor_modpack::git+git://github.com/VanessaE/homedecor_modpack.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dd032d63c1b8..ce6d51cdb902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='This mod adds a whole bunch of new items to minetest suitable for decor
arch=('any')
url="https://github.com/VanessaE/homedecor_modpack"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-homedecor_modpack-git.install b/minetest-mod-homedecor_modpack-git.install
index bbc343ba80f2..1d51cfec20c4 100644..120000
--- a/minetest-mod-homedecor_modpack-git.install
+++ b/minetest-mod-homedecor_modpack-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/homedecor_modpack ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/homedecor_modpack'
- 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/homedecor_modpack ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/homedecor_modpack'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file