diff options
Diffstat (limited to 'libre/openttd/PKGBUILD')
-rw-r--r-- | libre/openttd/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/openttd/PKGBUILD b/libre/openttd/PKGBUILD index e8a6c6102..fa0c264c8 100644 --- a/libre/openttd/PKGBUILD +++ b/libre/openttd/PKGBUILD @@ -1,12 +1,11 @@ -# $Id$ # Maintainer (Arch): Vesa Kaihlavirta <vegai@iki.fi> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=openttd pkgver=1.8.0 -pkgrel=2 -pkgrel+=.parabola1 +pkgrel=3 +pkgrel+=.par1 pkgdesc='An engine for running Transport Tycoon Deluxe.' pkgdesc+=' (without nonfree openttd-opensfx recommendation)' arch=('x86_64') @@ -14,7 +13,7 @@ arch+=('i686' 'armv7h') url='https://www.openttd.org' license=('GPL') depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'xz') -depends+=('icu>=62' 'icu<63') +depends+=('icu>=63' 'icu<64') optdepends=('openttd-opengfx: free graphics') source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f') |