Balló György pushed to branch main at Arch Linux / Packaging / Packages /
armagetronad
Commits:
535407e2 by Balló György at 2026-07-03T17:53:23+02:00
upgpkg: 0.2.9.3.0-3: Fix metainfo file
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = armagetronad
pkgdesc = A Tron Clone in 3D
pkgver = 0.2.9.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://armagetronad.net/
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=armagetronad
pkgver=0.2.9.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='A Tron Clone in 3D'
arch=('x86_64')
url='http://armagetronad.net/'
@@ -16,6 +16,13 @@ depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl'
'hicolor-icon-theme')
source=("https://launchpad.net/armagetronad/0.2.9/${pkgver}/+download/armagetronad-${pkgver}.tbz")
sha256sums=('9e0d27048ecfc963c8b07dc31177040561f221ca37e80af832b946b6e0a23fe0')
+prepare() {
+ cd "$srcdir/armagetronad-$pkgver"
+ # Fix AppStream metadata
+ # https://gitlab.com/armagetronad/armagetronad/-/merge_requests/197
+ sed -i 's/x-flatpak-//g' desktop/armagetronad.appdata.xml.in
+}
+
build() {
cd "$srcdir/armagetronad-$pkgver"
./configure --prefix=/usr \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/armagetronad/-/commit/535407e20f3d3838bff1e08abb5f02c1365e6885
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/armagetronad/-/commit/535407e20f3d3838bff1e08abb5f02c1365e6885
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help