summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoboron30422021-06-04 06:00:40 +0200
committerRoboron30422021-06-04 06:00:40 +0200
commita7fb38591d108b80d40c5349ab777296e09e7ac6 (patch)
treeb3c65125bee758866d52806be4895e771d595251 /PKGBUILD
parent2a5369631bc0a30c283fff7ef787d7d06e003111 (diff)
downloadaur-a7fb38591d108b80d40c5349ab777296e09e7ac6.tar.gz
nightly build r18880.abf5c7b74
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d5078b50115..c21a72168b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roboron <robertoms258 at gmail dot com>
pkgname=simutrans-extended-git
-pkgver=r18878.d2a467ad8
+pkgver=r18880.abf5c7b74
pkgrel=1
pkgdesc="Transportation simulation game - Extended Version - Nightly build from git"
arch=('any')
@@ -46,7 +46,7 @@ build() {
cd simutrans-extended
mkdir build
cd build
- cmake ..
+ cmake -DSIMUTRANS_USE_FREETYPE=ON ..
make
}