diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-28 10:24:45 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-06-28 10:24:45 +0200 |
commit | 9ed8514e661ef3a1bceefe8b4ecffc2647768173 (patch) | |
tree | 931de8d9afcfcc65a6ff3dbb82ccf0e5fa71355f | |
parent | f4e749ecc278fcfe670516734ae82a779dafc4a5 (diff) | |
download | archlinuxewe-9ed8514e661ef3a1bceefe8b4ecffc2647768173.tar.xz |
openttd-git: rebuild
-rw-r--r-- | openttd-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openttd-git/PKGBUILD b/openttd-git/PKGBUILD index bc9aa14f7..4d7d786e5 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=9 +pkgrel=10 pkgdesc="A FOSS clone of Transport Tycoon Deluxe." arch=('x86_64' 'i686' 'pentium4') url="http://www.openttd.org" @@ -18,7 +18,7 @@ _pinned_dependencies=( 'libicuuc.so=72' 'liblzma.so=5' 'liblzo2.so=2' - 'libpng=1.6.39' + 'libpng=1.6.40' 'sdl2=2.28.0' 'zlib=1:1.2.13' ) |