summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Schlisio2016-05-18 17:03:49 +0200
committerGeorg Schlisio2016-05-18 17:03:49 +0200
commit12f574e86da3f78aaa995891a84c968e3324a297 (patch)
treef2fbcf02467e91244c41fefb878e605e5ea2c93a /PKGBUILD
parent5b1174281a422c81881cb3eab199d5b3cf23f110 (diff)
downloadaur-12f574e86da3f78aaa995891a84c968e3324a297.tar.gz
fixed package summary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b99218f6c9d0..f425a96a0a4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=humanresourcemachine
pkgver=2016.03.23
pkgrel=1
-pkgdesc="Assembler programming puzzle game by the makers of WorldOfGoo - game sold separately (HumbleStore)"
+pkgdesc="Assembler programming puzzle game by the makers of WorldOfGoo - game sold separately"
url="http://tomorrowcorporation.com/humanresourcemachine"
arch=('i686' 'x86_64')
license=('custom')
@@ -10,7 +10,7 @@ depends=("sdl2" "openal")
source=("humblestore://HumanResourceMachine-Linux-2016-03-23.sh")
md5sums=('ac6013284194203c4732e713dcc0f543')
PKGEXT=.pkg.tar
-DLAGENTS+=('humblestore://usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\". Game available from HumbleStore."; exit 1')
+DLAGENTS+=('humblestore://usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\". Game available from GOG or HumbleStore."; exit 1')
package() {
if [[ $CARCH == 'i686' ]]