diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-30 01:27:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-30 01:27:17 -0500 |
commit | 7ea5fe2683c4fc69853395ba156f1110c477deb2 (patch) | |
tree | 1a507468b25366162f83916482b1b2a6cb0df6c6 /libre/openttd | |
parent | 2ec93614f93d3ce69ef227f1b554c7750ef33e12 (diff) | |
download | abslibre-7ea5fe2683c4fc69853395ba156f1110c477deb2.tar.gz abslibre-7ea5fe2683c4fc69853395ba156f1110c477deb2.tar.bz2 abslibre-7ea5fe2683c4fc69853395ba156f1110c477deb2.zip |
openttd-1.8.0-3.par1: icu 63.1 / poppler 0.70.0 rebuild
Diffstat (limited to 'libre/openttd')
-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') |