Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
wesnoth
Commits:
e68f7ce7 by Antonio Rojas at 2026-03-06T16:49:56+01:00
upgpkg: 1:1.18.6-2: build with lua54
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = wesnoth
pkgdesc = A turn-based strategy game on a fantasy world
pkgver = 1.18.6
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.wesnoth.org/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wesnoth
depends = boost-libs
depends = pango
depends = dbus
- depends = lua
+ depends = lua54
options = !emptydirs
source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.6
source = boost-1.89.patch
=====================================
PKGBUILD
=====================================
@@ -8,12 +8,12 @@ pkgname=wesnoth
# NOTE: Odd minor versions are unstable! Do not package those.
pkgver=1.18.6
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('x86_64')
license=('GPL')
url="https://www.wesnoth.org/"
-depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 'dbus' 'lua')
+depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 'dbus' 'lua54')
makedepends=('boost' 'cmake' 'git' 'ninja' 'python')
options=(!emptydirs)
source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/e68f7ce7a40c339654f842ebd16814e09b0801ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/e68f7ce7a40c339654f842ebd16814e09b0801ed
You're receiving this email because of your account on gitlab.archlinux.org.