Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icu-71.1, firefox-101.0
@ 2022-06-08 16:53 Duncaen
  2022-06-09 23:18 ` [PR PATCH] [Updated] " Duncaen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Duncaen @ 2022-06-08 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

There is a new pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [ ] x86_64-musl
* [ ] i686-musl
* [ ] armv7l

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 72615 bytes --]

From 258b1331d2a9f1eefea02c91af7ef240e9b5aa68 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 01/97] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From faec8f3d9ab24d0621722dc8ffad710cc84612ab Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 02/97] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index e04037a9f2f0..957d9ff5a9f0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From 0159ec5bff05ed714a6ef8929e2c970e93a28f71 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 03/97] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From e29f12d2ca8d04cb1de964ab230808b32939b7ce Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 04/97] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From fa68c99009aec86430739ccdda869730e9380717 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 05/97] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 2452bb8ed0e2e1171caa844f28d77eedfd91c835 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 06/97] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From 082f05e8c270e309426ce3c2d4610d420e2fbbb2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 07/97] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 68d839b67ef6553408f3d14e336d15f564972237 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 08/97] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From f4256df6d986a5142ca355b38a6681387b436487 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 09/97] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From 1b6e4fe1187b99e6478c6a884b48afa7da49cd54 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 10/97] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 041afcb04b7ed7b3a7bb15ed7f832f964e4968b9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 11/97] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 79f3c7a0ac4bdb3bbc71560e13c1f99bb18a0cb2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 12/97] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 4e64c44924d875837a1dfad52a7aad6075962223 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 13/97] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From 12667999fad2a258c1d8ffbf6da8bfc8aab3760a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 14/97] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 26f5bf8da69601be19ce4b5a896e6133e60aaa89 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 15/97] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From 925e2c0782a6b1477c4e8fcf847390cfaa877849 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 16/97] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From 02dff15881db10beda6191ddb6723871b082669d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 17/97] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From b42af41633f90cd6af71a3ffd0e22157a577dce0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 18/97] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From a5394ac8de7e3c3018684c51f7852f6b1bad3890 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 19/97] firefox-esr: rebuild for icu-71.1_1

---
 srcpkgs/firefox-esr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..29d330caff43 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox-esr
 version=91.9.0
-revision=1
+revision=2
 wrksrc="firefox-${version}"
 build_helper="rust"
 short_desc="Mozilla Firefox web browser - Extended Support Release"

From b831c73f034342ee8ec028fd52e7c7947db1d7ee Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 20/97] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From b821456761743df57f27db2ad8d048e2d9bd6e74 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 21/97] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From 27d7f2d222881b7d462fa96aa8bad2d69c6b6ef5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 22/97] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 50c2fe9c49519fbb5a4f75034fbdb8dace849063 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 23/97] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 34c575dddfd0..514eb3fb0d9c 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.9
-revision=2
+revision=3
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From 9a77a7811ee6012c8579e975bc2267bebe966f45 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 24/97] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From a3603ab8903610fcfdc25a4c58c80342daf23403 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 25/97] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 0efda92d3068f5741ea699afce612a4c3b14082f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 26/97] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From eb411323beebb1ad2290d220230ccc95aabca1da Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 27/97] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From db9c68dc6e322a19f335dce88374ddfbeb505680 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 28/97] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From fbc1121e2da2247aa44bc981f5c0e737a1864e88 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 29/97] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From c036fe973c35c073cb15d936e5bc9414e20e70cb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 30/97] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 76a82313498e714511bb909182d68919b16d64db Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 31/97] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From d46e5ca5b80e35f023eae923c8a230155d21b5a1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 32/97] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From e46df9a386160579d034cc960bf8e7488a458739 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 33/97] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From a7eeb516e8384e0295c804d037df7ee6e7393d2c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 34/97] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 44bd7f98fa0128d7186f1a23a567a4bf7baf559d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 35/97] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From c4f4ec1fa488d89031c5119102fafb2862404b9f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 36/97] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From aa5379cf3c896112dc32dd5965a17e4496945391 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 37/97] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 461aa429b4928254e92696049e0c95790887e6a8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 38/97] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 7f6689daee9a901f453e9da528371eee3f027d46 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 39/97] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From a5ccaa840311b6bea9ea0fa081d5259b20b8c095 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 40/97] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 797ddf8ad3a895a2a5ee7382e8024f8b9a8c113b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 41/97] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 8759143ed9f91350ddd64140d294868ea759a119 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 42/97] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 0bf2e4ea0bd5c8ccd4d00fa9b9fc46436f642654 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 43/97] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From 8f3e5bcc87fc17361b5acac10e035edaf814f23d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 44/97] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 79758e77d6972b74fa881087151757a250334a36 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 45/97] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 9f28f3bf887ebcf9f23262ff3ab43f7cd94ad2e5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 46/97] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From cc61096a8c0c30016bbfbc0a938aa279e1590211 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 47/97] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 2fb379bb5dffb9826c722c9d2ce30232717d8cc1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 48/97] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 14d489e42e730769b5fa21ee1edc55c470178087 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 49/97] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 09cdff8cd5e95b15243b6ae0a7039527e8d963dc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 50/97] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From effc3839d3fa3408427b0675d402684aa3d2edd0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 51/97] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 920ce91cb3b802f11516a95f3f4ca0228e9be277 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 52/97] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 6f2dc67b5123ba1559509479e99168c1443cbd87 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 53/97] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From 17455f7adcb04e35873bf916145747073fd59045 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 54/97] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From 3bd6d4a10bdaa0f89c4f040be4aa3ac1d99a9a50 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 55/97] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From 57935b57e8ec164939e43b08235dd4dda7ad4aa9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 56/97] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From 9f689138e1e87ef22de9a2ccfc2b0f2504829b0a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 57/97] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From b41116feec258383473cd33033c9ad51e1cd5426 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 58/97] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From e4aae4750b3d814855661ef937bd42139c61dcba Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 59/97] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From 0864ba7ee55dba0558ed13da09a54f6a8568d6b9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 60/97] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 89b85c9aedee..a571a05c8701 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.14.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From 521ec42a93079e6f6c31f958c0a9247d2addbbeb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 61/97] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From a77bf09cb3e992825a26a2a7dc85c4757d3aeea3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 62/97] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From 3f96215a7d9107d52a71457bf3b71c90a854d6c9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 63/97] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From e003a282cb8f193fb1784d7364f192fcf93dc8b5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 64/97] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From fef422da1def7d2eb57e92f19f5ec56af86199f8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 65/97] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From a4292673855b4f6c5c425fbee9887136d0d47a2f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 66/97] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index c6a628cf6864..113f6910f0fb 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.29
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From d4f4b7c00cdd2fbfacb7c050b34925b37be30970 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 67/97] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index c4a6df3a389e..c9dc9f9901b2 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.19
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 26ed334caa09b0f94b3b7e6e92b59e7a06e1046d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 68/97] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 9852f076d51b..ee093f6ccad2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.6
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 88f371aed41b19f9a9674f4ef7137498994febdf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 69/97] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From 4adcad9c6b3aebfd22989c0f6cfbcaea34185d32 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 70/97] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From 346a9006173fed11bac8015e1f8dae8729a80ec8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 71/97] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 37dd06d17b845792998012754a0b6f844b4088be Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 72/97] qt5: rebuild for icu-71.1_1

---
 srcpkgs/qt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..25f15583a42d 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -3,7 +3,7 @@ pkgname=qt5
 version=5.15.3+20220222
 # commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=4
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"

From 8861d4e1a47b5b566756dcf3a1e3eae36915dffc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 73/97] qt5-webengine: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

From 7756b402a03ea784ff42c63d44419949d85a7577 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 74/97] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From ab9c7e8b83456a9f319503d06d6dbe0d064e21e5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 75/97] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From 50f8bb7ca34cdf653754a02e137b427475ae467f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 76/97] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From 2841c18c710e9e5067a8ba3bc34ee2c3ca307dd6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 77/97] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From 47909efdac9715f7bcaa458cc903d62b744d3d92 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 78/97] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From 6cafc8a0ffbf31099fd2d4e7ddfc44819c898903 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 79/97] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From 4eeb0833672b398ca5833bc9962761056904b407 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 80/97] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From a2db3b2049c6664a54fa011f65cb96308876cf95 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 81/97] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From 6fc5aedb5718df4c95f7024dc8d4fc20c44654ea Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 82/97] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From fc029d91e02c806fb04cb4592b749e4bfedcceec Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 83/97] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From 688ec6facf11bd86cb9e7f031f9e4876e3b3b9a4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 84/97] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From 85c651b64878c8d3789912e6119df218af62e56a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 85/97] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From 19c97c8c627f216477c23aa098d0cde52c913998 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 86/97] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From 0f380902e638d3d96c344fc69770776abbd56fa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 87/97] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index ce41975c713d..e8db24cc4c7c 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=2.3.6
-revision=3
+revision=4
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false

From c857f90cee8d014295f3ccb45841abef75ac5265 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 88/97] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 1d31d2f3882a..2acba5d5773e 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=2.3.5
-revision=3
+revision=4
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
  -Dfunctional_tests=false -Dcue=enabled -Dexif=enabled -Dflac=enabled

From 69d821e80c43315441a1eca4f3395695bb331852 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 89/97] tracker3: rebuild for icu-71.1_1

---
 srcpkgs/tracker3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3/template b/srcpkgs/tracker3/template
index 3ae12716faa5..698a6e2bb7ec 100644
--- a/srcpkgs/tracker3/template
+++ b/srcpkgs/tracker3/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3'
 pkgname=tracker3
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-${version}
 build_style=meson
 build_helper="gir"

From 69bbf55ecab2e16ec6ca0155f660b36da2dbd361 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 90/97] tracker3-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker3-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3-miners/template b/srcpkgs/tracker3-miners/template
index adc11e7970c1..b6a657f66d99 100644
--- a/srcpkgs/tracker3-miners/template
+++ b/srcpkgs/tracker3-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3-miners'
 pkgname=tracker3-miners
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-miners-${version}
 build_style=meson
 # missing libgrss for miner_rss

From 9a249e41d160dec7469f6c1ffa336d1a72a056ca Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 91/97] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From c0a0af0560a930e6d2e5f1679703126fe15368f0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 92/97] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From 9436e6bc94a0961b1e240ea413bb0e92255f6897 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 93/97] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From f77ecbdf90484452909d4ae56f1bac54625bf2c5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 94/97] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From d8cc6857b3cf454e0100700ac3ea1f2fdcc66d51 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 95/97] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 515fa0adf218917dd664e7d720a0ad205686281c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 96/97] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From 02baa43e7daef940698ad26d3ff05dcfc88162e4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 97/97] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
@ 2022-06-09 23:18 ` Duncaen
  2022-06-09 23:28 ` Duncaen
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-09 23:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 72616 bytes --]

From fce33780206b13d8a51eaa3fc4b5fdb86703ef26 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 01/97] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 2de81b2fd9b4b333597af9677b0f40af05718958 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 02/97] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index e04037a9f2f0..957d9ff5a9f0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From 8c359f55c2b44d6f586cc4c47a94c392658a339a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 03/97] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From ad5611ac4cff6629f37c8ca125f683d596480ddd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 04/97] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From 7bcb06de3ea3323f0573fc9c7b096b19f763cc59 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 05/97] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 4cbc359670f60bf05c3936b5829f20f16e35bb44 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 06/97] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From 27d909437c214bebc602ae08de0e5d1b18d699f9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 07/97] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 7880115e62bd43eabe40c872f7aa774f59445644 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 08/97] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From 48151f3fcfc6a735d2312be1f4485ca3436a997b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 09/97] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From ea119dcc7e2a110cfda383236ccef4ba052cbaf1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 10/97] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 83f321f1b9ea46c3768f4e2365ccc17be65f01f7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 11/97] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From c14c829c4941822a2efcd2764ab21d4daf0a697f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 12/97] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 5330e46c640572b8074aac72ecb90ed55db4ec9e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 13/97] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From e2232a281e585cd5dbbe028d3914f0a9f54a93c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 14/97] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From d9988d3ba499bf950958aefc744d7aa788d27b0f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 15/97] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From cc418cb45f5b020438255e480c295cc8e63bd81f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 16/97] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From 08029bce83c3faa5e025b349d8ba82822e95b940 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 17/97] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From 00024a97b230c3be54f577c804214b5ba5fe2d9f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 18/97] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 8dfb25634dc9e1cc514e5ed84e5cf654b23143de Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 19/97] firefox-esr: rebuild for icu-71.1_1

---
 srcpkgs/firefox-esr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..29d330caff43 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -4,7 +4,7 @@
 #
 pkgname=firefox-esr
 version=91.9.0
-revision=1
+revision=2
 wrksrc="firefox-${version}"
 build_helper="rust"
 short_desc="Mozilla Firefox web browser - Extended Support Release"

From 52f8c8996aac304ea79b5b00460f083c9ebcecdc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 20/97] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 15a61361a6a86353717e572cc15176dab3fdd6bd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 21/97] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From 755d81ebf57b6a47c2055cd1fb93c08aee407b3e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 22/97] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 42d4441039b669b2e953a6b0f3b7d7a740405b6c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 23/97] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From 39d0472f8f04a9739b004bba6d4c83790bb1eea7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 24/97] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From f551c0beef2c6a95d538c444805ea632b306eaf6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 25/97] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 7540ca4660aa643919c18f025409c7e8fe69a14b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 26/97] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From f688bfe53736a5cca687ccb13d84cbf388e1014f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 27/97] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From cdaee87a71e8fd5cec474724156244b4b5176fe1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 28/97] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 79070b59244d061aa6c76de003ac995080a2e6ff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 29/97] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From 1bffc0baae60347308b5ced42d41c051562ee3a7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 30/97] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From ec69a2f14e1dd6df785cc32879181d0bc83df562 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 31/97] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From fafee309fb3ee53e8bffd558be9f6503f60be24d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 32/97] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From cd1d2a3b063446caa7b0f8bce415e2b017203d0a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 33/97] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From 3f921e8ea412370627607b6a989add65e23557b7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 34/97] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From ad1eefa07e7fc86e520ea7972b627dd5c5ccd7a7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 35/97] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From d73a2494d4ebb6c7176b885e3a7f26c509c8812d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 36/97] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 450a353bea538dcd0eb752074b9ebc540a092df9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 37/97] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 03d32ac75c548dc94f5a35f5bb292d99437bc28c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 38/97] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From af428c85b754f1474f1acd2e9fd978bf73adee3d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 39/97] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 39ebfa3caa5b1bf77d346945474117e66c827f92 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 40/97] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 278d9989433c57363f7e94c57ca2f524105db1c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 41/97] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 12696445267c0922bc0fd01032ad46bc139b8a47 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 42/97] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From fe86074e273679427d50d964355ebccff9170bb3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 43/97] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From 25eacb9c8746769546a12f1d0e92939e067313a4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 44/97] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 008af52ed61be43da177e43ad3f5e08d07368fa4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 45/97] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From c54a327954dcb9561168eabe6cdec33d4f37811a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 46/97] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From 3684613fe47e88bfc82c630284a22fd8fd20f013 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 47/97] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 0b0513d5822177669d16fb81a6a1aa1cf36f3814 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 48/97] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From f88cbbc9dd3beacb7805412d4da32c21fd089a54 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 49/97] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 9d2a54247d1a8d4743ea92815572acd8c859ad24 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 50/97] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From c328d051aeafa9c30e9dc17775689072ac1b1c07 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 51/97] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 662db2a3c7440f5b8e8fb4399bf9f13f40a75e4f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 52/97] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From ce040ffebeeb1dffbddf366219d12df9110682bf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 53/97] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From e3e915b88290ae49f7d7dc719ab06465bbba0ab7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 54/97] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From 27fd4e0e737d77ce4f861a4390833df741f1eedc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 55/97] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From 28dfc3bb673e502fcc51c753f3c6bf529fa1f854 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 56/97] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From c0d4c72c3bb7aed74d036db09f20b6ff7f97c8b6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 57/97] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From 8b24b8d0aaa585d549cf588da8ab8ed33f891630 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 58/97] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 3b22f62bb4d3d87e781650000a1ec95da8731328 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 59/97] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From e1d448666f2fd555040ae1e0d15e0eedd1f7513e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 60/97] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 89b85c9aedee..a571a05c8701 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.14.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From 0a142a36b6d99883dc7d6daf4a56d24df14a9c5c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 61/97] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From 64dec9de95452280fe8b65ac04d53a3409721430 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 62/97] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From a0be24341e8159fa74e144c42f053d0a3caba807 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 63/97] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From 592084eb2fcab9d9aaf99d354f05860a4e1f0769 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 64/97] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From 97155aa559ba07c33ac22a517993f69dd1506b33 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 65/97] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From e919d9c203070631a2bd87e6a2b020e85cbff4ff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 66/97] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index c6a628cf6864..113f6910f0fb 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.29
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From b349829dad33b8be273243a36a3c2a3412238e1d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 67/97] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index c4a6df3a389e..c9dc9f9901b2 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.19
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 853f77790d8af4fc3d695a6899f7140450980091 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 68/97] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 9852f076d51b..ee093f6ccad2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.6
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 0c07dfe0310da516525c515c55c557a239e8eaff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 69/97] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From a7dd014f88e7f49cab02005c044360d1dcf2a171 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 70/97] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From d6e6298f88604be547db6e4fc4819ddb80c08ac3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 71/97] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 713572089c7fddc5159a4c11bfbd5fef1d4a7865 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 72/97] qt5: rebuild for icu-71.1_1

---
 srcpkgs/qt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..25f15583a42d 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -3,7 +3,7 @@ pkgname=qt5
 version=5.15.3+20220222
 # commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=4
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"

From 8ab0eee45e967e1bb1345dbd734b0c8c9ea8ab93 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 73/97] qt5-webengine: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

From a791055b139da652f4d3ccab61bd17ecff64f684 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 74/97] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From 593c7696264df27cc73999bb0e1159d6d39f1ab4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 75/97] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From 89cc70ba446a4be6b0140038a68f4676b27eda06 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 76/97] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From 0895f90357aecb2bd0c86e5cddc7ca2b74fe2038 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 77/97] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From b124fb5e09785643951246d103df7a4e69c3cc5a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 78/97] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From ec882e8bbcd028f9298a6a66fa2672ad8a870cd4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 79/97] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From 66da6ff697640f0eb4e30ad631e92d846f02e847 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 80/97] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From 62a6c3a25a2dac85f95461c8aa5c6ec44f62ec70 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 81/97] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From aa8f0873758f74dfd35bfb6071c72d42f35fe3f0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 82/97] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From 3273117fd2fddb41dca0ac5149853038d420056e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 83/97] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From eb07cc153a1e54ae571d1141df7cdc7f8e45b4c2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 84/97] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From 707ee7ed39bf6f03f25df9634e999d82861d2c6a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 85/97] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From 14a79c36486207375a76a9b151f993d33c083d52 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 86/97] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From 73444ea218c1c0b4bd88b6357d91226b8526b294 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 87/97] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index ce41975c713d..e8db24cc4c7c 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=2.3.6
-revision=3
+revision=4
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false

From 80a2b24423a5d04af58781a9c435c61b51cf8dff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 88/97] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 1d31d2f3882a..2acba5d5773e 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=2.3.5
-revision=3
+revision=4
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
  -Dfunctional_tests=false -Dcue=enabled -Dexif=enabled -Dflac=enabled

From 73a25ae5fc0579a8229fc15f0810c193e7228856 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 89/97] tracker3: rebuild for icu-71.1_1

---
 srcpkgs/tracker3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3/template b/srcpkgs/tracker3/template
index 3ae12716faa5..698a6e2bb7ec 100644
--- a/srcpkgs/tracker3/template
+++ b/srcpkgs/tracker3/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3'
 pkgname=tracker3
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-${version}
 build_style=meson
 build_helper="gir"

From 5e40adf952310c37ad14d7981b4628fdf78e2be5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 90/97] tracker3-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker3-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3-miners/template b/srcpkgs/tracker3-miners/template
index adc11e7970c1..b6a657f66d99 100644
--- a/srcpkgs/tracker3-miners/template
+++ b/srcpkgs/tracker3-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3-miners'
 pkgname=tracker3-miners
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-miners-${version}
 build_style=meson
 # missing libgrss for miner_rss

From 09a7d55b36742784eb179bbf59a1c14f2a7f2f80 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 91/97] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 73a89064ea1c4933b3254d6ba207bda10727ee50 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 92/97] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From b1cfce886edac7227e7a9d7284cec56dd76a41ef Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 93/97] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From ab74adc28a4587a878df7fd7b4e594b2b47b6fcd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 94/97] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 281f75e4380200715dc99053ab48f0ea32511e1f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 95/97] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From a3c79f98de1961eebb31502d90e6783f0fa0231f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 96/97] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From a734b2467d534bbbc5a237354fee648bac573635 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 97/97] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
  2022-06-09 23:18 ` [PR PATCH] [Updated] " Duncaen
@ 2022-06-09 23:28 ` Duncaen
  2022-06-09 23:29 ` Duncaen
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-09 23:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 92018 bytes --]

From 9285793dfc146c74e401cfc05ce1bcd9bfa51ece Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 001/100] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 97ce126337d6cb92ae462711f2a2c97bb07b7a0b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 002/100] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index e04037a9f2f0..957d9ff5a9f0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From 7d8b01831080b242a2e7837b3f65327bd9cb426b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 003/100] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From a3a01edd2ff9c54336fd6ae8798dba9999acde29 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 004/100] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From 47d66449349fb0bb69ae697fe50e38f01ac7fb50 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 005/100] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 511d68d6134100516c9a6922b28e18dce7187445 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 006/100] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From 2589c1083b468713b4339257112899b5b580dbd4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 007/100] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From fd730e4381b1769fcf6b858d846e9f366bc69bdc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 008/100] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From afdb6c7d40a14426a9d7261e99ce01a9fa9e9a30 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 009/100] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From 0e6a4ffaf6b78e491506a9781573b0d6692f1ecb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 010/100] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 3bb26eca0f7fcab61b7a7effe4d7be9cb4a8c761 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 011/100] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From db275e50f8aaeb75ecb91d49107712802753b432 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 012/100] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 7032795399cd2c9e579cf39ef9701f55c1da6c29 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 013/100] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From 9b62164f3ddfc8295e3091a45b3c47272afad83b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 014/100] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 71677984b023429ac553f8febd66decb82d028e1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 015/100] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From 6d82e69d88b587c5a96a5b3f569d63a6cde14de0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 016/100] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From c0d0c65b506e80f6f27c4bae821df7608fda3c22 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 017/100] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From 0259955d7419361975fa9f7b839d679ce08436a4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 018/100] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 620b424864e50af5490deba2283315f0a028e518 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 019/100] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 2f347d2ada32a18526e9699682315715795dcb81 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 020/100] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From 4b11a2453bc2619aa840e6aefb144930b2ec4e59 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 021/100] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 780516b59e9d4d063f1ac3834a2cbec0a8e5412f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 022/100] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From a4db205e321adf16ba2187d24d551d67a44d1e09 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 023/100] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From afafc54f82a5cd04a62fb8d703a1ee0e0afb5ce4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 024/100] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From d11dd09af89b4d0128ec7f97239a39cc81382819 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 025/100] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From e4b3581a28b82b833573ff034f73ef43dbbe40e0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 026/100] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From d0dbc1bbc692bc5d4b45ca40a9b7bb79a0d89bcb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 027/100] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 09937b49f9b64a0827e2f556a4404007c066c6de Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 028/100] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From 59a73da02d71e287fa0d59a5ee8c5443d2b8959a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 029/100] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 1a7e7c02b5b59d4ad888390740421221d6cba5a5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 030/100] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From 3877850abbe5372a738ff82b166d35214c8a85e0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 031/100] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From a50a688a5740ea7a36e0386af258b863668c0cf0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 032/100] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From 3359de0e1d15313d41b0b9b94453bbeca0824064 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 033/100] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 67cd66c833fe20b8396e32fb0115db6918ec8d9d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 034/100] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 4b6d1c747626fdbce075e70ffb3cbda630f539c0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 035/100] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From c325ac7bc5e869bf2703bad54abfadd6f9463a4d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 036/100] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 0e65f5e926ee15d135d9f42663d710b9b5f538b0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 037/100] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From b0066b1911f1cbd2f59a9fd257a9acf0f1db5760 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 038/100] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 76c6a76676a5aaab861f6a016df84441a981bba0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 039/100] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From fd9f6003715f006886a46c1586a8d30747108b9a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 040/100] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 1bb207adaa6f39473765c8b97d2fd76f72a09d1d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 041/100] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 89c099cb8a5951822b25db981fd643a4993fae85 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 042/100] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From 45934ec66e9262c5c5243441dea80a95f416d61f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 043/100] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 09881d44de2c39c123ac3b60bfc4b1dd6acbcd3c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 044/100] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 663c50c6fbfab4074e9a85439d80329d7768c629 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 045/100] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From a3174d1462a530b2e7d83a98ab59306cddaeabfb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 046/100] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 82481020b6fbacab9ed01b42d804b31e21f48498 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 047/100] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 9329a3e610866b7e5819c2d3aa5cbb46af2dbffd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 048/100] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 7e26af55bd628e2d9a88f003f6582b4e5ebc10bb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 049/100] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From ed62e3adfcb02b561e6e4769474b982c52993ae6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 050/100] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 9d59fbd5896d8cf520b288d30de99ca97a87f546 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 051/100] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 1ca7a84b7eca63f9114a69f94e708cd2c720e94e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 052/100] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From f197b3d7277d927e0db396b56c85dd8d8f6ce352 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 053/100] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From 94a17156ab57fb121ace3878e012e2aaf6e93e8e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 054/100] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From e1b36f93cb93a297fd89b45619117d24865a7d1d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 055/100] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From 3503cb144c661e8d25516138279017e46e6c15d8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 056/100] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From f0f65c811710c9a5c9ad9bd6cf42b9b0a65d54e2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 057/100] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 527ee1bf3e4e8708265b8c9b9bd833388c45f368 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 058/100] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From d60a873cd7a60ba5bd6cb9815b01678e182ddc1f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 059/100] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 89b85c9aedee..a571a05c8701 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.14.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From e3108107e419f6a86c23e005b15f8fdef996037c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 060/100] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From e03553756cde6558f25db646c31299fbd6c4dda8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 061/100] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From 3c01f477a62f7311a97f183626d9b2b0bf49fa31 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 062/100] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From e2cd0cb020986c4deeac2657f0dc7f3748d6b116 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 063/100] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From 35595bf5cc16b78d2a5c0c3d880ae55f510d089b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 064/100] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 3f417ef2916f9fbc421836e52b7ac8a402042e39 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 065/100] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index c6a628cf6864..113f6910f0fb 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.29
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From 292a6fd31977fa80be005897d56675b014cbb3f4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 066/100] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index c4a6df3a389e..c9dc9f9901b2 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.19
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From fedfa6c59f7190f3e6ea32aa2f1aa7779f1ff068 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 067/100] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 9852f076d51b..ee093f6ccad2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.6
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From f673a366984f7eaf68f601ccd623531b565a0c7b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 068/100] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From 811172d43365c5186f47bdc66a1fb8c192113a9e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 069/100] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From 3fb89c438f5ab2d94e0ef0f60403f3769828f331 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 070/100] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea10cc69e513b4f39fef5b7540814f5a0d5a377f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 071/100] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From 98038a61ddb100867c38c378afbf0b1cc79509c5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 072/100] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From ca2765b3c7e030e2cdc288dbe33e0ba16459ca4f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 073/100] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From b3250846627a60e16a88fa82e4e286ad48b4f432 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 074/100] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From 3e5895b7696af901139792c869fb1480fda68c65 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 075/100] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From 145af2b98d7cff4bc128d2057f5603d132f4604c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 076/100] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From 1aa28a5db78da11feb91d2451143998e8fbdf782 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 077/100] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From cb75729c57508561bed5a040cc79b409726fdf0d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 078/100] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From 82c30204434e1dd67f6824af72134cf39076d2d2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 079/100] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From f03032669d766316a608cedda95cc42b876dd250 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 080/100] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From 7ae71743de3ac55132e78d8f1436e64fdc9959ba Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 081/100] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From 8bd9a34d928646a53cca38558a27b1a6442de943 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 082/100] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From e2b65d9f4c42b8fbf5c8b0b9381a8a8415ce0581 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 083/100] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From ca2a75782668720f28f6a23f7a45825dd660e471 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 084/100] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index ce41975c713d..e8db24cc4c7c 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=2.3.6
-revision=3
+revision=4
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false

From 58a93d8e63438ed28eebf4733f1457d3c62db4d1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 085/100] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 1d31d2f3882a..2acba5d5773e 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=2.3.5
-revision=3
+revision=4
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
  -Dfunctional_tests=false -Dcue=enabled -Dexif=enabled -Dflac=enabled

From 37c0faf7427fc68fbc9834de52f1fd758d3de150 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 086/100] tracker3: rebuild for icu-71.1_1

---
 srcpkgs/tracker3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3/template b/srcpkgs/tracker3/template
index 3ae12716faa5..698a6e2bb7ec 100644
--- a/srcpkgs/tracker3/template
+++ b/srcpkgs/tracker3/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3'
 pkgname=tracker3
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-${version}
 build_style=meson
 build_helper="gir"

From 982b3a392e17ec98c5ed8f2e43ab4dbc391d4a37 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 087/100] tracker3-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker3-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3-miners/template b/srcpkgs/tracker3-miners/template
index adc11e7970c1..b6a657f66d99 100644
--- a/srcpkgs/tracker3-miners/template
+++ b/srcpkgs/tracker3-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3-miners'
 pkgname=tracker3-miners
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-miners-${version}
 build_style=meson
 # missing libgrss for miner_rss

From 7935c6ebcb0447cfe24d6d7063a9483c5f529ff5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 088/100] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 7386394d5b959b01f8dc738a8eb8f4f23d1140db Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 089/100] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From 45838094acb871c63985049936ef062e065dede0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 090/100] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From 62f16d2dd64f1e5780cb5edef57ae5a51271c695 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 091/100] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 2c165c4517c4efe92f58407971ca949ee5fc953e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 092/100] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 3cec82168860a889d642108ed876a8720841dafb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 093/100] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From 65ee1fd3b41215e37a97992f031a86c6be3525a0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 094/100] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

From fe3c7fde7160c6087290127256babbf8f908b4cd Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sat, 28 May 2022 15:16:30 +0200
Subject: [PATCH 095/100] firefox-esr-i18n: update to 91.10.0.

---
 srcpkgs/firefox-esr-i18n/template | 188 +++++++++++++++---------------
 1 file changed, 94 insertions(+), 94 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index ff444f584a28..765303a93236 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=91.9.0
+version=91.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
@@ -135,96 +135,96 @@ _pkgtmpl() {
 	}
 }
 
-checksum="2bc70d0cbda5bf23e166c13eb3500904135211f3931e7f47ddeb1fb45f5bbcae
- 6919cb6c47fe39afb7a49414241f31590c935565f972f82c0d0c7038fba26563
- 2877b443f701a73cee387e631b8f28f42c750851a2150710334bb82015c45427
- 6660890b4ce3629b061475532f3295e72a1b7624bd937b3bcaf83fe794f9b390
- 887ea64a54ef264a3f35612b9e3e0b9fd40b8fd6ee0a7fa9782888406fdb43f7
- 148c555c47a0c47cc9683e6f469a8dc29a4efb2b869296b89f6f9b84077b98de
- 8fc6459c9de31065fbfe9e64b36dda9f0355e624f8c3d2377d25794dfdf97674
- 81d64dda58ea8602352c324284b0d6e28ef40e697f19357c6b6a73aee8c6e85d
- 8008231903f276c3bdeac6fd720c33c7c9617cd866791f4132b87ba2b94967ac
- 1fd22e04b47ccdfbce50f2c0ad312473e9fbeeed14316345ebf8702a2e0c0f9a
- 27f4f5d115c0ae796ac348da5162bc3861204e3ce50414035f2d480dcfd0668f
- 02d1e040d0c8e84abacf617ec41b6e128a15c1b88eb038a432da2b8fd3c194bd
- ebf2d34382902b810ab46374df7e31e893520fe9751415d5fe63fec4fc775bb2
- 993c6f8da2a00f801421e1dbd8981b67e26c4f01356c6a62177d2987c0b15cbe
- c490d94b7595090ecd238cc1c8c84a3bfc2450ef2393bd95d954488f314f34b0
- 530a1b09162dad6ff7fea360d232f628f1f67751e2cd21783207fc77c057464d
- cdb58015b09a861f4b1c02d7fc9823d87974c3f4b13abd8e7c76bd249c61581b
- 59c0ab8f08edaa9e430a5988fb1890cd3cd5a7dfa785303c8776fb6f38192efe
- 37e221b2ccb512ead4445b2345a6527a3358075e011a58658158954f052784da
- 580dc1641d96072ee44800af8c553eab82f158e36a0f13f795a7a51f1bb762ec
- 9570ab68c643e612aa10818633b3d93607581d0d97ea764e0213f0b1e5769d4d
- d2fd517a39874e8f8fb37458450db6ab496cfa1bc2baf0f71e883296bfbdde27
- 2616aaf1722723003d91aab4e69b4381412f810a439feff4ef2a146e22d9f960
- 21a06c320fb80e4e45b02ce8f084bcc8900764dd137e2ca4c8b7929c89e0c3d5
- 59a6e10dedc26f6ebd7755477015d7b3e956ab34f29fd3954f12f7a4f5ee345d
- eefd5a4d637fc86281cdbd43a06e07fbb76f8a01e9bdaff181daba5bd7cf46cc
- fb50ad15895d27e30c54f1cc2fe848405a5c10917d3d73c71b82e1e93d658c8a
- c04680483e96c0c8a77f07b18333b02b8dec4807de332ab77ec3a6446a866dfd
- b38c3d132e74034d2659172f374b4eb6261b2346a705988823a9af56f906e155
- a94238d8a7ed68b6170c49a07d8d1cc06d8c3a30b5b4746095d559856f30773d
- 324bb76b3c95fe645796ec43962497ebb03b80b4a068e778b684fcf7a307bef0
- 0f0df750b7e54edc132133d53d7dd9fd78fb828578d79d97097afc98b8de538a
- e77a14ff78e90944d14439d1bb9ca5bd116a6cf71b5bf14e16d3cb593ff35b70
- 143995923b153cbf6cc3a8d846afda70601c13ede25ef8b193db80fd9f1896e9
- 446132041fe6f31bd5413735ca9813e86595ce35ed5fe499aae164775ba0f987
- 0d5798050376c4b7aafc2bb78692056abcd1f441fc131591180e11647c276872
- b2e4c9aa9452bd1af2e7fdade9752aa6019f28a2e4599bafbe9da9e9e1d5f01a
- cdda19d8b15cf46d6c2141434969d7599ebbfb60b62b29940f52a79fd8cf072f
- b6095ac9de172e6df5bc586afe934c327fd5602ed18aa1fed0d8ddb1387c7df9
- 75fe7ab4377e3c212b256c3391fdff1a609d91cb58c14fd6cae453869fb334df
- 46706eef7e7bb90fc055b002f627286c2de43ddd5a0caf2b9c06d032ad7d85d5
- 203ca7b2bb45eb5cee5b1eeb9d24e25520379e7af1ff4aabd09ab25c5b3f3d8a
- 2c643a1d8696037b047cc06ee0886e4696db55b4c8cacb69ce52066c35680bd9
- b7309661250a56ed8a42619699efc8c9f8a388506ae3c5b38e5680d7c7d50f51
- 0572d0fc5e88798a0f944e5e60e0c95365241f474ae201a85a0077d083812620
- d52085185911557948c94e7f4f45e6ce50ad104f3031ba32e62d58b6b581df93
- 5ea6410c8a42f3e558a3b73993e185778a3f91fcefe37dfb32881b884d9a7328
- 67ff089e58616e50df99730c33bfa90071beff2c3715d5bcdc218a602346c8e3
- 753cf07925bfe1c3b5fd6f2947a18b8f826d514d5c9b0d7f2d357fd033b66192
- ab291fd924c16b7fe51dbfc06519bc9b1d02182bfa0dbd9523638c285615cc77
- 9d31e9a493077b8c0409969e4d53102239f472467510b9dcdb7a227fdb6277a7
- c9dc5c95b109c895c3cf0fc0f0eb46385634637bce107e000ba42a2f9b7907fe
- 6b08f873fe1f9dc7d468b710b2dd8f3fe49138c3cdb4b4594a579d0379977271
- ad3510d8b699dc71356f622f2e7b9c2dec12096fcf9741dfdfeec03d9382e0e0
- 5d2afd46ea725d43357c0c9ac6d4d4db89aa9f0c49a4e1e9fc1c124390ea6e20
- 9ca197bb00e23df520199bbbb49fe66d09e5d5741e7acbd4e93da0a642140ed6
- 633879681627dcd34759732ceb40cf6b7f803690cd73ae7bcab39459993cc78c
- f8830dbd04e1248220fcc7e6eba6e7903bc36dc097a4360279847fc8148df7fa
- 2828ad3e3563ad3e4652ed19eedef1d3c96c12c295bdc1a6057302bd590da00a
- 763cf455f806bb30eed4c8b25c3bbfdd500959b8fd0d26713f0c19b2a8429589
- 2d84d2806ecaa9520f6d6575b6bf3f11e9431066dd133dd28882cd4b4bed3aa4
- a70ace7c4803934c4207347a24910a4f7406b79936aa6289c2d078c174f95a1a
- d1f0df1831f0fe552ee3b58d83740ee95dce560ecb5a595185dfbd7a11c9838d
- 0d08b1365d603534d73fb756bd139a913c4b4042c9f40de545db56eb37dbe7d1
- 79a49173ea82db7b36c019545adc2faafb07d6db31da1a100c7cbc61ca2c2ea8
- 66fa26fed2113b1cb173170939a0f5376a61af168fd35fcce055078fabdb3288
- 4b321e39baa8cebbf32ed9e53aa77c562445b9ee2504896272ed2da093f07e26
- be1a45a7ea2f23addb28a767cb9a6a9a54cc8d8809d6ebf28a41a03d2d09ded8
- fda6f1000b7a14b4e3200ae00597aaf0e5a0e769a1ba5af9c3b9f841e1adf534
- 7f907551000f435586a43acc215eadf994c590fe454eef6f843949efbeb1b3e6
- b7e58ea0c7c347e747f03531dfcdf13a2a70e2d08caaa704e4d8d0a9c139cb86
- 8b6b6274781bfb5869bf81c0366b768e10b8642139910490adbe92658546115c
- a70c758f52467b8f04bbda20d1cfdae79ae99a860b54e1b463d7005f267656b3
- b0177a28695c8e2297fbda2f9fe7ccca9142fa2933d08ecfa607019f3a07e7f9
- 23cb3211b6c66beccb8619606e62011a3aaa4a082b49abbe507d6d9ce081d6a5
- 3af4c4f8ee80740aafbeffeec8a6a2ed3f091bd4d149f687a302e1d027bdeb9f
- 467139c240ef5cdb8f522e04b05a1f87f82f0788ab65ee3b135b72b201f06050
- 841fa5f1b1d810061c2f014bd942f626d30d27b35d07bc7712a323cbfbbb133b
- 35ca0a96504d16ad7b542f457b137432737c49dbd972aea4188bb1be950d47e1
- f837ac7a86a79db85a79b0d1acaac49fe9c18ca15072bd0dd88c70aa9d00c9ac
- 07d40bfdf5ef1cb91b757f1d05679b18428edaa06aa6ede3eb259e596e08fa2b
- 96c4523ea1d5285174ecf1ec1a5ef09daa3adcf60ecd8d2a196f741ad80461cd
- f94199bb442b47cd8a5abd08a443d8b5ff21d73fd9a98eb93757ab3639ed1bd0
- 2d09a80290021506b292326b7869d2818d17dac54f6cfa8aa3896dc044f76d90
- 2fe0a1871ecb3f834ba677de34b5d991e1686681b4f7b4fbf4f03df26afe4768
- 79bba3d52f9d3a8326b706e6289767e6aab2f6216e050557c787ed7bf395384f
- 14aae95adc96b8b68f0e3d71a20407fca89c9256a6475517a54026683aae2bfc
- af5477c70b190fa3b94eea570b1b8c52a2bac739ecfa37272f39d917ce5cad05
- a60b318f6597cadad59728434d665a053f5ac80322e0b532416650443eca8f22
- 428a8e350f67cf25413e59c97a069fa47a8f814e8073c4a82ba3ea0440d1f2ec
- 87582b34d4c374b6d828e03282d2afe63513769abf0d4cc0b7f8da83f1510a03
- 139c2d899969839508c0c05ca0b8d572a2f35d86a6b313ea023855cb9a77ad8b
- b80cb04dc34f815e86dbb82d42338bef4c7cdac6a5e21969f39b594e707c7c99"
+checksum="6b47684de4218749d90a07b858ca298b034a2cda10655941e8ba47891d0d95ed
+ 54852ef937387cba360fb2bed348c9bc3f1153f7242ad5491ca0b85ee6ed7455
+ de66e0263dd0a2d87554fa1d9a406dee5cb3df1a774dffb8636e1be2bd80bc14
+ 1f4824ad51a662285ac3a0d8029462a3bf12b36eb0834e65b9276e0869115c09
+ a16fc6e0a1bf251ab19b7bbfb620b53437e5bf71b0e7871ed40ace8c97dbf635
+ d9057bc71605f2a93d924beb37497195b8ad83501aa4d211ad71106e7b9bce4a
+ 36316a7c4ca844ac3e81b2a0bb9ee4952017c2d2404f529848e280d04a21589b
+ 150bafd02393355567d75bb9f966900e70502fdddff2822cbbd3bbc1fb3fd785
+ 5b69e761666b28e5604d4cf8abc72acf3c3d79abeb7b6230e56aaae775ec225b
+ b005c63d5e0d933ef1a4193b75a291a61524a939c3465d41ed111416210eb97f
+ d5a2d2fafbfc50e23f5b68d30fcd7376d127f9f697c872d0d7c8e19ee4538cb1
+ 16f88ec5de39f982057abcf34f17b22c698453debb62a5a18e0475798fc1cca9
+ 84d491f73bc53da4605ee45a8633f14ee5672b9a61c40689d5e3289744a7cb2d
+ 7781b6c29923360fd3a95bd2b2532eba7f92bed29640e0276c161eadbe56a13f
+ 7984904ede35def33ccf73fda9aa46777c673c4d27de3806873d17694f7f0b13
+ 4c57b6eb1cd968ba1eb4b427bed66bab04fb42424d03ae4b892fd3648e255b2e
+ a80e9e2a6062bf68106ba1d1b8b7e2ff608ce52fa55d43558e7c073ec1872516
+ 2b040ff1d010508760cb4ce4b76cce9e98b4620203c1ef77f87a336ced0aefc7
+ 1fa4f5e59a9352f14aefe0cff8e8c4eed4eba16f4d8dbcec6850bce035301c18
+ 2da0b09b9bf80f66edc6e3e9d5c1b75fae12905b5193cc64a73bb8bd7bfcbb04
+ dce96c9fccb8c857f8cc370f7f5635b1475138195b05e944782b072beebc8d44
+ e90dbf86c1823c209def11052995834ed15528dc5c6d3b502ed315dd471a9d5b
+ f38624c81f2f9dac4f05b9e9d4d6e7a4e0381a279e3b4c53811aeb1db13cd000
+ 221b7f4031a7c120d0ca753d93c41c18ac4f9500ae424c7983e4593497ddbbf8
+ 60f5ceb21287a6786a6dd2d177325dfbcc6ca7f9a5df1b9299a2c5bb01d9c172
+ 308ce25a9a0a9038dd94c2c22889c54def3937d35eafbcb34b75026cf3de3b8f
+ 2d332a6f5bd92017700a15da5fe506612cea03b49f903592fc105fca978cd1d3
+ 5cd35666f54a5ae4e35a1ca4c627cec8a47594da4083adf4f06dbe31c20a7444
+ 1c1252765cb24f6a0206b648d834566aca9229075f7413f9c7deff1949a99c37
+ 002772c46d6a7162e2add4726f105e4c0e355bbb84ce91b07ab02967cc5f1eb4
+ 64ce2c0735caf9b67d2be003b1d667bce5ff614653151c617e4d26e349033e3a
+ 60bd5f2532700ae9139d4d59a571b72b2806e80630fddb5f4444c7d6e377d2dc
+ 2753317b7580ee1a377275905e254084263d0a87bda1bb572537fa75489d92dc
+ 7f1b74d2cc5a9c4c6c7864a62eadef2b3d72c5cc2010f5c03bce3a9fae2286dc
+ 2232c3b9a8f313145967152bf1dbafd6233593ceb422d2c3277d1b4cfecb6f50
+ c41e866f3fc3cf0e0088681b55bb8489de1c5840ca7dc52d1f4f077b53452bd5
+ 5d787fd6a9aa06ce31a6823b3393ba7ad66cf3d374dd6eaab3648103e826a10b
+ 8d73e01655af7117856374be3669d530af96a79cdb8238bc953688d45e94567c
+ 03f2b133746746c328cb7e4055b568d8e99cea51c845136c3f4446840d68e32f
+ 691b0e760ebe5269dfa4aa4ea8dd2139260fbb0ca38af4c5438548b7c7ee88f5
+ c63492236e75bf984a1671de95dddc954c1b4a1e92f5201c9b333faefae93035
+ df9a036c67aecb1ea65f9709a11f6ccdf253451dcbe6b267437c51f422b9df2d
+ 32ec78a51439b02f087c12c6be4a9159826113e83774085e800c37b6d7c112aa
+ 1e44e3ded5aa07d44f3fdea8cf68bb33fd243cda159384ea8b87e783ed5c9a65
+ 1cac44cdec68b56b77aba139a8425f607bac34ae2e09e27ecff2522b16fef44d
+ aefb4fbacbdfc749a8d5888f7af48999406f207850fafae8ef39c083e08fa80c
+ 753dbcffdf54ce3787a939517b059f11c305edc035bc22f8a9efed6145af6391
+ 6c3be5abaf3878390b074970132c4cba935f7160f365cfa98a07e6b882084bdd
+ 0b7771965f34c890dea0d2290a283212a1cdc0c8c8044ec634622d52eb595df9
+ 0910f98a89b712a40aeb42761f25c763818af05edb5c96e2b6cfba023c28ab73
+ 758ab6ea150702ee0d6203a0f75e8baa595c4a0f3d4cb9b87076f732a0e4546f
+ d4259375f321b98426885e0b903199dce1f988c74963297bbd1a2aa8f94b0544
+ 1614e1288f6d6ce43a7343586141df5e121cff7f1fd703ab4ec40a7f07498843
+ 3ae5219a384a872fdbdd8ca5d99ad5370e0d8d87d93f5e39e96c5a2dc26736e3
+ 05807b1c17849ffd2a3a63b1e26815dc9463aa3c137f640113530d2662d64116
+ e4f3cfb11dfac8ec4caf29f34e20a0c0bb799649fd5b534f22f202c237491f7f
+ 80b2b6446590a9fc55ed80a9e07b657cafc5d50294988974747c0e60d41f569b
+ 1b32bc1282ded7f6f0f0979cbce3496ed07b1fcad64e70bbbc2eb5d2a8f3953b
+ 0f80e3b0a9e17f39560b7cad8280e25c0278935f125d8e724a2381102abff783
+ f259ee2683e525051d6f314d4bae4a98c0482a2a443aaac1160b2e0c1326b931
+ b9a9eab4c5ea110ccbce20cb88e6652e2cf4c28bfd0aa95907148befd198544d
+ a5a6e9bdaad420f281ce5fd16dabf5338d48c7cd8518c38b1e101b79b530fdb9
+ a1fe6a2c7606b0720933496cad2bc959693905db87c3a2e5313db82dbfebda7c
+ d1b22a495c637d5652c84afe8650d876b4206f2ea0d96751bec684ea63327f98
+ e1587dac082479821697d97b4d5cb63a8d1f9189fdc2048885d963aea95b8400
+ 6e40a5d5f0cb8794edc5f6a1fae778d89f6dbd97d8a288236d72fa571ffe91c9
+ 33b5df625ae13ec35b41bb350e9e66d9ccc04f4d4d8c7e45020344739881e6d8
+ e2f271691bb1b9873583175ff303bbaaf05a9d1207fbe8fffc34ec4abcfc1545
+ 13382dabc604e99553c98b9e41eb046d4688b15f2ee9dd12c4f9c8967afa62d1
+ 77133c69968073fec909dbe9e44d2eaea002cb0d0e142125865d1c03c89ed73d
+ f8998128b0c656e72124baeff45c72013953f8314aa4959b6fef8a1b3039647f
+ 2f24e5db025c0302fe3b696f280dcbab83728aaccaefe1ff082e165276896296
+ d658095fd2d3e4d3decb8c2cdaa64f02fd8b663ba711fb9f2130ed7ed2a97291
+ 7c28a82ecdd622653b26a9dd0913ac7d7cebe7246f64874fea2d1fa4af354c2a
+ f78694d438032af3ca1a265a089407eb12b431bd314177672a66338b9bf7390f
+ ea2d769b90a06400eba3e1f4eec58342fe4450ecce38b1e721923a65bed34337
+ 8edf5b04b6cb477f482c14efdbada7023ff7a0ef584a4c30b2350e7825a612a0
+ 851db60a218c36b61ee0adfcdc478bc051c95e41a4dba54d43594b8f03c6b187
+ 6af72cae7f72ce68c644d49b6a621945f5e8f79119a86bb67ee144585f734925
+ 7b01771078ec475b0103fcc4222b0b40eb92ec64180aaad02f2846cfdfb3e319
+ 0c4df78eafbbe7ff98d9eff03bb258d1d0f4591102147f643ec395711f35d940
+ cf21434f24e221ce58184f43a582c10187eceb7a71da5d81156cc870d78c1f4c
+ 839088e2f23f6c62c38c45d5f7012513d95034aa5e6ab28307f152dbc10f97d3
+ 4058ae6dd7b556bae2c13bb6fa0c5f16207c6fef4e0802d3d0badae2108a0da8
+ d2c473fb93f0c4dc67ae18c25fdc414056bf779038c0f5dd25aa63a9a5cfcd0a
+ 6e31c79b9955fd879528b0a614295da69ab26b608275946a4a5a29178a2aed20
+ 852fe9ab16d29f7cf8f443bfd65fa1d522a9f27ef8766ad72a0c22a65450dc18
+ 9411873b1ea01a1b8656957aedb79137f4c189b9cd3e96626c8e503539cf2c4b
+ 5f43106472ae66dc8c0ffc317faba09c2370d4f18837c3cfaf05eb9b03f33b90
+ 30f3f50133532ce379b9d5dd0f7e81204905e8a43a27e9d2ac1a26059e393913
+ 285f615cc8852fd74bd7693a5a45b106f293c0a2d89836e9f25336ac6376af69
+ 190ac7991a8b501fab2654d23b5f6f1e7a5f0cfeb402c8f5fe382d25c2222dc6
+ 2de7676c71508ffbb337bdd8ca68f9d2fa1e30f23e8be283b937c5c4e30c59d6"

From 01e9d3bfe4b3b52bbe1e8b36f42f4cd58d94059c Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sun, 29 May 2022 19:40:15 +0200
Subject: [PATCH 096/100] firefox-esr: update to 91.10.0.

---
 srcpkgs/firefox-esr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..58c065649bc4 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=91.9.0
+version=91.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust"
@@ -13,7 +13,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
  https://github.com/chmeeedalf/gecko-dev/files/7729086/esrppcjit.tar.gz"
-checksum="b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c
+checksum="825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb
  5e926a8be5d6d4949c3bc3eb98e2103692eaa26a98928db432b1d44b535f7241"
 
 lib32disabled=yes

From 68f03253f251934957b3fdfe2e46ccd8c47805f7 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 7 Jun 2022 12:55:02 +0200
Subject: [PATCH 097/100] qt5: update to 5.15.4+20220606.

---
 srcpkgs/qt5/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..c6c0a50cb60b 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.3+20220222
-# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
+version=5.15.4+20220606
+# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=1
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
+checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
@@ -178,8 +178,6 @@ _msg_cross() {
 
 post_extract() {
 	find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
-	# just keep module_version at 5.15.2, since some external modules are still 5.15.2
-	find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
 }
 
 do_configure() {

From 41a9af099fa571b82f87e97623bcbca3d3683ef2 Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@cold-front.org>
Date: Wed, 20 Apr 2022 19:21:20 -0400
Subject: [PATCH 098/100] qt5-webgngine: update to 5.15.10.

---
 srcpkgs/qt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..bae38eef5bc8 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
-version=5.15.8
+version=5.15.10
 revision=1
 _version="${version}-lts"
-_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
+_chromium_commit=caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"
 wrksrc="qtwebengine-${_version}"
 build_style=qmake
@@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
  https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
-checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
- 75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
+checksum="69ac738ab48eea161ea9b66e3cbde9e74b631125074762adcae0909cdd4dc83d
+ be5f033fa0b3cbb8e39e036d5eed3daa20e426932fb5783dceb8beb375772e83"
 
 no_generic_pkgconfig_link=yes
 build_options="sndio pipewire"

From 78dbe3a8e7e00b9aee18fbc8e74de88148d0b937 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:28 +0200
Subject: [PATCH 099/100] qt5-webview: update to 5.15.4.

---
 srcpkgs/qt5-webview/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template
index 807f4d0504c7..bb7b42f5bf02 100644
--- a/srcpkgs/qt5-webview/template
+++ b/srcpkgs/qt5-webview/template
@@ -1,8 +1,9 @@
 # Template file for 'qt5-webview'
 pkgname=qt5-webview
-version=5.15.2
+version=5.15.4
 revision=1
-wrksrc="qtwebview-everywhere-src-${version}"
+_commit=826d2a33929c69807917536d48b7861e7682001e
+wrksrc="qtwebview-${_commit}"
 build_style=qmake
 hostmakedepends="qt5-qmake perl qt5-host-tools"
 makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
@@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
-checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
+distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
+checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
 
 build_options="webengine"
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 	build_options_default="webengine"
 fi
 
+post_extract() {
+	mkdir -p ${wrksrc}/.git
+}
+
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
 		# Replace references to ${wrksrc} in cmake files

From 5255d571834f915a239e9174a48f6fdd1becba12 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:31 +0200
Subject: [PATCH 100/100] qt5-speech: update to 5.15.4.

---
 srcpkgs/qt5-speech/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 34c22fcad6d7..5fa7f74de8c3 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-reverts="5.15.3+20210429_1 5.15.3+20210429_2"
-version=5.15.2
-revision=8
-wrksrc="qtspeech-everywhere-src-${version}"
+version=5.15.4
+revision=1
+_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
 hostmakedepends="qt5-qmake perl qt5-host-tools pkg-config"
@@ -13,8 +13,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Speech component
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtspeech-everywhere-src-${version}.tar.xz"
-checksum=c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5
+distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
+checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
@@ -39,6 +39,10 @@ _cleanup_wrksrc_leak() {
 		-e "s;${wrksrc}/qtbase;/usr/lib/qt5;g" \;
 }
 
+post_extract() {
+	mkdir .git
+}
+
 post_install() {
 	vinstall ${FILESDIR}/Qt5TextToSpeechConfig.cmake 644 usr/lib/cmake/Qt5TextToSpeech
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
  2022-06-09 23:18 ` [PR PATCH] [Updated] " Duncaen
  2022-06-09 23:28 ` Duncaen
@ 2022-06-09 23:29 ` Duncaen
  2022-06-10 20:52 ` [PR PATCH] [Updated] " Duncaen
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-09 23:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/37455#issuecomment-1151710258

Comment:
Merged the qt5 and firefox-esr updates into this PR.

Closes #37445 #37351

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
                   ` (2 preceding siblings ...)
  2022-06-09 23:29 ` Duncaen
@ 2022-06-10 20:52 ` Duncaen
  2022-06-12  0:58 ` Duncaen
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-10 20:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 92018 bytes --]

From 84b80302db8511c481d5983a118375bde1fe7552 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 001/100] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From e1a6bd4b6f7c851b06d815b5d196d4c184b4e466 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 002/100] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index e04037a9f2f0..957d9ff5a9f0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From e4a067c916117f5d5466eb95148c4162ff2b5cce Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 003/100] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From d6fc8f5b19f250f88c0800f5850afbb7dbf60d14 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 004/100] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From 5bc5fd7f138a6c10b07109ba34501669d730e3ec Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 005/100] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 2c5561e57f101217e9fcf1811ebaf5d3dedbe385 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 006/100] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From c65099209c27f9926cbda0bbf9b0d474fed9ebae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 007/100] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 3ec4a6a797b63e5d494574bb9a23ae1d55d55260 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 008/100] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From 1abea9b3b5afd3b21538f8808be9dd3c3151cc94 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 009/100] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From 2bd2147896dc5a89eaa945c4daf5f6473f7b2567 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 010/100] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 0fa7d5f157e156e3b58f1d70d627d5ea152e7695 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 011/100] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 15c884fee984b76dc871ad6a257c7aa22e7e2318 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 012/100] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 277f992e11eb87948ee992f9a7bb41315a24bcc9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 013/100] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From 7b69651e8d29d6c54720be89dfbdeac0ca36b537 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 014/100] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 7e1e0ab4bda6a8329c76008f6924275e208554b3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 015/100] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From eeb384563738f26e1340d809c8f823d0007c0a95 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 016/100] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From 64aef599fd56fa57833614c84541cc598253a317 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 017/100] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From 19b1d53433a7b318515fa4b0d47d120c8f86698b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 018/100] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 45441281893d1bd526535f83a61613b6e25e0c84 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 019/100] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 01101354a4d5b4d2fa2bab713660ed33a00d3b68 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 020/100] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From 1cc172b45acd58d39677a24a018524201576118e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 021/100] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 26ab48ad8676c6722cec62e49c81e602e466bc7b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 022/100] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From 8d7b85c148a18b7c61e6b61ab3065649fe6af5c5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 023/100] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From 78a4e85d0b9027d0ac9d985b2c3cbd4855a51258 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 024/100] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 64626d79dc9b46cae0254ebbbac69fa95887307a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 025/100] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From 4978fcfbe2e83475935242729f453918ee735887 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 026/100] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From 0f1bcc257fe10a010144f2dae4aaeed066aff13b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 027/100] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 18104408a9ba0bb6a304ef5b33b5013367505c71 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 028/100] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From f0f9f52bc4d7fe62e99f560eb908d9d9a72dbc5f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 029/100] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 62832015e6dbe9ec54cbdce7eba3da136de66d1d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 030/100] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From 8b4194eb2a88e7ae573462a80076256293c188fd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 031/100] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 4fd90304dc5c0f6c9b603cb393a84cbc35175498 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 032/100] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From a02e8abadbc6091965cf8d1ce5368a60504f42c4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 033/100] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 7a62cf38c6836c0161aea5d6f3a7c705616022fe Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 034/100] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 019f002336206cd6c5a269e05f05113db8b8c088 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 035/100] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From b48911f727b2bf7f4c39e1e5bbd5598e202aff20 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 036/100] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 3994997b42394777605d6c17a8c732f5ee2ec923 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 037/100] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From b58fb408ac8a2cdca239c28350bd2d92de346000 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 038/100] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 0f0817cf14f53be053da16dfbeb9e6afb8bedcf6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 039/100] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 6839708929abe9515bf2b3c1ab57999485487d4c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 040/100] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 0572a47c08a61f12de2fabb81311119381bd4327 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 041/100] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From abb51c188ef6b17d4b4bee2d7e1c0c1b404ee8b5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 042/100] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From f31457890721151766db6f21a4916d8512648936 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 043/100] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 5b133091248ea05ec5c22a6a5b894b57d3591d7c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 044/100] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 6885b50cc6fae5c330cd734ab701162d7fb8f24b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 045/100] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From 0bad4486a093277f9b6997121d4140c6872095c3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 046/100] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 83618bc659aaf7c838e12f75fdbfdbe20d5414b4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 047/100] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 4dd044ff03d6468a3d8c7477f05b93f57e153974 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 048/100] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 2956aca1b167d8e942ffe1f51df2a08386389a21 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 049/100] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From 4ac26b070a22cd864c1437986d2f9b0e55f1ec09 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 050/100] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 9e12c670d36288a995fe5bc5efecec2f7b5557b8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 051/100] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 6ef1c270a954867a664288f60ef72120b3d19692 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 052/100] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From f27e91109f47f4b9788d8165fe1076f5489c1191 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 053/100] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From 222e46227c136ed73012d4b4031270a4d3770e1a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 054/100] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From 9941880c82671ffc4fff84d782a241270edcec7b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 055/100] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From e711b75f738a0e085207734266e7dbb8dc5218e0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 056/100] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From d731199aece6112c3ddf4a621620b7ef518b2981 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 057/100] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 7e6ac9b164ede3570a1a5b6c930a36cb7d14fc84 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 058/100] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From ddeb398561b3944a3edd717aeb669a45a09b7e70 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 059/100] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 89b85c9aedee..a571a05c8701 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.14.0
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From def7aa846478b4aa6c5191946ef6d446ee36c890 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 060/100] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From d0f23d750adcaa9f2509af6c54f28cd077ff7f6d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 061/100] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From d527729a5249314a26eaa4a03848b07e25ceb346 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 062/100] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From fc01ea91185547ed3af7e38af80ebd1b3fb9f1ea Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 063/100] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From 79836c458a4fa0fccf120c772852dbb71c980103 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 064/100] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 4436051a380e6b30298879db18694890bdf8d302 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 065/100] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 0571ee08a1fa..3eb8e38cd928 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.30
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From a673d46ba199812a242a1bd7ca5744e9362ce1c4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 066/100] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index 0d71c5640221..7746ee52c732 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.20
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 63f90fcbab901e6b178c97a4d4407b384f889b91 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 067/100] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 4dc9dc68f9b4..e2f1ed0807d2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.7
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 9e73e0d1120eaf12db357bb560e3fa0016c579fd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 068/100] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From 1e782fea6a151a331e31bb44f0fa33eb67e903da Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 069/100] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From 9b29cd3d3ad7aa61c4ba651fb1e86b9e126830fc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 070/100] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec77c0983dbf33710e4e39067e87e8936ae1255c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 071/100] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From 626ae26c926fb4ec0dc77437315ba6cccf819f9a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 072/100] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From deb5e3aa3221c1fa352c1d95e3cd05831d176f15 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 073/100] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From 18ab1ab95120eddf5ad3fcd68dc5f9fe3469083c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 074/100] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From 35e0b5227e6e8481593e9ed4a6b02ae479fd4bbd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 075/100] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From c2d7997d4d4c51b4567b05d825cf13093bdd1516 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 076/100] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From 0b097e9e052190bf551f00a71408f1afa79a07cd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 077/100] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From fbf05713b703e0dc00b93728a828665c79ff6724 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 078/100] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From 72e9df9d9f8c88a7422c729db076cd27024908f4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 079/100] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From 5c56208c9fcf8126f32f328e2f70a20fa879bfcc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 080/100] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From b9cded67490a2da97e5f0ac6d18007f40babfe6a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 081/100] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From 12ca909b1b51b1d90def528d388267aa58a0a156 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 082/100] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From 6c77d38845231efbc6cba0f80da11eef892d5cd0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 083/100] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From fdf35a18609748316539aeedc96588adb435fe10 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 084/100] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index ce41975c713d..e8db24cc4c7c 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=2.3.6
-revision=3
+revision=4
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dfts=true -Dfunctional_tests=false

From cae82b886ffd638e679b55c1bf9e795d1d6f0c2e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 085/100] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 1d31d2f3882a..2acba5d5773e 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=2.3.5
-revision=3
+revision=4
 build_style=meson
 configure_args="-Dtracker_core=system -Ddocs=false -Dextract=true
  -Dfunctional_tests=false -Dcue=enabled -Dexif=enabled -Dflac=enabled

From 1f2cd746163fe44fdaed8db8716ddc104a1a9e74 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 086/100] tracker3: rebuild for icu-71.1_1

---
 srcpkgs/tracker3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3/template b/srcpkgs/tracker3/template
index 3ae12716faa5..698a6e2bb7ec 100644
--- a/srcpkgs/tracker3/template
+++ b/srcpkgs/tracker3/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3'
 pkgname=tracker3
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-${version}
 build_style=meson
 build_helper="gir"

From c3d9d456cbbeba283265018dd49dfd783fc33ed3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 087/100] tracker3-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker3-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker3-miners/template b/srcpkgs/tracker3-miners/template
index adc11e7970c1..b6a657f66d99 100644
--- a/srcpkgs/tracker3-miners/template
+++ b/srcpkgs/tracker3-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker3-miners'
 pkgname=tracker3-miners
 version=3.2.1
-revision=1
+revision=2
 wrksrc=tracker-miners-${version}
 build_style=meson
 # missing libgrss for miner_rss

From 9202bd8f79f1045d4d5b3e9ca03eb42776898d38 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 088/100] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 068a182c0fd5ed489ea9d2b239af80709d25c24d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 089/100] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From f4dfacd36890ac19d2bebfba7a3900827952bd28 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 090/100] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From af080d0b96551a0ba9690b47e75bd3a21e0ec0c4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 091/100] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 24777dceeff39358c9486b5dfa6c0b5737ae20fe Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 092/100] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 48420f48b89df3bcdc4f672ea6cb412d9e40db59 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 093/100] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From c6988ead3d64b05fb36362531a4ff9fe288f55d6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 094/100] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

From 9be18029da99366a4fbea2f892f0ed2d81272fbe Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sat, 28 May 2022 15:16:30 +0200
Subject: [PATCH 095/100] firefox-esr-i18n: update to 91.10.0.

---
 srcpkgs/firefox-esr-i18n/template | 188 +++++++++++++++---------------
 1 file changed, 94 insertions(+), 94 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index ff444f584a28..765303a93236 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=91.9.0
+version=91.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
@@ -135,96 +135,96 @@ _pkgtmpl() {
 	}
 }
 
-checksum="2bc70d0cbda5bf23e166c13eb3500904135211f3931e7f47ddeb1fb45f5bbcae
- 6919cb6c47fe39afb7a49414241f31590c935565f972f82c0d0c7038fba26563
- 2877b443f701a73cee387e631b8f28f42c750851a2150710334bb82015c45427
- 6660890b4ce3629b061475532f3295e72a1b7624bd937b3bcaf83fe794f9b390
- 887ea64a54ef264a3f35612b9e3e0b9fd40b8fd6ee0a7fa9782888406fdb43f7
- 148c555c47a0c47cc9683e6f469a8dc29a4efb2b869296b89f6f9b84077b98de
- 8fc6459c9de31065fbfe9e64b36dda9f0355e624f8c3d2377d25794dfdf97674
- 81d64dda58ea8602352c324284b0d6e28ef40e697f19357c6b6a73aee8c6e85d
- 8008231903f276c3bdeac6fd720c33c7c9617cd866791f4132b87ba2b94967ac
- 1fd22e04b47ccdfbce50f2c0ad312473e9fbeeed14316345ebf8702a2e0c0f9a
- 27f4f5d115c0ae796ac348da5162bc3861204e3ce50414035f2d480dcfd0668f
- 02d1e040d0c8e84abacf617ec41b6e128a15c1b88eb038a432da2b8fd3c194bd
- ebf2d34382902b810ab46374df7e31e893520fe9751415d5fe63fec4fc775bb2
- 993c6f8da2a00f801421e1dbd8981b67e26c4f01356c6a62177d2987c0b15cbe
- c490d94b7595090ecd238cc1c8c84a3bfc2450ef2393bd95d954488f314f34b0
- 530a1b09162dad6ff7fea360d232f628f1f67751e2cd21783207fc77c057464d
- cdb58015b09a861f4b1c02d7fc9823d87974c3f4b13abd8e7c76bd249c61581b
- 59c0ab8f08edaa9e430a5988fb1890cd3cd5a7dfa785303c8776fb6f38192efe
- 37e221b2ccb512ead4445b2345a6527a3358075e011a58658158954f052784da
- 580dc1641d96072ee44800af8c553eab82f158e36a0f13f795a7a51f1bb762ec
- 9570ab68c643e612aa10818633b3d93607581d0d97ea764e0213f0b1e5769d4d
- d2fd517a39874e8f8fb37458450db6ab496cfa1bc2baf0f71e883296bfbdde27
- 2616aaf1722723003d91aab4e69b4381412f810a439feff4ef2a146e22d9f960
- 21a06c320fb80e4e45b02ce8f084bcc8900764dd137e2ca4c8b7929c89e0c3d5
- 59a6e10dedc26f6ebd7755477015d7b3e956ab34f29fd3954f12f7a4f5ee345d
- eefd5a4d637fc86281cdbd43a06e07fbb76f8a01e9bdaff181daba5bd7cf46cc
- fb50ad15895d27e30c54f1cc2fe848405a5c10917d3d73c71b82e1e93d658c8a
- c04680483e96c0c8a77f07b18333b02b8dec4807de332ab77ec3a6446a866dfd
- b38c3d132e74034d2659172f374b4eb6261b2346a705988823a9af56f906e155
- a94238d8a7ed68b6170c49a07d8d1cc06d8c3a30b5b4746095d559856f30773d
- 324bb76b3c95fe645796ec43962497ebb03b80b4a068e778b684fcf7a307bef0
- 0f0df750b7e54edc132133d53d7dd9fd78fb828578d79d97097afc98b8de538a
- e77a14ff78e90944d14439d1bb9ca5bd116a6cf71b5bf14e16d3cb593ff35b70
- 143995923b153cbf6cc3a8d846afda70601c13ede25ef8b193db80fd9f1896e9
- 446132041fe6f31bd5413735ca9813e86595ce35ed5fe499aae164775ba0f987
- 0d5798050376c4b7aafc2bb78692056abcd1f441fc131591180e11647c276872
- b2e4c9aa9452bd1af2e7fdade9752aa6019f28a2e4599bafbe9da9e9e1d5f01a
- cdda19d8b15cf46d6c2141434969d7599ebbfb60b62b29940f52a79fd8cf072f
- b6095ac9de172e6df5bc586afe934c327fd5602ed18aa1fed0d8ddb1387c7df9
- 75fe7ab4377e3c212b256c3391fdff1a609d91cb58c14fd6cae453869fb334df
- 46706eef7e7bb90fc055b002f627286c2de43ddd5a0caf2b9c06d032ad7d85d5
- 203ca7b2bb45eb5cee5b1eeb9d24e25520379e7af1ff4aabd09ab25c5b3f3d8a
- 2c643a1d8696037b047cc06ee0886e4696db55b4c8cacb69ce52066c35680bd9
- b7309661250a56ed8a42619699efc8c9f8a388506ae3c5b38e5680d7c7d50f51
- 0572d0fc5e88798a0f944e5e60e0c95365241f474ae201a85a0077d083812620
- d52085185911557948c94e7f4f45e6ce50ad104f3031ba32e62d58b6b581df93
- 5ea6410c8a42f3e558a3b73993e185778a3f91fcefe37dfb32881b884d9a7328
- 67ff089e58616e50df99730c33bfa90071beff2c3715d5bcdc218a602346c8e3
- 753cf07925bfe1c3b5fd6f2947a18b8f826d514d5c9b0d7f2d357fd033b66192
- ab291fd924c16b7fe51dbfc06519bc9b1d02182bfa0dbd9523638c285615cc77
- 9d31e9a493077b8c0409969e4d53102239f472467510b9dcdb7a227fdb6277a7
- c9dc5c95b109c895c3cf0fc0f0eb46385634637bce107e000ba42a2f9b7907fe
- 6b08f873fe1f9dc7d468b710b2dd8f3fe49138c3cdb4b4594a579d0379977271
- ad3510d8b699dc71356f622f2e7b9c2dec12096fcf9741dfdfeec03d9382e0e0
- 5d2afd46ea725d43357c0c9ac6d4d4db89aa9f0c49a4e1e9fc1c124390ea6e20
- 9ca197bb00e23df520199bbbb49fe66d09e5d5741e7acbd4e93da0a642140ed6
- 633879681627dcd34759732ceb40cf6b7f803690cd73ae7bcab39459993cc78c
- f8830dbd04e1248220fcc7e6eba6e7903bc36dc097a4360279847fc8148df7fa
- 2828ad3e3563ad3e4652ed19eedef1d3c96c12c295bdc1a6057302bd590da00a
- 763cf455f806bb30eed4c8b25c3bbfdd500959b8fd0d26713f0c19b2a8429589
- 2d84d2806ecaa9520f6d6575b6bf3f11e9431066dd133dd28882cd4b4bed3aa4
- a70ace7c4803934c4207347a24910a4f7406b79936aa6289c2d078c174f95a1a
- d1f0df1831f0fe552ee3b58d83740ee95dce560ecb5a595185dfbd7a11c9838d
- 0d08b1365d603534d73fb756bd139a913c4b4042c9f40de545db56eb37dbe7d1
- 79a49173ea82db7b36c019545adc2faafb07d6db31da1a100c7cbc61ca2c2ea8
- 66fa26fed2113b1cb173170939a0f5376a61af168fd35fcce055078fabdb3288
- 4b321e39baa8cebbf32ed9e53aa77c562445b9ee2504896272ed2da093f07e26
- be1a45a7ea2f23addb28a767cb9a6a9a54cc8d8809d6ebf28a41a03d2d09ded8
- fda6f1000b7a14b4e3200ae00597aaf0e5a0e769a1ba5af9c3b9f841e1adf534
- 7f907551000f435586a43acc215eadf994c590fe454eef6f843949efbeb1b3e6
- b7e58ea0c7c347e747f03531dfcdf13a2a70e2d08caaa704e4d8d0a9c139cb86
- 8b6b6274781bfb5869bf81c0366b768e10b8642139910490adbe92658546115c
- a70c758f52467b8f04bbda20d1cfdae79ae99a860b54e1b463d7005f267656b3
- b0177a28695c8e2297fbda2f9fe7ccca9142fa2933d08ecfa607019f3a07e7f9
- 23cb3211b6c66beccb8619606e62011a3aaa4a082b49abbe507d6d9ce081d6a5
- 3af4c4f8ee80740aafbeffeec8a6a2ed3f091bd4d149f687a302e1d027bdeb9f
- 467139c240ef5cdb8f522e04b05a1f87f82f0788ab65ee3b135b72b201f06050
- 841fa5f1b1d810061c2f014bd942f626d30d27b35d07bc7712a323cbfbbb133b
- 35ca0a96504d16ad7b542f457b137432737c49dbd972aea4188bb1be950d47e1
- f837ac7a86a79db85a79b0d1acaac49fe9c18ca15072bd0dd88c70aa9d00c9ac
- 07d40bfdf5ef1cb91b757f1d05679b18428edaa06aa6ede3eb259e596e08fa2b
- 96c4523ea1d5285174ecf1ec1a5ef09daa3adcf60ecd8d2a196f741ad80461cd
- f94199bb442b47cd8a5abd08a443d8b5ff21d73fd9a98eb93757ab3639ed1bd0
- 2d09a80290021506b292326b7869d2818d17dac54f6cfa8aa3896dc044f76d90
- 2fe0a1871ecb3f834ba677de34b5d991e1686681b4f7b4fbf4f03df26afe4768
- 79bba3d52f9d3a8326b706e6289767e6aab2f6216e050557c787ed7bf395384f
- 14aae95adc96b8b68f0e3d71a20407fca89c9256a6475517a54026683aae2bfc
- af5477c70b190fa3b94eea570b1b8c52a2bac739ecfa37272f39d917ce5cad05
- a60b318f6597cadad59728434d665a053f5ac80322e0b532416650443eca8f22
- 428a8e350f67cf25413e59c97a069fa47a8f814e8073c4a82ba3ea0440d1f2ec
- 87582b34d4c374b6d828e03282d2afe63513769abf0d4cc0b7f8da83f1510a03
- 139c2d899969839508c0c05ca0b8d572a2f35d86a6b313ea023855cb9a77ad8b
- b80cb04dc34f815e86dbb82d42338bef4c7cdac6a5e21969f39b594e707c7c99"
+checksum="6b47684de4218749d90a07b858ca298b034a2cda10655941e8ba47891d0d95ed
+ 54852ef937387cba360fb2bed348c9bc3f1153f7242ad5491ca0b85ee6ed7455
+ de66e0263dd0a2d87554fa1d9a406dee5cb3df1a774dffb8636e1be2bd80bc14
+ 1f4824ad51a662285ac3a0d8029462a3bf12b36eb0834e65b9276e0869115c09
+ a16fc6e0a1bf251ab19b7bbfb620b53437e5bf71b0e7871ed40ace8c97dbf635
+ d9057bc71605f2a93d924beb37497195b8ad83501aa4d211ad71106e7b9bce4a
+ 36316a7c4ca844ac3e81b2a0bb9ee4952017c2d2404f529848e280d04a21589b
+ 150bafd02393355567d75bb9f966900e70502fdddff2822cbbd3bbc1fb3fd785
+ 5b69e761666b28e5604d4cf8abc72acf3c3d79abeb7b6230e56aaae775ec225b
+ b005c63d5e0d933ef1a4193b75a291a61524a939c3465d41ed111416210eb97f
+ d5a2d2fafbfc50e23f5b68d30fcd7376d127f9f697c872d0d7c8e19ee4538cb1
+ 16f88ec5de39f982057abcf34f17b22c698453debb62a5a18e0475798fc1cca9
+ 84d491f73bc53da4605ee45a8633f14ee5672b9a61c40689d5e3289744a7cb2d
+ 7781b6c29923360fd3a95bd2b2532eba7f92bed29640e0276c161eadbe56a13f
+ 7984904ede35def33ccf73fda9aa46777c673c4d27de3806873d17694f7f0b13
+ 4c57b6eb1cd968ba1eb4b427bed66bab04fb42424d03ae4b892fd3648e255b2e
+ a80e9e2a6062bf68106ba1d1b8b7e2ff608ce52fa55d43558e7c073ec1872516
+ 2b040ff1d010508760cb4ce4b76cce9e98b4620203c1ef77f87a336ced0aefc7
+ 1fa4f5e59a9352f14aefe0cff8e8c4eed4eba16f4d8dbcec6850bce035301c18
+ 2da0b09b9bf80f66edc6e3e9d5c1b75fae12905b5193cc64a73bb8bd7bfcbb04
+ dce96c9fccb8c857f8cc370f7f5635b1475138195b05e944782b072beebc8d44
+ e90dbf86c1823c209def11052995834ed15528dc5c6d3b502ed315dd471a9d5b
+ f38624c81f2f9dac4f05b9e9d4d6e7a4e0381a279e3b4c53811aeb1db13cd000
+ 221b7f4031a7c120d0ca753d93c41c18ac4f9500ae424c7983e4593497ddbbf8
+ 60f5ceb21287a6786a6dd2d177325dfbcc6ca7f9a5df1b9299a2c5bb01d9c172
+ 308ce25a9a0a9038dd94c2c22889c54def3937d35eafbcb34b75026cf3de3b8f
+ 2d332a6f5bd92017700a15da5fe506612cea03b49f903592fc105fca978cd1d3
+ 5cd35666f54a5ae4e35a1ca4c627cec8a47594da4083adf4f06dbe31c20a7444
+ 1c1252765cb24f6a0206b648d834566aca9229075f7413f9c7deff1949a99c37
+ 002772c46d6a7162e2add4726f105e4c0e355bbb84ce91b07ab02967cc5f1eb4
+ 64ce2c0735caf9b67d2be003b1d667bce5ff614653151c617e4d26e349033e3a
+ 60bd5f2532700ae9139d4d59a571b72b2806e80630fddb5f4444c7d6e377d2dc
+ 2753317b7580ee1a377275905e254084263d0a87bda1bb572537fa75489d92dc
+ 7f1b74d2cc5a9c4c6c7864a62eadef2b3d72c5cc2010f5c03bce3a9fae2286dc
+ 2232c3b9a8f313145967152bf1dbafd6233593ceb422d2c3277d1b4cfecb6f50
+ c41e866f3fc3cf0e0088681b55bb8489de1c5840ca7dc52d1f4f077b53452bd5
+ 5d787fd6a9aa06ce31a6823b3393ba7ad66cf3d374dd6eaab3648103e826a10b
+ 8d73e01655af7117856374be3669d530af96a79cdb8238bc953688d45e94567c
+ 03f2b133746746c328cb7e4055b568d8e99cea51c845136c3f4446840d68e32f
+ 691b0e760ebe5269dfa4aa4ea8dd2139260fbb0ca38af4c5438548b7c7ee88f5
+ c63492236e75bf984a1671de95dddc954c1b4a1e92f5201c9b333faefae93035
+ df9a036c67aecb1ea65f9709a11f6ccdf253451dcbe6b267437c51f422b9df2d
+ 32ec78a51439b02f087c12c6be4a9159826113e83774085e800c37b6d7c112aa
+ 1e44e3ded5aa07d44f3fdea8cf68bb33fd243cda159384ea8b87e783ed5c9a65
+ 1cac44cdec68b56b77aba139a8425f607bac34ae2e09e27ecff2522b16fef44d
+ aefb4fbacbdfc749a8d5888f7af48999406f207850fafae8ef39c083e08fa80c
+ 753dbcffdf54ce3787a939517b059f11c305edc035bc22f8a9efed6145af6391
+ 6c3be5abaf3878390b074970132c4cba935f7160f365cfa98a07e6b882084bdd
+ 0b7771965f34c890dea0d2290a283212a1cdc0c8c8044ec634622d52eb595df9
+ 0910f98a89b712a40aeb42761f25c763818af05edb5c96e2b6cfba023c28ab73
+ 758ab6ea150702ee0d6203a0f75e8baa595c4a0f3d4cb9b87076f732a0e4546f
+ d4259375f321b98426885e0b903199dce1f988c74963297bbd1a2aa8f94b0544
+ 1614e1288f6d6ce43a7343586141df5e121cff7f1fd703ab4ec40a7f07498843
+ 3ae5219a384a872fdbdd8ca5d99ad5370e0d8d87d93f5e39e96c5a2dc26736e3
+ 05807b1c17849ffd2a3a63b1e26815dc9463aa3c137f640113530d2662d64116
+ e4f3cfb11dfac8ec4caf29f34e20a0c0bb799649fd5b534f22f202c237491f7f
+ 80b2b6446590a9fc55ed80a9e07b657cafc5d50294988974747c0e60d41f569b
+ 1b32bc1282ded7f6f0f0979cbce3496ed07b1fcad64e70bbbc2eb5d2a8f3953b
+ 0f80e3b0a9e17f39560b7cad8280e25c0278935f125d8e724a2381102abff783
+ f259ee2683e525051d6f314d4bae4a98c0482a2a443aaac1160b2e0c1326b931
+ b9a9eab4c5ea110ccbce20cb88e6652e2cf4c28bfd0aa95907148befd198544d
+ a5a6e9bdaad420f281ce5fd16dabf5338d48c7cd8518c38b1e101b79b530fdb9
+ a1fe6a2c7606b0720933496cad2bc959693905db87c3a2e5313db82dbfebda7c
+ d1b22a495c637d5652c84afe8650d876b4206f2ea0d96751bec684ea63327f98
+ e1587dac082479821697d97b4d5cb63a8d1f9189fdc2048885d963aea95b8400
+ 6e40a5d5f0cb8794edc5f6a1fae778d89f6dbd97d8a288236d72fa571ffe91c9
+ 33b5df625ae13ec35b41bb350e9e66d9ccc04f4d4d8c7e45020344739881e6d8
+ e2f271691bb1b9873583175ff303bbaaf05a9d1207fbe8fffc34ec4abcfc1545
+ 13382dabc604e99553c98b9e41eb046d4688b15f2ee9dd12c4f9c8967afa62d1
+ 77133c69968073fec909dbe9e44d2eaea002cb0d0e142125865d1c03c89ed73d
+ f8998128b0c656e72124baeff45c72013953f8314aa4959b6fef8a1b3039647f
+ 2f24e5db025c0302fe3b696f280dcbab83728aaccaefe1ff082e165276896296
+ d658095fd2d3e4d3decb8c2cdaa64f02fd8b663ba711fb9f2130ed7ed2a97291
+ 7c28a82ecdd622653b26a9dd0913ac7d7cebe7246f64874fea2d1fa4af354c2a
+ f78694d438032af3ca1a265a089407eb12b431bd314177672a66338b9bf7390f
+ ea2d769b90a06400eba3e1f4eec58342fe4450ecce38b1e721923a65bed34337
+ 8edf5b04b6cb477f482c14efdbada7023ff7a0ef584a4c30b2350e7825a612a0
+ 851db60a218c36b61ee0adfcdc478bc051c95e41a4dba54d43594b8f03c6b187
+ 6af72cae7f72ce68c644d49b6a621945f5e8f79119a86bb67ee144585f734925
+ 7b01771078ec475b0103fcc4222b0b40eb92ec64180aaad02f2846cfdfb3e319
+ 0c4df78eafbbe7ff98d9eff03bb258d1d0f4591102147f643ec395711f35d940
+ cf21434f24e221ce58184f43a582c10187eceb7a71da5d81156cc870d78c1f4c
+ 839088e2f23f6c62c38c45d5f7012513d95034aa5e6ab28307f152dbc10f97d3
+ 4058ae6dd7b556bae2c13bb6fa0c5f16207c6fef4e0802d3d0badae2108a0da8
+ d2c473fb93f0c4dc67ae18c25fdc414056bf779038c0f5dd25aa63a9a5cfcd0a
+ 6e31c79b9955fd879528b0a614295da69ab26b608275946a4a5a29178a2aed20
+ 852fe9ab16d29f7cf8f443bfd65fa1d522a9f27ef8766ad72a0c22a65450dc18
+ 9411873b1ea01a1b8656957aedb79137f4c189b9cd3e96626c8e503539cf2c4b
+ 5f43106472ae66dc8c0ffc317faba09c2370d4f18837c3cfaf05eb9b03f33b90
+ 30f3f50133532ce379b9d5dd0f7e81204905e8a43a27e9d2ac1a26059e393913
+ 285f615cc8852fd74bd7693a5a45b106f293c0a2d89836e9f25336ac6376af69
+ 190ac7991a8b501fab2654d23b5f6f1e7a5f0cfeb402c8f5fe382d25c2222dc6
+ 2de7676c71508ffbb337bdd8ca68f9d2fa1e30f23e8be283b937c5c4e30c59d6"

From 0e94ca27b2560664b8fc149d816bfd090918b502 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sun, 29 May 2022 19:40:15 +0200
Subject: [PATCH 096/100] firefox-esr: update to 91.10.0.

---
 srcpkgs/firefox-esr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..58c065649bc4 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=91.9.0
+version=91.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust"
@@ -13,7 +13,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
  https://github.com/chmeeedalf/gecko-dev/files/7729086/esrppcjit.tar.gz"
-checksum="b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c
+checksum="825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb
  5e926a8be5d6d4949c3bc3eb98e2103692eaa26a98928db432b1d44b535f7241"
 
 lib32disabled=yes

From 895afc6c140bc86f30fb6c4b9f5b8b33ce6cde89 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 7 Jun 2022 12:55:02 +0200
Subject: [PATCH 097/100] qt5: update to 5.15.4+20220606.

---
 srcpkgs/qt5/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..c6c0a50cb60b 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.3+20220222
-# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
+version=5.15.4+20220606
+# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=1
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
+checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
@@ -178,8 +178,6 @@ _msg_cross() {
 
 post_extract() {
 	find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
-	# just keep module_version at 5.15.2, since some external modules are still 5.15.2
-	find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
 }
 
 do_configure() {

From 43ce96f05ee2b9c3a3281e2ece92677e7412c3d0 Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@cold-front.org>
Date: Wed, 20 Apr 2022 19:21:20 -0400
Subject: [PATCH 098/100] qt5-webgngine: update to 5.15.10.

---
 srcpkgs/qt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..bae38eef5bc8 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
-version=5.15.8
+version=5.15.10
 revision=1
 _version="${version}-lts"
-_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
+_chromium_commit=caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"
 wrksrc="qtwebengine-${_version}"
 build_style=qmake
@@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
  https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
-checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
- 75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
+checksum="69ac738ab48eea161ea9b66e3cbde9e74b631125074762adcae0909cdd4dc83d
+ be5f033fa0b3cbb8e39e036d5eed3daa20e426932fb5783dceb8beb375772e83"
 
 no_generic_pkgconfig_link=yes
 build_options="sndio pipewire"

From a5601899abf3defb2e4facf2abd38a9519f4d673 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:28 +0200
Subject: [PATCH 099/100] qt5-webview: update to 5.15.4.

---
 srcpkgs/qt5-webview/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template
index 807f4d0504c7..bb7b42f5bf02 100644
--- a/srcpkgs/qt5-webview/template
+++ b/srcpkgs/qt5-webview/template
@@ -1,8 +1,9 @@
 # Template file for 'qt5-webview'
 pkgname=qt5-webview
-version=5.15.2
+version=5.15.4
 revision=1
-wrksrc="qtwebview-everywhere-src-${version}"
+_commit=826d2a33929c69807917536d48b7861e7682001e
+wrksrc="qtwebview-${_commit}"
 build_style=qmake
 hostmakedepends="qt5-qmake perl qt5-host-tools"
 makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
@@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
-checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
+distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
+checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
 
 build_options="webengine"
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 	build_options_default="webengine"
 fi
 
+post_extract() {
+	mkdir -p ${wrksrc}/.git
+}
+
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
 		# Replace references to ${wrksrc} in cmake files

From c8186f5aea2b97eae6920f23c5e481a19472c41e Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:31 +0200
Subject: [PATCH 100/100] qt5-speech: update to 5.15.4.

---
 srcpkgs/qt5-speech/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 34c22fcad6d7..5fa7f74de8c3 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-reverts="5.15.3+20210429_1 5.15.3+20210429_2"
-version=5.15.2
-revision=8
-wrksrc="qtspeech-everywhere-src-${version}"
+version=5.15.4
+revision=1
+_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
 hostmakedepends="qt5-qmake perl qt5-host-tools pkg-config"
@@ -13,8 +13,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Speech component
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtspeech-everywhere-src-${version}.tar.xz"
-checksum=c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5
+distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
+checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
@@ -39,6 +39,10 @@ _cleanup_wrksrc_leak() {
 		-e "s;${wrksrc}/qtbase;/usr/lib/qt5;g" \;
 }
 
+post_extract() {
+	mkdir .git
+}
+
 post_install() {
 	vinstall ${FILESDIR}/Qt5TextToSpeechConfig.cmake 644 usr/lib/cmake/Qt5TextToSpeech
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
                   ` (3 preceding siblings ...)
  2022-06-10 20:52 ` [PR PATCH] [Updated] " Duncaen
@ 2022-06-12  0:58 ` Duncaen
  2022-06-12  1:00 ` Duncaen
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-12  0:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

Closes #37445 #37351

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 90386 bytes --]

From 01ffd334669443d06635e02252b306c0787f7787 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 01/98] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 9258890ab9b4a8cf7b99ad5fc233ca76c78d9ca0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 02/98] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index 098f15bbf3e5..1eee9f3d50e3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From cbdd104fbaec57dd931707f9a59c82cb6bca1c6c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 03/98] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From 5da36fc1843419b33fb38e69a28365211a8a80df Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 04/98] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From b41c7075b75fd57974aa9025c6f2ecb7f77f87f8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 05/98] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 417a2ae9bfaa4b43d134bee5e154a453e9aed902 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 06/98] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From ff717232f9f8b977346af83cedc3fe5820e3f1f3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 07/98] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 486595240ff76f5f2ac15dfda0ba0bc1f57cf0fe Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 08/98] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From f3f09ef7b4d78070dccde2e560ba407e9fa59269 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 09/98] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From dc607a820f5555fa8691d38936750612095d3b38 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 10/98] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 06240ed22357d91c04e03ff6a868a699418a040d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 11/98] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From af57e52ac527a670cb5e3aae14ce472e0bcfeb19 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 12/98] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 5e0025f5afa39c41cd0f84e807cfe557238782fc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 13/98] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From c3ab4627ff57addcd1f269383738fe31ee6caf0c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 14/98] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 4e45dc8551096ae7b10d3ba1a4d8019988ab139a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 15/98] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From 800ee4188908fddfe33978cb5de79d951fd7c31a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 16/98] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From 8e0e1d084ee9edd43e85fbacb3d21783e5ef6a91 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 17/98] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From abc65b231db0b8f618559cfae25fa46e1bd24718 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 18/98] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 7d0ed4d7bb3f817c4cc6f0f94604af26e547c999 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 19/98] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 7a85fc537d682f13ebab74a9ac3e79d7e60c5698 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 20/98] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From c87688e55c93251a904fa79df8d7caf58161a84d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 21/98] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 9f16185691e35062c561bd9864fe85eb10dcc42f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 22/98] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From f8516e61b9550860d621ea1bfadbe2c1812cd3a0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 23/98] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From ce40898c352fc772aa540139aac4d97d604b2847 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 24/98] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 57827640bb1140edefe1c26fce94bc23cb0eceae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 25/98] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From 0be076e4c8b38cd7967bd0ad58043ad25cb11098 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 26/98] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From b4431d74bc5ecd423995827251b95948fa07a3c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 27/98] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 8b3e8af329d68540ad3e9d0623f08e682c061626 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 28/98] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From e430e3223378d00d90ecef5aa45981512b3feea1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 29/98] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 165d1a6bf61f2bfd2091a589dd118b282bbf6efd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 30/98] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From e0f13b92ae77f1fdef6d2b2b7569d5f0221b635f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 31/98] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 38db816857fa3a3087faf9c0edc1702eb8a52817 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 32/98] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From 61204fa16cb9225cd937f08dc9241e5faedceb77 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 33/98] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 46ef4f8529f76e96baa0609237a86b54f68561a3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 34/98] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From e7a021c000a8f3742f7d484cd17fc51e38e9e5d5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 35/98] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From ae8381ce090b982f8be58941f590c016371e2464 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 36/98] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 21d7190b2075b0e4ce79f36310c430c1aac530f8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 37/98] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 8a7d7b507389aa6b30ec86bf438aafa170cc6258 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 38/98] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From bbc92b55226ce51b768bfa3e104cc7fecfe93b43 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 39/98] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 5bd80a91e0061998c7cb55d893fe33fa6772d147 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 40/98] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 96e118c5bd0d9dd8681a2aa43bce2ce1feafcad7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 41/98] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 1f790b9bfef2d226769471754e86e0fce9f989e6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 42/98] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From c2a7bc332871d5e442cd5c7644a40fa21de027c7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 43/98] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 31a79d3b5739c427e109288f9a4c99af5db1f2d3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 44/98] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 446d9442e5f4ef961ad15223177dcb41d69a74c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 45/98] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From 63e7d9f1035e00483f4a258a5b04e09680411947 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 46/98] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 81c7dbd9f0d0c79f979f5b9d9c0e21fe13eb47a4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 47/98] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 176c1ce514068b7176f594111f2fab5b16ffcdae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 48/98] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 0c612af3c8a1fe398a8ff08143e8ad17ad1d69e3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 49/98] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From 2d0a4b6b8611e24deda15ff74f2e5974a72c9d68 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 50/98] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 73f812f1db8a024c892b59476993224fc6ace251 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 51/98] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 41bcd9bc3e208ea10d57201f073e4d6f7e9f4de0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 52/98] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From 84d88ef70bcce3362839f66ea96209aea4429900 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 53/98] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From c378c7d8a9a11e7f00f9692e985cd91992270b71 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 54/98] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From bc18c0631f8048fd4d2fe2ca00f2c1306a8173d6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 55/98] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From ea60fa92932dcd3f094c0775ebceaff6a6357e8e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 56/98] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From da3454063a2ecf80077c4be1168a26eba6690480 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 57/98] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 5047387ad7f3093504eb28d65c253896342780d0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 58/98] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From 58618c0c5125aededf60fba4bf83d027f7cd2264 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 59/98] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 9a660b33d13c..1e636ca21c46 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.15.1
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From e2a34560c5ba7c32da131df2fd3171e4fa44d739 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 60/98] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From c51a46d74da2460601a67095395e4f7c4ab1b871 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 61/98] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From e916adb2c71bf4845931be4386d938dc63c2738f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 62/98] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From 2b02e51057b740018665a2efaeb1a03f36918d97 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 63/98] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From 865032487a1ecdbba8cb4f1722747fb88efe1c94 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 64/98] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From c0a02a800e990721db3b752420f60a86a7a58509 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 65/98] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 0571ee08a1fa..3eb8e38cd928 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.30
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From a0f5a2796615e9240fbb7a87d3bbb8972e192ae5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 66/98] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index 0d71c5640221..7746ee52c732 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.20
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From ce77300849279db89feb3ddfa71e2ac300b525f2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 67/98] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 4dc9dc68f9b4..e2f1ed0807d2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.7
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From a8b4937494550950b3c46cb908a6c7b1ecaed603 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 68/98] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From b1cfa197869f1ab00f33fbc96985c545ed31272d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 69/98] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From a003a6e528fa3753e8d075dd9111193f406e32bf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 70/98] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 619253adc8eafc86740896047d598367ccd722d6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 71/98] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From 0c0a49ca53631fb71987bbb1fd1845fa628526ae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 72/98] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From cbdea9620944cff136ead6f794c13ed5d94ef0fd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 73/98] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From ed1672d84e7b3262b173435cca96e727adbe179b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 74/98] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From d54a858e190150c81f08aa400c7bd402f19e99a6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 75/98] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From 4c7fdd28d4c1c1b2ce07c907dd012f0a5b99bfb6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 76/98] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From a67b40625fc37ac564d88264c3ec3f22c481a947 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 77/98] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From 69c42ea31d425c029054b659e6675a9e0b1c974c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 78/98] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From 01ae2d50da5c0a63a48c6d453bedc02be1048aa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 79/98] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From cb25596cf8a9841b275ec23683b12c66ffe1d364 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 80/98] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From 40185601bbd9288feeb02006d8c09246d0947f11 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 81/98] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From c48a47753f8786b753f7a3d2c220a6344664d9e6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 82/98] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From f410a46f1ba8db6aa4efee53a2668740ea141f34 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 83/98] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From 3fd01fa07b1e38485c20d77d9100fd8fc8fa576d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 84/98] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 1887cf2cb973..155b06e42769 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dman=true -Dstemmer=disabled

From 28de0d2ee54bcf5730afa6dec0794709d1cd1677 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 85/98] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index f7ea6803cac2..16cb11f39e8d 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss

From 208395daf6f9aa633ef9f1ef067417cd47a52b2a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 86/98] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 84ee923e706822d9b41ee8f5734419ba70c00fa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 87/98] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From c2c6584d23a7c4d7ded83a6ff3d63f933cc63fa2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 88/98] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From fe7d29bb3a3e3d954e2aa3bdea77b4ebf5afa9d4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 89/98] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 21b9a7e2e45247170d049c14037974e58ba5e2e2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 90/98] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 8e1f96bec3683adc6c6ac38c03212b0925697cdf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 91/98] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From c495e09ff102137c987e37869bf59499427dd2dd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 92/98] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

From 6385dbffd49756a676a8e0e49a6f1d418cdf6078 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sat, 28 May 2022 15:16:30 +0200
Subject: [PATCH 93/98] firefox-esr-i18n: update to 91.10.0.

---
 srcpkgs/firefox-esr-i18n/template | 188 +++++++++++++++---------------
 1 file changed, 94 insertions(+), 94 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index ff444f584a28..765303a93236 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=91.9.0
+version=91.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
@@ -135,96 +135,96 @@ _pkgtmpl() {
 	}
 }
 
-checksum="2bc70d0cbda5bf23e166c13eb3500904135211f3931e7f47ddeb1fb45f5bbcae
- 6919cb6c47fe39afb7a49414241f31590c935565f972f82c0d0c7038fba26563
- 2877b443f701a73cee387e631b8f28f42c750851a2150710334bb82015c45427
- 6660890b4ce3629b061475532f3295e72a1b7624bd937b3bcaf83fe794f9b390
- 887ea64a54ef264a3f35612b9e3e0b9fd40b8fd6ee0a7fa9782888406fdb43f7
- 148c555c47a0c47cc9683e6f469a8dc29a4efb2b869296b89f6f9b84077b98de
- 8fc6459c9de31065fbfe9e64b36dda9f0355e624f8c3d2377d25794dfdf97674
- 81d64dda58ea8602352c324284b0d6e28ef40e697f19357c6b6a73aee8c6e85d
- 8008231903f276c3bdeac6fd720c33c7c9617cd866791f4132b87ba2b94967ac
- 1fd22e04b47ccdfbce50f2c0ad312473e9fbeeed14316345ebf8702a2e0c0f9a
- 27f4f5d115c0ae796ac348da5162bc3861204e3ce50414035f2d480dcfd0668f
- 02d1e040d0c8e84abacf617ec41b6e128a15c1b88eb038a432da2b8fd3c194bd
- ebf2d34382902b810ab46374df7e31e893520fe9751415d5fe63fec4fc775bb2
- 993c6f8da2a00f801421e1dbd8981b67e26c4f01356c6a62177d2987c0b15cbe
- c490d94b7595090ecd238cc1c8c84a3bfc2450ef2393bd95d954488f314f34b0
- 530a1b09162dad6ff7fea360d232f628f1f67751e2cd21783207fc77c057464d
- cdb58015b09a861f4b1c02d7fc9823d87974c3f4b13abd8e7c76bd249c61581b
- 59c0ab8f08edaa9e430a5988fb1890cd3cd5a7dfa785303c8776fb6f38192efe
- 37e221b2ccb512ead4445b2345a6527a3358075e011a58658158954f052784da
- 580dc1641d96072ee44800af8c553eab82f158e36a0f13f795a7a51f1bb762ec
- 9570ab68c643e612aa10818633b3d93607581d0d97ea764e0213f0b1e5769d4d
- d2fd517a39874e8f8fb37458450db6ab496cfa1bc2baf0f71e883296bfbdde27
- 2616aaf1722723003d91aab4e69b4381412f810a439feff4ef2a146e22d9f960
- 21a06c320fb80e4e45b02ce8f084bcc8900764dd137e2ca4c8b7929c89e0c3d5
- 59a6e10dedc26f6ebd7755477015d7b3e956ab34f29fd3954f12f7a4f5ee345d
- eefd5a4d637fc86281cdbd43a06e07fbb76f8a01e9bdaff181daba5bd7cf46cc
- fb50ad15895d27e30c54f1cc2fe848405a5c10917d3d73c71b82e1e93d658c8a
- c04680483e96c0c8a77f07b18333b02b8dec4807de332ab77ec3a6446a866dfd
- b38c3d132e74034d2659172f374b4eb6261b2346a705988823a9af56f906e155
- a94238d8a7ed68b6170c49a07d8d1cc06d8c3a30b5b4746095d559856f30773d
- 324bb76b3c95fe645796ec43962497ebb03b80b4a068e778b684fcf7a307bef0
- 0f0df750b7e54edc132133d53d7dd9fd78fb828578d79d97097afc98b8de538a
- e77a14ff78e90944d14439d1bb9ca5bd116a6cf71b5bf14e16d3cb593ff35b70
- 143995923b153cbf6cc3a8d846afda70601c13ede25ef8b193db80fd9f1896e9
- 446132041fe6f31bd5413735ca9813e86595ce35ed5fe499aae164775ba0f987
- 0d5798050376c4b7aafc2bb78692056abcd1f441fc131591180e11647c276872
- b2e4c9aa9452bd1af2e7fdade9752aa6019f28a2e4599bafbe9da9e9e1d5f01a
- cdda19d8b15cf46d6c2141434969d7599ebbfb60b62b29940f52a79fd8cf072f
- b6095ac9de172e6df5bc586afe934c327fd5602ed18aa1fed0d8ddb1387c7df9
- 75fe7ab4377e3c212b256c3391fdff1a609d91cb58c14fd6cae453869fb334df
- 46706eef7e7bb90fc055b002f627286c2de43ddd5a0caf2b9c06d032ad7d85d5
- 203ca7b2bb45eb5cee5b1eeb9d24e25520379e7af1ff4aabd09ab25c5b3f3d8a
- 2c643a1d8696037b047cc06ee0886e4696db55b4c8cacb69ce52066c35680bd9
- b7309661250a56ed8a42619699efc8c9f8a388506ae3c5b38e5680d7c7d50f51
- 0572d0fc5e88798a0f944e5e60e0c95365241f474ae201a85a0077d083812620
- d52085185911557948c94e7f4f45e6ce50ad104f3031ba32e62d58b6b581df93
- 5ea6410c8a42f3e558a3b73993e185778a3f91fcefe37dfb32881b884d9a7328
- 67ff089e58616e50df99730c33bfa90071beff2c3715d5bcdc218a602346c8e3
- 753cf07925bfe1c3b5fd6f2947a18b8f826d514d5c9b0d7f2d357fd033b66192
- ab291fd924c16b7fe51dbfc06519bc9b1d02182bfa0dbd9523638c285615cc77
- 9d31e9a493077b8c0409969e4d53102239f472467510b9dcdb7a227fdb6277a7
- c9dc5c95b109c895c3cf0fc0f0eb46385634637bce107e000ba42a2f9b7907fe
- 6b08f873fe1f9dc7d468b710b2dd8f3fe49138c3cdb4b4594a579d0379977271
- ad3510d8b699dc71356f622f2e7b9c2dec12096fcf9741dfdfeec03d9382e0e0
- 5d2afd46ea725d43357c0c9ac6d4d4db89aa9f0c49a4e1e9fc1c124390ea6e20
- 9ca197bb00e23df520199bbbb49fe66d09e5d5741e7acbd4e93da0a642140ed6
- 633879681627dcd34759732ceb40cf6b7f803690cd73ae7bcab39459993cc78c
- f8830dbd04e1248220fcc7e6eba6e7903bc36dc097a4360279847fc8148df7fa
- 2828ad3e3563ad3e4652ed19eedef1d3c96c12c295bdc1a6057302bd590da00a
- 763cf455f806bb30eed4c8b25c3bbfdd500959b8fd0d26713f0c19b2a8429589
- 2d84d2806ecaa9520f6d6575b6bf3f11e9431066dd133dd28882cd4b4bed3aa4
- a70ace7c4803934c4207347a24910a4f7406b79936aa6289c2d078c174f95a1a
- d1f0df1831f0fe552ee3b58d83740ee95dce560ecb5a595185dfbd7a11c9838d
- 0d08b1365d603534d73fb756bd139a913c4b4042c9f40de545db56eb37dbe7d1
- 79a49173ea82db7b36c019545adc2faafb07d6db31da1a100c7cbc61ca2c2ea8
- 66fa26fed2113b1cb173170939a0f5376a61af168fd35fcce055078fabdb3288
- 4b321e39baa8cebbf32ed9e53aa77c562445b9ee2504896272ed2da093f07e26
- be1a45a7ea2f23addb28a767cb9a6a9a54cc8d8809d6ebf28a41a03d2d09ded8
- fda6f1000b7a14b4e3200ae00597aaf0e5a0e769a1ba5af9c3b9f841e1adf534
- 7f907551000f435586a43acc215eadf994c590fe454eef6f843949efbeb1b3e6
- b7e58ea0c7c347e747f03531dfcdf13a2a70e2d08caaa704e4d8d0a9c139cb86
- 8b6b6274781bfb5869bf81c0366b768e10b8642139910490adbe92658546115c
- a70c758f52467b8f04bbda20d1cfdae79ae99a860b54e1b463d7005f267656b3
- b0177a28695c8e2297fbda2f9fe7ccca9142fa2933d08ecfa607019f3a07e7f9
- 23cb3211b6c66beccb8619606e62011a3aaa4a082b49abbe507d6d9ce081d6a5
- 3af4c4f8ee80740aafbeffeec8a6a2ed3f091bd4d149f687a302e1d027bdeb9f
- 467139c240ef5cdb8f522e04b05a1f87f82f0788ab65ee3b135b72b201f06050
- 841fa5f1b1d810061c2f014bd942f626d30d27b35d07bc7712a323cbfbbb133b
- 35ca0a96504d16ad7b542f457b137432737c49dbd972aea4188bb1be950d47e1
- f837ac7a86a79db85a79b0d1acaac49fe9c18ca15072bd0dd88c70aa9d00c9ac
- 07d40bfdf5ef1cb91b757f1d05679b18428edaa06aa6ede3eb259e596e08fa2b
- 96c4523ea1d5285174ecf1ec1a5ef09daa3adcf60ecd8d2a196f741ad80461cd
- f94199bb442b47cd8a5abd08a443d8b5ff21d73fd9a98eb93757ab3639ed1bd0
- 2d09a80290021506b292326b7869d2818d17dac54f6cfa8aa3896dc044f76d90
- 2fe0a1871ecb3f834ba677de34b5d991e1686681b4f7b4fbf4f03df26afe4768
- 79bba3d52f9d3a8326b706e6289767e6aab2f6216e050557c787ed7bf395384f
- 14aae95adc96b8b68f0e3d71a20407fca89c9256a6475517a54026683aae2bfc
- af5477c70b190fa3b94eea570b1b8c52a2bac739ecfa37272f39d917ce5cad05
- a60b318f6597cadad59728434d665a053f5ac80322e0b532416650443eca8f22
- 428a8e350f67cf25413e59c97a069fa47a8f814e8073c4a82ba3ea0440d1f2ec
- 87582b34d4c374b6d828e03282d2afe63513769abf0d4cc0b7f8da83f1510a03
- 139c2d899969839508c0c05ca0b8d572a2f35d86a6b313ea023855cb9a77ad8b
- b80cb04dc34f815e86dbb82d42338bef4c7cdac6a5e21969f39b594e707c7c99"
+checksum="6b47684de4218749d90a07b858ca298b034a2cda10655941e8ba47891d0d95ed
+ 54852ef937387cba360fb2bed348c9bc3f1153f7242ad5491ca0b85ee6ed7455
+ de66e0263dd0a2d87554fa1d9a406dee5cb3df1a774dffb8636e1be2bd80bc14
+ 1f4824ad51a662285ac3a0d8029462a3bf12b36eb0834e65b9276e0869115c09
+ a16fc6e0a1bf251ab19b7bbfb620b53437e5bf71b0e7871ed40ace8c97dbf635
+ d9057bc71605f2a93d924beb37497195b8ad83501aa4d211ad71106e7b9bce4a
+ 36316a7c4ca844ac3e81b2a0bb9ee4952017c2d2404f529848e280d04a21589b
+ 150bafd02393355567d75bb9f966900e70502fdddff2822cbbd3bbc1fb3fd785
+ 5b69e761666b28e5604d4cf8abc72acf3c3d79abeb7b6230e56aaae775ec225b
+ b005c63d5e0d933ef1a4193b75a291a61524a939c3465d41ed111416210eb97f
+ d5a2d2fafbfc50e23f5b68d30fcd7376d127f9f697c872d0d7c8e19ee4538cb1
+ 16f88ec5de39f982057abcf34f17b22c698453debb62a5a18e0475798fc1cca9
+ 84d491f73bc53da4605ee45a8633f14ee5672b9a61c40689d5e3289744a7cb2d
+ 7781b6c29923360fd3a95bd2b2532eba7f92bed29640e0276c161eadbe56a13f
+ 7984904ede35def33ccf73fda9aa46777c673c4d27de3806873d17694f7f0b13
+ 4c57b6eb1cd968ba1eb4b427bed66bab04fb42424d03ae4b892fd3648e255b2e
+ a80e9e2a6062bf68106ba1d1b8b7e2ff608ce52fa55d43558e7c073ec1872516
+ 2b040ff1d010508760cb4ce4b76cce9e98b4620203c1ef77f87a336ced0aefc7
+ 1fa4f5e59a9352f14aefe0cff8e8c4eed4eba16f4d8dbcec6850bce035301c18
+ 2da0b09b9bf80f66edc6e3e9d5c1b75fae12905b5193cc64a73bb8bd7bfcbb04
+ dce96c9fccb8c857f8cc370f7f5635b1475138195b05e944782b072beebc8d44
+ e90dbf86c1823c209def11052995834ed15528dc5c6d3b502ed315dd471a9d5b
+ f38624c81f2f9dac4f05b9e9d4d6e7a4e0381a279e3b4c53811aeb1db13cd000
+ 221b7f4031a7c120d0ca753d93c41c18ac4f9500ae424c7983e4593497ddbbf8
+ 60f5ceb21287a6786a6dd2d177325dfbcc6ca7f9a5df1b9299a2c5bb01d9c172
+ 308ce25a9a0a9038dd94c2c22889c54def3937d35eafbcb34b75026cf3de3b8f
+ 2d332a6f5bd92017700a15da5fe506612cea03b49f903592fc105fca978cd1d3
+ 5cd35666f54a5ae4e35a1ca4c627cec8a47594da4083adf4f06dbe31c20a7444
+ 1c1252765cb24f6a0206b648d834566aca9229075f7413f9c7deff1949a99c37
+ 002772c46d6a7162e2add4726f105e4c0e355bbb84ce91b07ab02967cc5f1eb4
+ 64ce2c0735caf9b67d2be003b1d667bce5ff614653151c617e4d26e349033e3a
+ 60bd5f2532700ae9139d4d59a571b72b2806e80630fddb5f4444c7d6e377d2dc
+ 2753317b7580ee1a377275905e254084263d0a87bda1bb572537fa75489d92dc
+ 7f1b74d2cc5a9c4c6c7864a62eadef2b3d72c5cc2010f5c03bce3a9fae2286dc
+ 2232c3b9a8f313145967152bf1dbafd6233593ceb422d2c3277d1b4cfecb6f50
+ c41e866f3fc3cf0e0088681b55bb8489de1c5840ca7dc52d1f4f077b53452bd5
+ 5d787fd6a9aa06ce31a6823b3393ba7ad66cf3d374dd6eaab3648103e826a10b
+ 8d73e01655af7117856374be3669d530af96a79cdb8238bc953688d45e94567c
+ 03f2b133746746c328cb7e4055b568d8e99cea51c845136c3f4446840d68e32f
+ 691b0e760ebe5269dfa4aa4ea8dd2139260fbb0ca38af4c5438548b7c7ee88f5
+ c63492236e75bf984a1671de95dddc954c1b4a1e92f5201c9b333faefae93035
+ df9a036c67aecb1ea65f9709a11f6ccdf253451dcbe6b267437c51f422b9df2d
+ 32ec78a51439b02f087c12c6be4a9159826113e83774085e800c37b6d7c112aa
+ 1e44e3ded5aa07d44f3fdea8cf68bb33fd243cda159384ea8b87e783ed5c9a65
+ 1cac44cdec68b56b77aba139a8425f607bac34ae2e09e27ecff2522b16fef44d
+ aefb4fbacbdfc749a8d5888f7af48999406f207850fafae8ef39c083e08fa80c
+ 753dbcffdf54ce3787a939517b059f11c305edc035bc22f8a9efed6145af6391
+ 6c3be5abaf3878390b074970132c4cba935f7160f365cfa98a07e6b882084bdd
+ 0b7771965f34c890dea0d2290a283212a1cdc0c8c8044ec634622d52eb595df9
+ 0910f98a89b712a40aeb42761f25c763818af05edb5c96e2b6cfba023c28ab73
+ 758ab6ea150702ee0d6203a0f75e8baa595c4a0f3d4cb9b87076f732a0e4546f
+ d4259375f321b98426885e0b903199dce1f988c74963297bbd1a2aa8f94b0544
+ 1614e1288f6d6ce43a7343586141df5e121cff7f1fd703ab4ec40a7f07498843
+ 3ae5219a384a872fdbdd8ca5d99ad5370e0d8d87d93f5e39e96c5a2dc26736e3
+ 05807b1c17849ffd2a3a63b1e26815dc9463aa3c137f640113530d2662d64116
+ e4f3cfb11dfac8ec4caf29f34e20a0c0bb799649fd5b534f22f202c237491f7f
+ 80b2b6446590a9fc55ed80a9e07b657cafc5d50294988974747c0e60d41f569b
+ 1b32bc1282ded7f6f0f0979cbce3496ed07b1fcad64e70bbbc2eb5d2a8f3953b
+ 0f80e3b0a9e17f39560b7cad8280e25c0278935f125d8e724a2381102abff783
+ f259ee2683e525051d6f314d4bae4a98c0482a2a443aaac1160b2e0c1326b931
+ b9a9eab4c5ea110ccbce20cb88e6652e2cf4c28bfd0aa95907148befd198544d
+ a5a6e9bdaad420f281ce5fd16dabf5338d48c7cd8518c38b1e101b79b530fdb9
+ a1fe6a2c7606b0720933496cad2bc959693905db87c3a2e5313db82dbfebda7c
+ d1b22a495c637d5652c84afe8650d876b4206f2ea0d96751bec684ea63327f98
+ e1587dac082479821697d97b4d5cb63a8d1f9189fdc2048885d963aea95b8400
+ 6e40a5d5f0cb8794edc5f6a1fae778d89f6dbd97d8a288236d72fa571ffe91c9
+ 33b5df625ae13ec35b41bb350e9e66d9ccc04f4d4d8c7e45020344739881e6d8
+ e2f271691bb1b9873583175ff303bbaaf05a9d1207fbe8fffc34ec4abcfc1545
+ 13382dabc604e99553c98b9e41eb046d4688b15f2ee9dd12c4f9c8967afa62d1
+ 77133c69968073fec909dbe9e44d2eaea002cb0d0e142125865d1c03c89ed73d
+ f8998128b0c656e72124baeff45c72013953f8314aa4959b6fef8a1b3039647f
+ 2f24e5db025c0302fe3b696f280dcbab83728aaccaefe1ff082e165276896296
+ d658095fd2d3e4d3decb8c2cdaa64f02fd8b663ba711fb9f2130ed7ed2a97291
+ 7c28a82ecdd622653b26a9dd0913ac7d7cebe7246f64874fea2d1fa4af354c2a
+ f78694d438032af3ca1a265a089407eb12b431bd314177672a66338b9bf7390f
+ ea2d769b90a06400eba3e1f4eec58342fe4450ecce38b1e721923a65bed34337
+ 8edf5b04b6cb477f482c14efdbada7023ff7a0ef584a4c30b2350e7825a612a0
+ 851db60a218c36b61ee0adfcdc478bc051c95e41a4dba54d43594b8f03c6b187
+ 6af72cae7f72ce68c644d49b6a621945f5e8f79119a86bb67ee144585f734925
+ 7b01771078ec475b0103fcc4222b0b40eb92ec64180aaad02f2846cfdfb3e319
+ 0c4df78eafbbe7ff98d9eff03bb258d1d0f4591102147f643ec395711f35d940
+ cf21434f24e221ce58184f43a582c10187eceb7a71da5d81156cc870d78c1f4c
+ 839088e2f23f6c62c38c45d5f7012513d95034aa5e6ab28307f152dbc10f97d3
+ 4058ae6dd7b556bae2c13bb6fa0c5f16207c6fef4e0802d3d0badae2108a0da8
+ d2c473fb93f0c4dc67ae18c25fdc414056bf779038c0f5dd25aa63a9a5cfcd0a
+ 6e31c79b9955fd879528b0a614295da69ab26b608275946a4a5a29178a2aed20
+ 852fe9ab16d29f7cf8f443bfd65fa1d522a9f27ef8766ad72a0c22a65450dc18
+ 9411873b1ea01a1b8656957aedb79137f4c189b9cd3e96626c8e503539cf2c4b
+ 5f43106472ae66dc8c0ffc317faba09c2370d4f18837c3cfaf05eb9b03f33b90
+ 30f3f50133532ce379b9d5dd0f7e81204905e8a43a27e9d2ac1a26059e393913
+ 285f615cc8852fd74bd7693a5a45b106f293c0a2d89836e9f25336ac6376af69
+ 190ac7991a8b501fab2654d23b5f6f1e7a5f0cfeb402c8f5fe382d25c2222dc6
+ 2de7676c71508ffbb337bdd8ca68f9d2fa1e30f23e8be283b937c5c4e30c59d6"

From 67f1365b5bd8e93f4d65a41edbe6dea5c1a69f35 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sun, 29 May 2022 19:40:15 +0200
Subject: [PATCH 94/98] firefox-esr: update to 91.10.0.

---
 srcpkgs/firefox-esr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..58c065649bc4 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=91.9.0
+version=91.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust"
@@ -13,7 +13,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
  https://github.com/chmeeedalf/gecko-dev/files/7729086/esrppcjit.tar.gz"
-checksum="b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c
+checksum="825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb
  5e926a8be5d6d4949c3bc3eb98e2103692eaa26a98928db432b1d44b535f7241"
 
 lib32disabled=yes

From 330d99e9832e0a6b9a5dba8602ba21a1c4efcc18 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 7 Jun 2022 12:55:02 +0200
Subject: [PATCH 95/98] qt5: update to 5.15.4+20220606.

---
 srcpkgs/qt5/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..c6c0a50cb60b 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.3+20220222
-# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
+version=5.15.4+20220606
+# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=1
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
+checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
@@ -178,8 +178,6 @@ _msg_cross() {
 
 post_extract() {
 	find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
-	# just keep module_version at 5.15.2, since some external modules are still 5.15.2
-	find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
 }
 
 do_configure() {

From e7895a36663aef34d27f502ec1f5755bf33f6adc Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@cold-front.org>
Date: Wed, 20 Apr 2022 19:21:20 -0400
Subject: [PATCH 96/98] qt5-webgngine: update to 5.15.10.

---
 srcpkgs/qt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..bae38eef5bc8 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
-version=5.15.8
+version=5.15.10
 revision=1
 _version="${version}-lts"
-_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
+_chromium_commit=caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"
 wrksrc="qtwebengine-${_version}"
 build_style=qmake
@@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
  https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
-checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
- 75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
+checksum="69ac738ab48eea161ea9b66e3cbde9e74b631125074762adcae0909cdd4dc83d
+ be5f033fa0b3cbb8e39e036d5eed3daa20e426932fb5783dceb8beb375772e83"
 
 no_generic_pkgconfig_link=yes
 build_options="sndio pipewire"

From a68b2624afad9052261b0f353484d0aeba7b73df Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:28 +0200
Subject: [PATCH 97/98] qt5-webview: update to 5.15.4.

---
 srcpkgs/qt5-webview/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template
index 807f4d0504c7..bb7b42f5bf02 100644
--- a/srcpkgs/qt5-webview/template
+++ b/srcpkgs/qt5-webview/template
@@ -1,8 +1,9 @@
 # Template file for 'qt5-webview'
 pkgname=qt5-webview
-version=5.15.2
+version=5.15.4
 revision=1
-wrksrc="qtwebview-everywhere-src-${version}"
+_commit=826d2a33929c69807917536d48b7861e7682001e
+wrksrc="qtwebview-${_commit}"
 build_style=qmake
 hostmakedepends="qt5-qmake perl qt5-host-tools"
 makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
@@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
-checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
+distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
+checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
 
 build_options="webengine"
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 	build_options_default="webengine"
 fi
 
+post_extract() {
+	mkdir -p ${wrksrc}/.git
+}
+
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
 		# Replace references to ${wrksrc} in cmake files

From e3ad88d12a5317dbad00082b8b8439587db09d8b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:31 +0200
Subject: [PATCH 98/98] qt5-speech: update to 5.15.4.

---
 srcpkgs/qt5-speech/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 34c22fcad6d7..5fa7f74de8c3 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-reverts="5.15.3+20210429_1 5.15.3+20210429_2"
-version=5.15.2
-revision=8
-wrksrc="qtspeech-everywhere-src-${version}"
+version=5.15.4
+revision=1
+_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
 hostmakedepends="qt5-qmake perl qt5-host-tools pkg-config"
@@ -13,8 +13,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Speech component
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtspeech-everywhere-src-${version}.tar.xz"
-checksum=c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5
+distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
+checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
@@ -39,6 +39,10 @@ _cleanup_wrksrc_leak() {
 		-e "s;${wrksrc}/qtbase;/usr/lib/qt5;g" \;
 }
 
+post_extract() {
+	mkdir .git
+}
+
 post_install() {
 	vinstall ${FILESDIR}/Qt5TextToSpeechConfig.cmake 644 usr/lib/cmake/Qt5TextToSpeech
 }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
                   ` (4 preceding siblings ...)
  2022-06-12  0:58 ` Duncaen
@ 2022-06-12  1:00 ` Duncaen
  2022-06-15 13:05 ` Duncaen
  2022-06-15 13:29 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-12  1:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

Closes #37445 #37351

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 91024 bytes --]

From 01ffd334669443d06635e02252b306c0787f7787 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 01/99] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 9258890ab9b4a8cf7b99ad5fc233ca76c78d9ca0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 02/99] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index 098f15bbf3e5..1eee9f3d50e3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -522,12 +522,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From cbdd104fbaec57dd931707f9a59c82cb6bca1c6c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 03/99] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From 5da36fc1843419b33fb38e69a28365211a8a80df Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 04/99] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From b41c7075b75fd57974aa9025c6f2ecb7f77f87f8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 05/99] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 417a2ae9bfaa4b43d134bee5e154a453e9aed902 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 06/99] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From ff717232f9f8b977346af83cedc3fe5820e3f1f3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 07/99] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 486595240ff76f5f2ac15dfda0ba0bc1f57cf0fe Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 08/99] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From f3f09ef7b4d78070dccde2e560ba407e9fa59269 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 09/99] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From dc607a820f5555fa8691d38936750612095d3b38 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 10/99] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 06240ed22357d91c04e03ff6a868a699418a040d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 11/99] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From af57e52ac527a670cb5e3aae14ce472e0bcfeb19 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 12/99] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 5e0025f5afa39c41cd0f84e807cfe557238782fc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 13/99] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From c3ab4627ff57addcd1f269383738fe31ee6caf0c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 14/99] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 4e45dc8551096ae7b10d3ba1a4d8019988ab139a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 15/99] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From 800ee4188908fddfe33978cb5de79d951fd7c31a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 16/99] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From 8e0e1d084ee9edd43e85fbacb3d21783e5ef6a91 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 17/99] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From abc65b231db0b8f618559cfae25fa46e1bd24718 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 18/99] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 7d0ed4d7bb3f817c4cc6f0f94604af26e547c999 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 19/99] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 7a85fc537d682f13ebab74a9ac3e79d7e60c5698 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 20/99] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From c87688e55c93251a904fa79df8d7caf58161a84d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 21/99] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 9f16185691e35062c561bd9864fe85eb10dcc42f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 22/99] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From f8516e61b9550860d621ea1bfadbe2c1812cd3a0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 23/99] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From ce40898c352fc772aa540139aac4d97d604b2847 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 24/99] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 57827640bb1140edefe1c26fce94bc23cb0eceae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 25/99] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From 0be076e4c8b38cd7967bd0ad58043ad25cb11098 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 26/99] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From b4431d74bc5ecd423995827251b95948fa07a3c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 27/99] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 8b3e8af329d68540ad3e9d0623f08e682c061626 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 28/99] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From e430e3223378d00d90ecef5aa45981512b3feea1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 29/99] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From 165d1a6bf61f2bfd2091a589dd118b282bbf6efd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 30/99] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From e0f13b92ae77f1fdef6d2b2b7569d5f0221b635f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 31/99] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 38db816857fa3a3087faf9c0edc1702eb8a52817 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 32/99] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From 61204fa16cb9225cd937f08dc9241e5faedceb77 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 33/99] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 46ef4f8529f76e96baa0609237a86b54f68561a3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 34/99] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From e7a021c000a8f3742f7d484cd17fc51e38e9e5d5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 35/99] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From ae8381ce090b982f8be58941f590c016371e2464 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 36/99] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 21d7190b2075b0e4ce79f36310c430c1aac530f8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 37/99] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 8a7d7b507389aa6b30ec86bf438aafa170cc6258 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 38/99] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From bbc92b55226ce51b768bfa3e104cc7fecfe93b43 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 39/99] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 5bd80a91e0061998c7cb55d893fe33fa6772d147 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 40/99] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From 96e118c5bd0d9dd8681a2aa43bce2ce1feafcad7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 41/99] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 1f790b9bfef2d226769471754e86e0fce9f989e6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 42/99] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From c2a7bc332871d5e442cd5c7644a40fa21de027c7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 43/99] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 31a79d3b5739c427e109288f9a4c99af5db1f2d3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 44/99] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From 446d9442e5f4ef961ad15223177dcb41d69a74c1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 45/99] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From 63e7d9f1035e00483f4a258a5b04e09680411947 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 46/99] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From 81c7dbd9f0d0c79f979f5b9d9c0e21fe13eb47a4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 47/99] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 176c1ce514068b7176f594111f2fab5b16ffcdae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 48/99] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 0c612af3c8a1fe398a8ff08143e8ad17ad1d69e3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 49/99] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From 2d0a4b6b8611e24deda15ff74f2e5974a72c9d68 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 50/99] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 73f812f1db8a024c892b59476993224fc6ace251 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 51/99] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 41bcd9bc3e208ea10d57201f073e4d6f7e9f4de0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 52/99] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From 84d88ef70bcce3362839f66ea96209aea4429900 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 53/99] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From c378c7d8a9a11e7f00f9692e985cd91992270b71 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 54/99] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From bc18c0631f8048fd4d2fe2ca00f2c1306a8173d6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 55/99] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From ea60fa92932dcd3f094c0775ebceaff6a6357e8e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 56/99] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From da3454063a2ecf80077c4be1168a26eba6690480 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 57/99] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 5047387ad7f3093504eb28d65c253896342780d0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 58/99] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From 58618c0c5125aededf60fba4bf83d027f7cd2264 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 59/99] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 9a660b33d13c..1e636ca21c46 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.15.1
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From e2a34560c5ba7c32da131df2fd3171e4fa44d739 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 60/99] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From c51a46d74da2460601a67095395e4f7c4ab1b871 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 61/99] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From e916adb2c71bf4845931be4386d938dc63c2738f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 62/99] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From 2b02e51057b740018665a2efaeb1a03f36918d97 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 63/99] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From 865032487a1ecdbba8cb4f1722747fb88efe1c94 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 64/99] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From c0a02a800e990721db3b752420f60a86a7a58509 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 65/99] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 0571ee08a1fa..3eb8e38cd928 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.30
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From a0f5a2796615e9240fbb7a87d3bbb8972e192ae5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 66/99] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index 0d71c5640221..7746ee52c732 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.20
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From ce77300849279db89feb3ddfa71e2ac300b525f2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 67/99] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 4dc9dc68f9b4..e2f1ed0807d2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.7
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From a8b4937494550950b3c46cb908a6c7b1ecaed603 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 68/99] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From b1cfa197869f1ab00f33fbc96985c545ed31272d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 69/99] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From a003a6e528fa3753e8d075dd9111193f406e32bf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 70/99] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 619253adc8eafc86740896047d598367ccd722d6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 71/99] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From 0c0a49ca53631fb71987bbb1fd1845fa628526ae Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 72/99] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From cbdea9620944cff136ead6f794c13ed5d94ef0fd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 73/99] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From ed1672d84e7b3262b173435cca96e727adbe179b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 74/99] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From d54a858e190150c81f08aa400c7bd402f19e99a6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 75/99] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From 4c7fdd28d4c1c1b2ce07c907dd012f0a5b99bfb6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 76/99] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From a67b40625fc37ac564d88264c3ec3f22c481a947 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 77/99] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From 69c42ea31d425c029054b659e6675a9e0b1c974c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 78/99] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From 01ae2d50da5c0a63a48c6d453bedc02be1048aa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 79/99] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From cb25596cf8a9841b275ec23683b12c66ffe1d364 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 80/99] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From 40185601bbd9288feeb02006d8c09246d0947f11 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 81/99] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From c48a47753f8786b753f7a3d2c220a6344664d9e6 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 82/99] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From f410a46f1ba8db6aa4efee53a2668740ea141f34 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 83/99] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From 3fd01fa07b1e38485c20d77d9100fd8fc8fa576d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 84/99] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 1887cf2cb973..155b06e42769 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dman=true -Dstemmer=disabled

From 28de0d2ee54bcf5730afa6dec0794709d1cd1677 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 85/99] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index f7ea6803cac2..16cb11f39e8d 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss

From 208395daf6f9aa633ef9f1ef067417cd47a52b2a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 86/99] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 84ee923e706822d9b41ee8f5734419ba70c00fa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 87/99] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From c2c6584d23a7c4d7ded83a6ff3d63f933cc63fa2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 88/99] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From fe7d29bb3a3e3d954e2aa3bdea77b4ebf5afa9d4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 89/99] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 21b9a7e2e45247170d049c14037974e58ba5e2e2 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 90/99] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From 8e1f96bec3683adc6c6ac38c03212b0925697cdf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 91/99] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From c495e09ff102137c987e37869bf59499427dd2dd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 92/99] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

From 6385dbffd49756a676a8e0e49a6f1d418cdf6078 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sat, 28 May 2022 15:16:30 +0200
Subject: [PATCH 93/99] firefox-esr-i18n: update to 91.10.0.

---
 srcpkgs/firefox-esr-i18n/template | 188 +++++++++++++++---------------
 1 file changed, 94 insertions(+), 94 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index ff444f584a28..765303a93236 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=91.9.0
+version=91.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
@@ -135,96 +135,96 @@ _pkgtmpl() {
 	}
 }
 
-checksum="2bc70d0cbda5bf23e166c13eb3500904135211f3931e7f47ddeb1fb45f5bbcae
- 6919cb6c47fe39afb7a49414241f31590c935565f972f82c0d0c7038fba26563
- 2877b443f701a73cee387e631b8f28f42c750851a2150710334bb82015c45427
- 6660890b4ce3629b061475532f3295e72a1b7624bd937b3bcaf83fe794f9b390
- 887ea64a54ef264a3f35612b9e3e0b9fd40b8fd6ee0a7fa9782888406fdb43f7
- 148c555c47a0c47cc9683e6f469a8dc29a4efb2b869296b89f6f9b84077b98de
- 8fc6459c9de31065fbfe9e64b36dda9f0355e624f8c3d2377d25794dfdf97674
- 81d64dda58ea8602352c324284b0d6e28ef40e697f19357c6b6a73aee8c6e85d
- 8008231903f276c3bdeac6fd720c33c7c9617cd866791f4132b87ba2b94967ac
- 1fd22e04b47ccdfbce50f2c0ad312473e9fbeeed14316345ebf8702a2e0c0f9a
- 27f4f5d115c0ae796ac348da5162bc3861204e3ce50414035f2d480dcfd0668f
- 02d1e040d0c8e84abacf617ec41b6e128a15c1b88eb038a432da2b8fd3c194bd
- ebf2d34382902b810ab46374df7e31e893520fe9751415d5fe63fec4fc775bb2
- 993c6f8da2a00f801421e1dbd8981b67e26c4f01356c6a62177d2987c0b15cbe
- c490d94b7595090ecd238cc1c8c84a3bfc2450ef2393bd95d954488f314f34b0
- 530a1b09162dad6ff7fea360d232f628f1f67751e2cd21783207fc77c057464d
- cdb58015b09a861f4b1c02d7fc9823d87974c3f4b13abd8e7c76bd249c61581b
- 59c0ab8f08edaa9e430a5988fb1890cd3cd5a7dfa785303c8776fb6f38192efe
- 37e221b2ccb512ead4445b2345a6527a3358075e011a58658158954f052784da
- 580dc1641d96072ee44800af8c553eab82f158e36a0f13f795a7a51f1bb762ec
- 9570ab68c643e612aa10818633b3d93607581d0d97ea764e0213f0b1e5769d4d
- d2fd517a39874e8f8fb37458450db6ab496cfa1bc2baf0f71e883296bfbdde27
- 2616aaf1722723003d91aab4e69b4381412f810a439feff4ef2a146e22d9f960
- 21a06c320fb80e4e45b02ce8f084bcc8900764dd137e2ca4c8b7929c89e0c3d5
- 59a6e10dedc26f6ebd7755477015d7b3e956ab34f29fd3954f12f7a4f5ee345d
- eefd5a4d637fc86281cdbd43a06e07fbb76f8a01e9bdaff181daba5bd7cf46cc
- fb50ad15895d27e30c54f1cc2fe848405a5c10917d3d73c71b82e1e93d658c8a
- c04680483e96c0c8a77f07b18333b02b8dec4807de332ab77ec3a6446a866dfd
- b38c3d132e74034d2659172f374b4eb6261b2346a705988823a9af56f906e155
- a94238d8a7ed68b6170c49a07d8d1cc06d8c3a30b5b4746095d559856f30773d
- 324bb76b3c95fe645796ec43962497ebb03b80b4a068e778b684fcf7a307bef0
- 0f0df750b7e54edc132133d53d7dd9fd78fb828578d79d97097afc98b8de538a
- e77a14ff78e90944d14439d1bb9ca5bd116a6cf71b5bf14e16d3cb593ff35b70
- 143995923b153cbf6cc3a8d846afda70601c13ede25ef8b193db80fd9f1896e9
- 446132041fe6f31bd5413735ca9813e86595ce35ed5fe499aae164775ba0f987
- 0d5798050376c4b7aafc2bb78692056abcd1f441fc131591180e11647c276872
- b2e4c9aa9452bd1af2e7fdade9752aa6019f28a2e4599bafbe9da9e9e1d5f01a
- cdda19d8b15cf46d6c2141434969d7599ebbfb60b62b29940f52a79fd8cf072f
- b6095ac9de172e6df5bc586afe934c327fd5602ed18aa1fed0d8ddb1387c7df9
- 75fe7ab4377e3c212b256c3391fdff1a609d91cb58c14fd6cae453869fb334df
- 46706eef7e7bb90fc055b002f627286c2de43ddd5a0caf2b9c06d032ad7d85d5
- 203ca7b2bb45eb5cee5b1eeb9d24e25520379e7af1ff4aabd09ab25c5b3f3d8a
- 2c643a1d8696037b047cc06ee0886e4696db55b4c8cacb69ce52066c35680bd9
- b7309661250a56ed8a42619699efc8c9f8a388506ae3c5b38e5680d7c7d50f51
- 0572d0fc5e88798a0f944e5e60e0c95365241f474ae201a85a0077d083812620
- d52085185911557948c94e7f4f45e6ce50ad104f3031ba32e62d58b6b581df93
- 5ea6410c8a42f3e558a3b73993e185778a3f91fcefe37dfb32881b884d9a7328
- 67ff089e58616e50df99730c33bfa90071beff2c3715d5bcdc218a602346c8e3
- 753cf07925bfe1c3b5fd6f2947a18b8f826d514d5c9b0d7f2d357fd033b66192
- ab291fd924c16b7fe51dbfc06519bc9b1d02182bfa0dbd9523638c285615cc77
- 9d31e9a493077b8c0409969e4d53102239f472467510b9dcdb7a227fdb6277a7
- c9dc5c95b109c895c3cf0fc0f0eb46385634637bce107e000ba42a2f9b7907fe
- 6b08f873fe1f9dc7d468b710b2dd8f3fe49138c3cdb4b4594a579d0379977271
- ad3510d8b699dc71356f622f2e7b9c2dec12096fcf9741dfdfeec03d9382e0e0
- 5d2afd46ea725d43357c0c9ac6d4d4db89aa9f0c49a4e1e9fc1c124390ea6e20
- 9ca197bb00e23df520199bbbb49fe66d09e5d5741e7acbd4e93da0a642140ed6
- 633879681627dcd34759732ceb40cf6b7f803690cd73ae7bcab39459993cc78c
- f8830dbd04e1248220fcc7e6eba6e7903bc36dc097a4360279847fc8148df7fa
- 2828ad3e3563ad3e4652ed19eedef1d3c96c12c295bdc1a6057302bd590da00a
- 763cf455f806bb30eed4c8b25c3bbfdd500959b8fd0d26713f0c19b2a8429589
- 2d84d2806ecaa9520f6d6575b6bf3f11e9431066dd133dd28882cd4b4bed3aa4
- a70ace7c4803934c4207347a24910a4f7406b79936aa6289c2d078c174f95a1a
- d1f0df1831f0fe552ee3b58d83740ee95dce560ecb5a595185dfbd7a11c9838d
- 0d08b1365d603534d73fb756bd139a913c4b4042c9f40de545db56eb37dbe7d1
- 79a49173ea82db7b36c019545adc2faafb07d6db31da1a100c7cbc61ca2c2ea8
- 66fa26fed2113b1cb173170939a0f5376a61af168fd35fcce055078fabdb3288
- 4b321e39baa8cebbf32ed9e53aa77c562445b9ee2504896272ed2da093f07e26
- be1a45a7ea2f23addb28a767cb9a6a9a54cc8d8809d6ebf28a41a03d2d09ded8
- fda6f1000b7a14b4e3200ae00597aaf0e5a0e769a1ba5af9c3b9f841e1adf534
- 7f907551000f435586a43acc215eadf994c590fe454eef6f843949efbeb1b3e6
- b7e58ea0c7c347e747f03531dfcdf13a2a70e2d08caaa704e4d8d0a9c139cb86
- 8b6b6274781bfb5869bf81c0366b768e10b8642139910490adbe92658546115c
- a70c758f52467b8f04bbda20d1cfdae79ae99a860b54e1b463d7005f267656b3
- b0177a28695c8e2297fbda2f9fe7ccca9142fa2933d08ecfa607019f3a07e7f9
- 23cb3211b6c66beccb8619606e62011a3aaa4a082b49abbe507d6d9ce081d6a5
- 3af4c4f8ee80740aafbeffeec8a6a2ed3f091bd4d149f687a302e1d027bdeb9f
- 467139c240ef5cdb8f522e04b05a1f87f82f0788ab65ee3b135b72b201f06050
- 841fa5f1b1d810061c2f014bd942f626d30d27b35d07bc7712a323cbfbbb133b
- 35ca0a96504d16ad7b542f457b137432737c49dbd972aea4188bb1be950d47e1
- f837ac7a86a79db85a79b0d1acaac49fe9c18ca15072bd0dd88c70aa9d00c9ac
- 07d40bfdf5ef1cb91b757f1d05679b18428edaa06aa6ede3eb259e596e08fa2b
- 96c4523ea1d5285174ecf1ec1a5ef09daa3adcf60ecd8d2a196f741ad80461cd
- f94199bb442b47cd8a5abd08a443d8b5ff21d73fd9a98eb93757ab3639ed1bd0
- 2d09a80290021506b292326b7869d2818d17dac54f6cfa8aa3896dc044f76d90
- 2fe0a1871ecb3f834ba677de34b5d991e1686681b4f7b4fbf4f03df26afe4768
- 79bba3d52f9d3a8326b706e6289767e6aab2f6216e050557c787ed7bf395384f
- 14aae95adc96b8b68f0e3d71a20407fca89c9256a6475517a54026683aae2bfc
- af5477c70b190fa3b94eea570b1b8c52a2bac739ecfa37272f39d917ce5cad05
- a60b318f6597cadad59728434d665a053f5ac80322e0b532416650443eca8f22
- 428a8e350f67cf25413e59c97a069fa47a8f814e8073c4a82ba3ea0440d1f2ec
- 87582b34d4c374b6d828e03282d2afe63513769abf0d4cc0b7f8da83f1510a03
- 139c2d899969839508c0c05ca0b8d572a2f35d86a6b313ea023855cb9a77ad8b
- b80cb04dc34f815e86dbb82d42338bef4c7cdac6a5e21969f39b594e707c7c99"
+checksum="6b47684de4218749d90a07b858ca298b034a2cda10655941e8ba47891d0d95ed
+ 54852ef937387cba360fb2bed348c9bc3f1153f7242ad5491ca0b85ee6ed7455
+ de66e0263dd0a2d87554fa1d9a406dee5cb3df1a774dffb8636e1be2bd80bc14
+ 1f4824ad51a662285ac3a0d8029462a3bf12b36eb0834e65b9276e0869115c09
+ a16fc6e0a1bf251ab19b7bbfb620b53437e5bf71b0e7871ed40ace8c97dbf635
+ d9057bc71605f2a93d924beb37497195b8ad83501aa4d211ad71106e7b9bce4a
+ 36316a7c4ca844ac3e81b2a0bb9ee4952017c2d2404f529848e280d04a21589b
+ 150bafd02393355567d75bb9f966900e70502fdddff2822cbbd3bbc1fb3fd785
+ 5b69e761666b28e5604d4cf8abc72acf3c3d79abeb7b6230e56aaae775ec225b
+ b005c63d5e0d933ef1a4193b75a291a61524a939c3465d41ed111416210eb97f
+ d5a2d2fafbfc50e23f5b68d30fcd7376d127f9f697c872d0d7c8e19ee4538cb1
+ 16f88ec5de39f982057abcf34f17b22c698453debb62a5a18e0475798fc1cca9
+ 84d491f73bc53da4605ee45a8633f14ee5672b9a61c40689d5e3289744a7cb2d
+ 7781b6c29923360fd3a95bd2b2532eba7f92bed29640e0276c161eadbe56a13f
+ 7984904ede35def33ccf73fda9aa46777c673c4d27de3806873d17694f7f0b13
+ 4c57b6eb1cd968ba1eb4b427bed66bab04fb42424d03ae4b892fd3648e255b2e
+ a80e9e2a6062bf68106ba1d1b8b7e2ff608ce52fa55d43558e7c073ec1872516
+ 2b040ff1d010508760cb4ce4b76cce9e98b4620203c1ef77f87a336ced0aefc7
+ 1fa4f5e59a9352f14aefe0cff8e8c4eed4eba16f4d8dbcec6850bce035301c18
+ 2da0b09b9bf80f66edc6e3e9d5c1b75fae12905b5193cc64a73bb8bd7bfcbb04
+ dce96c9fccb8c857f8cc370f7f5635b1475138195b05e944782b072beebc8d44
+ e90dbf86c1823c209def11052995834ed15528dc5c6d3b502ed315dd471a9d5b
+ f38624c81f2f9dac4f05b9e9d4d6e7a4e0381a279e3b4c53811aeb1db13cd000
+ 221b7f4031a7c120d0ca753d93c41c18ac4f9500ae424c7983e4593497ddbbf8
+ 60f5ceb21287a6786a6dd2d177325dfbcc6ca7f9a5df1b9299a2c5bb01d9c172
+ 308ce25a9a0a9038dd94c2c22889c54def3937d35eafbcb34b75026cf3de3b8f
+ 2d332a6f5bd92017700a15da5fe506612cea03b49f903592fc105fca978cd1d3
+ 5cd35666f54a5ae4e35a1ca4c627cec8a47594da4083adf4f06dbe31c20a7444
+ 1c1252765cb24f6a0206b648d834566aca9229075f7413f9c7deff1949a99c37
+ 002772c46d6a7162e2add4726f105e4c0e355bbb84ce91b07ab02967cc5f1eb4
+ 64ce2c0735caf9b67d2be003b1d667bce5ff614653151c617e4d26e349033e3a
+ 60bd5f2532700ae9139d4d59a571b72b2806e80630fddb5f4444c7d6e377d2dc
+ 2753317b7580ee1a377275905e254084263d0a87bda1bb572537fa75489d92dc
+ 7f1b74d2cc5a9c4c6c7864a62eadef2b3d72c5cc2010f5c03bce3a9fae2286dc
+ 2232c3b9a8f313145967152bf1dbafd6233593ceb422d2c3277d1b4cfecb6f50
+ c41e866f3fc3cf0e0088681b55bb8489de1c5840ca7dc52d1f4f077b53452bd5
+ 5d787fd6a9aa06ce31a6823b3393ba7ad66cf3d374dd6eaab3648103e826a10b
+ 8d73e01655af7117856374be3669d530af96a79cdb8238bc953688d45e94567c
+ 03f2b133746746c328cb7e4055b568d8e99cea51c845136c3f4446840d68e32f
+ 691b0e760ebe5269dfa4aa4ea8dd2139260fbb0ca38af4c5438548b7c7ee88f5
+ c63492236e75bf984a1671de95dddc954c1b4a1e92f5201c9b333faefae93035
+ df9a036c67aecb1ea65f9709a11f6ccdf253451dcbe6b267437c51f422b9df2d
+ 32ec78a51439b02f087c12c6be4a9159826113e83774085e800c37b6d7c112aa
+ 1e44e3ded5aa07d44f3fdea8cf68bb33fd243cda159384ea8b87e783ed5c9a65
+ 1cac44cdec68b56b77aba139a8425f607bac34ae2e09e27ecff2522b16fef44d
+ aefb4fbacbdfc749a8d5888f7af48999406f207850fafae8ef39c083e08fa80c
+ 753dbcffdf54ce3787a939517b059f11c305edc035bc22f8a9efed6145af6391
+ 6c3be5abaf3878390b074970132c4cba935f7160f365cfa98a07e6b882084bdd
+ 0b7771965f34c890dea0d2290a283212a1cdc0c8c8044ec634622d52eb595df9
+ 0910f98a89b712a40aeb42761f25c763818af05edb5c96e2b6cfba023c28ab73
+ 758ab6ea150702ee0d6203a0f75e8baa595c4a0f3d4cb9b87076f732a0e4546f
+ d4259375f321b98426885e0b903199dce1f988c74963297bbd1a2aa8f94b0544
+ 1614e1288f6d6ce43a7343586141df5e121cff7f1fd703ab4ec40a7f07498843
+ 3ae5219a384a872fdbdd8ca5d99ad5370e0d8d87d93f5e39e96c5a2dc26736e3
+ 05807b1c17849ffd2a3a63b1e26815dc9463aa3c137f640113530d2662d64116
+ e4f3cfb11dfac8ec4caf29f34e20a0c0bb799649fd5b534f22f202c237491f7f
+ 80b2b6446590a9fc55ed80a9e07b657cafc5d50294988974747c0e60d41f569b
+ 1b32bc1282ded7f6f0f0979cbce3496ed07b1fcad64e70bbbc2eb5d2a8f3953b
+ 0f80e3b0a9e17f39560b7cad8280e25c0278935f125d8e724a2381102abff783
+ f259ee2683e525051d6f314d4bae4a98c0482a2a443aaac1160b2e0c1326b931
+ b9a9eab4c5ea110ccbce20cb88e6652e2cf4c28bfd0aa95907148befd198544d
+ a5a6e9bdaad420f281ce5fd16dabf5338d48c7cd8518c38b1e101b79b530fdb9
+ a1fe6a2c7606b0720933496cad2bc959693905db87c3a2e5313db82dbfebda7c
+ d1b22a495c637d5652c84afe8650d876b4206f2ea0d96751bec684ea63327f98
+ e1587dac082479821697d97b4d5cb63a8d1f9189fdc2048885d963aea95b8400
+ 6e40a5d5f0cb8794edc5f6a1fae778d89f6dbd97d8a288236d72fa571ffe91c9
+ 33b5df625ae13ec35b41bb350e9e66d9ccc04f4d4d8c7e45020344739881e6d8
+ e2f271691bb1b9873583175ff303bbaaf05a9d1207fbe8fffc34ec4abcfc1545
+ 13382dabc604e99553c98b9e41eb046d4688b15f2ee9dd12c4f9c8967afa62d1
+ 77133c69968073fec909dbe9e44d2eaea002cb0d0e142125865d1c03c89ed73d
+ f8998128b0c656e72124baeff45c72013953f8314aa4959b6fef8a1b3039647f
+ 2f24e5db025c0302fe3b696f280dcbab83728aaccaefe1ff082e165276896296
+ d658095fd2d3e4d3decb8c2cdaa64f02fd8b663ba711fb9f2130ed7ed2a97291
+ 7c28a82ecdd622653b26a9dd0913ac7d7cebe7246f64874fea2d1fa4af354c2a
+ f78694d438032af3ca1a265a089407eb12b431bd314177672a66338b9bf7390f
+ ea2d769b90a06400eba3e1f4eec58342fe4450ecce38b1e721923a65bed34337
+ 8edf5b04b6cb477f482c14efdbada7023ff7a0ef584a4c30b2350e7825a612a0
+ 851db60a218c36b61ee0adfcdc478bc051c95e41a4dba54d43594b8f03c6b187
+ 6af72cae7f72ce68c644d49b6a621945f5e8f79119a86bb67ee144585f734925
+ 7b01771078ec475b0103fcc4222b0b40eb92ec64180aaad02f2846cfdfb3e319
+ 0c4df78eafbbe7ff98d9eff03bb258d1d0f4591102147f643ec395711f35d940
+ cf21434f24e221ce58184f43a582c10187eceb7a71da5d81156cc870d78c1f4c
+ 839088e2f23f6c62c38c45d5f7012513d95034aa5e6ab28307f152dbc10f97d3
+ 4058ae6dd7b556bae2c13bb6fa0c5f16207c6fef4e0802d3d0badae2108a0da8
+ d2c473fb93f0c4dc67ae18c25fdc414056bf779038c0f5dd25aa63a9a5cfcd0a
+ 6e31c79b9955fd879528b0a614295da69ab26b608275946a4a5a29178a2aed20
+ 852fe9ab16d29f7cf8f443bfd65fa1d522a9f27ef8766ad72a0c22a65450dc18
+ 9411873b1ea01a1b8656957aedb79137f4c189b9cd3e96626c8e503539cf2c4b
+ 5f43106472ae66dc8c0ffc317faba09c2370d4f18837c3cfaf05eb9b03f33b90
+ 30f3f50133532ce379b9d5dd0f7e81204905e8a43a27e9d2ac1a26059e393913
+ 285f615cc8852fd74bd7693a5a45b106f293c0a2d89836e9f25336ac6376af69
+ 190ac7991a8b501fab2654d23b5f6f1e7a5f0cfeb402c8f5fe382d25c2222dc6
+ 2de7676c71508ffbb337bdd8ca68f9d2fa1e30f23e8be283b937c5c4e30c59d6"

From 67f1365b5bd8e93f4d65a41edbe6dea5c1a69f35 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sun, 29 May 2022 19:40:15 +0200
Subject: [PATCH 94/99] firefox-esr: update to 91.10.0.

---
 srcpkgs/firefox-esr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..58c065649bc4 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=91.9.0
+version=91.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust"
@@ -13,7 +13,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
  https://github.com/chmeeedalf/gecko-dev/files/7729086/esrppcjit.tar.gz"
-checksum="b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c
+checksum="825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb
  5e926a8be5d6d4949c3bc3eb98e2103692eaa26a98928db432b1d44b535f7241"
 
 lib32disabled=yes

From 330d99e9832e0a6b9a5dba8602ba21a1c4efcc18 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 7 Jun 2022 12:55:02 +0200
Subject: [PATCH 95/99] qt5: update to 5.15.4+20220606.

---
 srcpkgs/qt5/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..c6c0a50cb60b 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.3+20220222
-# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
+version=5.15.4+20220606
+# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=1
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
+checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
@@ -178,8 +178,6 @@ _msg_cross() {
 
 post_extract() {
 	find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
-	# just keep module_version at 5.15.2, since some external modules are still 5.15.2
-	find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
 }
 
 do_configure() {

From e7895a36663aef34d27f502ec1f5755bf33f6adc Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@cold-front.org>
Date: Wed, 20 Apr 2022 19:21:20 -0400
Subject: [PATCH 96/99] qt5-webgngine: update to 5.15.10.

---
 srcpkgs/qt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..bae38eef5bc8 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
-version=5.15.8
+version=5.15.10
 revision=1
 _version="${version}-lts"
-_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
+_chromium_commit=caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"
 wrksrc="qtwebengine-${_version}"
 build_style=qmake
@@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
  https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
-checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
- 75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
+checksum="69ac738ab48eea161ea9b66e3cbde9e74b631125074762adcae0909cdd4dc83d
+ be5f033fa0b3cbb8e39e036d5eed3daa20e426932fb5783dceb8beb375772e83"
 
 no_generic_pkgconfig_link=yes
 build_options="sndio pipewire"

From a68b2624afad9052261b0f353484d0aeba7b73df Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:28 +0200
Subject: [PATCH 97/99] qt5-webview: update to 5.15.4.

---
 srcpkgs/qt5-webview/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template
index 807f4d0504c7..bb7b42f5bf02 100644
--- a/srcpkgs/qt5-webview/template
+++ b/srcpkgs/qt5-webview/template
@@ -1,8 +1,9 @@
 # Template file for 'qt5-webview'
 pkgname=qt5-webview
-version=5.15.2
+version=5.15.4
 revision=1
-wrksrc="qtwebview-everywhere-src-${version}"
+_commit=826d2a33929c69807917536d48b7861e7682001e
+wrksrc="qtwebview-${_commit}"
 build_style=qmake
 hostmakedepends="qt5-qmake perl qt5-host-tools"
 makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
@@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
-checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
+distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
+checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
 
 build_options="webengine"
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 	build_options_default="webengine"
 fi
 
+post_extract() {
+	mkdir -p ${wrksrc}/.git
+}
+
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
 		# Replace references to ${wrksrc} in cmake files

From e3ad88d12a5317dbad00082b8b8439587db09d8b Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:31 +0200
Subject: [PATCH 98/99] qt5-speech: update to 5.15.4.

---
 srcpkgs/qt5-speech/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 34c22fcad6d7..5fa7f74de8c3 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-reverts="5.15.3+20210429_1 5.15.3+20210429_2"
-version=5.15.2
-revision=8
-wrksrc="qtspeech-everywhere-src-${version}"
+version=5.15.4
+revision=1
+_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
 hostmakedepends="qt5-qmake perl qt5-host-tools pkg-config"
@@ -13,8 +13,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Speech component
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtspeech-everywhere-src-${version}.tar.xz"
-checksum=c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5
+distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
+checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
@@ -39,6 +39,10 @@ _cleanup_wrksrc_leak() {
 		-e "s;${wrksrc}/qtbase;/usr/lib/qt5;g" \;
 }
 
+post_extract() {
+	mkdir .git
+}
+
 post_install() {
 	vinstall ${FILESDIR}/Qt5TextToSpeechConfig.cmake 644 usr/lib/cmake/Qt5TextToSpeech
 }

From f13a2934222f368247df9e142b65405be481b23c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Sun, 12 Jun 2022 03:00:41 +0200
Subject: [PATCH 99/99] mozjs91: rebuild for icu-71.1_1

---
 srcpkgs/mozjs91/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs91/template b/srcpkgs/mozjs91/template
index 3a755a7fc394..1e42f14b59aa 100644
--- a/srcpkgs/mozjs91/template
+++ b/srcpkgs/mozjs91/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs91' 
 pkgname=mozjs91
 version=91.7.1
-revision=1
+revision=2
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
                   ` (5 preceding siblings ...)
  2022-06-12  1:00 ` Duncaen
@ 2022-06-15 13:05 ` Duncaen
  2022-06-15 13:29 ` [PR PATCH] [Merged]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-15 13:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages icu-71.1
https://github.com/void-linux/void-packages/pull/37455

icu-71.1, firefox-101.0
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

Closes #37445 #37351

A patch file from https://github.com/void-linux/void-packages/pull/37455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-icu-71.1-37455.patch --]
[-- Type: text/x-diff, Size: 91024 bytes --]

From 67e347c0174d6741f5677a8bf9e798b9da68825b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:13:51 +0200
Subject: [PATCH 01/99] cbindgen: update to 0.23.0.

---
 srcpkgs/cbindgen/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template
index 3d7443a87dea..0c437f415a87 100644
--- a/srcpkgs/cbindgen/template
+++ b/srcpkgs/cbindgen/template
@@ -1,6 +1,6 @@
 # Template file for 'cbindgen'
 pkgname=cbindgen
-version=0.19.0
+version=0.23.0
 revision=1
 build_style=cargo
 short_desc="Tool to generate C bindings for Rust code"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://github.com/eqrion/cbindgen"
 distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
-checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
+checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
 
 do_check() {
 	: # test are only expected to work with rust nightly

From 957322daa6f4ecfdb6fe2d5fda69450bd0bfbc38 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:29 +0200
Subject: [PATCH 02/99] icu: update to 71.1.

---
 common/shlibs                                 | 12 +++---
 .../patches/icu-70.1-fix-ucptrietest.patch    | 38 -------------------
 srcpkgs/icu/template                          |  4 +-
 3 files changed, 8 insertions(+), 46 deletions(-)
 delete mode 100644 srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch

diff --git a/common/shlibs b/common/shlibs
index 74d009c0755e..d60d6fd74abf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -524,12 +524,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
 libkColorPicker.so.0 kColorPicker-0.1.5_1
 libbabl-0.1.so.0 babl-0.1.16_1
 libbamf3.so.2 bamf-0.5.1_1
-libicuio.so.70 icu-libs-70.1_1
-libicui18n.so.70 icu-libs-70.1_1
-libicudata.so.70 icu-libs-70.1_1
-libicutu.so.70 icu-libs-70.1_1
-libicuuc.so.70 icu-libs-70.1_1
-libicutest.so.70 icu-libs-70.1_1
+libicuio.so.71 icu-libs-71.1_1
+libicui18n.so.71 icu-libs-71.1_1
+libicudata.so.71 icu-libs-71.1_1
+libicutu.so.71 icu-libs-71.1_1
+libicuuc.so.71 icu-libs-71.1_1
+libicutest.so.71 icu-libs-71.1_1
 libaspell.so.15 libaspell-0.60.8_2
 libpspell.so.15 libaspell-0.60.8_2
 libenchant-2.so.2 enchant2-2.2.3_1
diff --git a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch b/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
deleted file mode 100644
index 5b281ea4603a..000000000000
--- a/srcpkgs/icu/patches/icu-70.1-fix-ucptrietest.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Fixes test failure on arm.
-
-https://github.com/unicode-org/icu/pull/1925
-https://unicode-org.atlassian.net/browse/ICU-21793
-
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= <kapouer@melix.org>
-Date: Wed, 3 Nov 2021 02:31:18 +0100
-Subject: [PATCH] ICU-21793 Fix ucptrietest golden diff
-
---- a/source/tools/toolutil/toolutil.cpp
-+++ b/source/tools/toolutil/toolutil.cpp
-@@ -228,18 +228,19 @@ uprv_compareGoldenFiles(
-     std::ifstream ifs(goldenFilePath, std::ifstream::in);
-     int32_t pos = 0;
-     char c;
--    while ((c = ifs.get()) != std::char_traits<char>::eof() && pos < bufferLen) {
-+    while (ifs.get(c) && pos < bufferLen) {
-         if (c != buffer[pos]) {
-             // Files differ at this position
--            return pos;
-+            break;
-         }
-         pos++;
-     }
--    if (pos < bufferLen || c != std::char_traits<char>::eof()) {
--        // Files are different lengths
--        return pos;
-+    if (pos == bufferLen && ifs.eof()) {
-+        // Files are same lengths
-+        pos = -1;
-     }
--    return -1;
-+    ifs.close();
-+    return pos;
- }
-
- /*U_CAPI UDate U_EXPORT2
-
diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template
index 3ff17a4dea5d..06d3eb15f19d 100644
--- a/srcpkgs/icu/template
+++ b/srcpkgs/icu/template
@@ -2,7 +2,7 @@
 # NOTE: Please convert this package to support progressive updates with the
 #       next soname bump.
 pkgname=icu
-version=70.1
+version=71.1
 revision=1
 wrksrc=icu
 build_wrksrc=source
@@ -16,7 +16,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
 license="ICU"
 homepage="https://home.unicode.org/"
 distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
-checksum=8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5
+checksum=67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf
 
 CFLAGS=-fPIC
 CXXFLAGS=-fPIC

From 39670dbc4862e4c8705ebd7c0d4ddced2d8c9b38 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:14:53 +0200
Subject: [PATCH 03/99] firefox: update to 101.0.

---
 .../patches/fix-parsing-ccache-never.patch    | 50 -------------------
 srcpkgs/firefox/template                      |  4 +-
 2 files changed, 2 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/firefox/patches/fix-parsing-ccache-never.patch

diff --git a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch b/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
deleted file mode 100644
index 7a55fccc5dea..000000000000
--- a/srcpkgs/firefox/patches/fix-parsing-ccache-never.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- a/python/mozbuild/mozbuild/controller/building.py
-+++ b/python/mozbuild/mozbuild/controller/building.py
-@@ -1070,6 +1070,8 @@ class CCacheStats(object):
-             ts = time.strptime(raw_value, "%c")
-             return int(time.mktime(ts))
-         except ValueError:
-+            if raw_value == "never":
-+                return 0
-             pass
- 
-         value = raw_value.split()
---- a/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-+++ b/python/mozbuild/mozbuild/test/controller/test_ccachestats.py
-@@ -356,6 +356,26 @@ Primary storage:
-         timestamp=time.strftime("%c")
-     )
- 
-+    STAT12 = """
-+Summary:
-+  Cache directory:  /home/suer/.ccache
-+  Primary config:   /home/suer/.ccache/ccache.conf
-+  Secondary config: /etc/ccache.conf
-+  Stats updated:    never
-+  Hits:                0 /    0
-+    Direct:            0 /    0
-+    Preprocessed:      0 /    0
-+  Misses:              0
-+    Direct:            0
-+    Preprocessed:      0
-+Primary storage:
-+  Hits:                0 /    0
-+  Misses:              0
-+  Cache size (GB):  0.00 / 5.00 (0.00 %)
-+  Files:               0
-+  Cleanups:           16
-+    """
-+
-     def test_parse_garbage_stats_message(self):
-         self.assertRaises(ValueError, CCacheStats, self.STAT_GARBAGE)
- 
-@@ -438,6 +458,9 @@ Primary storage:
-         stat11 = CCacheStats(self.STAT11, True)
-         self.assertTrue(stat11)
- 
-+        stat12 = CCacheStats(self.STAT12, True)
-+        self.assertTrue(stat12)
-+
- 
- if __name__ == "__main__":
-     main()
diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template
index 9c8a17a940b1..16cab5485365 100644
--- a/srcpkgs/firefox/template
+++ b/srcpkgs/firefox/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
 #
 pkgname=firefox
-version=100.0.2
+version=101.0
 revision=1
 build_helper="rust"
 short_desc="Mozilla Firefox web browser"
@@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
-checksum=dc109861204f6938fd8f147af89a694eb516f3d4bb64ce3f0116452d654a8417
+checksum=55ab5b517d58bbcbc837640263a8371cf1fba3d9f508e54537c4d2cbbfb86095
 
 lib32disabled=yes
 

From 9eae51b3d0a2ab0b244035e9162c6c2dfa062658 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 04/99] 0ad: rebuild for icu-71.1_1

---
 srcpkgs/0ad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template
index a18ae2dd0a81..552d2728a7a0 100644
--- a/srcpkgs/0ad/template
+++ b/srcpkgs/0ad/template
@@ -1,7 +1,7 @@
 # Template file for '0ad'
 pkgname=0ad
 version=0.0.25b
-revision=2
+revision=3
 archs="x86_64* i686* aarch64* armv7l* ppc64le*"
 wrksrc="${pkgname}-${version}-alpha"
 hostmakedepends="pkg-config perl cmake python3 rust cargo yasm tar clang"

From 03f10d96fca95037c92ef6af78ad6537dfbd5dcf Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 05/99] Aegisub: rebuild for icu-71.1_1

---
 srcpkgs/Aegisub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Aegisub/template b/srcpkgs/Aegisub/template
index 1583c4853b9b..ff34249aaee4 100644
--- a/srcpkgs/Aegisub/template
+++ b/srcpkgs/Aegisub/template
@@ -1,7 +1,7 @@
 # Template file for 'Aegisub'
 pkgname=Aegisub
 version=3.3.2
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 cmake_builddir="BUILD"

From 1320256567943d8c9e3067ac1ca667d6f2457f16 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 06/99] OpenRCT2: rebuild for icu-71.1_1

---
 srcpkgs/OpenRCT2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index ececf0dfc68f..b02afc17361b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -6,7 +6,7 @@ _objects_version=1.0.21
 _titles_version=0.1.2c
 _replays_version=0.0.43
 version=0.3.4.1
-revision=3
+revision=4
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}

From 111e453bdae4295f3749c32a4ed140bb50947478 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 07/99] R: rebuild for icu-71.1_1

---
 srcpkgs/R/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index d506d02764b0..20c3f3ba89ba 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
 version=4.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack

From 25edd789e3a1992c37873edb34f760b9a4643729 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 08/99] R-cran-stringi: rebuild for icu-71.1_1

---
 srcpkgs/R-cran-stringi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template
index cdbdc57ce1f9..fcc057cfd205 100644
--- a/srcpkgs/R-cran-stringi/template
+++ b/srcpkgs/R-cran-stringi/template
@@ -1,7 +1,7 @@
 # Template file for 'R-cran-stringi'
 pkgname=R-cran-stringi
 version=1.7.3
-revision=2
+revision=3
 build_style=R-cran
 makedepends="pkg-config icu-devel"
 short_desc="Character String Processing Facilities"

From 0ec4276327796d22cd95ffa12624a7470ca6f543 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:30 +0200
Subject: [PATCH 09/99] an: rebuild for icu-71.1_1

---
 srcpkgs/an/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/an/template b/srcpkgs/an/template
index 8491e86713db..a03ef758fad3 100644
--- a/srcpkgs/an/template
+++ b/srcpkgs/an/template
@@ -1,7 +1,7 @@
 # Template file for 'an'
 pkgname=an
 version=1.2
-revision=9
+revision=10
 build_style=gnu-makefile
 makedepends="icu-devel"
 depends="words-en"

From d2e64cba80365a72d9c462daa27d803a7bd2a660 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 10/99] boost: rebuild for icu-71.1_1

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 126c50770b50..e5c4b3dd478e 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=7
+revision=8
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 194b9c23a12d803f14513523e04967e0f9673a28 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 11/99] brltty: rebuild for icu-71.1_1

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 350ecd96eb33..08707f8dc86c 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From ab014e773c2b3e138d02bd937a735637c8b24f9a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 12/99] calibre: rebuild for icu-71.1_1

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 03f3ac6d39fa..2c096a3c5ccf 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.43.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From c275e76c4c4aaf76b5785c06dcf46a9f4d39945f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 13/99] clamav: rebuild for icu-71.1_1

---
 srcpkgs/clamav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template
index abd9f367430f..344b3b85bf47 100644
--- a/srcpkgs/clamav/template
+++ b/srcpkgs/clamav/template
@@ -1,7 +1,7 @@
 # Template file for 'clamav'
 pkgname=clamav
 version=0.103.4
-revision=2
+revision=3
 build_style=gnu-configure
 # XXX: system llvm is too new (< 3.7 required)
 # Shipped llvm does not build with gcc>=6

From 3419d9ee69090e886de5dec1238aa1bda14bdf77 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:31 +0200
Subject: [PATCH 14/99] darktable: rebuild for icu-71.1_1

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ef44020cf2be..551c4a3b76c6 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=3.8.0
-revision=3
+revision=4
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From a023c742b516fda3debeb4129af5a10363d3d828 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 15/99] dino: rebuild for icu-71.1_1

---
 srcpkgs/dino/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template
index f3c025eb3e6a..4c8255603289 100644
--- a/srcpkgs/dino/template
+++ b/srcpkgs/dino/template
@@ -1,7 +1,7 @@
 # Template file for 'dino'
 pkgname=dino
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON"
 hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"

From fa6477eb8af43d1d0087312c1fd6c6dd774eea3a Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 16/99] dwdiff: rebuild for icu-71.1_1

---
 srcpkgs/dwdiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dwdiff/template b/srcpkgs/dwdiff/template
index c02086f13c8a..77fc8e1cf2fa 100644
--- a/srcpkgs/dwdiff/template
+++ b/srcpkgs/dwdiff/template
@@ -1,7 +1,7 @@
 # Template file for 'dwdiff'
 pkgname=dwdiff
 version=2.1.4
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config"
 makedepends="icu-devel"

From f86068ee1f69acfaeccf655a988e0b9427af130e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 17/99] enchant2: rebuild for icu-71.1_1

---
 srcpkgs/enchant2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index 2d7a2e67e125..caf9b765d99b 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,7 +1,7 @@
 # Template file for 'enchant2'
 pkgname=enchant2
 version=2.3.2
-revision=1
+revision=2
 wrksrc="enchant-${version}"
 build_style=gnu-configure
 # so package doesn't conflict with enchant's /usr/share/enchant/enchant.ordering;

From ceeb151a663fe5a468e3230ce0b7db64342ce4cd Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:32 +0200
Subject: [PATCH 18/99] evolution-data-server: rebuild for icu-71.1_1

---
 srcpkgs/evolution-data-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index 71db33706047..7d6937d97eaa 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
 version=3.42.3
-revision=1
+revision=2
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DENABLE_UOA=OFF

From 310b45ae829459c8b179af87e808c41d0258094e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 19/99] fsearch: rebuild for icu-71.1_1

---
 srcpkgs/fsearch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fsearch/template b/srcpkgs/fsearch/template
index 37ca90897c62..cdf4e8056ec4 100644
--- a/srcpkgs/fsearch/template
+++ b/srcpkgs/fsearch/template
@@ -1,7 +1,7 @@
 # Template file for 'fsearch'
 pkgname=fsearch
 version=0.1.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autogen automake libtool pkg-config autoconf-archive
  gettext-devel glib-devel"

From 0a6f7ff09ec8d506e4ae256ab79ca521bcf4235b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 20/99] geary: rebuild for icu-71.1_1

---
 srcpkgs/geary/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geary/template b/srcpkgs/geary/template
index d8cfc84eb310..ecca2367f1f6 100644
--- a/srcpkgs/geary/template
+++ b/srcpkgs/geary/template
@@ -1,7 +1,7 @@
 # Template file for 'geary'
 pkgname=geary
 version=40.0
-revision=4
+revision=5
 build_helper="gir"
 build_style=meson
 configure_args="-Dprofile=release -Dcontractor=enabled"

From e2a2a4cf9e700c205f0e5eec45bb96ae3bc88bcb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 21/99] gnome-text-editor: rebuild for icu-71.1_1

---
 srcpkgs/gnome-text-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-text-editor/template b/srcpkgs/gnome-text-editor/template
index f1e474fca5ff..631dc7b77dad 100644
--- a/srcpkgs/gnome-text-editor/template
+++ b/srcpkgs/gnome-text-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-text-editor'
 pkgname=gnome-text-editor
 version=41.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext itstool glib-devel"
 makedepends="libglib-devel gtk4-devel gtksourceview5-devel enchant2-devel

From 3c778fe3bb9ad36072f2d2ccd702a1d5b223e4a9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 22/99] gnucash: rebuild for icu-71.1_1

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 9ccc3526ac8e..6625eca55296 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.10
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 make_check_target=check

From 4f8148227e74fea9edfe77164e1f3f759bbe8ac9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 23/99] gnustep-base: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-base/template b/srcpkgs/gnustep-base/template
index 841ee0738286..8f3ad34c1856 100644
--- a/srcpkgs/gnustep-base/template
+++ b/srcpkgs/gnustep-base/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-base'
 pkgname=gnustep-base
 version=1.28.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make gcc-objc pkg-config which"
 makedepends="libobjc-devel libffi-devel libxml2-devel gnutls-devel

From 48240420614140d32c298234cb76dc9399e382e3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:33 +0200
Subject: [PATCH 24/99] gnustep-gui: rebuild for icu-71.1_1

---
 srcpkgs/gnustep-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnustep-gui/template b/srcpkgs/gnustep-gui/template
index f97871ce2ec8..03d04576f1ec 100644
--- a/srcpkgs/gnustep-gui/template
+++ b/srcpkgs/gnustep-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'gnustep-gui'
 pkgname=gnustep-gui
 version=0.29.0
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="gnustep-make pkg-config tar"
 makedepends="gnustep-base-devel libjpeg-turbo-devel tiff-devel libpng-devel

From 5d9f0956fb56f08cdbe93108a10b16e0348ede95 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 25/99] gspell: rebuild for icu-71.1_1

---
 srcpkgs/gspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gspell/template b/srcpkgs/gspell/template
index bce06d5f8fa7..00b40406ffc5 100644
--- a/srcpkgs/gspell/template
+++ b/srcpkgs/gspell/template
@@ -1,7 +1,7 @@
 # Template file for 'gspell'
 pkgname=gspell
 version=1.9.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)

From e1a6cdd2544e51f90cb20bf9b62e7cdef4c5c316 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 26/99] harfbuzz: rebuild for icu-71.1_1

---
 srcpkgs/harfbuzz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index d5c501aa5413..97648451c97e 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
 version=3.3.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled

From 6536a75e5f044b6a451afa82a325b5d494aa533d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 27/99] icu4lua: rebuild for icu-71.1_1

---
 srcpkgs/icu4lua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/icu4lua/template b/srcpkgs/icu4lua/template
index 7eb90a542272..9fc0d8aaa44f 100644
--- a/srcpkgs/icu4lua/template
+++ b/srcpkgs/icu4lua/template
@@ -1,7 +1,7 @@
 # Template file for 'icu4lua'
 pkgname=icu4lua
 version=0.2B
-revision=11
+revision=12
 create_wrksrc=yes
 build_style=gnu-makefile
 hostmakedepends="pkg-config unzip"

From 01808ede0b52e090320e34f8b889106c67f120eb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 28/99] imv: rebuild for icu-71.1_1

---
 srcpkgs/imv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/imv/template b/srcpkgs/imv/template
index 50d351c4ada6..c2a14a14a031 100644
--- a/srcpkgs/imv/template
+++ b/srcpkgs/imv/template
@@ -1,7 +1,7 @@
 # Template file for 'imv'
 pkgname=imv
 version=4.3.1
-revision=2
+revision=3
 wrksrc="imv-v${version}"
 build_style=meson
 hostmakedepends="asciidoc pkg-config cmake"

From 6a6ded267468e75f10da72f96cb4eb198968b26d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:34 +0200
Subject: [PATCH 29/99] kdb: rebuild for icu-71.1_1

---
 srcpkgs/kdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdb/template b/srcpkgs/kdb/template
index d5c1eacc239a..1f9bd6bf6612 100644
--- a/srcpkgs/kdb/template
+++ b/srcpkgs/kdb/template
@@ -1,7 +1,7 @@
 # Template file for 'kdb'
 pkgname=kdb
 version=3.2.0
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="extra-cmake-modules doxygen pkg-config kcoreaddons"
 makedepends="kcoreaddons-devel postgresql-libs-devel libmariadbclient-devel

From c3d95413a29819a7ac22d2fd5b6ea4b610b643d4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 30/99] kiwix-lib: rebuild for icu-71.1_1

---
 srcpkgs/kiwix-lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kiwix-lib/template b/srcpkgs/kiwix-lib/template
index 2daaa6fd404b..368a82b6bcfd 100644
--- a/srcpkgs/kiwix-lib/template
+++ b/srcpkgs/kiwix-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'kiwix-lib'
 pkgname=kiwix-lib
 version=9.4.1
-revision=3
+revision=4
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

From 2a1b1c1f7e051637c9ec10c6494dac47601988cc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 31/99] libbitcoin-blockchain: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index cc3d53b8308a..e43ab8b9ede1 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-blockchain'
 pkgname=libbitcoin-blockchain
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 84a66270044f2a7de9582d975d1f89d5d89c706c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 32/99] libbitcoin-client: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 13293fda2481..17849cd906d0 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-client'
 pkgname=libbitcoin-client
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --without-examples"

From d739c6ada857e8968a9c49715d074d7abaef5d69 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 33/99] libbitcoin-database: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-database/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index d67dc084e2c3..a3c48226ba2d 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-database'
 pkgname=libbitcoin-database
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 819b5320e4a53aef618389aa0c14e3a436905f39 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:35 +0200
Subject: [PATCH 34/99] libbitcoin-explorer: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-explorer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 49d83bfb3606..a1929f350269 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-explorer'
 pkgname=libbitcoin-explorer
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions
  --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib

From 82b6577c4eb2e91a8faa794e160e06cf7a981079 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 35/99] libbitcoin-network: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-network/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 7edbe02b1062..d130facc40de 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-network'
 pkgname=libbitcoin-network
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 6f50a6a1541d5a8c5215d5a23e33e2a2b40967a3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 36/99] libbitcoin-node: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-node/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index c5fcd0094abd..23e32624b5cc 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-node'
 pkgname=libbitcoin-node
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From 941587351ca3651b4cbe4d992c94eefd2746ca34 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 37/99] libbitcoin-protocol: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-protocol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index be5406d16baf..838d62cc9ecd 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-protocol'
 pkgname=libbitcoin-protocol
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld"

From 5475bd85f0371fb99eb110aada0312b2cabbb675 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 38/99] libbitcoin-server: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 7c275248cdcd..fc4988deac2b 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-server'
 pkgname=libbitcoin-server
 version=3.6.0
-revision=5
+revision=6
 archs="aarch64* ppc64* x86_64*"
 build_style=gnu-configure
 configure_args="--with-bash-completiondir=/usr/share/bash-completion/completions

From e025911e5d98dcc4c2fdae2b59da2b9d525ee547 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 39/99] libbitcoin-system: rebuild for icu-71.1_1

---
 srcpkgs/libbitcoin-system/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 4c7f4c8d231d..8b03fb248c42 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -1,7 +1,7 @@
 # Template file for 'libbitcoin-system'
 pkgname=libbitcoin-system
 version=3.6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
  --with-boost=${XBPS_CROSS_BASE}/usr --with-gnu-ld --with-icu --with-png

From 58fa643cc90b881e1bbe7c9be71f086f9a53f581 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:36 +0200
Subject: [PATCH 40/99] libcdr: rebuild for icu-71.1_1

---
 srcpkgs/libcdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcdr/template b/srcpkgs/libcdr/template
index e32884e044ed..d490cc760bfc 100644
--- a/srcpkgs/libcdr/template
+++ b/srcpkgs/libcdr/template
@@ -1,7 +1,7 @@
 # Template file for 'libcdr'
 pkgname=libcdr
 version=0.1.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-debug"
 hostmakedepends="pkg-config"

From f8e986d4c7a6cce45e9d10f82162340a278be684 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 41/99] libe-book: rebuild for icu-71.1_1

---
 srcpkgs/libe-book/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libe-book/template b/srcpkgs/libe-book/template
index 95976854e5b3..a6cc63b5272c 100644
--- a/srcpkgs/libe-book/template
+++ b/srcpkgs/libe-book/template
@@ -1,7 +1,7 @@
 # Template file for 'libe-book'
 pkgname=libe-book
 version=0.1.3
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-werror"
 hostmakedepends="automake libtool gperf doxygen pkg-config"

From 405af60a23c7a6fa2a835c4b367bec47deab8af7 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 42/99] libgdal: rebuild for icu-71.1_1

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 870ab22b4cba..ce58be57dc87 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.0.4
-revision=11
+revision=12
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"

From dd5fa73fb57633908991e4d25e69c01b4dee77b8 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 43/99] libical: rebuild for icu-71.1_1

---
 srcpkgs/libical/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template
index 1a247410c373..bf131ea13642 100644
--- a/srcpkgs/libical/template
+++ b/srcpkgs/libical/template
@@ -1,7 +1,7 @@
 # Template file for 'libical'
 pkgname=libical
 version=3.0.10
-revision=2
+revision=3
 build_style=cmake
 build_helper="gir qemu"
 configure_args="-DICAL_BUILD_DOCS=false

From 51bd3e53eb75d0848db83ef6e3dc5446112683af Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 44/99] liblcf: rebuild for icu-71.1_1

---
 srcpkgs/liblcf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblcf/template b/srcpkgs/liblcf/template
index 6781688c22cc..02a752e617e3 100644
--- a/srcpkgs/liblcf/template
+++ b/srcpkgs/liblcf/template
@@ -1,7 +1,7 @@
 # Template file for 'liblcf'
 pkgname=liblcf
 version=0.6.2
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config autoconf automake libtool"
 makedepends="expat-devel icu-devel"

From a3d9a3543aba48fb34e7b758d49de97417d7f563 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:37 +0200
Subject: [PATCH 45/99] libmspub: rebuild for icu-71.1_1

---
 srcpkgs/libmspub/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libmspub/template b/srcpkgs/libmspub/template
index 2bc06bcfa1f1..946153be3dcb 100644
--- a/srcpkgs/libmspub/template
+++ b/srcpkgs/libmspub/template
@@ -1,7 +1,7 @@
 # Template file for 'libmspub'
 pkgname=libmspub
 version=0.1.4
-revision=8
+revision=9
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="icu-devel boost-devel librevenge-devel zlib-devel"

From 125a74d04a03c3bc851ed5ac824141d54bbed63d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 46/99] libphonenumber: rebuild for icu-71.1_1

---
 srcpkgs/libphonenumber/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libphonenumber/template b/srcpkgs/libphonenumber/template
index a3b2436f07d1..5df38a2397bb 100644
--- a/srcpkgs/libphonenumber/template
+++ b/srcpkgs/libphonenumber/template
@@ -1,7 +1,7 @@
 # Template file for 'libphonenumber'
 pkgname=libphonenumber
 version=8.12.39
-revision=4
+revision=5
 build_wrksrc=cpp
 build_style=cmake
 build_helper=qemu

From e54a546ed22a4cd35848e8c3e8c87d1c5d670a67 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 47/99] libpsl: rebuild for icu-71.1_1

---
 srcpkgs/libpsl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpsl/template b/srcpkgs/libpsl/template
index 6ddb776011a7..095bac4e29a0 100644
--- a/srcpkgs/libpsl/template
+++ b/srcpkgs/libpsl/template
@@ -1,7 +1,7 @@
 # Template file for 'libpsl'
 pkgname=libpsl
 version=0.21.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="icu-devel"

From 333d898d0f28f176183718ea45a427a68afd798b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 48/99] libqalculate: rebuild for icu-71.1_1

---
 srcpkgs/libqalculate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqalculate/template b/srcpkgs/libqalculate/template
index f0f03656d4c0..2ecc17af7e13 100644
--- a/srcpkgs/libqalculate/template
+++ b/srcpkgs/libqalculate/template
@@ -2,7 +2,7 @@
 # NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
 pkgname=libqalculate
 version=4.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config doxygen"
 makedepends="libxml2-devel cln-devel readline-devel libcurl-devel icu-devel

From 8a51fbec673d8fffe837fd40e9c88b62bed4829c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 49/99] libqxp: rebuild for icu-71.1_1

---
 srcpkgs/libqxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libqxp/template b/srcpkgs/libqxp/template
index 7a25c1a1cca4..14245f506953 100644
--- a/srcpkgs/libqxp/template
+++ b/srcpkgs/libqxp/template
@@ -1,7 +1,7 @@
 # Template file for 'libqxp'
 pkgname=libqxp
 version=0.0.2
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="boost-devel librevenge-devel icu-devel"

From 4a847cee4df217269120e50037363172fe965b00 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:38 +0200
Subject: [PATCH 50/99] libreoffice: rebuild for icu-71.1_1

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index 7e41bc588f7b..6d35e14a3274 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.3.3.2
-revision=1
+revision=2
 build_style=meta
 make_build_target="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 8bcc53831d4748a240403a6c568d50edf4ed0089 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 51/99] libvisio: rebuild for icu-71.1_1

---
 srcpkgs/libvisio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvisio/template b/srcpkgs/libvisio/template
index 71e155a2c52f..e566ad1c9e4b 100644
--- a/srcpkgs/libvisio/template
+++ b/srcpkgs/libvisio/template
@@ -1,7 +1,7 @@
 # Template file for 'libvisio'
 pkgname=libvisio
 version=0.1.7
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="gperf pkg-config perl"
 makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"

From 07bc303ddbe37d31f41eec14a270d5dd780a0218 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 52/99] libxml2: rebuild for icu-71.1_1

---
 srcpkgs/libxml2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index be660f81aa0e..cbe0b9b37f29 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2'
 pkgname=libxml2
 version=2.9.13
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-threads --with-history --with-icu"
 hostmakedepends="gettext pkg-config python3"

From fb037873898c8dd6bb1faae9fe9f886f1e056dab Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 53/99] libzim: rebuild for icu-71.1_1

---
 srcpkgs/libzim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template
index 910e099870b8..8f22c1601914 100644
--- a/srcpkgs/libzim/template
+++ b/srcpkgs/libzim/template
@@ -1,7 +1,7 @@
 # Template file for 'libzim'
 pkgname=libzim
 version=6.3.2
-revision=2
+revision=3
 build_style=meson
 hostmakedepends="pkg-config git"
 makedepends="liblzma-devel $(vopt_if zlib zlib-devel)

From 0010feb4a394c884917f3f64b80ea869cea61084 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 54/99] maim: rebuild for icu-71.1_1

---
 srcpkgs/maim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/maim/template b/srcpkgs/maim/template
index a3bbf381c466..5df088be5f9d 100644
--- a/srcpkgs/maim/template
+++ b/srcpkgs/maim/template
@@ -1,7 +1,7 @@
 # Template file for 'maim'
 pkgname=maim
 version=5.7.4
-revision=4
+revision=5
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="MesaLib-devel glm icu-devel libXcomposite-devel libXrandr-devel

From fd7b9f39eb965de1533790e63de3f8a46ab88273 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:39 +0200
Subject: [PATCH 55/99] modsecurity: rebuild for icu-71.1_1

---
 srcpkgs/modsecurity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/modsecurity/template b/srcpkgs/modsecurity/template
index 4b8810b071e3..bd1dd1c2760c 100644
--- a/srcpkgs/modsecurity/template
+++ b/srcpkgs/modsecurity/template
@@ -1,7 +1,7 @@
 # Template file for 'modsecurity'
 pkgname=modsecurity
 version=3.0.4
-revision=4
+revision=5
 wrksrc="modsecurity-v${version}"
 build_style=gnu-configure
 configure_args="--enable-standalone-module --enable-htaccess-config"

From 71bf04bf18758eef948d23ed8618bf0dc00c1a67 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 56/99] mozjs78: rebuild for icu-71.1_1

---
 srcpkgs/mozjs78/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs78/template b/srcpkgs/mozjs78/template
index a008151398f5..9561ae33be39 100644
--- a/srcpkgs/mozjs78/template
+++ b/srcpkgs/mozjs78/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs78'
 pkgname=mozjs78
 version=78.9.0
-revision=4
+revision=5
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

From 6ad5d001712b1271208c360105c3e763f8c6b79c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 57/99] mpd: rebuild for icu-71.1_1

---
 srcpkgs/mpd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 944431faaf10..7249957f2113 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,7 +1,7 @@
 # Template file for 'mpd'
 pkgname=mpd
 version=0.23.7
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled

From 7d97c18e4e2412a979255dd4dbb27dab30e17cd5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 58/99] ncmpcpp: rebuild for icu-71.1_1

---
 srcpkgs/ncmpcpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncmpcpp/template b/srcpkgs/ncmpcpp/template
index 8daaab69f237..773deb4917d4 100644
--- a/srcpkgs/ncmpcpp/template
+++ b/srcpkgs/ncmpcpp/template
@@ -1,7 +1,7 @@
 # Template file for 'ncmpcpp'
 pkgname=ncmpcpp
 version=0.9.2
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
  --enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"

From 1e23b6e0b3ee9044ab1155fc844431bd05714029 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 59/99] nodejs: rebuild for icu-71.1_1

---
 srcpkgs/nodejs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 9a660b33d13c..1e636ca21c46 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs'
 pkgname=nodejs
 version=16.15.1
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel

From 8d7d6fba8bbaca1235d1c6e11e93b97290f34551 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 60/99] nodejs-lts: rebuild for icu-71.1_1

---
 srcpkgs/nodejs-lts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nodejs-lts/template b/srcpkgs/nodejs-lts/template
index 7ef99575a323..8a57b3958db8 100644
--- a/srcpkgs/nodejs-lts/template
+++ b/srcpkgs/nodejs-lts/template
@@ -1,7 +1,7 @@
 # Template file for 'nodejs-lts'
 pkgname=nodejs-lts
 version=12.22.10
-revision=1
+revision=2
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
 hostmakedepends="pkg-config python libatomic-devel zlib-devel which

From a844af57f2309a4dc8e050e4a9412969f6334ab9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:40 +0200
Subject: [PATCH 61/99] nuspell: rebuild for icu-71.1_1

---
 srcpkgs/nuspell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index 4643db61e380..e2be5d819844 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,7 +1,7 @@
 # Template file for 'nuspell'
 pkgname=nuspell
 version=5.0.1
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="icu-devel"

From 66b38dd8649fdf60e5f5158ec6502beb31cab12d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 62/99] openttd: rebuild for icu-71.1_1

---
 srcpkgs/openttd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index f19e683080dd..cdecbd7c365b 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
 version=1.10.3
-revision=4
+revision=5
 _gfxver=0.6.0
 _sfxver=0.2.3
 create_wrksrc=yes

From c3f7a15e651ac724d81d926c60290709699e43b9 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 63/99] peaclock: rebuild for icu-71.1_1

---
 srcpkgs/peaclock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template
index cba799b3a4ee..c5916b2e0d35 100644
--- a/srcpkgs/peaclock/template
+++ b/srcpkgs/peaclock/template
@@ -1,7 +1,7 @@
 # Template file for 'peaclock'
 pkgname=peaclock
 version=0.4.3
-revision=3
+revision=4
 build_style=cmake
 makedepends="icu-devel"
 short_desc="Colourful binary clock for the terminal"

From e54c1e90fc13f457afc8852068be9bb865f1cdff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 64/99] perl-XML-LibXML: rebuild for icu-71.1_1

---
 srcpkgs/perl-XML-LibXML/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-XML-LibXML/template b/srcpkgs/perl-XML-LibXML/template
index 8b4ced43cabb..e7adb670bfa2 100644
--- a/srcpkgs/perl-XML-LibXML/template
+++ b/srcpkgs/perl-XML-LibXML/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-XML-LibXML'
 pkgname=perl-XML-LibXML
 version=2.0134
-revision=8
+revision=9
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 334815d4a99b3e6e26b9b2ae607794001fd0c450 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 65/99] php: rebuild for icu-71.1_1

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 0571ee08a1fa..3eb8e38cd928 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=7.4.30
-revision=1
+revision=2
 hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel

From fac3f352c9325134a6e84212bcfde8d19747140f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:41 +0200
Subject: [PATCH 66/99] php8.0: rebuild for icu-71.1_1

---
 srcpkgs/php8.0/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index 0d71c5640221..7746ee52c732 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0'
 pkgname=php8.0
 version=8.0.20
-revision=1
+revision=2
 _php_version=8.0
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 564236458d642bd59238fa62bad5b127dd53eacb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 67/99] php8.1: rebuild for icu-71.1_1

---
 srcpkgs/php8.1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 4dc9dc68f9b4..e2f1ed0807d2 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1'
 pkgname=php8.1
 version=8.1.7
-revision=1
+revision=2
 _php_version=8.1
 wrksrc="php-${version}"
 hostmakedepends="bison pkg-config apache-devel"

From 3fc752494e181f94e7f8fb15ed5ccf507943aa30 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 68/99] poedit: rebuild for icu-71.1_1

---
 srcpkgs/poedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template
index 5031863acf00..f10aaf4c88a2 100644
--- a/srcpkgs/poedit/template
+++ b/srcpkgs/poedit/template
@@ -1,7 +1,7 @@
 # Template file for 'poedit'
 pkgname=poedit
 version=3.0.1
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--with-wx-config=wx-config-gtk3"
 hostmakedepends="pkg-config"

From 99c1c0dcadb985dee7f2e68c66f1f16d6ea8756c Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 69/99] postfix: rebuild for icu-71.1_1

---
 srcpkgs/postfix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postfix/template b/srcpkgs/postfix/template
index a9994b1233fa..2d0b563cf61c 100644
--- a/srcpkgs/postfix/template
+++ b/srcpkgs/postfix/template
@@ -1,7 +1,7 @@
 # Template file for 'postfix'
 pkgname=postfix
 version=3.7.2
-revision=1
+revision=2
 hostmakedepends="perl m4"
 makedepends="icu-devel libldap-devel libmariadbclient-devel pcre2-devel
  postgresql-libs-devel sqlite-devel"

From d1f23d8bcf4e2420f31f0bba863df53a1fa7f65b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:42 +0200
Subject: [PATCH 70/99] python3-PyICU: rebuild for icu-71.1_1

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 0fcede6988d4..b8898afdc87e 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.9
-revision=1
+revision=2
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5437b017748997a23557bced34b0ce5ae4ae7f50 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 71/99] qt5-webkit: rebuild for icu-71.1_1

---
 srcpkgs/qt5-webkit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template
index f55f8b0e3e1a..ee3b44f71216 100644
--- a/srcpkgs/qt5-webkit/template
+++ b/srcpkgs/qt5-webkit/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webkit'
 pkgname=qt5-webkit
 version=5.212.0
-revision=13
+revision=14
 _snap=1586819898
 _v=${version%.*}
 wrksrc="qtwebkit-opensource-src-${_v}"

From b47d4d68b5510f1ec4d90dbe8b7241a34332e6b3 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 72/99] qt6-base: rebuild for icu-71.1_1

---
 srcpkgs/qt6-base/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-base/template b/srcpkgs/qt6-base/template
index 1f514441a7e8..cc47e18a70ff 100644
--- a/srcpkgs/qt6-base/template
+++ b/srcpkgs/qt6-base/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-base'
 pkgname=qt6-base
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qtbase-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DINSTALL_DATADIR=share/qt6

From 796058b3b36344c461a20d092e83ebbc1e30d743 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 73/99] qt6-qt5compat: rebuild for icu-71.1_1

---
 srcpkgs/qt6-qt5compat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt6-qt5compat/template b/srcpkgs/qt6-qt5compat/template
index 641b746c2176..7fcd5ad5080e 100644
--- a/srcpkgs/qt6-qt5compat/template
+++ b/srcpkgs/qt6-qt5compat/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-qt5compat'
 pkgname=qt6-qt5compat
 version=6.3.0
-revision=1
+revision=2
 wrksrc="qt5compat-everywhere-src-${version}"
 build_style=cmake
 configure_args="-DQT_HOST_PATH=/usr"

From a55cc047851972eee27e971206ce48437343f41d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:43 +0200
Subject: [PATCH 74/99] rspamd: rebuild for icu-71.1_1

---
 srcpkgs/rspamd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template
index 9d57ca1906c9..94618056b056 100644
--- a/srcpkgs/rspamd/template
+++ b/srcpkgs/rspamd/template
@@ -1,7 +1,7 @@
 # Template file for 'rspamd'
 pkgname=rspamd
 version=1.9.4
-revision=7
+revision=8
 archs="x86_64* i686* aarch64* armv[67]* ppc64*"
 build_style=cmake
 configure_args="-DRSPAMD_USER=rspamd -DCONFDIR=/etc/rspamd

From 727ef3a15c4701f3fc706ac0f23cbfba7c011f2f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 75/99] scribus: rebuild for icu-71.1_1

---
 srcpkgs/scribus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template
index 0ec908f7ef50..791cdea712c5 100644
--- a/srcpkgs/scribus/template
+++ b/srcpkgs/scribus/template
@@ -1,7 +1,7 @@
 # Template file for 'scribus'
 pkgname=scribus
 version=1.5.8
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr
  -DWANT_GRAPHICSMAGICK=1"

From 522f92912454ce198c763a0fc0c93b8a1166332e Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 76/99] sile: rebuild for icu-71.1_1

---
 srcpkgs/sile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sile/template b/srcpkgs/sile/template
index 850802987968..d1b02196e58e 100644
--- a/srcpkgs/sile/template
+++ b/srcpkgs/sile/template
@@ -1,7 +1,7 @@
 # Template file for 'sile'
 pkgname=sile
 version=0.9.5.1
-revision=6
+revision=7
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat

From 8111ba05a21f678712c7638507a0a25acf7edee1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 77/99] slop: rebuild for icu-71.1_1

---
 srcpkgs/slop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/slop/template b/srcpkgs/slop/template
index 9659f2818c1e..f99cb0294e09 100644
--- a/srcpkgs/slop/template
+++ b/srcpkgs/slop/template
@@ -1,7 +1,7 @@
 # Template file for 'slop'
 pkgname=slop
 version=7.6
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="glew-devel glm icu-devel libXrender-devel"

From 41fe2d1ecfe77d950072b2e4414c18749d66e1ce Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 78/99] sword: rebuild for icu-71.1_1

---
 srcpkgs/sword/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sword/template b/srcpkgs/sword/template
index 4b396dc13a8f..c87a9c0a55ef 100644
--- a/srcpkgs/sword/template
+++ b/srcpkgs/sword/template
@@ -1,7 +1,7 @@
 # Template file for 'sword'
 pkgname=sword
 version=1.8.1
-revision=8
+revision=9
 build_style=gnu-configure
 configure_args="--without-conf --with-icuregex"
 hostmakedepends="libtool automake pkg-config"

From d244690cc4eeea67914c3163a55819dcd675a823 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 79/99] tectonic: rebuild for icu-71.1_1

---
 srcpkgs/tectonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tectonic/template b/srcpkgs/tectonic/template
index ca804d594da3..920576d17e60 100644
--- a/srcpkgs/tectonic/template
+++ b/srcpkgs/tectonic/template
@@ -1,7 +1,7 @@
 # Template file for 'tectonic'
 pkgname=tectonic
 version=0.8.2
-revision=1
+revision=2
 wrksrc="tectonic-tectonic-${version}"
 build_style=cargo
 configure_args="--features=external-harfbuzz"

From d6111c03d11cb1db12f10d14634222c616680e39 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:44 +0200
Subject: [PATCH 80/99] tepl: rebuild for icu-71.1_1

---
 srcpkgs/tepl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index 556e4b81a2b0..2991585cf549 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,7 +1,7 @@
 # Template file for 'tepl'
 pkgname=tepl
 version=6.00.0
-revision=3
+revision=4
 build_style=meson
 build_helper=gir
 configure_args="$(vopt_bool gir gir)"

From c533da1ef49bc1917e5aa46477e54dca9f911bf1 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 81/99] tesseract-ocr: rebuild for icu-71.1_1

---
 srcpkgs/tesseract-ocr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tesseract-ocr/template b/srcpkgs/tesseract-ocr/template
index a1a41dabcb6d..eaf1e226aa9c 100644
--- a/srcpkgs/tesseract-ocr/template
+++ b/srcpkgs/tesseract-ocr/template
@@ -1,7 +1,7 @@
 # Template file for 'tesseract-ocr'
 pkgname=tesseract-ocr
 version=4.1.1
-revision=6
+revision=7
 _tessdataver=4.0.0
 wrksrc="tesseract-${version}"
 build_style=gnu-configure

From ca6569b4fa1df5f1b502cf875c0001dbab4a879b Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 82/99] texlive: rebuild for icu-71.1_1

---
 srcpkgs/texlive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template
index b8bb1919fded..7a922bc07f2b 100644
--- a/srcpkgs/texlive/template
+++ b/srcpkgs/texlive/template
@@ -1,7 +1,7 @@
 # Template file for 'texlive'
 pkgname=texlive
 version=20210325
-revision=3
+revision=4
 wrksrc="texlive-${version}-source"
 build_wrksrc="build"
 build_style=gnu-configure

From 92028e7910db9f9d367fe5bc3be3f11f886bf928 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 83/99] thunderbird: rebuild for icu-71.1_1

---
 srcpkgs/thunderbird/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template
index d27434e30e22..fab2f55245e9 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -4,7 +4,7 @@
 #
 pkgname=thunderbird
 version=91.9.0
-revision=1
+revision=2
 build_helper="rust"
 short_desc="Standalone Mail/News reader"
 maintainer="Érico Nogueira <ericonr@disroot.org>"

From 541a241c63e231b542fa6743409833994943ef9d Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 84/99] tracker: rebuild for icu-71.1_1

---
 srcpkgs/tracker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template
index 1887cf2cb973..155b06e42769 100644
--- a/srcpkgs/tracker/template
+++ b/srcpkgs/tracker/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker'
 pkgname=tracker
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dman=true -Dstemmer=disabled

From cc7d2704ecadf296b096ef27dd2baaba326d7b99 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:45 +0200
Subject: [PATCH 85/99] tracker-miners: rebuild for icu-71.1_1

---
 srcpkgs/tracker-miners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index f7ea6803cac2..16cb11f39e8d 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,7 +1,7 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
 version=3.3.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 # missing libgrss for miner_rss

From 06a00e3cd72d1538e4198145101fc4eee932fefc Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 86/99] unar: rebuild for icu-71.1_1

---
 srcpkgs/unar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template
index b94c7369fd0e..f8a7f134da9d 100644
--- a/srcpkgs/unar/template
+++ b/srcpkgs/unar/template
@@ -1,7 +1,7 @@
 # Template file for 'unar'
 pkgname=unar
 version=1.10.7
-revision=8
+revision=9
 archs="~*-musl" # regexec incompatible
 build_wrksrc="XADMaster"
 build_style=gnu-makefile

From 7b3062e58e6661d6e77e7ab4c846bfd8b8461aff Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 87/99] vte3: rebuild for icu-71.1_1

---
 srcpkgs/vte3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index d75cd4edef2f..aaaa69bfe51f 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
 # Template file for 'vte3'
 pkgname=vte3
 version=0.68.0
-revision=1
+revision=2
 wrksrc="vte-${version}"
 build_style=meson
 build_helper="gir"

From b536e0b22941380c032fb87289cff64494eec6b5 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:46 +0200
Subject: [PATCH 88/99] webkit2gtk: rebuild for icu-71.1_1

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index e688a2984482..e103f2ce06c8 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -2,7 +2,7 @@
 # ping q66 before touching this
 pkgname=webkit2gtk
 version=2.34.6
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"

From 6e7966ba40d411bc2e4fa3c244bd682896588fdb Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 89/99] widelands: rebuild for icu-71.1_1

---
 srcpkgs/widelands/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/widelands/template b/srcpkgs/widelands/template
index ecda7cbea232..17351e8a0bf7 100644
--- a/srcpkgs/widelands/template
+++ b/srcpkgs/widelands/template
@@ -4,7 +4,7 @@ pkgname=widelands
 reverts="21_5 21_4 21_3 21_2 21_1 20_4 20_3 20_2 20_1 19_10 19_9 19_8 19_7 19_6
  19_5 19_4 19_3 19_2 19_1 18_5 18_4 18_3 18_2 18_1"
 version=1.0
-revision=3
+revision=4
 build_style=cmake
 configure_args="-DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
  -DOPTION_BUILD_WEBSITE_TOOLS=OFF -DWL_INSTALL_BASEDIR=/usr/share/widelands

From 32c685b1d719633bfd6d78af1c44487ff538fd04 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 90/99] xerces-c: rebuild for icu-71.1_1

---
 srcpkgs/xerces-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xerces-c/template b/srcpkgs/xerces-c/template
index 8c90f2dded12..18ed832daa08 100644
--- a/srcpkgs/xerces-c/template
+++ b/srcpkgs/xerces-c/template
@@ -1,7 +1,7 @@
 # Template file for 'xerces-c'
 pkgname=xerces-c
 version=3.2.3
-revision=5
+revision=6
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="libcurl-devel icu-devel"

From a8aca63b8635f282aaf97241b87681c78dbb6dea Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 91/99] yaz: rebuild for icu-71.1_1

---
 srcpkgs/yaz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yaz/template b/srcpkgs/yaz/template
index d8f67566509f..a96c1256d974 100644
--- a/srcpkgs/yaz/template
+++ b/srcpkgs/yaz/template
@@ -1,7 +1,7 @@
 # Template file for 'yaz'
 pkgname=yaz
 version=5.30.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-shared --with-memcached --with-xml2 --with-xslt
  --with-icu --with-gnutls"

From a3591a47daef92078041f43a311fecd287d2ae6f Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Tue, 7 Jun 2022 22:19:47 +0200
Subject: [PATCH 92/99] znc: rebuild for icu-71.1_1

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index e24567f4eb7a..c1156243f9bf 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="
  --enable-python

From 4cd166af32d6294c7c4b3df6be3b23ada0603619 Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sat, 28 May 2022 15:16:30 +0200
Subject: [PATCH 93/99] firefox-esr-i18n: update to 91.10.0.

---
 srcpkgs/firefox-esr-i18n/template | 188 +++++++++++++++---------------
 1 file changed, 94 insertions(+), 94 deletions(-)

diff --git a/srcpkgs/firefox-esr-i18n/template b/srcpkgs/firefox-esr-i18n/template
index ff444f584a28..765303a93236 100644
--- a/srcpkgs/firefox-esr-i18n/template
+++ b/srcpkgs/firefox-esr-i18n/template
@@ -1,6 +1,6 @@
 # Template file for 'firefox-esr-i18n'
 pkgname=firefox-esr-i18n
-version=91.9.0
+version=91.10.0
 revision=1
 build_style=meta
 short_desc="Firefox ESR language packs"
@@ -135,96 +135,96 @@ _pkgtmpl() {
 	}
 }
 
-checksum="2bc70d0cbda5bf23e166c13eb3500904135211f3931e7f47ddeb1fb45f5bbcae
- 6919cb6c47fe39afb7a49414241f31590c935565f972f82c0d0c7038fba26563
- 2877b443f701a73cee387e631b8f28f42c750851a2150710334bb82015c45427
- 6660890b4ce3629b061475532f3295e72a1b7624bd937b3bcaf83fe794f9b390
- 887ea64a54ef264a3f35612b9e3e0b9fd40b8fd6ee0a7fa9782888406fdb43f7
- 148c555c47a0c47cc9683e6f469a8dc29a4efb2b869296b89f6f9b84077b98de
- 8fc6459c9de31065fbfe9e64b36dda9f0355e624f8c3d2377d25794dfdf97674
- 81d64dda58ea8602352c324284b0d6e28ef40e697f19357c6b6a73aee8c6e85d
- 8008231903f276c3bdeac6fd720c33c7c9617cd866791f4132b87ba2b94967ac
- 1fd22e04b47ccdfbce50f2c0ad312473e9fbeeed14316345ebf8702a2e0c0f9a
- 27f4f5d115c0ae796ac348da5162bc3861204e3ce50414035f2d480dcfd0668f
- 02d1e040d0c8e84abacf617ec41b6e128a15c1b88eb038a432da2b8fd3c194bd
- ebf2d34382902b810ab46374df7e31e893520fe9751415d5fe63fec4fc775bb2
- 993c6f8da2a00f801421e1dbd8981b67e26c4f01356c6a62177d2987c0b15cbe
- c490d94b7595090ecd238cc1c8c84a3bfc2450ef2393bd95d954488f314f34b0
- 530a1b09162dad6ff7fea360d232f628f1f67751e2cd21783207fc77c057464d
- cdb58015b09a861f4b1c02d7fc9823d87974c3f4b13abd8e7c76bd249c61581b
- 59c0ab8f08edaa9e430a5988fb1890cd3cd5a7dfa785303c8776fb6f38192efe
- 37e221b2ccb512ead4445b2345a6527a3358075e011a58658158954f052784da
- 580dc1641d96072ee44800af8c553eab82f158e36a0f13f795a7a51f1bb762ec
- 9570ab68c643e612aa10818633b3d93607581d0d97ea764e0213f0b1e5769d4d
- d2fd517a39874e8f8fb37458450db6ab496cfa1bc2baf0f71e883296bfbdde27
- 2616aaf1722723003d91aab4e69b4381412f810a439feff4ef2a146e22d9f960
- 21a06c320fb80e4e45b02ce8f084bcc8900764dd137e2ca4c8b7929c89e0c3d5
- 59a6e10dedc26f6ebd7755477015d7b3e956ab34f29fd3954f12f7a4f5ee345d
- eefd5a4d637fc86281cdbd43a06e07fbb76f8a01e9bdaff181daba5bd7cf46cc
- fb50ad15895d27e30c54f1cc2fe848405a5c10917d3d73c71b82e1e93d658c8a
- c04680483e96c0c8a77f07b18333b02b8dec4807de332ab77ec3a6446a866dfd
- b38c3d132e74034d2659172f374b4eb6261b2346a705988823a9af56f906e155
- a94238d8a7ed68b6170c49a07d8d1cc06d8c3a30b5b4746095d559856f30773d
- 324bb76b3c95fe645796ec43962497ebb03b80b4a068e778b684fcf7a307bef0
- 0f0df750b7e54edc132133d53d7dd9fd78fb828578d79d97097afc98b8de538a
- e77a14ff78e90944d14439d1bb9ca5bd116a6cf71b5bf14e16d3cb593ff35b70
- 143995923b153cbf6cc3a8d846afda70601c13ede25ef8b193db80fd9f1896e9
- 446132041fe6f31bd5413735ca9813e86595ce35ed5fe499aae164775ba0f987
- 0d5798050376c4b7aafc2bb78692056abcd1f441fc131591180e11647c276872
- b2e4c9aa9452bd1af2e7fdade9752aa6019f28a2e4599bafbe9da9e9e1d5f01a
- cdda19d8b15cf46d6c2141434969d7599ebbfb60b62b29940f52a79fd8cf072f
- b6095ac9de172e6df5bc586afe934c327fd5602ed18aa1fed0d8ddb1387c7df9
- 75fe7ab4377e3c212b256c3391fdff1a609d91cb58c14fd6cae453869fb334df
- 46706eef7e7bb90fc055b002f627286c2de43ddd5a0caf2b9c06d032ad7d85d5
- 203ca7b2bb45eb5cee5b1eeb9d24e25520379e7af1ff4aabd09ab25c5b3f3d8a
- 2c643a1d8696037b047cc06ee0886e4696db55b4c8cacb69ce52066c35680bd9
- b7309661250a56ed8a42619699efc8c9f8a388506ae3c5b38e5680d7c7d50f51
- 0572d0fc5e88798a0f944e5e60e0c95365241f474ae201a85a0077d083812620
- d52085185911557948c94e7f4f45e6ce50ad104f3031ba32e62d58b6b581df93
- 5ea6410c8a42f3e558a3b73993e185778a3f91fcefe37dfb32881b884d9a7328
- 67ff089e58616e50df99730c33bfa90071beff2c3715d5bcdc218a602346c8e3
- 753cf07925bfe1c3b5fd6f2947a18b8f826d514d5c9b0d7f2d357fd033b66192
- ab291fd924c16b7fe51dbfc06519bc9b1d02182bfa0dbd9523638c285615cc77
- 9d31e9a493077b8c0409969e4d53102239f472467510b9dcdb7a227fdb6277a7
- c9dc5c95b109c895c3cf0fc0f0eb46385634637bce107e000ba42a2f9b7907fe
- 6b08f873fe1f9dc7d468b710b2dd8f3fe49138c3cdb4b4594a579d0379977271
- ad3510d8b699dc71356f622f2e7b9c2dec12096fcf9741dfdfeec03d9382e0e0
- 5d2afd46ea725d43357c0c9ac6d4d4db89aa9f0c49a4e1e9fc1c124390ea6e20
- 9ca197bb00e23df520199bbbb49fe66d09e5d5741e7acbd4e93da0a642140ed6
- 633879681627dcd34759732ceb40cf6b7f803690cd73ae7bcab39459993cc78c
- f8830dbd04e1248220fcc7e6eba6e7903bc36dc097a4360279847fc8148df7fa
- 2828ad3e3563ad3e4652ed19eedef1d3c96c12c295bdc1a6057302bd590da00a
- 763cf455f806bb30eed4c8b25c3bbfdd500959b8fd0d26713f0c19b2a8429589
- 2d84d2806ecaa9520f6d6575b6bf3f11e9431066dd133dd28882cd4b4bed3aa4
- a70ace7c4803934c4207347a24910a4f7406b79936aa6289c2d078c174f95a1a
- d1f0df1831f0fe552ee3b58d83740ee95dce560ecb5a595185dfbd7a11c9838d
- 0d08b1365d603534d73fb756bd139a913c4b4042c9f40de545db56eb37dbe7d1
- 79a49173ea82db7b36c019545adc2faafb07d6db31da1a100c7cbc61ca2c2ea8
- 66fa26fed2113b1cb173170939a0f5376a61af168fd35fcce055078fabdb3288
- 4b321e39baa8cebbf32ed9e53aa77c562445b9ee2504896272ed2da093f07e26
- be1a45a7ea2f23addb28a767cb9a6a9a54cc8d8809d6ebf28a41a03d2d09ded8
- fda6f1000b7a14b4e3200ae00597aaf0e5a0e769a1ba5af9c3b9f841e1adf534
- 7f907551000f435586a43acc215eadf994c590fe454eef6f843949efbeb1b3e6
- b7e58ea0c7c347e747f03531dfcdf13a2a70e2d08caaa704e4d8d0a9c139cb86
- 8b6b6274781bfb5869bf81c0366b768e10b8642139910490adbe92658546115c
- a70c758f52467b8f04bbda20d1cfdae79ae99a860b54e1b463d7005f267656b3
- b0177a28695c8e2297fbda2f9fe7ccca9142fa2933d08ecfa607019f3a07e7f9
- 23cb3211b6c66beccb8619606e62011a3aaa4a082b49abbe507d6d9ce081d6a5
- 3af4c4f8ee80740aafbeffeec8a6a2ed3f091bd4d149f687a302e1d027bdeb9f
- 467139c240ef5cdb8f522e04b05a1f87f82f0788ab65ee3b135b72b201f06050
- 841fa5f1b1d810061c2f014bd942f626d30d27b35d07bc7712a323cbfbbb133b
- 35ca0a96504d16ad7b542f457b137432737c49dbd972aea4188bb1be950d47e1
- f837ac7a86a79db85a79b0d1acaac49fe9c18ca15072bd0dd88c70aa9d00c9ac
- 07d40bfdf5ef1cb91b757f1d05679b18428edaa06aa6ede3eb259e596e08fa2b
- 96c4523ea1d5285174ecf1ec1a5ef09daa3adcf60ecd8d2a196f741ad80461cd
- f94199bb442b47cd8a5abd08a443d8b5ff21d73fd9a98eb93757ab3639ed1bd0
- 2d09a80290021506b292326b7869d2818d17dac54f6cfa8aa3896dc044f76d90
- 2fe0a1871ecb3f834ba677de34b5d991e1686681b4f7b4fbf4f03df26afe4768
- 79bba3d52f9d3a8326b706e6289767e6aab2f6216e050557c787ed7bf395384f
- 14aae95adc96b8b68f0e3d71a20407fca89c9256a6475517a54026683aae2bfc
- af5477c70b190fa3b94eea570b1b8c52a2bac739ecfa37272f39d917ce5cad05
- a60b318f6597cadad59728434d665a053f5ac80322e0b532416650443eca8f22
- 428a8e350f67cf25413e59c97a069fa47a8f814e8073c4a82ba3ea0440d1f2ec
- 87582b34d4c374b6d828e03282d2afe63513769abf0d4cc0b7f8da83f1510a03
- 139c2d899969839508c0c05ca0b8d572a2f35d86a6b313ea023855cb9a77ad8b
- b80cb04dc34f815e86dbb82d42338bef4c7cdac6a5e21969f39b594e707c7c99"
+checksum="6b47684de4218749d90a07b858ca298b034a2cda10655941e8ba47891d0d95ed
+ 54852ef937387cba360fb2bed348c9bc3f1153f7242ad5491ca0b85ee6ed7455
+ de66e0263dd0a2d87554fa1d9a406dee5cb3df1a774dffb8636e1be2bd80bc14
+ 1f4824ad51a662285ac3a0d8029462a3bf12b36eb0834e65b9276e0869115c09
+ a16fc6e0a1bf251ab19b7bbfb620b53437e5bf71b0e7871ed40ace8c97dbf635
+ d9057bc71605f2a93d924beb37497195b8ad83501aa4d211ad71106e7b9bce4a
+ 36316a7c4ca844ac3e81b2a0bb9ee4952017c2d2404f529848e280d04a21589b
+ 150bafd02393355567d75bb9f966900e70502fdddff2822cbbd3bbc1fb3fd785
+ 5b69e761666b28e5604d4cf8abc72acf3c3d79abeb7b6230e56aaae775ec225b
+ b005c63d5e0d933ef1a4193b75a291a61524a939c3465d41ed111416210eb97f
+ d5a2d2fafbfc50e23f5b68d30fcd7376d127f9f697c872d0d7c8e19ee4538cb1
+ 16f88ec5de39f982057abcf34f17b22c698453debb62a5a18e0475798fc1cca9
+ 84d491f73bc53da4605ee45a8633f14ee5672b9a61c40689d5e3289744a7cb2d
+ 7781b6c29923360fd3a95bd2b2532eba7f92bed29640e0276c161eadbe56a13f
+ 7984904ede35def33ccf73fda9aa46777c673c4d27de3806873d17694f7f0b13
+ 4c57b6eb1cd968ba1eb4b427bed66bab04fb42424d03ae4b892fd3648e255b2e
+ a80e9e2a6062bf68106ba1d1b8b7e2ff608ce52fa55d43558e7c073ec1872516
+ 2b040ff1d010508760cb4ce4b76cce9e98b4620203c1ef77f87a336ced0aefc7
+ 1fa4f5e59a9352f14aefe0cff8e8c4eed4eba16f4d8dbcec6850bce035301c18
+ 2da0b09b9bf80f66edc6e3e9d5c1b75fae12905b5193cc64a73bb8bd7bfcbb04
+ dce96c9fccb8c857f8cc370f7f5635b1475138195b05e944782b072beebc8d44
+ e90dbf86c1823c209def11052995834ed15528dc5c6d3b502ed315dd471a9d5b
+ f38624c81f2f9dac4f05b9e9d4d6e7a4e0381a279e3b4c53811aeb1db13cd000
+ 221b7f4031a7c120d0ca753d93c41c18ac4f9500ae424c7983e4593497ddbbf8
+ 60f5ceb21287a6786a6dd2d177325dfbcc6ca7f9a5df1b9299a2c5bb01d9c172
+ 308ce25a9a0a9038dd94c2c22889c54def3937d35eafbcb34b75026cf3de3b8f
+ 2d332a6f5bd92017700a15da5fe506612cea03b49f903592fc105fca978cd1d3
+ 5cd35666f54a5ae4e35a1ca4c627cec8a47594da4083adf4f06dbe31c20a7444
+ 1c1252765cb24f6a0206b648d834566aca9229075f7413f9c7deff1949a99c37
+ 002772c46d6a7162e2add4726f105e4c0e355bbb84ce91b07ab02967cc5f1eb4
+ 64ce2c0735caf9b67d2be003b1d667bce5ff614653151c617e4d26e349033e3a
+ 60bd5f2532700ae9139d4d59a571b72b2806e80630fddb5f4444c7d6e377d2dc
+ 2753317b7580ee1a377275905e254084263d0a87bda1bb572537fa75489d92dc
+ 7f1b74d2cc5a9c4c6c7864a62eadef2b3d72c5cc2010f5c03bce3a9fae2286dc
+ 2232c3b9a8f313145967152bf1dbafd6233593ceb422d2c3277d1b4cfecb6f50
+ c41e866f3fc3cf0e0088681b55bb8489de1c5840ca7dc52d1f4f077b53452bd5
+ 5d787fd6a9aa06ce31a6823b3393ba7ad66cf3d374dd6eaab3648103e826a10b
+ 8d73e01655af7117856374be3669d530af96a79cdb8238bc953688d45e94567c
+ 03f2b133746746c328cb7e4055b568d8e99cea51c845136c3f4446840d68e32f
+ 691b0e760ebe5269dfa4aa4ea8dd2139260fbb0ca38af4c5438548b7c7ee88f5
+ c63492236e75bf984a1671de95dddc954c1b4a1e92f5201c9b333faefae93035
+ df9a036c67aecb1ea65f9709a11f6ccdf253451dcbe6b267437c51f422b9df2d
+ 32ec78a51439b02f087c12c6be4a9159826113e83774085e800c37b6d7c112aa
+ 1e44e3ded5aa07d44f3fdea8cf68bb33fd243cda159384ea8b87e783ed5c9a65
+ 1cac44cdec68b56b77aba139a8425f607bac34ae2e09e27ecff2522b16fef44d
+ aefb4fbacbdfc749a8d5888f7af48999406f207850fafae8ef39c083e08fa80c
+ 753dbcffdf54ce3787a939517b059f11c305edc035bc22f8a9efed6145af6391
+ 6c3be5abaf3878390b074970132c4cba935f7160f365cfa98a07e6b882084bdd
+ 0b7771965f34c890dea0d2290a283212a1cdc0c8c8044ec634622d52eb595df9
+ 0910f98a89b712a40aeb42761f25c763818af05edb5c96e2b6cfba023c28ab73
+ 758ab6ea150702ee0d6203a0f75e8baa595c4a0f3d4cb9b87076f732a0e4546f
+ d4259375f321b98426885e0b903199dce1f988c74963297bbd1a2aa8f94b0544
+ 1614e1288f6d6ce43a7343586141df5e121cff7f1fd703ab4ec40a7f07498843
+ 3ae5219a384a872fdbdd8ca5d99ad5370e0d8d87d93f5e39e96c5a2dc26736e3
+ 05807b1c17849ffd2a3a63b1e26815dc9463aa3c137f640113530d2662d64116
+ e4f3cfb11dfac8ec4caf29f34e20a0c0bb799649fd5b534f22f202c237491f7f
+ 80b2b6446590a9fc55ed80a9e07b657cafc5d50294988974747c0e60d41f569b
+ 1b32bc1282ded7f6f0f0979cbce3496ed07b1fcad64e70bbbc2eb5d2a8f3953b
+ 0f80e3b0a9e17f39560b7cad8280e25c0278935f125d8e724a2381102abff783
+ f259ee2683e525051d6f314d4bae4a98c0482a2a443aaac1160b2e0c1326b931
+ b9a9eab4c5ea110ccbce20cb88e6652e2cf4c28bfd0aa95907148befd198544d
+ a5a6e9bdaad420f281ce5fd16dabf5338d48c7cd8518c38b1e101b79b530fdb9
+ a1fe6a2c7606b0720933496cad2bc959693905db87c3a2e5313db82dbfebda7c
+ d1b22a495c637d5652c84afe8650d876b4206f2ea0d96751bec684ea63327f98
+ e1587dac082479821697d97b4d5cb63a8d1f9189fdc2048885d963aea95b8400
+ 6e40a5d5f0cb8794edc5f6a1fae778d89f6dbd97d8a288236d72fa571ffe91c9
+ 33b5df625ae13ec35b41bb350e9e66d9ccc04f4d4d8c7e45020344739881e6d8
+ e2f271691bb1b9873583175ff303bbaaf05a9d1207fbe8fffc34ec4abcfc1545
+ 13382dabc604e99553c98b9e41eb046d4688b15f2ee9dd12c4f9c8967afa62d1
+ 77133c69968073fec909dbe9e44d2eaea002cb0d0e142125865d1c03c89ed73d
+ f8998128b0c656e72124baeff45c72013953f8314aa4959b6fef8a1b3039647f
+ 2f24e5db025c0302fe3b696f280dcbab83728aaccaefe1ff082e165276896296
+ d658095fd2d3e4d3decb8c2cdaa64f02fd8b663ba711fb9f2130ed7ed2a97291
+ 7c28a82ecdd622653b26a9dd0913ac7d7cebe7246f64874fea2d1fa4af354c2a
+ f78694d438032af3ca1a265a089407eb12b431bd314177672a66338b9bf7390f
+ ea2d769b90a06400eba3e1f4eec58342fe4450ecce38b1e721923a65bed34337
+ 8edf5b04b6cb477f482c14efdbada7023ff7a0ef584a4c30b2350e7825a612a0
+ 851db60a218c36b61ee0adfcdc478bc051c95e41a4dba54d43594b8f03c6b187
+ 6af72cae7f72ce68c644d49b6a621945f5e8f79119a86bb67ee144585f734925
+ 7b01771078ec475b0103fcc4222b0b40eb92ec64180aaad02f2846cfdfb3e319
+ 0c4df78eafbbe7ff98d9eff03bb258d1d0f4591102147f643ec395711f35d940
+ cf21434f24e221ce58184f43a582c10187eceb7a71da5d81156cc870d78c1f4c
+ 839088e2f23f6c62c38c45d5f7012513d95034aa5e6ab28307f152dbc10f97d3
+ 4058ae6dd7b556bae2c13bb6fa0c5f16207c6fef4e0802d3d0badae2108a0da8
+ d2c473fb93f0c4dc67ae18c25fdc414056bf779038c0f5dd25aa63a9a5cfcd0a
+ 6e31c79b9955fd879528b0a614295da69ab26b608275946a4a5a29178a2aed20
+ 852fe9ab16d29f7cf8f443bfd65fa1d522a9f27ef8766ad72a0c22a65450dc18
+ 9411873b1ea01a1b8656957aedb79137f4c189b9cd3e96626c8e503539cf2c4b
+ 5f43106472ae66dc8c0ffc317faba09c2370d4f18837c3cfaf05eb9b03f33b90
+ 30f3f50133532ce379b9d5dd0f7e81204905e8a43a27e9d2ac1a26059e393913
+ 285f615cc8852fd74bd7693a5a45b106f293c0a2d89836e9f25336ac6376af69
+ 190ac7991a8b501fab2654d23b5f6f1e7a5f0cfeb402c8f5fe382d25c2222dc6
+ 2de7676c71508ffbb337bdd8ca68f9d2fa1e30f23e8be283b937c5c4e30c59d6"

From dffb9a113a20fb51ca23476232aab81af2d6148b Mon Sep 17 00:00:00 2001
From: Johannes Daniel Nuemm <daniel.nuemm@blacktre.es>
Date: Sun, 29 May 2022 19:40:15 +0200
Subject: [PATCH 94/99] firefox-esr: update to 91.10.0.

---
 srcpkgs/firefox-esr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/firefox-esr/template b/srcpkgs/firefox-esr/template
index e259184e0247..58c065649bc4 100644
--- a/srcpkgs/firefox-esr/template
+++ b/srcpkgs/firefox-esr/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
 #
 pkgname=firefox-esr
-version=91.9.0
+version=91.10.0
 revision=1
 wrksrc="firefox-${version}"
 build_helper="rust"
@@ -13,7 +13,7 @@ license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.mozilla.org/firefox/"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz
  https://github.com/chmeeedalf/gecko-dev/files/7729086/esrppcjit.tar.gz"
-checksum="b4beea934c2ff67d93539c0a4a563f7c5fb8e2d231b05f082b1d8a73ee54ba9c
+checksum="825a8cb38bb5da9821ef87cc6de64af007cf0faef07c4ed0651283b56a0ee1bb
  5e926a8be5d6d4949c3bc3eb98e2103692eaa26a98928db432b1d44b535f7241"
 
 lib32disabled=yes

From fafab597912dff8dd86835fc2a408a363c4e4de4 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Tue, 7 Jun 2022 12:55:02 +0200
Subject: [PATCH 95/99] qt5: update to 5.15.4+20220606.

---
 srcpkgs/qt5/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template
index ee788fad2019..c6c0a50cb60b 100644
--- a/srcpkgs/qt5/template
+++ b/srcpkgs/qt5/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5'
 pkgname=qt5
-version=5.15.3+20220222
-# commit fcca82ca40a5d8a02a4ddd90846d070f2c58cfad
+version=5.15.4+20220606
+# commit 796264600e7f27ac0c88f6df3d312c0b3731772e
 # base repo: https://invent.kde.org/qt/qt/qt5
-revision=3
+revision=1
 build_style=meta
 hostmakedepends="cmake clang flex perl glib-devel pkg-config
  python re2c ruby which"
@@ -28,7 +28,7 @@ homepage="https://qt.io/"
 # to keep the size smaller qtwebengine, qtwebview, qtdocgallery, qtactiveqt and qtpim
 # can be marked with the export-ignore attribute
 distfiles="https://void.johnnynator.dev/distfiles/qt5-${version}.tar.gz"
-checksum=d9a43bb3593f5d80626a25e184544c6be3a9e1945e987522424a14ff51649e90
+checksum=941a0089ec4f9e32eb5ebdf27cc7ce856aee2377b20c9aaff114b218b6303f1d
 python_version=2 #unverified
 replaces="qt5-doc<5.6.0 qt5-quick1<5.6.0 qt5-quick1-devel<5.6.0 qt5-webkit<5.6.0 qt5-webkit-devel<5.6.0
  qt5-enginio<5.7.1 qt5-enginio-devel<5.7.1 qt5-plugin-gtk<5.7.1 qt5-canvas3d<5.13.0"
@@ -178,8 +178,6 @@ _msg_cross() {
 
 post_extract() {
 	find -maxdepth 1 -type d -exec mkdir -p {}/.git \;
-	# just keep module_version at 5.15.2, since some external modules are still 5.15.2
-	find -maxdepth 1 -type d -exec sed -e "/^MODULE_VERSION/s/5.*/5.15.2/" -i {}/.qmake.conf \;
 }
 
 do_configure() {

From f20f70f4be6d850138906ac325800578ed482ec3 Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@cold-front.org>
Date: Wed, 20 Apr 2022 19:21:20 -0400
Subject: [PATCH 96/99] qt5-webgngine: update to 5.15.10.

---
 srcpkgs/qt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..bae38eef5bc8 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
-version=5.15.8
+version=5.15.10
 revision=1
 _version="${version}-lts"
-_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
+_chromium_commit=caba2fcb0fe8a8d213c4c79d26da3bb88eee61c7
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"
 wrksrc="qtwebengine-${_version}"
 build_style=qmake
@@ -32,8 +32,8 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
 distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
  https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
-checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
- 75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
+checksum="69ac738ab48eea161ea9b66e3cbde9e74b631125074762adcae0909cdd4dc83d
+ be5f033fa0b3cbb8e39e036d5eed3daa20e426932fb5783dceb8beb375772e83"
 
 no_generic_pkgconfig_link=yes
 build_options="sndio pipewire"

From 3e0ca08269b5d9039ea11796bacf9c11d226be67 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:28 +0200
Subject: [PATCH 97/99] qt5-webview: update to 5.15.4.

---
 srcpkgs/qt5-webview/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/qt5-webview/template b/srcpkgs/qt5-webview/template
index 807f4d0504c7..bb7b42f5bf02 100644
--- a/srcpkgs/qt5-webview/template
+++ b/srcpkgs/qt5-webview/template
@@ -1,8 +1,9 @@
 # Template file for 'qt5-webview'
 pkgname=qt5-webview
-version=5.15.2
+version=5.15.4
 revision=1
-wrksrc="qtwebview-everywhere-src-${version}"
+_commit=826d2a33929c69807917536d48b7861e7682001e
+wrksrc="qtwebview-${_commit}"
 build_style=qmake
 hostmakedepends="qt5-qmake perl qt5-host-tools"
 makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
@@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
-checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
+distfiles="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
+checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
 
 build_options="webengine"
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
 	build_options_default="webengine"
 fi
 
+post_extract() {
+	mkdir -p ${wrksrc}/.git
+}
+
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
 		# Replace references to ${wrksrc} in cmake files

From a4e4e4b3c46c4c17fe5ef1f781e3c933665f5bb6 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Wed, 8 Jun 2022 11:36:31 +0200
Subject: [PATCH 98/99] qt5-speech: update to 5.15.4.

---
 srcpkgs/qt5-speech/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/qt5-speech/template b/srcpkgs/qt5-speech/template
index 34c22fcad6d7..5fa7f74de8c3 100644
--- a/srcpkgs/qt5-speech/template
+++ b/srcpkgs/qt5-speech/template
@@ -1,9 +1,9 @@
 # Template file for 'qt5-speech'
 pkgname=qt5-speech
-reverts="5.15.3+20210429_1 5.15.3+20210429_2"
-version=5.15.2
-revision=8
-wrksrc="qtspeech-everywhere-src-${version}"
+version=5.15.4
+revision=1
+_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
+wrksrc="qtspeech-${_commit}"
 build_style=qmake
 configure_args="-- -flite -flite-alsa -speechd"
 hostmakedepends="qt5-qmake perl qt5-host-tools pkg-config"
@@ -13,8 +13,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Speech component
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://qt.io/"
-distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtspeech-everywhere-src-${version}.tar.xz"
-checksum=c810fb9eecb08026434422a32e79269627f3bc2941be199e86ec410bdfe883f5
+distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
+checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
 
 _cleanup_wrksrc_leak() {
 	if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
@@ -39,6 +39,10 @@ _cleanup_wrksrc_leak() {
 		-e "s;${wrksrc}/qtbase;/usr/lib/qt5;g" \;
 }
 
+post_extract() {
+	mkdir .git
+}
+
 post_install() {
 	vinstall ${FILESDIR}/Qt5TextToSpeechConfig.cmake 644 usr/lib/cmake/Qt5TextToSpeech
 }

From ecef98e02b686614ab358515570d4088540c77b4 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Sun, 12 Jun 2022 03:00:41 +0200
Subject: [PATCH 99/99] mozjs91: rebuild for icu-71.1_1

---
 srcpkgs/mozjs91/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs91/template b/srcpkgs/mozjs91/template
index 3a755a7fc394..1e42f14b59aa 100644
--- a/srcpkgs/mozjs91/template
+++ b/srcpkgs/mozjs91/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs91' 
 pkgname=mozjs91
 version=91.7.1
-revision=1
+revision=2
 wrksrc="firefox-${version}"
 build_wrksrc=js/src
 build_style=gnu-configure

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: icu-71.1, firefox-101.0
  2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
                   ` (6 preceding siblings ...)
  2022-06-15 13:05 ` Duncaen
@ 2022-06-15 13:29 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-15 13:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

There's a merged pull request on the void-packages repository

icu-71.1, firefox-101.0
https://github.com/void-linux/void-packages/pull/37455

Description:
[ci skip]

* [x] x86_64-glibc
* [x] x86_64-musl
* [x] armv7l

Closes #37445 #37351

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-15 13:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 16:53 [PR PATCH] icu-71.1, firefox-101.0 Duncaen
2022-06-09 23:18 ` [PR PATCH] [Updated] " Duncaen
2022-06-09 23:28 ` Duncaen
2022-06-09 23:29 ` Duncaen
2022-06-10 20:52 ` [PR PATCH] [Updated] " Duncaen
2022-06-12  0:58 ` Duncaen
2022-06-12  1:00 ` Duncaen
2022-06-15 13:05 ` Duncaen
2022-06-15 13:29 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).