diff options
-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 853e16414..c0649e2ba 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=31531.19af13963 _commit=${pkgver#*.} -pkgrel=3 +pkgrel=4 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=71' 'libpng=1.6.37' 'lzo=2.10' - 'sdl2=2.0.22' + 'sdl2=2.24.0' 'xz=5.2.6' 'zlib=1:1.2.12' ) |