community/simutrans to 120.1.1-1

This commit is contained in:
Kevin Mihelich 2015-12-14 13:50:04 +00:00
parent e77afe0650
commit d36d60281e
2 changed files with 7 additions and 7 deletions

View file

@ -9,9 +9,9 @@
# - get rid of a bad gcc flag in Makefile
pkgname=simutrans
pkgver=120.0.1
_pkgver=120-0-1
pkgrel=3
pkgver=120.1.1
_pkgver=120-1-1
pkgrel=1
pkgdesc="An open source transportation simulation game"
arch=('i686' 'x86_64')
url="http://simutrans.com/"
@ -25,8 +25,8 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
path-for-game-data.patch
config.patch
simutrans.desktop)
md5sums=('40372b6417f235740b14a6bb7b389a78'
'34b0472b08f3d9f38e289ba1639ef232'
md5sums=('56e8fe355ba7dc92e64fff935ea74d27'
'f64ec240c1582b863f748bf190b3bd1b'
'c87d9a9910bc371df5d50f7f1ec298bb'
'e716340d372af264ca05510facfe5d2c'
'c2f4e494168e235380373974c91a0803'

View file

@ -6,8 +6,8 @@ diff -Naur simutrans.orig/Makefile simutrans/Makefile
SDL2_CONFIG ?= sdl2-config
-ifneq ($(OPTIMISE),)
- CFLAGS += -O3
- ifeq ($(findstring $(OSTYPE), amiga haiku mac),)
- CFLAGS += -O3
- ifeq ($(findstring $(OSTYPE), amiga),)
- CFLAGS += -minline-all-stringops
- endif
-else