diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-20 16:09:18 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-20 16:09:18 +0200 |
commit | 2f2ff4d3e732dd3d18ee29e60b934dab9fad1fe1 (patch) | |
tree | b8ec205721c24ae680575d273688adf8128995ca | |
parent | 379c389dae374cdd6ac708043931b7d4c49bbd8e (diff) | |
download | archlinuxewe-2f2ff4d3e732dd3d18ee29e60b934dab9fad1fe1.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 5eec04906..658a6498c 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=32 +pkgrel=33 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=74' - 'libicuuc.so=74' + 'libicui18n.so=75' + 'libicuuc.so=75' 'liblzma.so=5' 'liblzo2.so=2' 'libpng16.so=16' |