Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
fs-uae


Commits:
bb6096bf by Daniel Bermond at 2025-09-13T11:24:52-03:00
Cosmetic changes

- - - - -
faed2b46 by Daniel Bermond at 2025-09-13T11:25:41-03:00
Use SPDX license identifier

- - - - -
e2f7ec22 by Daniel Bermond at 2025-09-13T11:29:15-03:00
Update dependencies

- - - - -
3cbd1399 by Daniel Bermond at 2025-09-13T12:16:56-03:00
upgpkg: 3.2.35-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,23 +1,25 @@
 pkgbase = fs-uae
        pkgdesc = An Amiga emulator based on UAE/WinUAE with a focus on 
emulating games
-       pkgver = 3.1.66
-       pkgrel = 4
+       pkgver = 3.2.35
+       pkgrel = 1
        url = https://fs-uae.net/
        arch = x86_64
-       license = GPL2
+       license = GPL-2.0-only
        makedepends = libxi
        makedepends = strip-nondeterminism
        makedepends = zip
+       depends = gcc-libs
        depends = glib2
+       depends = glibc
+       depends = hicolor-icon-theme
        depends = libmpeg2
        depends = libpng
        depends = libx11
        depends = openal
        depends = sdl2
        depends = zlib
-       depends = hicolor-icon-theme
        optdepends = fs-uae-launcher: for the graphical user interface
-       source = 
https://fs-uae.net/files/FS-UAE/Stable/3.1.66/fs-uae-3.1.66.tar.xz
-       sha256sums = 
606e1868b500413d69bd33bb469f8fd08d6c08988801f17b7dd022f3fbe23832
+       source = 
https://github.com/FrodeSolheim/fs-uae/archive/v3.2.35/fs-uae-3.2.35.tar.gz
+       sha256sums = 
eac8f86ad092ff3474011357b63d21df13232f6d7448eec7fc2fc60540711d18
 
 pkgname = fs-uae


=====================================
PKGBUILD
=====================================
@@ -4,18 +4,35 @@
 # Contributor: Guilherme Calé <g...@cabritacale.eu>
 
 pkgname=fs-uae
-pkgver=3.1.66
-pkgrel=4
+pkgver=3.2.35
+pkgrel=1
 pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
 arch=('x86_64')
 url='https://fs-uae.net/'
-license=('GPL2')
-depends=('glib2' 'libmpeg2' 'libpng' 'libx11' 'openal' 'sdl2' 'zlib'
-         'hicolor-icon-theme')
-optdepends=('fs-uae-launcher: for the graphical user interface')
-makedepends=('libxi' 'strip-nondeterminism' 'zip')
-source=("https://fs-uae.net/files/FS-UAE/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('606e1868b500413d69bd33bb469f8fd08d6c08988801f17b7dd022f3fbe23832')
+license=('GPL-2.0-only')
+depends=(
+    'gcc-libs'
+    'glib2'
+    'glibc'
+    'hicolor-icon-theme'
+    'libmpeg2'
+    'libpng'
+    'libx11'
+    'openal'
+    'sdl2'
+    'zlib')
+optdepends=(
+    'fs-uae-launcher: for the graphical user interface')
+makedepends=(
+    'libxi'
+    'strip-nondeterminism'
+    'zip')
+source=("https://github.com/FrodeSolheim/fs-uae/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eac8f86ad092ff3474011357b63d21df13232f6d7448eec7fc2fc60540711d18')
+
+prepare() {
+    autoreconf -fi "${pkgname}-${pkgver}"
+}
 
 build() {
     cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae/-/compare/0d6a73772855afc5f7b353e05de3a87f76839a65...3cbd1399b4f2179950360caf1e0fec0fd6a18d8f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae/-/compare/0d6a73772855afc5f7b353e05de3a87f76839a65...3cbd1399b4f2179950360caf1e0fec0fd6a18d8f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to