diff options
author | Erich Eckner <git@eckner.net> | 2022-01-11 10:47:08 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-11 10:47:08 +0100 |
commit | 82e1a9106657bda111e7950323c74be5646002c7 (patch) | |
tree | d2a79c12b2f6afbf8e65a6e153a4472e4577118c /openttd-git/PKGBUILD | |
parent | 5094f6c07015543d631cc731ac2a4c59ac31dc4a (diff) | |
download | archlinuxewe-82e1a9106657bda111e7950323c74be5646002c7.tar.xz |
openttd-git: rebuild
Diffstat (limited to 'openttd-git/PKGBUILD')
-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 ca1a50699..a291a2258 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=openttd-git pkgver=31316.802ca4e72 _commit=${pkgver#*.} -pkgrel=2 +pkgrel=3 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=70' 'libpng=1.6.37' 'lzo=2.10' - 'sdl2=2.0.18' + 'sdl2=2.0.20' 'xz=5.2.5' 'zlib=1:1.2.11' ) |