diff options
-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 553561828..bc9874708 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=31817.d30345edf _commit=${pkgver#*.} -pkgrel=1 +pkgrel=2 pkgdesc="A FOSS clone of Transport Tycoon Deluxe." arch=('x86_64' 'i686' 'pentium4') url="http://www.openttd.org" @@ -17,9 +17,9 @@ _pinned_dependencies=( 'libicui18n.so=72' 'libicuuc.so=72' 'liblzma.so=5' - 'libpng=1.6.38' + 'libpng=1.6.39' 'lzo=2.10' - 'sdl2=2.24.2' + 'sdl2=2.26.0' 'zlib=1:1.2.13' ) depends=( |