Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
freeciv
Commits:
cc008783 by Carl Smedstad at 2026-02-15T08:28:21+01:00
upgpkg: 3.2.2-5: Lua 5.5 rebuild + gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = freeciv
pkgdesc = A multiuser clone of the famous Microprose game of
Civilization
pkgver = 3.2.2
- pkgrel = 4
+ pkgrel = 5
url = https://www.freeciv.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -85,7 +85,8 @@ pkgname = freeciv-qt
depends = lua
depends = sqlite
depends = freeciv-common
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = qt6-base
depends = readline
depends = sdl2
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
freeciv-qt
)
pkgver=3.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
arch=('x86_64')
url="https://www.freeciv.org/"
@@ -156,7 +156,8 @@ package_freeciv-qt() {
depends+=(
'freeciv-common'
- 'gcc-libs'
+ 'libgcc'
+ 'libstdc++'
'qt6-base'
'readline'
'sdl2'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/cc008783cbd2145e9ffb19c5a11fe874bae5aaec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeciv/-/commit/cc008783cbd2145e9ffb19c5a11fe874bae5aaec
You're receiving this email because of your account on gitlab.archlinux.org.