summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2024-04-11 20:59:43 +0200
committerErich Eckner <git@eckner.net>2024-04-11 20:59:43 +0200
commit5948e11e325a95c86ae42519306bb630a73a7852 (patch)
tree46a396afcb6fb6d5ec03bb54361d05140a6d2020
parent1a28b6ae7be1b917247a924b6a9dc8c03b4d5660 (diff)
downloadarchlinuxewe-5948e11e325a95c86ae42519306bb630a73a7852.tar.xz
openage-git: rebuild
-rwxr-xr-xopenage-git/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/openage-git/PKGBUILD b/openage-git/PKGBUILD
index 7b25ae347..da65c6adb 100755
--- a/openage-git/PKGBUILD
+++ b/openage-git/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openage-git
pkgver=0.4.1.r1109.gaada07d18
-pkgrel=20
+pkgrel=21
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=(
'libpng16.so=16'
'libvulkan.so=1'
'opusfile=0.12'
- 'qt6-base=6.6.3'
- 'qt6-declarative=6.6.3'
+ 'qt6-base=6.7.0'
+ 'qt6-declarative=6.7.0'
'sdl2=2.30.2'
)
depends=(ftgl sdl2_image eigen xdg-utils python-pillow python-numpy python-toml python-pygments python-jinja python-lz4 "${_pinned_dependencies[@]}")