diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-22 09:19:34 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-12-22 09:19:34 +0100 |
commit | dafbb52be1df44b5c6385155c181850d5befa377 (patch) | |
tree | 9993e9197ac8dece26d72b85d368589248e5923b | |
parent | 2d4ece68f4f8c065b193affe5ef779918015a290 (diff) | |
download | archlinuxewe-dafbb52be1df44b5c6385155c181850d5befa377.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 d4109b0de..4a255573d 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=24 +pkgrel=25 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' |