Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
armagetronad


Commits:
b92b1e8f by Sven-Hendrik Haase at 2026-02-15T06:15:51+01:00
upgpkg: 0.2.9.2.5-1

- - - - -


4 changed files:

- .SRCINFO
- + .gitignore
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
 pkgbase = armagetronad
        pkgdesc = A Tron Clone in 3D
-       pkgver = 0.2.9.2.3
-       pkgrel = 3
+       pkgver = 0.2.9.2.5
+       pkgrel = 1
        url = http://armagetronad.net/
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-only
        depends = sdl_image
        depends = libxml2
        depends = sdl_mixer
        depends = ftgl
        depends = hicolor-icon-theme
        options = !buildflags
-       source = 
https://launchpad.net/armagetronad/0.2.9/0.2.9.2.3/+download/armagetronad-0.2.9.2.3.tbz
-       sha256sums = 
330cb65610d1f6f1374f4156352eb687d7b1bccc0b391fde3d771549c5a5d928
+       source = 
https://launchpad.net/armagetronad/0.2.9/0.2.9.2.5/+download/armagetronad-0.2.9.2.5.tbz
+       sha256sums = 
941d9f194340b84b1dd36d0f58c089660a15814ce37ca3813b90105dbedc5619
 
 pkgname = armagetronad


=====================================
.gitignore
=====================================
@@ -0,0 +1 @@
+*.tbz


=====================================
PKGBUILD
=====================================
@@ -4,17 +4,17 @@
 # Contributor: Filippo 'JoeyrS' Civiletti <[email protected]>
 
 pkgname=armagetronad
-pkgver=0.2.9.2.3
-pkgrel=3
+pkgver=0.2.9.2.5
+pkgrel=1
 pkgdesc='A Tron Clone in 3D'
 arch=('x86_64')
 url='http://armagetronad.net/'
-license=('GPL')
+license=('GPL-2.0-only')
 # Disable build flags to fix FS#80060
 options=('!buildflags')
 depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl' 'hicolor-icon-theme')
 
source=("https://launchpad.net/armagetronad/0.2.9/${pkgver}/+download/armagetronad-${pkgver}.tbz";)
-sha256sums=('330cb65610d1f6f1374f4156352eb687d7b1bccc0b391fde3d771549c5a5d928')
+sha256sums=('941d9f194340b84b1dd36d0f58c089660a15814ce37ca3813b90105dbedc5619')
 
 prepare() {
   cd "$srcdir/armagetronad-$pkgver"


=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    ".gitignore",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/armagetronad/-/commit/b92b1e8f524ef290584254334d692e7ea9580f4b

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


Reply via email to