Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
wesnoth


Commits:
5e84d93c by Antonio Rojas at 2023-08-31T20:49:40+02:00
upgpkg: 1:1.16.10-2: boost 1.83 rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
 pkgver=1.16.10
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')
@@ -20,6 +20,12 @@ options=(!emptydirs)
 source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver}";)
 sha512sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  # Fix build with boost 1.83
+  git cherry-pick -n 182d0ff548b0149a17a6fefcf061074db05c82de
+}
+
 build() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/5e84d93cc5af1c6576d222440d81b1f65c6a879e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/5e84d93cc5af1c6576d222440d81b1f65c6a879e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to