summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-12-09 13:16:50 +0100
committerMartchus2020-12-09 13:16:50 +0100
commit8c7ceab48467d7437d889151475a86824f172bc0 (patch)
tree07cb1a2fdb8d10d341b2cd7cc5791b1c74262ce8 /PKGBUILD
parent96f703bf95e52545381220e3bad43fde0871d239 (diff)
downloadaur-8c7ceab48467d7437d889151475a86824f172bc0.tar.gz
Update to 6.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed9f08af66fa..c46846ef43ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-5compat-static
-_qtver=6.0.0-rc
+_qtver=6.0.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -16,8 +16,8 @@ makedepends=('mingw-w64-cmake-static' 'qt6-base' 'ninja')
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qt5compat-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('13b9d78aa698609d07376e3e9e9d1a82a96084236aba0642f8ac695c181ab25f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'