Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
wesnoth
Commits:
16f30193 by Sven-Hendrik Haase at 2024-11-08T02:28:31+01:00
upgpkg: 1:1.18.3-1
- - - - -
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.2
- pkgrel = 2
+ pkgver = 1.18.3
+ pkgrel = 1
epoch = 1
url = https://www.wesnoth.org/
arch = x86_64
@@ -18,9 +18,7 @@ pkgbase = wesnoth
depends = dbus
depends = lua
options = !emptydirs
- source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.2
- source = boost-1.86.patch
- sha512sums = SKIP
- sha512sums =
9044a1e9b121f5a035712dec40aece61a4624b071cfa959f3d4e8c66e26465423d5bfc31169d2f9e5ed10750caeaa22a71cdccb1b13b89998f35202eaf474bf1
+ source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.3
+ sha512sums =
59011699186606e5201103f99355e91735130c19f99e88910d5ca27e860ac0e72e556e9f118c616a1251ac3de05522591665810191734d0efed273a8463f704d
pkgname = wesnoth
=====================================
PKGBUILD
=====================================
@@ -6,9 +6,9 @@
pkgname=wesnoth
# NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.18.2
+pkgver=1.18.3
epoch=1
-pkgrel=2
+pkgrel=1
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('x86_64')
license=('GPL')
@@ -16,16 +16,8 @@ url="https://www.wesnoth.org/"
depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 'dbus' 'lua')
makedepends=('boost' 'cmake' 'git' 'ninja' 'python')
options=(!emptydirs)
-source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
- boost-1.86.patch)
-sha512sums=('SKIP'
-
'9044a1e9b121f5a035712dec40aece61a4624b071cfa959f3d4e8c66e26465423d5bfc31169d2f9e5ed10750caeaa22a71cdccb1b13b89998f35202eaf474bf1')
-
-prepare() {
- cd $pkgname
- git cherry-pick -n 55162c465405d55f03be0f89daf16818c552d506 # Fix build with
boost 1.85
- patch -p1 -i ../boost-1.86.patch
-}
+source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver}")
+sha512sums=('59011699186606e5201103f99355e91735130c19f99e88910d5ca27e860ac0e72e556e9f118c616a1251ac3de05522591665810191734d0efed273a8463f704d')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/16f3019377b0d49fe22bc5cb0235c23f435b1d95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/16f3019377b0d49fe22bc5cb0235c23f435b1d95
You're receiving this email because of your account on gitlab.archlinux.org.