Date: Tuesday, January 11, 2022 @ 08:51:54 Author: lcarlier Revision: 1100366
upgpkg: warzone2100 4.2.4-1: upstream update 4.2.4 Modified: warzone2100/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 08:49:03 UTC (rev 1100365) +++ PKGBUILD 2022-01-11 08:51:54 UTC (rev 1100366) @@ -2,7 +2,7 @@ # Contributor: Angelo Theodorou <[email protected]> pkgname=warzone2100 -pkgver=4.2.0 +pkgver=4.2.4 pkgrel=1 pkgdesc="3D realtime strategy game on a future Earth" url="https://wz2100.net/" @@ -11,7 +11,7 @@ depends=('sdl2' 'openal' 'libvorbis' 'libtheora' 'libsodium' 'physfs' 'sqlite' 'freetype2') makedepends=('zip' 'unzip' '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=('d4cefbcee02aba77c08cad89beed3c67b8a708c741617f76026c8c0fd79ab9ef') +sha256sums=('2240f55a478a6acf6ab545134e8f70e1c128180a17f9df82af60b93d35056848') prepare() { rm -rf build && mkdir -p build
