diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:44 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:44 +0200 |
commit | ec3017b9d35fc4567394dce9fbe1af9153200ea3 (patch) | |
tree | ce16882ed1805248c1218cbb1dba4dfc684c1759 /openttd-git | |
parent | 1a5f2e2ca3690c221b939e75b16610e85fa73dea (diff) | |
download | archlinuxewe-ec3017b9d35fc4567394dce9fbe1af9153200ea3.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 7d3721455..b8bb79940 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -2,14 +2,14 @@ pkgname=openttd-git pkgver=32086.f12498b63 _commit=${pkgver#*.} -pkgrel=14 +pkgrel=15 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=13.1.1' + 'gcc-libs=13.2.1' 'glibc>=2.31' 'libfluidsynth.so=3' 'libfontconfig.so=1' |