summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manualPorts/openttd-git/.signature4
-rw-r--r--manualPorts/openttd-git/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/manualPorts/openttd-git/.signature b/manualPorts/openttd-git/.signature
index 9cb2d5d..867b39b 100644
--- a/manualPorts/openttd-git/.signature
+++ b/manualPorts/openttd-git/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGnssn5YgPQGghcy+o8Vua3vEAyQlCdSRENCr53T4DqBPXsT/rU0ulVXPdCY3Sk6FPDg8ztgPDPiM/ujJ2PrT7gg=
-SHA256 (Pkgfile) = 787ee5f38594f322cc82e282868691468b06658c4d41a2f469ebdba861be13a6
+RWQxCptPusLGGnbd68Hmpy8KMxYKis5NFdkhpbTGMUVfPqIF6mNqeX2HfChrofpl5qtNj7f/IkPqU2sYZst5HJHAu4j1TgtlGgM=
+SHA256 (Pkgfile) = ffc3bdb6abb46b88ade634e0eedac25ff20d695bf90dbb20c142b5aafb4a60e5
SHA256 (.footprint) = c9df484f7cd09eda02d1cdbb365d3a78a874a6b895a96d90146bb7a226666cbd
SHA256 (opengfx-0.5.4.zip) = 3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078
SHA256 (opensfx-0.2.3.zip) = 3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662
diff --git a/manualPorts/openttd-git/Pkgfile b/manualPorts/openttd-git/Pkgfile
index 1d77520..cddfd91 100644
--- a/manualPorts/openttd-git/Pkgfile
+++ b/manualPorts/openttd-git/Pkgfile
@@ -10,7 +10,7 @@ version=29628.521f41fc1
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
@@ -48,6 +48,7 @@ build() {
mkdir build
cd build
cmake \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPERSONAL_DIR=.openttd \
..