Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
fs-uae-launcher
Commits:
25102332 by Daniel Bermond at 2025-11-01T11:33:59-03:00
upgpkg: 3.2.35-1
- - - - -
3 changed files:
- .SRCINFO
- 010-fs-uae-launcher-fix-install-path.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fs-uae-launcher
pkgdesc = Graphical user interface for the FS-UAE Amiga emulator
- pkgver = 3.2.20
+ pkgver = 3.2.35
pkgrel = 1
url = https://fs-uae.net/
arch = any
@@ -17,11 +17,11 @@ pkgbase = fs-uae-launcher
optdepends = p7zip: for .7z file support
optdepends = python-bottle: for net play support
optdepends = python-lhafile: for .lha file support
- source =
https://github.com/FrodeSolheim/fs-uae-launcher/archive/v3.2.20/fs-uae-launcher-3.2.20.tar.gz
+ source =
https://github.com/FrodeSolheim/fs-uae-launcher/archive/v3.2.35/fs-uae-launcher-3.2.35.tar.gz
source = 010-fs-uae-launcher-fix-install-path.patch
source = 020-fs-uae-launcher-remove-python2.patch
- sha256sums =
44eb9271c018db7268399c0614c27baa1a3f5b607f81958e07414e1f8da23bee
- sha256sums =
76ae9cb94e0199dc9d82e2154b99d5bc2ffa313bc4f1cb1b2b95cf16bcb5add0
+ sha256sums =
ed48cbc1c4a63af9c3bf45eb97271ef0ded7a67e5acaf862100ffe9e18748a77
+ sha256sums =
286753e4f0a5b1fc0f29e3e17bcc98c44a166e07f027932c428abe7fa713b49c
sha256sums =
f0616c0d181733120c68fea2f158eb27e90c3f07c23cd93b042a5ae240cfdd5e
pkgname = fs-uae-launcher
=====================================
010-fs-uae-launcher-fix-install-path.patch
=====================================
@@ -1,6 +1,6 @@
--- a/fs-uae-launcher
+++ b/fs-uae-launcher
-@@ -16,6 +16,8 @@ if sys.version_info[0] < 3 or sys.versio
+@@ -29,6 +29,8 @@ if sys.version_info[0] < 3 or sys.versio
if os.environ.get("FSGS_PYTHONPATH", ""):
sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Guilherme Calé <[email protected]>
pkgname=fs-uae-launcher
-pkgver=3.2.20
+pkgver=3.2.35
pkgrel=1
pkgdesc='Graphical user interface for the FS-UAE Amiga emulator'
arch=('any')
@@ -26,8 +26,8 @@ optdepends=(
source=("https://github.com/FrodeSolheim/fs-uae-launcher/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-fs-uae-launcher-fix-install-path.patch'
'020-fs-uae-launcher-remove-python2.patch')
-sha256sums=('44eb9271c018db7268399c0614c27baa1a3f5b607f81958e07414e1f8da23bee'
- '76ae9cb94e0199dc9d82e2154b99d5bc2ffa313bc4f1cb1b2b95cf16bcb5add0'
+sha256sums=('ed48cbc1c4a63af9c3bf45eb97271ef0ded7a67e5acaf862100ffe9e18748a77'
+ '286753e4f0a5b1fc0f29e3e17bcc98c44a166e07f027932c428abe7fa713b49c'
'f0616c0d181733120c68fea2f158eb27e90c3f07c23cd93b042a5ae240cfdd5e')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/25102332e9c6cbb2c5844781d551fb71688ae85d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae-launcher/-/commit/25102332e9c6cbb2c5844781d551fb71688ae85d
You're receiving this email because of your account on gitlab.archlinux.org.