Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / wesnoth
Commits: 4b61c342 by Sven-Hendrik Haase at 2024-07-01T06:21:45+02:00 upgpkg: 1:1.18.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = wesnoth pkgdesc = A turn-based strategy game on a fantasy world - pkgver = 1.18.1 + pkgver = 1.18.2 pkgrel = 1 epoch = 1 url = https://www.wesnoth.org/ @@ -18,7 +18,7 @@ pkgbase = wesnoth depends = dbus depends = lua options = !emptydirs - source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.1 - sha512sums = 6944a9e5d1dc9c1f29aaff335d2ad56540c23c4859ada4b3fd3ceb3a252ba5d1cf8014b09944291f3847890bda77ec878662861dad6fb772110cb06fe42000aa + source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.2 + sha512sums = b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99 pkgname = wesnoth ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=wesnoth # NOTE: Odd minor versions are unstable! Do not package those. -pkgver=1.18.1 +pkgver=1.18.2 epoch=1 pkgrel=1 pkgdesc="A turn-based strategy game on a fantasy world" @@ -17,7 +17,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=('6944a9e5d1dc9c1f29aaff335d2ad56540c23c4859ada4b3fd3ceb3a252ba5d1cf8014b09944291f3847890bda77ec878662861dad6fb772110cb06fe42000aa') +sha512sums=('b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/4b61c342e24a55a204f8f419d61ab364a9ab9606 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/4b61c342e24a55a204f8f419d61ab364a9ab9606 You're receiving this email because of your account on gitlab.archlinux.org.