summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgigas0022023-12-13 21:55:49 +0900
committergigas0022023-12-13 21:55:49 +0900
commitbad80b6fda4e4ffdc289c16d8e1e5405155dfbc6 (patch)
treed08efaf4ba1c4020fecbc8fdf77a5a75c40a08f5 /PKGBUILD
parent68d3be596d59bef8f7bbed7153b0c51701ee4830 (diff)
downloadaur-bad80b6fda4e4ffdc289c16d8e1e5405155dfbc6.tar.gz
Bump to 1.4.1 and replace qt6-tools with qt5-tools
lets see how it goes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5876370da14f..227290d64ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Sandy Carter <bwrsandman@gmail.com>
pkgname=vcmi
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Open-source engine for Heroes of Might and Magic III"
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="http://vcmi.eu"
license=('GPL2')
-depends=('boost-libs' 'ffmpeg' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'qt5-base' 'qt6-tools' 'libxkbcommon-x11'
+depends=('boost-libs' 'ffmpeg' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'qt5-base' 'qt5-tools' 'libxkbcommon-x11'
'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'tbb' 'fuzzylite'
'luajit')
makedepends=('boost' 'cmake' 'git')
@@ -18,7 +18,7 @@ provides=('vcmi')
conflicts=('vcmi')
install="${pkgname}.install"
source=("https://github.com/vcmi/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3a666ed4f8250029a1254394a8bcd4ac6df955c9736bc8733c69ec02e03d2f36')
+sha256sums=('30b3e4f1c2d817163f68a45ef3857b05d91a77459afe4ae7a1ef37ad326e0375')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"