diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-04-12 08:22:21 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-04-12 08:22:21 +0200 |
commit | 11aa565f421d89aaffa3752bff610d1393029ed2 (patch) | |
tree | df90f134149c6e6a35ba938846b816fc920bd01e /openttd-git | |
parent | a36c5c289f86994b99bf27ddfbaf59143440b9c3 (diff) | |
download | archlinuxewe-11aa565f421d89aaffa3752bff610d1393029ed2.tar.xz |
openttd-git: rebuild
Diffstat (limited to 'openttd-git')
-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 eae38616c..d37f9642a 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=4 +pkgrel=5 pkgdesc="A FOSS clone of Transport Tycoon Deluxe." arch=('x86_64' 'i686' 'pentium4') url="http://www.openttd.org" @@ -19,7 +19,7 @@ _pinned_dependencies=( 'liblzma.so=5' 'liblzo2.so=2' 'libpng=1.6.39' - 'sdl2=2.26.4' + 'sdl2=2.26.5' 'zlib=1:1.2.13' ) depends=( |