George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
warzone2100


Commits:
3205159a by George Rawlinson at 2025-12-09T20:27:45+00:00
reuse: simplify conf

- - - - -
e42bb64c by George Rawlinson at 2025-12-09T21:02:40+00:00
upgpkg: 4.6.2-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = warzone2100
        pkgdesc = 3D realtime strategy game on a future Earth
-       pkgver = 4.6.1
-       pkgrel = 4
+       pkgver = 4.6.2
+       pkgrel = 1
        url = https://wz2100.net
        arch = x86_64
        license = GPL-2.0-or-later
@@ -15,7 +15,7 @@ pkgbase = warzone2100
        makedepends = vulkan-headers
        makedepends = basis-universal
        makedepends = shaderc
-       depends = sdl2
+       depends = sdl3
        depends = libtheora
        depends = openal
        depends = libvorbis
@@ -35,7 +35,7 @@ pkgbase = warzone2100
        depends = zlib
        depends = libogg
        depends = miniupnpc
-       source = 
warzone2100::git+https://github.com/Warzone2100/warzone2100.git#tag=4.6.1
+       source = 
warzone2100::git+https://github.com/Warzone2100/warzone2100.git#tag=4.6.2
        source = git+https://github.com/JuliaStrings/utf8proc.git
        source = git+https://github.com/g-truc/glm.git
        source = git+https://github.com/nemtrif/utfcpp.git
@@ -65,7 +65,7 @@ pkgbase = warzone2100
        source = git+https://github.com/past-due/innohelperscripts.git
        source = git+https://github.com/Warzone2100/win_installer_resources.git
        source = git+https://github.com/Warzone2100/blender-pie-addon.git
-       sha512sums = 
aadebd70a91ac39a8309e4bfc156586ad3e9bb93e4b339f049bc5de424d3edb623df259709c922860fe85d415b68c1f3a6c749632c6ebb84aad2706a921ce66e
+       sha512sums = 
1ba3b06aceb525c14788c6c8ed3e4eff64af54c6cabe656e1b2d059a6b87581b20e8fc7caa408183d907e16a8002689add032c547b679b20be6b5d5a90a4aab0
        sha512sums = SKIP
        sha512sums = SKIP
        sha512sums = SKIP
@@ -95,7 +95,7 @@ pkgbase = warzone2100
        sha512sums = SKIP
        sha512sums = SKIP
        sha512sums = SKIP
-       b2sums = 
0311e90a6cf0589e10483fa4e8f301dedcc622fc613d9772127867d99cdcee6dfacbe287be3cad9ac6a7ba5d110da06b49ae2a576728faaac7a88ada36034ab0
+       b2sums = 
23160ea7324d7657474f3b40b71f412107e9e0fdf8f72bbee720ad9c15b4cb0e60a7643524ad1a7b276446f32d8a6d11410d9700b9f33115f228cb25a560f7e7
        b2sums = SKIP
        b2sums = SKIP
        b2sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 # Contributor: Angelo Theodorou <[email protected]>
 
 pkgname=warzone2100
-pkgver=4.6.1
-pkgrel=4
+pkgver=4.6.2
+pkgrel=1
 pkgdesc='3D realtime strategy game on a future Earth'
 arch=(x86_64)
 url='https://wz2100.net'
 license=(GPL-2.0-or-later)
 depends=(
-  sdl2
+  sdl3
   libtheora
   openal
   libvorbis
@@ -73,7 +73,7 @@ 
source=("$pkgname::git+https://github.com/Warzone2100/warzone2100.git#tag=$pkgve
         'git+https://github.com/past-due/innohelperscripts.git'
         'git+https://github.com/Warzone2100/win_installer_resources.git'
         'git+https://github.com/Warzone2100/blender-pie-addon.git')
-sha512sums=('aadebd70a91ac39a8309e4bfc156586ad3e9bb93e4b339f049bc5de424d3edb623df259709c922860fe85d415b68c1f3a6c749632c6ebb84aad2706a921ce66e'
+sha512sums=('1ba3b06aceb525c14788c6c8ed3e4eff64af54c6cabe656e1b2d059a6b87581b20e8fc7caa408183d907e16a8002689add032c547b679b20be6b5d5a90a4aab0'
             'SKIP'
             'SKIP'
             'SKIP'
@@ -103,7 +103,7 @@ 
sha512sums=('aadebd70a91ac39a8309e4bfc156586ad3e9bb93e4b339f049bc5de424d3edb623d
             'SKIP'
             'SKIP'
             'SKIP')
-b2sums=('0311e90a6cf0589e10483fa4e8f301dedcc622fc613d9772127867d99cdcee6dfacbe287be3cad9ac6a7ba5d110da06b49ae2a576728faaac7a88ada36034ab0'
+b2sums=('23160ea7324d7657474f3b40b71f412107e9e0fdf8f72bbee720ad9c15b4cb0e60a7643524ad1a7b276446f32d8a6d11410d9700b9f33115f228cb25a560f7e7'
         'SKIP'
         'SKIP'
         'SKIP'


=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/compare/1b481b22c9dfd2fd8291c1d691dfb4410abd0bae...e42bb64cc2b0bd847cc90091b32da55d2737055d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/warzone2100/-/compare/1b481b22c9dfd2fd8291c1d691dfb4410abd0bae...e42bb64cc2b0bd847cc90091b32da55d2737055d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to