Package Details: bzflag 2.4.26-1

Git Clone URL: https://aur.archlinux.org/bzflag.git (read-only, click to copy)
Package Base: bzflag
Description: Multiplayer 3D tank battle game
Upstream URL: https://bzflag.org/
Licenses: LGPL
Submitter: arojas
Maintainer: afontenot
Last Packager: afontenot
Votes: 1
Popularity: 0.020168
First Submitted: 2021-05-08 09:02 (UTC)
Last Updated: 2022-12-04 04:12 (UTC)

Latest Comments

afontenot commented on 2022-07-07 06:38 (UTC)

@strec in the future, please flag the package as out of date. It wasn't flagged until 2022-05-19.

guido commented on 2022-05-03 23:00 (UTC)

When will the AUR build of BZFlag get updated? That's the only way I know how to do an update as I'm on Manjaro.

strec commented on 2022-05-02 18:00 (UTC)

Please update to v. 2.4.24. The initial hang is fixed (per workaround according to https://github.com/BZFlag-Dev/bzflag/issues/301) there.

From 0ac15de2e698b411b3dbd1325d1ffe804cfa5a45 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <petr@cizmar.net>
Date: Mon, 2 May 2022 19:56:34 +0200
Subject: [PATCH] Update to verison 2.4.24

---
 .SRCINFO | 7 +++----
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index c7923f4..382f589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = bzflag
    pkgdesc = Multiplayer 3D tank battle game
-   pkgver = 2.4.22
+   pkgver = 2.4.24
    pkgrel = 1
    url = https://bzflag.org/
    arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = bzflag
    depends = glu
    depends = sdl2
    depends = c-ares
-   source = https://download.bzflag.org/bzflag/source/2.4.22/bzflag-2.4.22.tar.bz2
-   sha256sums = 9e64653302b657bd8b5f96fe1150a9ff80a1d53a6d7e8a35138c6b1b02006a4d
+   source = https://download.bzflag.org/bzflag/source/2.4.24/bzflag-2.4.24.tar.bz2
+   sha256sums = 5f8131beb7fc8ba51e323a06ecd7d8eab91537c342ce87a113e5eb6ea98ce3c4

 pkgname = bzflag
-
diff --git a/PKGBUILD b/PKGBUILD
index 12ea356..daeb15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa <damir.perisa@bluewin.ch>

 pkgname=bzflag
-pkgver=2.4.22
+pkgver=2.4.24
 pkgrel=1
 pkgdesc='Multiplayer 3D tank battle game'
 url='https://bzflag.org/'
@@ -11,7 +11,7 @@ license=('LGPL')
 arch=('x86_64')
 depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
 source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2")
-sha256sums=('9e64653302b657bd8b5f96fe1150a9ff80a1d53a6d7e8a35138c6b1b02006a4d')
+sha256sums=('5f8131beb7fc8ba51e323a06ecd7d8eab91537c342ce87a113e5eb6ea98ce3c4')

 build() {
   cd ${pkgname}-${pkgver}
-- 
2.36.0

guido commented on 2022-01-26 21:01 (UTC)

The latest version of bzflag hangs on startup screen. I've read it's some to do with latest SDL2 package that builds package. Can someone look into this? I'm on manjaro and tried endeavourOS with same results. Other people are having issue on Fedora also. Thanks