diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-05-15 23:32:51 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-05-15 23:33:04 +0200 |
commit | 9bf4f74ecce6e148cd070a68c7871b697c6b5b74 (patch) | |
tree | 30d94de1f52f0ff6eb4d4ce5f9d473ac83e8dc6f /libre | |
parent | 7a9826d3c38271a34e8bc87147892be3adc527b9 (diff) | |
download | abslibre-9bf4f74ecce6e148cd070a68c7871b697c6b5b74.tar.gz abslibre-9bf4f74ecce6e148cd070a68c7871b697c6b5b74.tar.bz2 abslibre-9bf4f74ecce6e148cd070a68c7871b697c6b5b74.zip |
libre/openttd: updated to 1.8.0
Diffstat (limited to 'libre')
-rw-r--r-- | libre/openttd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/openttd/PKGBUILD b/libre/openttd/PKGBUILD index c03462fb9..2d10a8fce 100644 --- a/libre/openttd/PKGBUILD +++ b/libre/openttd/PKGBUILD @@ -4,8 +4,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=openttd -pkgver=1.7.2 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgrel+=.parabola1 pkgdesc='An engine for running Transport Tycoon Deluxe.' pkgdesc+=' (without nonfree openttd-opensfx recommendation)' @@ -17,7 +17,7 @@ depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-f depends+=('icu>=61' 'icu<62') optdepends=('openttd-opengfx: free graphics') source=("https://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") -sha256sums=('fe51a0bade8fdf6ce3ec696418ecf75c95783cdcabfd7b204eec5c0bb5d149d4') +sha256sums=('c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f') build() { cd ${pkgname}-${pkgver} |