Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / mgba
Commits:
9e925ff6 by Carl Smedstad at 2026-02-15T08:47:24+01:00
upgpkg: 0.10.5-3: Lua 5.5 rebuild + gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mgba
pkgdesc = A Nintendo Gameboy Advance Emulator focusing on speed and
accuracy
pkgver = 0.10.5
- pkgrel = 2
+ pkgrel = 3
url = http://mgba.io
arch = x86_64
license = MPL-2.0
@@ -40,10 +40,11 @@ pkgname = mgba-sdl
pkgname = mgba-qt
pkgdesc = A Nintendo Gameboy Advance Emulator focusing on speed and
accuracy (Qt5 UI)
depends = ffmpeg
- depends = gcc-libs
depends = glibc
+ depends = libgcc
depends = libglvnd
depends = libmgba
+ depends = libstdc++
depends = qt5-base
depends = qt5-multimedia
depends = sdl2
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
'mgba-qt'
)
pkgver=0.10.5
-pkgrel=2
+pkgrel=3
pkgdesc='A Nintendo Gameboy Advance Emulator focusing on speed and accuracy'
arch=('x86_64')
url='http://mgba.io'
@@ -71,10 +71,11 @@ package_mgba-qt() {
pkgdesc+=' (Qt5 UI)'
depends=(
'ffmpeg'
- 'gcc-libs'
'glibc'
+ 'libgcc'
'libglvnd'
'libmgba'
+ 'libstdc++'
'qt5-base'
'qt5-multimedia'
'sdl2'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/9e925ff6c19bf6c4e1b4e7f03e57b1055f9dc2db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/9e925ff6c19bf6c4e1b4e7f03e57b1055f9dc2db
You're receiving this email because of your account on gitlab.archlinux.org.