summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--aquaria-data-hib.install12
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39a6db57618..d5ef8cfa29e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 18:15:17 UTC 2016
pkgbase = aquaria-data-hib
pkgdesc = A 2D fantasy underwater action-adventure game (Humble Bundle version; game data only)
pkgver = 1.1.3+h20100504
@@ -5,7 +7,7 @@ pkgbase = aquaria-data-hib
url = http://www.bit-blot.com/
install = aquaria-data-hib.install
arch = any
- license = custom: "commercial"
+ license = custom:commercial
makedepends = pngrim-git
provides = aquaria-data=1.1.3
source = hib://aquaria-lnx-humble-bundle.mojo.run
diff --git a/PKGBUILD b/PKGBUILD
index 5222597c6b78..2015f2c7334c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A 2D fantasy underwater action-adventure game (Humble Bundle version; game data only)"
url='http://www.bit-blot.com/'
arch=('any')
-license=('custom: "commercial"')
+license=('custom:commercial')
makedepends=('pngrim-git')
provides=('aquaria-data=1.1.3')
install='aquaria-data-hib.install'
diff --git a/aquaria-data-hib.install b/aquaria-data-hib.install
index 140ae04b5bab..cc1980d42dee 100644
--- a/aquaria-data-hib.install
+++ b/aquaria-data-hib.install
@@ -1,10 +1,14 @@
post_install() {
if (! pacman -Qqs '^aquaria' | grep -vw 'data' >/dev/null); then
- echo "Note:"
- echo " | This package only provides the (proprietary) game data."
- echo " | For the game executable, install one of the following packages:"
- echo " | aquaria-git .. for the improved Open Source version"
+ cat <<END
+.-----------------------------------------------------------------.
+| This package only installs the (proprietary) game data. |
+| For the game executable, install one of the following packages: |
+| aquaria-ose |
+| aquaria-ose-git |
+'-----------------------------------------------------------------'
+END
fi
}