Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
openttd-opengfx
Commits:
e672df29 by Laurent Carlier at 2026-01-21T12:07:20+01:00
upgpkg: 8.0-1: upstream update 8.0
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = openttd-opengfx
pkgdesc = A free graphics set for openttd
- pkgver = 7.1
- pkgrel = 3
+ pkgver = 8.0
+ pkgrel = 1
url = https://wiki.openttd.org/en/Basesets/OpenGFX
arch = any
license = GPL-2.0-only
- source =
https://cdn.openttd.org/opengfx-releases/7.1/opengfx-7.1-all.zip
- sha256sums =
928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846
+ source =
https://cdn.openttd.org/opengfx-releases/8.0/opengfx-8.0-all.zip
+ sha256sums =
43a0c1dabf39cb865394f3a6cc36d4da5c10ecfaaf55652043104806810903be
pkgname = openttd-opengfx
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[openttd-opengfx]
+source = "github"
+github = "OpenTTD/OpenGFX"
+use_latest_release = "true"
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
# Contributor: Daniel J Griffiths <[email protected]>
pkgname=openttd-opengfx
-pkgver=7.1
-pkgrel=3
+pkgver=8.0
+pkgrel=1
pkgdesc='A free graphics set for openttd'
arch=('any')
url='https://wiki.openttd.org/en/Basesets/OpenGFX'
license=('GPL-2.0-only')
source=("https://cdn.openttd.org/opengfx-releases/${pkgver}/opengfx-${pkgver}-all.zip")
-sha256sums=('928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846')
+sha256sums=('43a0c1dabf39cb865394f3a6cc36d4da5c10ecfaaf55652043104806810903be')
package() {
cd "${srcdir}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openttd-opengfx/-/commit/e672df293b54e1072b4c13f96ba036ff0dceb2bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openttd-opengfx/-/commit/e672df293b54e1072b4c13f96ba036ff0dceb2bc
You're receiving this email because of your account on gitlab.archlinux.org.