diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-18 08:08:24 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-18 08:08:24 +0100 |
commit | 2235d27a158133111f3fce954e8e9495543de2ff (patch) | |
tree | 155063d361224119bf57570c6327545126fc6fff | |
parent | d8ec90fcd654d334781dc48c8110ee4bdcbfd498 (diff) | |
download | archlinuxewe-2235d27a158133111f3fce954e8e9495543de2ff.tar.xz |
openttd-git: rebuild
-rw-r--r-- | openttd-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openttd-git/PKGBUILD b/openttd-git/PKGBUILD index 0a5655e54..83c993f92 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=22 +pkgrel=23 pkgdesc="A FOSS clone of Transport Tycoon Deluxe." arch=('x86_64' 'i686' 'pentium4') url="http://www.openttd.org" @@ -14,8 +14,8 @@ _pinned_dependencies=( 'libfluidsynth.so=3' 'libfontconfig.so=1' 'libfreetype.so=6' - 'libicui18n.so=73' - 'libicuuc.so=73' + 'libicui18n.so=74' + 'libicuuc.so=74' 'liblzma.so=5' 'liblzo2.so=2' 'libpng16.so=16' |