summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-09-03 17:06:36 +0200
committerStephan Springer2021-09-03 17:06:36 +0200
commitcd8eb99ec495f81fda746d952c714c1d5bd80658 (patch)
tree8f5d6ad1344d18551913c79a89c557fb2ac1c25c
parentd6cac9358d165df60ce9df80bb46142a58a706e7 (diff)
downloadaur-cd8eb99ec495f81fda746d952c714c1d5bd80658.tar.gz
update to version 6.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab1734f0810..5523262d4efb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt6-base-headless
pkgdesc = A cross-platform application and UI framework - headless build, no QtGui or QtWidgets
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -27,10 +27,10 @@ pkgbase = qt6-base-headless
provides = qt6-base
conflicts = qt6-base
options = !lto
- source = https://download.qt.io/official_releases/qt/6.1/6.1.2/submodules/qtbase-everywhere-src-6.1.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.1/6.1.3/submodules/qtbase-everywhere-src-6.1.3.tar.xz
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
- sha256sums = b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8
+ sha256sums = 1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78
sha256sums = cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c
sha256sums = 4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
diff --git a/PKGBUILD b/PKGBUILD
index 50ec8e2d2337..070d7511385a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-base-headless
-_qtver=6.1.2
+_qtver=6.1.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -25,7 +25,7 @@ _pkgfn="qtbase-everywhere-src-$_qtver"
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8'
+sha256sums=('1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78'
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')