* update wesnoth to 1:1.18.2-1

This commit is contained in:
Alexander Baldeck 2024-09-20 16:11:14 +02:00
parent 5f86ab5584
commit 844c723d0a
3 changed files with 30 additions and 3 deletions

24
games/wesnoth/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = wesnoth
pkgdesc = A turn-based strategy game on a fantasy world
pkgver = 1.18.2
pkgrel = 1
epoch = 1
url = https://www.wesnoth.org/
arch = x86_64
license = GPL
makedepends = boost
makedepends = cmake
makedepends = git
makedepends = ninja
makedepends = python
depends = sdl2_mixer
depends = sdl2_image
depends = boost-libs
depends = pango
depends = dbus
depends = lua
options = !emptydirs
source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.2
sha512sums = b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99
pkgname = wesnoth

View File

@ -0,0 +1,3 @@
[wesnoth]
source = "git"
git = "https://github.com/wesnoth/wesnoth.git"

View File

@ -7,9 +7,9 @@
pkgname=wesnoth
# NOTE: Odd minor versions are unstable! Do not package those.
pkgver=1.18.0
pkgver=1.18.2
epoch=1
pkgrel=4
pkgrel=1
pkgdesc="A turn-based strategy game on a fantasy world"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL')
@ -18,7 +18,7 @@ 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}")
sha512sums=('6e7a66b6253fadc9346b8385f48b6fb184cc93c58c41e2fce02d9cfeb1a7d5b0b0f4d8488f9260e3a094f99027857dbcbabee0427f0f2e0df9878e01d79d7bb3')
sha512sums=('b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99')
build() {
cd "$pkgname"