summaryrefslogtreecommitdiff
path: root/manualPorts/openttd-git/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/openttd-git/Pkgfile')
-rw-r--r--manualPorts/openttd-git/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/manualPorts/openttd-git/Pkgfile b/manualPorts/openttd-git/Pkgfile
index 592b0e1..ea8bee4 100644
--- a/manualPorts/openttd-git/Pkgfile
+++ b/manualPorts/openttd-git/Pkgfile
@@ -10,10 +10,11 @@ version=29779.8596b43b2
gfxversion=0.5.4
sfxversion=0.2.3
msxversion=0.3.1
-release=1
+release=2
source=(http://bundles.openttdcoop.org/opengfx/releases/$gfxversion/opengfx-$gfxversion.zip
http://bundles.openttdcoop.org/opensfx/releases/$sfxversion/opensfx-$sfxversion.zip
http://bundles.openttdcoop.org/openmsx/releases/$msxversion/openmsx-$msxversion.zip
+ chunnel.patch
signaltunnel.patch
sloped-stations.patch
underground.patch
@@ -44,6 +45,7 @@ build() {
patch -p1 -i "$SRC/signaltunnel.patch"
# patch -p1 -i "$SRC/sloped-stations.patch" # broken!
patch -p1 -i "$SRC/underground.patch" # broken?
+ patch -p1 -i "$SRC/chunnel.patch"
mkdir build
cd build