aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openttd-opengfx
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-09 19:52:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-09 16:20:58 -0300
commitcd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc (patch)
tree8826f4a92802c892037c6cb2ca9164c77b81e1b5 /testing/openttd-opengfx
parent00935aac3b9a44132b0fd6e2705b541ea68df249 (diff)
downloadaports-cd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc.tar.bz2
aports-cd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc.tar.xz
testing/openttd-opengfx: modernize
Diffstat (limited to 'testing/openttd-opengfx')
-rw-r--r--testing/openttd-opengfx/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/openttd-opengfx/APKBUILD b/testing/openttd-opengfx/APKBUILD
index 17d63ddee7..a95bf5f002 100644
--- a/testing/openttd-opengfx/APKBUILD
+++ b/testing/openttd-opengfx/APKBUILD
@@ -2,16 +2,17 @@
# Maintainer: Adrian Siekierka <kontakt@asie.pl>
pkgname=openttd-opengfx
pkgver=0.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="Free graphics set for OpenTTD"
-url="http://openttd.org/"
+url="https://www.openttd.org/"
arch="noarch"
-license="GPL-2.0"
-source="https://binaries.openttd.org/extra/opengfx/$pkgver/opengfx-$pkgver-all.zip"
+license="GPL-2.0-or-later"
+options="!check" # No test suite
+depends="openttd"
+source="https://cdn.openttd.org/opengfx-releases/$pkgver/opengfx-$pkgver-all.zip"
builddir="$srcdir/opengfx-$pkgver"
prepare() {
- cd "$srcdir"
tar xf opengfx-$pkgver.tar
}