summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-12-27 00:23:36 +0100
committerUlrich Müller <ulm@gentoo.org>2023-12-27 00:24:37 +0100
commit09112628fac7707c3471553282bc30c1dcbd571f (patch)
treef9e04078b6ef1d01c1067c65b7d75a34fcf8a78e
parentsci-geosciences/folium: add 0.15.1 (diff)
downloadgentoo-09112628fac7707c3471553282bc30c1dcbd571f.tar.gz
gentoo-09112628fac7707c3471553282bc30c1dcbd571f.tar.bz2
gentoo-09112628fac7707c3471553282bc30c1dcbd571f.zip
games-fps/serioussam-tfe-data: update SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--games-fps/serioussam-tfe-data/Manifest2
-rw-r--r--games-fps/serioussam-tfe-data/serioussam-tfe-data-1.5-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/serioussam-tfe-data/Manifest b/games-fps/serioussam-tfe-data/Manifest
index 925e2ce7d7a8..be0fb14292c0 100644
--- a/games-fps/serioussam-tfe-data/Manifest
+++ b/games-fps/serioussam-tfe-data/Manifest
@@ -1 +1 @@
-DIST serioussam-Patch_1.05_FE.tar.xz 1221836 BLAKE2B 0ae7103151ee42f3c1ff88afd2d77037e0c3e5c49c19adf213068f87eed524c7aa6552d020c3337f5457847f167c1a2e4ca1fda7572e96b9630fb2dbfd3e6b0f SHA512 18c5a5f66e1fbe3864eca3274d20e525f50c223507e0c1c793a642aed66edfeb723cf3d4ffc583afa4d9a10388cbed14af7035bf6a1b9c214dac79c5eb1d2548
+DIST serioussamfe-patch_1.05_FE.tar.xz 1221836 BLAKE2B 0ae7103151ee42f3c1ff88afd2d77037e0c3e5c49c19adf213068f87eed524c7aa6552d020c3337f5457847f167c1a2e4ca1fda7572e96b9630fb2dbfd3e6b0f SHA512 18c5a5f66e1fbe3864eca3274d20e525f50c223507e0c1c793a642aed66edfeb723cf3d4ffc583afa4d9a10388cbed14af7035bf6a1b9c214dac79c5eb1d2548
diff --git a/games-fps/serioussam-tfe-data/serioussam-tfe-data-1.5-r1.ebuild b/games-fps/serioussam-tfe-data/serioussam-tfe-data-1.5-r1.ebuild
index 3407e74c8e3b..8b0b3f73ea37 100644
--- a/games-fps/serioussam-tfe-data/serioussam-tfe-data-1.5-r1.ebuild
+++ b/games-fps/serioussam-tfe-data/serioussam-tfe-data-1.5-r1.ebuild
@@ -5,14 +5,14 @@ EAPI=8
inherit cdrom unpacker
-PATCH_PREFIX="Patch_1.05_FE"
# Game name
GN="serioussam"
+PATCH_PREFIX="${GN}fe-patch_1.05_FE"
DESCRIPTION="Croteam's Serious Sam Classic The First Encounter ... the data files"
HOMEPAGE="https://www.croteam.com/
https://store.steampowered.com/app/41050/Serious_Sam_Classic_The_First_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.05"
unpack "${WORKDIR}/${PATCH_PREFIX}.tar.xz"
}