Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
warzone2100
Commits:
871be3ee by Laurent Carlier at 2024-11-26T10:04:25+01:00
upgpkg: 4.5.5-1: upstream update 4.5.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = warzone2100
pkgdesc = 3D realtime strategy game on a future Earth
- pkgver = 4.5.3
+ pkgver = 4.5.5
pkgrel = 1
url = https://wz2100.net/
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = warzone2100
depends = freetype2
depends = opus
depends = fmt
- source =
warzone2100-4.5.3_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/4.5.3/warzone2100_src.tar.xz
- sha256sums =
eed49f2e456d87d9db192c27d6e356785ac7c7969cfa368edc693d05bfa12c89
+ source =
warzone2100-4.5.5_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/4.5.5/warzone2100_src.tar.xz
+ sha256sums =
07f61bae721687edeb62da4877e85030a03a053a593d645194fc65778e0480ff
pkgname = warzone2100
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Angelo Theodorou <[email protected]>
pkgname=warzone2100
-pkgver=4.5.3
+pkgver=4.5.5
pkgrel=1
pkgdesc="3D realtime strategy game on a future Earth"
url="https://wz2100.net/"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite'
'freetype2' 'opus' 'fmt')
makedepends=('zip' 'unzip' 'libzip' 'asciidoc' 'mesa' 'vulkan-headers'
'shaderc' 'cmake' 'ninja')
source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
-sha256sums=('eed49f2e456d87d9db192c27d6e356785ac7c7969cfa368edc693d05bfa12c89')
+sha256sums=('07f61bae721687edeb62da4877e85030a03a053a593d645194fc65778e0480ff')
#prepare() {
# fix build with vulkan 1.3.260
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/commit/871be3ee87e56b8c1cb5b36d10ea522682b56333
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/commit/871be3ee87e56b8c1cb5b36d10ea522682b56333
You're receiving this email because of your account on gitlab.archlinux.org.