diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-03 16:14:23 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-05 07:29:13 +0000 |
commit | 0608a3fa2a390ac480818bad4da6da9f290b894e (patch) | |
tree | 07ff261b4a0eda9a1ba7d3e4d954fb097f095499 /testing | |
parent | d2cb215b890e89603f9a58c3cab041466fd1b8f4 (diff) | |
download | aports-0608a3fa2a390ac480818bad4da6da9f290b894e.tar.bz2 aports-0608a3fa2a390ac480818bad4da6da9f290b894e.tar.xz |
testing/openttd: upgrade to 1.8.0, clarify license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/openttd/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/openttd/APKBUILD b/testing/openttd/APKBUILD index 757c7ec316..12f095fd69 100644 --- a/testing/openttd/APKBUILD +++ b/testing/openttd/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Adrian Siekierka <kontakt@asie.pl> # Maintainer: Adrian Siekierka <kontakt@asie.pl> pkgname=openttd -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=0 -pkgdesc="Open source simulation game based upon Transport Tycoon Deluxe" -url="http://openttd.org/" +pkgdesc="Open source version of the Transport Tycoon Deluxe simulator" +url="http://openttd.org" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" depends="" -makedepends="libpng-dev zlib-dev sdl-dev lzo-dev xz-dev freetype-dev fontconfig-dev" +makedepends="fontconfig-dev freetype-dev libpng-dev lzo-dev sdl-dev xz-dev zlib-dev" subpackages="$pkgname-doc $pkgname-lang::noarch" source="https://binaries.openttd.org/releases/$pkgver/$pkgname-$pkgver-source.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -31,7 +31,7 @@ build() { --with-liblzo2 \ --with-freetype \ --with-fontconfig \ - --without-icu \ + --without-icu make } @@ -52,4 +52,4 @@ lang() { done } -sha512sums="561d76488ba0e7798971fef096d6fd161a8a43c733dfd7b37361fa209138fdffb900d591e2d0df58e67cd544cd1151ae976f47956891322dbb3cc1ad1882d931 openttd-1.7.0-source.tar.xz" +sha512sums="a2d61b3c94a550c8f3a581127df8c3459b1ddff5ba924942c468cbc70e88e0bf4405cecb68a91243b544ead64f215aa8d489a07b38dce507ae7d59e8ec155d7a openttd-1.8.0-source.tar.xz" |