From 43058b68890b7547809d790c60ee96c49695df26 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 7 May 2016 00:46:03 +0200 Subject: [PATCH] games-rpg/punch-club: bump to 1.1 --- ...unch-club-1.06.exheres-0 => punch-club-1.1.exheres-0} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename packages/games-rpg/punch-club/{punch-club-1.06.exheres-0 => punch-club-1.1.exheres-0} (89%) diff --git a/packages/games-rpg/punch-club/punch-club-1.06.exheres-0 b/packages/games-rpg/punch-club/punch-club-1.1.exheres-0 similarity index 89% rename from packages/games-rpg/punch-club/punch-club-1.06.exheres-0 rename to packages/games-rpg/punch-club/punch-club-1.1.exheres-0 index cf6b0b8a..c79a3985 100644 --- a/packages/games-rpg/punch-club/punch-club-1.06.exheres-0 +++ b/packages/games-rpg/punch-club/punch-club-1.1.exheres-0 @@ -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() {