Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / fs-uae
Commits: c11d585f by Daniel Bermond at 2026-02-15T13:00:28-03:00 upgpkg: 3.2.35-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,19 +1,20 @@ pkgbase = fs-uae pkgdesc = An Amiga emulator based on UAE/WinUAE with a focus on emulating games pkgver = 3.2.35 - pkgrel = 1 + pkgrel = 2 url = https://fs-uae.net/ arch = x86_64 license = GPL-2.0-only makedepends = libxi makedepends = strip-nondeterminism makedepends = zip - depends = gcc-libs depends = glib2 depends = glibc depends = hicolor-icon-theme + depends = libgcc depends = libmpeg2 depends = libpng + depends = libstdc++ depends = libx11 depends = openal depends = sdl2 ===================================== PKGBUILD ===================================== @@ -5,18 +5,19 @@ pkgname=fs-uae pkgver=3.2.35 -pkgrel=1 +pkgrel=2 pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games' arch=('x86_64') url='https://fs-uae.net/' license=('GPL-2.0-only') depends=( - 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme' + 'libgcc' 'libmpeg2' 'libpng' + 'libstdc++' 'libx11' 'openal' 'sdl2' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae/-/commit/c11d585fc1faad8f081c17112a432cdf740d1aed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fs-uae/-/commit/c11d585fc1faad8f081c17112a432cdf740d1aed You're receiving this email because of your account on gitlab.archlinux.org.
