diff options
author | Martchus | 2022-11-17 10:40:39 +0100 |
---|---|---|
committer | Martchus | 2022-11-17 10:40:39 +0100 |
commit | d5790cce4315a48d1940d8f9944845fa74e2bf6e (patch) | |
tree | 45c0003f83e8569d670faa81ab769d0a10762100 | |
parent | 11433fac55b5385917e5bb9241daca9b176fa9e1 (diff) | |
download | aur-d5790cce4315a48d1940d8f9944845fa74e2bf6e.tar.gz |
Update to 6.4.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qt5compat-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-5compat pkgdesc = Module that contains unsupported Qt 5 APIs (mingw-w64) - pkgver = 6.4.0 + pkgver = 6.4.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt6-5compat options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qt5compat-everywhere-src-6.4.0.tar.xz - sha256sums = 73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0 + source = https://download.qt.io/official_releases/qt/6.4/6.4.1/submodules/qt5compat-everywhere-src-6.4.1.tar.xz + sha256sums = d4a533ee45d6341b9eb402e69bc21909eeeeda2b2d29a6c715b31c3ec12fd031 pkgname = mingw-w64-qt6-5compat @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-5compat -_qtver=6.4.0 +_qtver=6.4.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qt5compat-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0') +sha256sums=('d4a533ee45d6341b9eb402e69bc21909eeeeda2b2d29a6c715b31c3ec12fd031') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 955eafa1b34e..d394190e5256 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.4.0 +_qtver=6.4.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt5compat-sha256.txt b/qt5compat-sha256.txt index 333c37f13426..0767d7d7f32e 100644 --- a/qt5compat-sha256.txt +++ b/qt5compat-sha256.txt @@ -1 +1 @@ -73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0 +d4a533ee45d6341b9eb402e69bc21909eeeeda2b2d29a6c715b31c3ec12fd031 |