diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:14 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:14 +0100 |
commit | 1642d7a99f2b8af0d50a98762251bac0e28d482a (patch) | |
tree | 75e609e99df6195c04c3adf22531e44e1c11afa4 /openttd-git | |
parent | 4e70267b3e3cb088785a2c76abcafae919080387 (diff) | |
download | archlinuxewe-1642d7a99f2b8af0d50a98762251bac0e28d482a.tar.xz |
openttd-git: rebuild
Diffstat (limited to 'openttd-git')
-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 aba6ad971..361460eba 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=31630.d843c8bd4 _commit=${pkgver#*.} -pkgrel=4 +pkgrel=5 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=71' - 'libicuuc.so=71' + 'libicui18n.so=72' + 'libicuuc.so=72' 'liblzma.so=5' 'libpng=1.6.38' 'lzo=2.10' |