Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
warzone2100


Commits:
64aecc90 by Laurent Carlier at 2023-12-13T17:26:49+01:00
upgpkg: 4.4.2-1: upstream update 4.4.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = warzone2100
        pkgdesc = 3D realtime strategy game on a future Earth
-       pkgver = 4.3.5
-       pkgrel = 2
+       pkgver = 4.4.2
+       pkgrel = 1
        url = https://wz2100.net/
        arch = x86_64
        license = GPL
@@ -23,7 +23,7 @@ pkgbase = warzone2100
        depends = sqlite
        depends = freetype2
        depends = opus
-       source = 
warzone2100-4.3.5_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/4.3.5/warzone2100_src.tar.xz
-       sha256sums = 
01d608f6f9638e14d7c857df40ad339c1bfc207a05daafe7157ad8652a3405c3
+       source = 
warzone2100-4.4.2_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/4.4.2/warzone2100_src.tar.xz
+       sha256sums = 
3b962ac6aa75bca62bf2ebc067549db08fe4a1c3b38342910a2ac2aaabcbacde
 
 pkgname = warzone2100


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Angelo Theodorou <[email protected]>
 
 pkgname=warzone2100
-pkgver=4.3.5
-pkgrel=2
+pkgver=4.4.2
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="https://wz2100.net/";
 arch=('x86_64')
@@ -11,12 +11,12 @@ license=('GPL')
 depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite' 
'freetype2' 'opus')
 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=('01d608f6f9638e14d7c857df40ad339c1bfc207a05daafe7157ad8652a3405c3')
+sha256sums=('3b962ac6aa75bca62bf2ebc067549db08fe4a1c3b38342910a2ac2aaabcbacde')
 
-prepare() {
+#prepare() {
 # fix build with vulkan 1.3.260
-  sed -e 's|vk::throwResultException|vk::detail::throwResultException|g' -i 
$pkgname/lib/ivis_opengl/gfx_api_vk.cpp
-}
+#  sed -e 's|vk::throwResultException|vk::detail::throwResultException|g' -i 
$pkgname/lib/ivis_opengl/gfx_api_vk.cpp
+#}
 
 build() {
   # /usr/bin/warzone2100 uses malloc_usable_size, which is incompatible with 
fortification level 3



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/commit/64aecc90346c2ae34beedc790d58803a2298315e

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


Reply via email to