diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-12-27 00:23:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-27 00:24:38 +0100 |
commit | 4426feea619308c6c659079831e41fd6c3e862e0 (patch) | |
tree | 151705e1b7fdc3b906d9acab6d836c6002a11386 /games-fps | |
parent | games-fps/serioussam-tfe-data: update SRC_URI (diff) | |
download | gentoo-4426feea619308c6c659079831e41fd6c3e862e0.tar.gz gentoo-4426feea619308c6c659079831e41fd6c3e862e0.tar.bz2 gentoo-4426feea619308c6c659079831e41fd6c3e862e0.zip |
games-fps/serioussam-tse-data: update SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/serioussam-tse-data/Manifest | 2 | ||||
-rw-r--r-- | games-fps/serioussam-tse-data/serioussam-tse-data-1.7-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/serioussam-tse-data/Manifest b/games-fps/serioussam-tse-data/Manifest index d222b50890fd..17920efbe1b7 100644 --- a/games-fps/serioussam-tse-data/Manifest +++ b/games-fps/serioussam-tse-data/Manifest @@ -1 +1 @@ -DIST serioussamse-Patch_1.07_SE.tar.xz 33172 BLAKE2B bc185d0b504e7aa01862a57ba97691881e19d0031ac88187ec80fb52d8bd758c0dac6b932a333fa4f9df09264232ab87e97875a8ae7a58cd0816153a082ffc45 SHA512 1c0e2ac2503584d26ac7fc59f72b0dcb6903bfc4897acc5732b426fe691928c1f49839b3a893809e635e178e447aa72fb9969179806a1703d412c4ea321ca637 +DIST serioussamse-patch_1.07_SE.tar.xz 33172 BLAKE2B bc185d0b504e7aa01862a57ba97691881e19d0031ac88187ec80fb52d8bd758c0dac6b932a333fa4f9df09264232ab87e97875a8ae7a58cd0816153a082ffc45 SHA512 1c0e2ac2503584d26ac7fc59f72b0dcb6903bfc4897acc5732b426fe691928c1f49839b3a893809e635e178e447aa72fb9969179806a1703d412c4ea321ca637 diff --git a/games-fps/serioussam-tse-data/serioussam-tse-data-1.7-r1.ebuild b/games-fps/serioussam-tse-data/serioussam-tse-data-1.7-r1.ebuild index d978c109d7cc..3f46d0d019f9 100644 --- a/games-fps/serioussam-tse-data/serioussam-tse-data-1.7-r1.ebuild +++ b/games-fps/serioussam-tse-data/serioussam-tse-data-1.7-r1.ebuild @@ -5,14 +5,14 @@ EAPI=8 inherit cdrom unpacker -PATCH_PREFIX="Patch_1.07_SE" # Game name GN="serioussamse" +PATCH_PREFIX="${GN}-patch_1.07_SE" DESCRIPTION="Croteam's Serious Sam Classic The Second Encounter ... the data files" HOMEPAGE="https://www.croteam.com/ https://store.steampowered.com/app/41060/Serious_Sam_Classic_The_Second_Encounter/" -SRC_URI="https://github.com/tx00100xt/serioussam-mods/raw/main/Patches/${PATCH_PREFIX}.tar.xz -> ${GN}-${PATCH_PREFIX}.tar.xz" +SRC_URI="https://github.com/tx00100xt/serioussam-mods/raw/main/Patches/${PATCH_PREFIX}.tar.xz" S="${WORKDIR}" LICENSE="all-rights-reserved" @@ -26,7 +26,7 @@ pkg_setup() { src_unpack() { mkdir Levels Mods || die "failed create dirs" - cat "${DISTDIR}/${GN}-${PATCH_PREFIX}.tar.xz" > "${PATCH_PREFIX}.tar.xz" \ + cat "${DISTDIR}/${PATCH_PREFIX}.tar.xz" > "${PATCH_PREFIX}.tar.xz" \ || die "failed to copy patch 1.07" unpack "${WORKDIR}/${PATCH_PREFIX}.tar.xz" } |