diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:49 +0200 |
commit | a57b77dc739ae9eb7671383760c85a8ac5226aac (patch) | |
tree | cc937104834ba51206647b9c41d1e0d017cf9443 | |
parent | 2854e15611b125190c3b504ede06e45047e3aca0 (diff) | |
download | archlinuxewe-a57b77dc739ae9eb7671383760c85a8ac5226aac.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 d37f9642a..ca578e48f 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,14 +2,14 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=5 +pkgrel=6 pkgdesc="A FOSS clone of Transport Tycoon Deluxe." arch=('x86_64' 'i686' 'pentium4') url="http://www.openttd.org" license=('GPL2') groups=() _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'libfluidsynth.so=3' 'libfontconfig.so=1' |