diff options
author | TBK <tbk@jjtc.eu> | 2020-03-09 19:52:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-09 16:20:58 -0300 |
commit | cd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc (patch) | |
tree | 8826f4a92802c892037c6cb2ca9164c77b81e1b5 | |
parent | 00935aac3b9a44132b0fd6e2705b541ea68df249 (diff) | |
download | aports-cd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc.tar.bz2 aports-cd2c0a86f7e53ea6b13f972cc1b7d59c53b9ffbc.tar.xz |
testing/openttd-opengfx: modernize
-rw-r--r-- | testing/openttd-opengfx/APKBUILD | 11 |
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 } |