aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openttd/APKBUILD
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-16 08:42:20 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-16 07:55:09 +0000
commite7dcee577d0f4a5e1700b18807e0f9771543cb57 (patch)
treed41243d5cfbb86d1fb9aece6a565306ab066f6c2 /testing/openttd/APKBUILD
parent56541aa96e5a95eab992875030f71a9786e19617 (diff)
testing/openttd: upgrade to 1.10.1
Diffstat (limited to 'testing/openttd/APKBUILD')
-rw-r--r--testing/openttd/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/openttd/APKBUILD b/testing/openttd/APKBUILD
index f63a78baf1a..bb826bf1596 100644
--- a/testing/openttd/APKBUILD
+++ b/testing/openttd/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Adrian Siekierka <kontakt@asie.pl>
# Maintainer: Adrian Siekierka <kontakt@asie.pl>
pkgname=openttd
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=0
pkgdesc="Open source version of the Transport Tycoon Deluxe simulator"
url="https://www.openttd.org"
@@ -45,11 +45,8 @@ lang() {
cd "$pkgdir"
mkdir -p "$subpkgdir"/usr/share/games/openttd/lang
-
- local i
- for i in $(find usr/share/games/openttd/lang/ ! -name 'english.lng' -type f); do
- mv "$i" "$subpkgdir"/"$i"
- done
+ find usr/share/games/openttd/lang/ ! -name 'english.lng' -type f \
+ -exec mv {} "$subpkgdir"/{} \;
}
-sha512sums="f1727b81a059aa04bea1fb6a9a89ae0619942d6406a77f99e642a60ea9416daa215bbd0cbd183747c2df5f6dea81766b7e04493a52211e55522e8b2642db701a openttd-1.10.0-source.tar.xz"
+sha512sums="9e391c2c18687ce9d6fb1094da5dac1166ec409b17f5f4745486b24185e01380cfd806157b7fb9298c58f790995b43bc8c93d993e6a7e36a5b7cf153b7a1de89 openttd-1.10.1-source.tar.xz"