diff options
Diffstat (limited to 'openage-git/PKGBUILD')
-rwxr-xr-x | openage-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openage-git/PKGBUILD b/openage-git/PKGBUILD index 51d8569a4..46b95ef58 100755 --- a/openage-git/PKGBUILD +++ b/openage-git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=openage-git pkgver=0.4.1.r1090.g653814e63 -pkgrel=5 +pkgrel=6 pkgdesc="A free (as in freedom) clone of the Age of Empires II engine" arch=(x86_64 i486 i686 pentium4 arm armv6h armv7h aarch64) url="https://openage.sft.mx/" @@ -26,8 +26,8 @@ _pinned_dependencies=( 'libprofiler.so=0' 'libvulkan.so=1' 'opusfile=0.12' - 'qt6-base=6.5.0' - 'qt6-declarative=6.5.0' + 'qt6-base=6.5.1' + 'qt6-declarative=6.5.1' 'sdl2=2.26.5' ) depends=(ftgl sdl2_image eigen xdg-utils python-pillow python-numpy python-toml python-pygments python-jinja python-lz4 "${_pinned_dependencies[@]}") |