diff --git a/app-emulation/fs-uae-launcher/fs_uae_launcher-3.0.5.recipe b/app-emulation/fs-uae-launcher/fs_uae_launcher-3.0.5.recipe index 2a3faa54c..b91e24a81 100644 --- a/app-emulation/fs-uae-launcher/fs_uae_launcher-3.0.5.recipe +++ b/app-emulation/fs-uae-launcher/fs_uae_launcher-3.0.5.recipe @@ -8,7 +8,7 @@ setting up FS-UAE." HOMEPAGE="https://fs-uae.net/launcher/" COPYRIGHT="2011-2017 Frode Solheim" LICENSE="GNU GPL v2" -REVISION="4" +REVISION="5" SOURCE_URI="https://fs-uae.net/stable/$portVersion/fs-uae-launcher-$portVersion.tar.gz" CHECKSUM_SHA256="27797a04b9fc0be2805ae992c2950ff6228383fa153eccefbdebfc6789ca76b6" SOURCE_DIR="fs-uae-launcher-$portVersion" @@ -24,9 +24,9 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix fs_uae$secondaryArchSuffix - pip_python38$secondaryArchSuffix - pyqt5_python38$secondaryArchSuffix - requests_python38$secondaryArchSuffix + pip_python39$secondaryArchSuffix + pyqt5_python39$secondaryArchSuffix + requests_python39$secondaryArchSuffix " BUILD_REQUIRES=" @@ -35,12 +35,12 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:make cmd:msgfmt - cmd:python3.8 + cmd:python3.9 " PATCH() { - sed -i -e "s|python3|python3.8|g" Makefile + sed -i -e "s|python3|python3.9|g" Makefile } BUILD()