games-rpg/punch-club: bump to 1.1

This commit is contained in:
Julian Ospald 2016-05-07 00:46:03 +02:00
parent dcc1ed7b1a
commit 43058b6889
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 4 deletions

View File

@ -5,7 +5,8 @@ require gtk-icon-cache
SUMMARY="Punch Club is a boxing tycoon management game with multiple branching story lines"
HOMEPAGE="https://www.gog.com/game/punch_club"
DOWNLOADS="manual: gog_punch_club_2.1.0.2.sh"
GOG_SH="gog_punch_club_2.2.0.3.sh"
DOWNLOADS="manual: ${GOG_SH}"
LICENCES="all-rights-reserved GOG-EULA"
SLOT="0"
@ -33,7 +34,7 @@ WORK="${WORKBASE}/data/noarch"
pkg_nofetch() {
einfo
einfo "Please buy & download \"${DOWNLOADS}\""
einfo "Please buy & download \"${GOG_SH}\""
einfo "from:"
einfo " ${HOMEPAGE}"
einfo "and move/link it to \"${FETCHEDDIR}\""
@ -46,8 +47,8 @@ pkg_setup() {
src_unpack() {
# unzip
unzip -qo "${FETCHEDDIR}/${DOWNLOADS}"
[[ $? -le 1 ]] || die "unpacking ${DOWNLOADS} failed!"
unzip -qo "${FETCHEDDIR}/${GOG_SH}"
[[ $? -le 1 ]] || die "unpacking ${GOG_SH} failed!"
}
src_install() {