[Git][archlinux/packaging/packages/qt6-webengine][main] upgpkg: 6.7.0-2; ICU 75 rebuild - add a buildfix

2024-05-10 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-webengine


Commits:
4e451ea5 by Andreas Radke at 2024-05-10T10:21:42+02:00
upgpkg: 6.7.0-2; ICU 75 rebuild - add a buildfix

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + qtwebengine-6.7.0-ninja1.12.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qt6-webengine
pkgdesc = Provides support for web applications using the Chromium 
browser project
pkgver = 6.7.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -67,7 +67,9 @@ pkgbase = qt6-webengine
optdepends = pipewire: WebRTC desktop sharing under Wayland
source = git+https://code.qt.io/qt/qtwebengine#tag=v6.7.0
source = git+https://code.qt.io/qt/qtwebengine-chromium
+   source = qtwebengine-6.7.0-ninja1.12.patch
sha256sums = 
dbb5c0191c2907a405ec31c9a13b4b7010c53445ab2c76485310af9a56ffeace
sha256sums = SKIP
+   sha256sums = 
c0371d43bcd9d67045354ca48b405acec217149cb4b2bd3cfb7b5561cc33
 
 pkgname = qt6-webengine


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=qt6-webengine
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -70,15 +70,19 @@ optdepends=('pipewire: WebRTC desktop sharing under 
Wayland')
 groups=(qt6)
 _pkgfn=${pkgname/6-/}
 source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver
-git+https://code.qt.io/qt/qtwebengine-chromium)
+git+https://code.qt.io/qt/qtwebengine-chromium
+qtwebengine-6.7.0-ninja1.12.patch)
 sha256sums=('dbb5c0191c2907a405ec31c9a13b4b7010c53445ab2c76485310af9a56ffeace'
-'SKIP')
+'SKIP'
+'c0371d43bcd9d67045354ca48b405acec217149cb4b2bd3cfb7b5561cc33')
 
 prepare() {
   cd $_pkgfn
   git submodule init
   git submodule set-url src/3rdparty "$srcdir"/qtwebengine-chromium
   git -c protocol.file.allow=always submodule update
+
+  patch -Np1 -i ../qtwebengine-6.7.0-ninja1.12.patch
 }
 
 build() {


=
qtwebengine-6.7.0-ninja1.12.patch
=
@@ -0,0 +1,30 @@
+Patch status: pending being looked at upstream
+
+Issue[1][2][3] also exist in chromium itself[4], and unclear
+why this started happening only with ninja-1.12.0 at the moment.
+
+Just a quickfix, likely not fully correct and seems there may
+be further unresolved race issues.
+
+[1] https://bugs.gentoo.org/930107
+[2] https://bugreports.qt.io/browse/QTBUG-124375
+[3] https://github.com/ninja-build/ninja/issues/2417
+[4] https://bugs.gentoo.org/930112
+--- a/src/3rdparty/chromium/content/browser/BUILD.gn
 b/src/3rdparty/chromium/content/browser/BUILD.gn
+@@ -198,2 +198,3 @@
+ "//components/services/storage/public/mojom",
++"//components/spellcheck:buildflags",
+ "//components/sqlite_proto",
+--- 
a/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/BUILD.gn
 
b/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/BUILD.gn
+@@ -22,2 +22,3 @@
+ "//content/public/browser",
++"//components/web_cache/public/mojom",
+ "//extensions/common",
+--- a/src/core/configure/BUILD.root.gn.in
 b/src/core/configure/BUILD.root.gn.in
+@@ -235,2 +235,3 @@
+   deps = [
++"//chrome/app:generated_resources",
+ "//components/zoom",



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/4e451ea5640f53da25be0200b5719906856b3230

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/commit/4e451ea5640f53da25be0200b5719906856b3230
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-webengine] Pushed new tag 6.7.0-2

2024-05-10 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / 
qt6-webengine

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-webengine/-/tree/6.7.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyicu] Pushed new tag 2.12-5

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.12-5 at Arch Linux / Packaging / Packages / 
python-pyicu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyicu/-/tree/2.12-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyicu][main] upgpkg: 2.12-5; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyicu


Commits:
daa7d855 by Andreas Radke at 2024-05-10T07:53:35+02:00
upgpkg: 2.12-5; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyicu
pkgdesc = Python binding for ICU
pkgver = 2.12
-   pkgrel = 4
+   pkgrel = 5
url = http://pyicu.osafoundation.org/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-pyicu
 pkgver=2.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Python binding for ICU"
 arch=('x86_64')
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyicu/-/commit/daa7d85595eabf1792611869f81e4f2f5d74e447

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyicu/-/commit/daa7d85595eabf1792611869f81e4f2f5d74e447
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nuspell][main] upgpkg: 5.1.4-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
nuspell


Commits:
62ded5f5 by Andreas Radke at 2024-05-10T07:27:53+02:00
upgpkg: 5.1.4-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,12 @@
 pkgbase = nuspell
pkgdesc = Fast and safe spellchecking C++ library
pkgver = 5.1.4
-   pkgrel = 2
+   pkgrel = 3
url = https://nuspell.github.io/
arch = x86_64
license = LGPL3
checkdepends = catch2
+   checkdepends = expat
makedepends = cmake
makedepends = pandoc
depends = icu


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 
 pkgname=nuspell
 pkgver=5.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
 license=('LGPL3')
 depends=('icu' 'glibc' 'gcc-libs')
 makedepends=('cmake' 'pandoc')
-checkdepends=('catch2')
+checkdepends=('catch2' 'expat')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz;)
 
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/62ded5f5070edfd7fee5b1fda73d5e8811cbe6ff

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/62ded5f5070edfd7fee5b1fda73d5e8811cbe6ff
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nuspell] Pushed new tag 5.1.4-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 5.1.4-3 at Arch Linux / Packaging / Packages / 
nuspell

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/tree/5.1.4-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/agda][main] upgpkg: 2.6.4-27; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / agda


Commits:
3bedcc75 by Andreas Radke at 2024-05-09T23:00:16+02:00
upgpkg: 2.6.4-27; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = agda
pkgdesc = A dependently typed functional programming language and proof 
assistant
pkgver = 2.6.4
-   pkgrel = 26
+   pkgrel = 27
url = https://wiki.portal.chalmers.se/agda/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.4
-pkgrel=26
+pkgrel=27
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="https://wiki.portal.chalmers.se/agda/;
 license=("custom")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/agda/-/commit/3bedcc75e32fa6837e6c5dcd19d0092cfcc2a235

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/agda/-/commit/3bedcc75e32fa6837e6c5dcd19d0092cfcc2a235
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/agda] Pushed new tag 2.6.4-27

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.6.4-27 at Arch Linux / Packaging / Packages / 
agda

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/agda/-/tree/2.6.4-27
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-plot][main] upgpkg: 1.8.0-67; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-plot


Commits:
f24d96ec by Andreas Radke at 2024-05-09T22:38:23+02:00
upgpkg: 1.8.0-67; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-plot
pkgdesc = A Pandoc filter to include figures generated from code blocks 
using your plotting toolkit of choice.
pkgver = 1.8.0
-   pkgrel = 66
+   pkgrel = 67
url = https://github.com/LaurentRDC/pandoc-plot#readme
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-plot
 pkgver=1.8.0
-pkgrel=66
+pkgrel=67
 pkgdesc="A Pandoc filter to include figures generated from code blocks using 
your plotting toolkit of choice."
 url="https://github.com/LaurentRDC/pandoc-plot#readme;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/f24d96ecc4ee95f6c6fa1d1bd690c3b2c546a681

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/f24d96ecc4ee95f6c6fa1d1bd690c3b2c546a681
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-plot] Pushed new tag 1.8.0-67

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.8.0-67 at Arch Linux / Packaging / Packages / 
pandoc-plot

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/tree/1.8.0-67
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-crossref] Pushed new tag 0.3.17.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.3.17.1-2 at Arch Linux / Packaging / Packages / 
pandoc-crossref

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/tree/0.3.17.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-crossref][main] upgpkg: 0.3.17.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-crossref


Commits:
df0297af by Andreas Radke at 2024-05-09T22:36:21+02:00
upgpkg: 0.3.17.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-crossref
pkgdesc = Pandoc filter for cross-references
pkgver = 0.3.17.1
-   pkgrel = 1
+   pkgrel = 2
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/df0297af52b5573a97d4affd77676fb6b1600cbc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/df0297af52b5573a97d4affd77676fb6b1600cbc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1.1-98

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.1.1-98 at Arch Linux / Packaging / Packages / 
pandoc-cli

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/tree/0.1.1.1-98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1.1-98; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
1abb74a8 by Andreas Radke at 2024-05-09T22:34:35+02:00
upgpkg: 0.1.1.1-98; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-cli
pkgdesc = Conversion between documentation formats
pkgver = 0.1.1.1
-   pkgrel = 97
+   pkgrel = 98
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1.1
-pkgrel=97
+pkgrel=98
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org;
 license=("GPL-2.0-or-later")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/1abb74a8434ba8e799fec58bd8172a85f87a59fe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/1abb74a8434ba8e799fec58bd8172a85f87a59fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hakyll] Pushed new tag 4.16.0.0-153

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 4.16.0.0-153 at Arch Linux / Packaging / Packages 
/ haskell-hakyll

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/tree/4.16.0.0-153
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-hakyll][main] upgpkg: 4.16.0.0-153; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hakyll


Commits:
7d765d16 by Andreas Radke at 2024-05-09T22:28:06+02:00
upgpkg: 4.16.0.0-153; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hakyll
pkgdesc = A static website compiler library
pkgver = 4.16.0.0
-   pkgrel = 152
+   pkgrel = 153
url = https://jaspervdj.be/hakyll
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.16.0.0
-pkgrel=152
+pkgrel=153
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/7d765d1695a21d638387a2f564339f1e1e3f2656

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/7d765d1695a21d638387a2f564339f1e1e3f2656
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc][main] upgpkg: 3.1.8-23; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc


Commits:
9851a504 by Andreas Radke at 2024-05-09T22:25:59+02:00
upgpkg: 3.1.8-23; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
pkgver = 3.1.8
-   pkgrel = 22
+   pkgrel = 23
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=3.1.8
-pkgrel=22
+pkgrel=23
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/9851a50455e7c1ede8919a077d4949b2efea9240

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/9851a50455e7c1ede8919a077d4949b2efea9240
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc] Pushed new tag 3.1.8-23

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.1.8-23 at Arch Linux / Packaging / Packages / 
haskell-pandoc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/tree/3.1.8-23
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-citeproc] Pushed new tag 0.8.1-99

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.8.1-99 at Arch Linux / Packaging / Packages / 
haskell-citeproc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-citeproc/-/tree/0.8.1-99
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-citeproc][main] upgpkg: 0.8.1-99; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-citeproc


Commits:
b27bbf22 by Andreas Radke at 2024-05-09T22:17:58+02:00
upgpkg: 0.8.1-99; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-citeproc
pkgdesc = Generates citations and bibliography from CSL styles.
pkgver = 0.8.1
-   pkgrel = 98
+   pkgrel = 99
url = https://github.com/jgm/citeproc
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=citeproc
 pkgname=haskell-citeproc
 pkgver=0.8.1
-pkgrel=98
+pkgrel=99
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-citeproc/-/commit/b27bbf22a014e28339323a18010444244c8faa94

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-citeproc/-/commit/b27bbf22a014e28339323a18010444244c8faa94
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-server][main] upgpkg: 0.1.0.5-26; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-server


Commits:
8164056d by Andreas Radke at 2024-05-09T22:14:07+02:00
upgpkg: 0.1.0.5-26; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-server
pkgdesc = Pandoc document conversion as an HTTP servant-server
pkgver = 0.1.0.5
-   pkgrel = 25
+   pkgrel = 26
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=pandoc-server
 pkgname=haskell-pandoc-server
 pkgver=0.1.0.5
-pkgrel=25
+pkgrel=26
 pkgdesc="Pandoc document conversion as an HTTP servant-server"
 url="https://pandoc.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/commit/8164056d6c479538ab75b3040e848484e5c30ecd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/commit/8164056d6c479538ab75b3040e848484e5c30ecd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-server] Pushed new tag 0.1.0.5-26

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.0.5-26 at Arch Linux / Packaging / Packages / 
haskell-pandoc-server

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/tree/0.1.0.5-26
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine] Pushed new tag 0.2.1.2-10

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.2.1.2-10 at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/tree/0.2.1.2-10
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine][main] upgpkg: 0.2.1.2-10; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine


Commits:
490f2b35 by Andreas Radke at 2024-05-09T22:12:44+02:00
upgpkg: 0.2.1.2-10; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-lua-engine
pkgdesc = Lua engine to power custom pandoc conversions
pkgver = 0.2.1.2
-   pkgrel = 9
+   pkgrel = 10
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=pandoc-lua-engine
 pkgname=haskell-pandoc-lua-engine
 pkgver=0.2.1.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Lua engine to power custom pandoc conversions"
 url="https://pandoc.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/490f2b35755289b0692452c1a9a72c103520d208

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/490f2b35755289b0692452c1a9a72c103520d208
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-text-icu] Pushed new tag 0.8.0.5-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.8.0.5-2 at Arch Linux / Packaging / Packages / 
haskell-text-icu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/tree/0.8.0.5-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-text-icu][main] upgpkg: 0.8.0.5-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-text-icu


Commits:
c95f8f7d by Andreas Radke at 2024-05-09T22:07:56+02:00
upgpkg: 0.8.0.5-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-text-icu
pkgdesc = Bindings to the ICU library
pkgver = 0.8.0.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/haskell/text-icu
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=text-icu
 pkgname=haskell-text-icu
 pkgver=0.8.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Bindings to the ICU library"
 url="https://github.com/haskell/text-icu;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/commit/c95f8f7dc32173ec2297db7c2eddb5eb1da9fedd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/commit/c95f8f7dc32173ec2297db7c2eddb5eb1da9fedd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.16.1-4; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tensorflow


Commits:
d7465aea by Andreas Radke at 2024-05-09T21:16:50+02:00
upgpkg: 2.16.1-4; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
pkgver = 2.16.1
-   pkgrel = 3
+   pkgrel = 4
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.16.1
 _pkgver=2.16.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/d7465aea99d42b9ffdf799bc599cafb03e158b58

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/d7465aea99d42b9ffdf799bc599cafb03e158b58
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-4

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.16.1-4 at Arch Linux / Packaging / Packages / 
tensorflow

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/tree/2.16.1-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wpewebkit][main] upgpkg: 2.44.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
wpewebkit


Commits:
466c3db3 by Andreas Radke at 2024-05-09T20:11:23+02:00
upgpkg: 2.44.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wpewebkit
pkgdesc = Embeddable web content engine
pkgver = 2.44.1
-   pkgrel = 1
+   pkgrel = 2
url = https://wpewebkit.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   wpewebkit-docs
 )
 pkgver=2.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Embeddable web content engine"
 url="https://wpewebkit.org;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpewebkit/-/commit/466c3db381f32f2f93494d4a0a7cce99d6c84723

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpewebkit/-/commit/466c3db381f32f2f93494d4a0a7cce99d6c84723
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wpewebkit] Pushed new tag 2.44.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.44.1-2 at Arch Linux / Packaging / Packages / 
wpewebkit

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpewebkit/-/tree/2.44.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tarantool][main] upgpkg: 2.11.1-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tarantool


Commits:
24536026 by Andreas Radke at 2024-05-09T18:59:01+02:00
upgpkg: 2.11.1-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tarantool
pkgdesc = Lua application server integrated with a database management 
system
pkgver = 2.11.1
-   pkgrel = 2
+   pkgrel = 3
url = https://www.tarantool.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=tarantool
 pkgver=2.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lua application server integrated with a database management system'
 arch=(x86_64)
 url='https://www.tarantool.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tarantool/-/commit/24536026f63bbb1b1a2858cb09691b3f04c32e4a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tarantool/-/commit/24536026f63bbb1b1a2858cb09691b3f04c32e4a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tarantool] Pushed new tag 2.11.1-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.11.1-3 at Arch Linux / Packaging / Packages / 
tarantool

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tarantool/-/tree/2.11.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/widelands][main] upgpkg: 1:1.2-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
widelands


Commits:
711d553b by Andreas Radke at 2024-05-09T18:45:23+02:00
upgpkg: 1:1.2-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = widelands
pkgdesc = A realtime strategy game with emphasis on economy and 
transport
pkgver = 1.2
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://widelands.org/
arch = x86_64


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=widelands
 pkgver=1.2
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="https://widelands.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/widelands/-/commit/711d553b2fc96ec66056d115849d482091e8491d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/widelands/-/commit/711d553b2fc96ec66056d115849d482091e8491d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/widelands] Pushed new tag 1-1.2-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1-1.2-2 at Arch Linux / Packaging / Packages / 
widelands

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/widelands/-/tree/1-1.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/imv] Pushed new tag 4.5.0-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 4.5.0-2 at Arch Linux / Packaging / Packages / imv

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/imv/-/tree/4.5.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/imv][main] upgpkg: 4.5.0-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / imv


Commits:
fe71eff9 by Andreas Radke at 2024-05-09T18:25:51+02:00
upgpkg: 4.5.0-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = imv
pkgdesc = Image viewer for Wayland and X11
pkgver = 4.5.0
-   pkgrel = 1
+   pkgrel = 2
url = https://sr.ht/~exec64/imv/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=imv
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Image viewer for Wayland and X11'
 url='https://sr.ht/~exec64/imv/'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/imv/-/commit/fe71eff961ad44d316c9eb1e69e103cd7dcc5f2f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/imv/-/commit/fe71eff961ad44d316c9eb1e69e103cd7dcc5f2f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkit2gtk-4.1][main] upgpkg: 2.44.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
webkit2gtk-4.1


Commits:
198b8217 by Andreas Radke at 2024-05-09T18:21:45+02:00
upgpkg: 2.44.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = webkit2gtk-4.1
pkgdesc = Web content engine for GTK
pkgver = 2.44.1
-   pkgrel = 1
+   pkgrel = 2
url = https://webkitgtk.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   webkit2gtk-4.1-docs
 )
 pkgver=2.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk-4.1/-/commit/198b82172b6a7ecfe3b03e866e02365361ca2f97

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk-4.1/-/commit/198b82172b6a7ecfe3b03e866e02365361ca2f97
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkit2gtk-4.1] Pushed new tag 2.44.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.44.1-2 at Arch Linux / Packaging / Packages / 
webkit2gtk-4.1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk-4.1/-/tree/2.44.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkitgtk-6.0] Pushed new tag 2.44.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.44.1-2 at Arch Linux / Packaging / Packages / 
webkitgtk-6.0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkitgtk-6.0/-/tree/2.44.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkitgtk-6.0][main] upgpkg: 2.44.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
webkitgtk-6.0


Commits:
54213f4d by Andreas Radke at 2024-05-09T18:21:10+02:00
upgpkg: 2.44.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = webkitgtk-6.0
pkgdesc = Web content engine for GTK
pkgver = 2.44.1
-   pkgrel = 1
+   pkgrel = 2
url = https://webkitgtk.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   webkitgtk-6.0-docs
 )
 pkgver=2.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkitgtk-6.0/-/commit/54213f4da47b0702501bb64e5328aa31714f8e9c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkitgtk-6.0/-/commit/54213f4da47b0702501bb64e5328aa31714f8e9c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkit2gtk][main] upgpkg: 2.44.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
webkit2gtk


Commits:
e168503d by Andreas Radke at 2024-05-09T18:17:50+02:00
upgpkg: 2.44.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = webkit2gtk
pkgdesc = Web content engine for GTK
pkgver = 2.44.1
-   pkgrel = 1
+   pkgrel = 2
url = https://webkitgtk.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   webkit2gtk-docs
 )
 pkgver=2.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk/-/commit/e168503d571864ca63447bbbc3bffa7797904205

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk/-/commit/e168503d571864ca63447bbbc3bffa7797904205
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webkit2gtk] Pushed new tag 2.44.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.44.1-2 at Arch Linux / Packaging / Packages / 
webkit2gtk

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk/-/tree/2.44.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/m17n-lib][main] upgpkg: 1.8.4-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
m17n-lib


Commits:
98ebdd24 by Andreas Radke at 2024-05-09T17:27:25+02:00
upgpkg: 1.8.4-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = m17n-lib
pkgdesc = Multilingual text processing library (runtimes)
pkgver = 1.8.4
-   pkgrel = 2
+   pkgrel = 3
url = https://www.nongnu.org/m17n/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=m17n-lib
 pkgver=1.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Multilingual text processing library (runtimes)'
 url='https://www.nongnu.org/m17n/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/m17n-lib/-/commit/98ebdd24b280e9c7cb1e826f0008e78a33d558f5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/m17n-lib/-/commit/98ebdd24b280e9c7cb1e826f0008e78a33d558f5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/m17n-lib] Pushed new tag 1.8.4-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.8.4-3 at Arch Linux / Packaging / Packages / 
m17n-lib

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/m17n-lib/-/tree/1.8.4-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tracker3-miners] Pushed new tag 3.7.3-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.7.3-2 at Arch Linux / Packaging / Packages / 
tracker3-miners

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3-miners/-/tree/3.7.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tracker3-miners][main] upgpkg: 3.7.3-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tracker3-miners


Commits:
ae87959e by Andreas Radke at 2024-05-09T17:21:53+02:00
upgpkg: 3.7.3-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tracker3-miners
pkgdesc = Filesystem indexer and metadata extractor
pkgver = 3.7.3
-   pkgrel = 1
+   pkgrel = 2
url = https://tracker.gnome.org/
arch = x86_64
groups = gnome


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tracker3-miners
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Filesystem indexer and metadata extractor"
 url="https://tracker.gnome.org/;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3-miners/-/commit/ae87959e6973341e667301cafcb2cb2cea53d2ce

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3-miners/-/commit/ae87959e6973341e667301cafcb2cb2cea53d2ce
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tracker3] Pushed new tag 3.7.3-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.7.3-2 at Arch Linux / Packaging / Packages / 
tracker3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3/-/tree/3.7.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tracker3][main] upgpkg: 3.7.3-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tracker3


Commits:
2ca00cef by Andreas Radke at 2024-05-09T17:20:01+02:00
upgpkg: 3.7.3-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tracker3
pkgdesc = SQLite-based RDF triplestore database with SPARQL interface
pkgver = 3.7.3
-   pkgrel = 1
+   pkgrel = 2
url = https://tracker.gnome.org/
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   tracker3-docs
 )
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SQLite-based RDF triplestore database with SPARQL interface"
 url="https://tracker.gnome.org/;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3/-/commit/2ca00ceffe25f290e35c3c9353e60d223b765b97

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracker3/-/commit/2ca00ceffe25f290e35c3c9353e60d223b765b97
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vte3][main] upgpkg: 0.76.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / vte3


Commits:
95459004 by Andreas Radke at 2024-05-09T17:18:05+02:00
upgpkg: 0.76.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vte3
pkgdesc = Virtual Terminal Emulator widget
pkgver = 0.76.1
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.gnome.org/Apps/Terminal/VTE
arch = x86_64
license = LGPL-3.0-or-later


=
PKGBUILD
=
@@ -10,7 +10,7 @@ pkgname=(
   vte-docs
 )
 pkgver=0.76.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vte3/-/commit/9545900420f9075940cd69ca7f07a7f3eb7e7f54

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vte3/-/commit/9545900420f9075940cd69ca7f07a7f3eb7e7f54
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vte3] Pushed new tag 0.76.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.76.1-2 at Arch Linux / Packaging / Packages / 
vte3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vte3/-/tree/0.76.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-5compat][main] upgpkg: 6.7.0-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-5compat


Commits:
66b40a95 by Andreas Radke at 2024-05-09T17:04:35+02:00
upgpkg: 6.7.0-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qt6-5compat
pkgdesc = Module that contains unsupported Qt 5 APIs
pkgver = 6.7.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=qt6-5compat
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-5compat/-/commit/66b40a958563c6e7286068f21513f9398916c13b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-5compat/-/commit/66b40a958563c6e7286068f21513f9398916c13b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-5compat] Pushed new tag 6.7.0-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / 
qt6-5compat

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-5compat/-/tree/6.7.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-base][main] upgpkg: 6.7.0-7; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-base


Commits:
1445406e by Andreas Radke at 2024-05-09T17:02:47+02:00
upgpkg: 6.7.0-7; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qt6-base
pkgdesc = A cross-platform application and UI framework
pkgver = 6.7.0
-   pkgrel = 6
+   pkgrel = 7
url = https://www.qt.io
arch = x86_64
groups = qt6


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(qt6-base
  qt6-xcb-private-headers)
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=6
+pkgrel=7
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/1445406e78e9b42f6db3afee3d63f1d339e674cf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/commit/1445406e78e9b42f6db3afee3d63f1d339e674cf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt6-base] Pushed new tag 6.7.0-7

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 6.7.0-7 at Arch Linux / Packaging / Packages / 
qt6-base

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-base/-/tree/6.7.0-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/couchdb][main] upgpkg: 3.3.3-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
couchdb


Commits:
32247efa by Andreas Radke at 2024-05-09T16:59:17+02:00
upgpkg: 3.3.3-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = couchdb
pkgdesc = Document-oriented database that can be queried and indexed in 
a MapReduce fashion using JSON
pkgver = 3.3.3
-   pkgrel = 2
+   pkgrel = 3
url = https://couchdb.apache.org
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=3.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=(x86_64)
 url="https://couchdb.apache.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/couchdb/-/commit/32247efaa12c0064cc5c5b9272f2c8de915ccdfb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/couchdb/-/commit/32247efaa12c0064cc5c5b9272f2c8de915ccdfb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/couchdb] Pushed new tag 3.3.3-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.3.3-3 at Arch Linux / Packaging / Packages / 
couchdb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/couchdb/-/tree/3.3.3-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/brltty] Pushed new tag 6.6-8

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 6.6-8 at Arch Linux / Packaging / Packages / brltty

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/brltty/-/tree/6.6-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/brltty][main] upgpkg: 6.6-8; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
brltty


Commits:
96f3fed6 by Andreas Radke at 2024-05-09T16:56:44+02:00
upgpkg: 6.6-8; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = brltty
pkgdesc = Braille display driver for Linux/Unix
pkgver = 6.6
-   pkgrel = 7
+   pkgrel = 8
url = https://brltty.app
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgbase=brltty
 pkgname=(brltty brltty-udev-generic)
 pkgver=6.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(x86_64)
 url="https://brltty.app;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/brltty/-/commit/96f3fed6b0c6c623449bb44020f1003497372e3e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/brltty/-/commit/96f3fed6b0c6c623449bb44020f1003497372e3e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/389-ds-base] Pushed new tag 3.0.1-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.0.1-3 at Arch Linux / Packaging / Packages / 
389-ds-base

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/tree/3.0.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/389-ds-base][main] upgpkg: 3.0.1-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
389-ds-base


Commits:
aab23e58 by Andreas Radke at 2024-05-09T16:02:42+02:00
upgpkg: 3.0.1-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = 389-ds-base
pkgdesc = 389 Directory Server (base)
pkgver = 3.0.1
-   pkgrel = 2
+   pkgrel = 3
url = http://port389.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=389-ds-base
 pkgver=3.0.1
 pkgdesc="389 Directory Server (base)"
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="http://port389.org/;
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/aab23e58f7b05e87f7f3ff0a2e9847e37426bc74

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/aab23e58f7b05e87f7f3ff0a2e9847e37426bc74
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aegisub] Pushed new tag 3.3.3-8

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.3.3-8 at Arch Linux / Packaging / Packages / 
aegisub

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aegisub/-/tree/3.3.3-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aegisub][main] upgpkg: 3.3.3-8; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
aegisub


Commits:
07b253e1 by Andreas Radke at 2024-05-09T16:00:27+02:00
upgpkg: 3.3.3-8; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = aegisub
pkgdesc = A general-purpose subtitle editor with ASS/SSA support
pkgver = 3.3.3
-   pkgrel = 7
+   pkgrel = 8
url = http://www.aegisub.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=aegisub
 pkgver=3.3.3
-pkgrel=7
+pkgrel=8
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=(x86_64)
 url=http://www.aegisub.org



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aegisub/-/commit/07b253e17a9434f991914b6a499d945eb81937f0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aegisub/-/commit/07b253e17a9434f991914b6a499d945eb81937f0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / samba


Commits:
2ca100b4 by Andreas Radke at 2024-05-09T15:50:32+02:00
upgpkg: 4.20.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = samba
pkgver = 4.20.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.samba.org
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
 pkgver=4.20.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL-3.0-or-later')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/2ca100b4ba411ce04ca5dc39504e05622b6245cf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/2ca100b4ba411ce04ca5dc39504e05622b6245cf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 4.20.1-2 at Arch Linux / Packaging / Packages / 
samba

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gspell][main] upgpkg: 1.12.2-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
gspell


Commits:
ad602b5c by Andreas Radke at 2024-05-09T15:41:45+02:00
upgpkg: 1.12.2-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gspell
pkgdesc = Spell-checking library for GTK applications
pkgver = 1.12.2
-   pkgrel = 2
+   pkgrel = 3
url = https://gitlab.gnome.org/GNOME/gspell
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=gspell
 pkgver=1.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Spell-checking library for GTK applications"
 url="https://gitlab.gnome.org/GNOME/gspell;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gspell/-/commit/ad602b5c3c5e6e7ab1462a376fdfd81192390355

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gspell/-/commit/ad602b5c3c5e6e7ab1462a376fdfd81192390355
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gspell] Pushed new tag 1.12.2-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.12.2-3 at Arch Linux / Packaging / Packages / 
gspell

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gspell/-/tree/1.12.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xerces-c] Pushed new tag 3.2.5-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.2.5-2 at Arch Linux / Packaging / Packages / 
xerces-c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xerces-c/-/tree/3.2.5-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xerces-c][main] upgpkg: 3.2.5-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xerces-c


Commits:
d7aea105 by Andreas Radke at 2024-05-09T15:39:02+02:00
upgpkg: 3.2.5-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xerces-c
pkgdesc = A validating XML parser written in a portable subset of C++
pkgver = 3.2.5
-   pkgrel = 1
+   pkgrel = 2
url = https://xerces.apache.org/xerces-c/
arch = x86_64
license = APACHE


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=xerces-c
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('x86_64')
 url="https://xerces.apache.org/xerces-c/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xerces-c/-/commit/d7aea105f785d45acf2f1234f670ec43271249a3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xerces-c/-/commit/d7aea105f785d45acf2f1234f670ec43271249a3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/enchant][main] upgpkg: 2.6.5-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
enchant


Commits:
c8a21e45 by Andreas Radke at 2024-05-09T15:35:51+02:00
upgpkg: 2.6.5-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = enchant
pkgdesc = A wrapper library for generic spell checking
pkgver = 2.6.5
-   pkgrel = 1
+   pkgrel = 2
url = https://abiword.github.io/enchant/
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=enchant
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A wrapper library for generic spell checking"
 arch=('x86_64')
 url="https://abiword.github.io/enchant/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/c8a21e451d089fe038816f11dd23b8661abd20ba

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/c8a21e451d089fe038816f11dd23b8661abd20ba
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/enchant] Pushed new tag 2.6.5-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.6.5-2 at Arch Linux / Packaging / Packages / 
enchant

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/tree/2.6.5-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvisio][main] upgpkg: 0.1.7-11; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libvisio


Commits:
6cb8fac2 by Andreas Radke at 2024-05-09T15:33:52+02:00
upgpkg: 0.1.7-11; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvisio
pkgdesc = Library providing ability to interpret and import visio 
diagrams
pkgver = 0.1.7
-   pkgrel = 10
+   pkgrel = 11
url = https://wiki.documentfoundation.org/DLP/Libraries/libvisio
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=libvisio
 pkgver=0.1.7
-pkgrel=10
+pkgrel=11
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvisio/-/commit/6cb8fac27337240426c4ef6cf15a0d3e7033206d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvisio/-/commit/6cb8fac27337240426c4ef6cf15a0d3e7033206d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvisio] Pushed new tag 0.1.7-11

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.7-11 at Arch Linux / Packaging / Packages / 
libvisio

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvisio/-/tree/0.1.7-11
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libzmf] Pushed new tag 0.0.2-16

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.0.2-16 at Arch Linux / Packaging / Packages / 
libzmf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/tree/0.0.2-16
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libzmf][main] upgpkg: 0.0.2-16; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libzmf


Commits:
e38736b4 by Andreas Radke at 2024-05-09T15:31:17+02:00
upgpkg: 0.0.2-16; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libzmf
pkgdesc = a library for import of Zoner drawing and bitmap files
pkgver = 0.0.2
-   pkgrel = 15
+   pkgrel = 16
url = https://wiki.documentfoundation.org/DLP/Libraries/libzmf
arch = x86_64
license = MPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libzmf
 pkgver=0.0.2
-pkgrel=15
+pkgrel=16
 pkgdesc="a library for import of Zoner drawing and bitmap files"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/commit/e38736b434faa50c7035117a22020b17ebeaafe4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libzmf/-/commit/e38736b434faa50c7035117a22020b17ebeaafe4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libqxp][main] upgpkg: 0.0.2-12; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libqxp


Commits:
47d30670 by Andreas Radke at 2024-05-09T15:29:30+02:00
upgpkg: 0.0.2-12; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libqxp
pkgdesc = a library that parses the file format of QuarkXPress documents
pkgver = 0.0.2
-   pkgrel = 11
+   pkgrel = 12
url = https://wiki.documentfoundation.org/DLP/Libraries/libqxp
arch = x86_64
license = MPL2


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libqxp
 pkgver=0.0.2
-pkgrel=11
+pkgrel=12
 pkgdesc="a library that parses the file format of QuarkXPress documents"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libqxp;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqxp/-/commit/47d30670b8ac5cd23a1d57c62ef095a72c5488df

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqxp/-/commit/47d30670b8ac5cd23a1d57c62ef095a72c5488df
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libqxp] Pushed new tag 0.0.2-12

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.0.2-12 at Arch Linux / Packaging / Packages / 
libqxp

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqxp/-/tree/0.0.2-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmspub] Pushed new tag 0.1.4-16

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.4-16 at Arch Linux / Packaging / Packages / 
libmspub

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/tree/0.1.4-16
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libmspub][main] upgpkg: 0.1.4-16; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libmspub


Commits:
62cde792 by Andreas Radke at 2024-05-09T15:27:35+02:00
upgpkg: 0.1.4-16; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libmspub
pkgdesc = Microsoft Publisher file format parser library (latest 
snapshot)
pkgver = 0.1.4
-   pkgrel = 15
+   pkgrel = 16
url = https://wiki.documentfoundation.org/DLP/Libraries/libmspub
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libmspub
 pkgver=0.1.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/commit/62cde792ca1544df9dda33299aeb91798ad22058

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmspub/-/commit/62cde792ca1544df9dda33299aeb91798ad22058
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libe-book][main] upgpkg: 0.1.3-16; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libe-book


Commits:
8da3ef93 by Andreas Radke at 2024-05-09T15:25:40+02:00
upgpkg: 0.1.3-16; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libe-book
pkgdesc = Library for import of reflowable e-book formats.
pkgver = 0.1.3
-   pkgrel = 15
+   pkgrel = 16
url = https://sourceforge.net/projects/libebook/
arch = x86_64
license = LGPL2.1


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libe-book
 pkgver=0.1.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Library for import of reflowable e-book formats."
 arch=('x86_64')
 url="https://sourceforge.net/projects/libebook/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libe-book/-/commit/8da3ef93f914e754e6ea7b81476fd067bebd1e0d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libe-book/-/commit/8da3ef93f914e754e6ea7b81476fd067bebd1e0d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libe-book] Pushed new tag 0.1.3-16

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.3-16 at Arch Linux / Packaging / Packages / 
libe-book

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libe-book/-/tree/0.1.3-16
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcdr][main] upgpkg: 0.1.7-8; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libcdr


Commits:
bf74a62a by Andreas Radke at 2024-05-09T15:17:41+02:00
upgpkg: 0.1.7-8; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libcdr
pkgdesc = CorelDraw file format importer library for LibreOffice
pkgver = 0.1.7
-   pkgrel = 7
+   pkgrel = 8
url = https://wiki.documentfoundation.org/DLP/Libraries/libcdr
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libcdr
 pkgver=0.1.7
-pkgrel=7
+pkgrel=8
 pkgdesc="CorelDraw file format importer library for LibreOffice"
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/bf74a62aefd21920d8d99dc04c41bab0379905fe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/commit/bf74a62aefd21920d8d99dc04c41bab0379905fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcdr] Pushed new tag 0.1.7-8

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.7-8 at Arch Linux / Packaging / Packages / 
libcdr

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdr/-/tree/0.1.7-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs] Pushed new tag 6.7.0-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / 
xfsprogs

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/tree/6.7.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs][main] upgpkg: 6.7.0-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xfsprogs


Commits:
c08f6971 by Andreas Radke at 2024-05-09T15:08:19+02:00
upgpkg: 6.7.0-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfsprogs
pkgdesc = XFS filesystem utilities
pkgver = 6.7.0
-   pkgrel = 1
+   pkgrel = 2
url = https://xfs.wiki.kernel.org
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=xfsprogs
 pkgver=6.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=('GPL-2.0-only' 'LGPL-2.1-only')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/c08f69716a2d1ec1c2185ce1c2ddd225fbe3e319

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/c08f69716a2d1ec1c2185ce1c2ddd225fbe3e319
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/icu][main] upgpkg: 75.1-1

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / icu


Commits:
24e1dc0f by Andreas Radke at 2024-05-09T11:35:28+02:00
upgpkg: 75.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = icu
pkgdesc = International Components for Unicode library
-   pkgver = 74.2
-   pkgrel = 2
+   pkgver = 75.1
+   pkgrel = 1
url = https://icu.unicode.org
arch = x86_64
license = LicenseRef-Unicode-3.0
@@ -17,12 +17,12 @@ pkgbase = icu
provides = libicutest.so
provides = libicutu.so
provides = libicuuc.so
-   source = 
https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
-   source = 
https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz.asc
+   source = 
https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz
+   source = 
https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz.asc
source = ICU-22132.patch
source = LICENSE
validpgpkeys = 3DA35301A7C330257B8755754058F67406EAA6AB
-   sha512sums = 
e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0
+   sha512sums = 
70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45
sha512sums = SKIP
sha512sums = 
1178062ccfcf7ecc698c64132b3612e73f9c4b0bbfaa668ae2039f3eb4cb2722d0b08a9f45b057da10def7a308d5c8d14c0c644892e7f11092c9cc488c850ab7
sha512sums = 
c1c3b2deaf2aeb1d90c1ca85d57db921e140e5087c1eba579dabaca94568a840a0e105145b8016f3b7269216ddc1b0ac56e1d5d1753129a99367e51e2080a6b0


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Art Gramlich 
 
 pkgname=icu
-pkgver=74.2
-pkgrel=2
+pkgver=75.1
+pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(x86_64)
 url="https://icu.unicode.org;
@@ -16,8 +16,8 @@ provides=(libicu{data,i18n,io,test,tu,uc}.so)
 
source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${pkgver//./_}-src.tgz{,.asc}
 ICU-22132.patch
 LICENSE)
-# 
https://github.com/unicode-org/icu/releases/download/release-74-2/SHASUM512.txt
-sha512sums=('e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0'
+# 
https://github.com/unicode-org/icu/releases/download/release-75-1/SHASUM512.txt
+sha512sums=('70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45'
 'SKIP'
 
'1178062ccfcf7ecc698c64132b3612e73f9c4b0bbfaa668ae2039f3eb4cb2722d0b08a9f45b057da10def7a308d5c8d14c0c644892e7f11092c9cc488c850ab7'
 
'c1c3b2deaf2aeb1d90c1ca85d57db921e140e5087c1eba579dabaca94568a840a0e105145b8016f3b7269216ddc1b0ac56e1d5d1753129a99367e51e2080a6b0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/commit/24e1dc0f519692be43128bbd919831f237a16570

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/commit/24e1dc0f519692be43128bbd919831f237a16570
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/icu] Pushed new tag 75.1-1

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 75.1-1 at Arch Linux / Packaging / Packages / icu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/tree/75.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libreoffice-still] Pushed new tag 7.6.6-4

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 7.6.6-4 at Arch Linux / Packaging / Packages / 
libreoffice-still

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-still/-/tree/7.6.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libreoffice-fresh][main] upgpkg: 24.2.3-2; poppler 24.05.0 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libreoffice-fresh


Commits:
91d45e05 by Andreas Radke at 2024-05-09T08:39:04+02:00
upgpkg: 24.2.3-2; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libreoffice-fresh
pkgver = 24.2.3
-   pkgrel = 1
+   pkgrel = 2
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0


=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=24.2.3.2
 pkgver=24.2.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('MPL-2.0' 'LGPL-3.0-or-later')
 url="https://www.libreoffice.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/commit/91d45e055901babe354ff2d9ef1d72d6cc410aa5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/commit/91d45e055901babe354ff2d9ef1d72d6cc410aa5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libreoffice-fresh] Pushed new tag 24.2.3-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 24.2.3-2 at Arch Linux / Packaging / Packages / 
libreoffice-fresh

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/tree/24.2.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/efl] Pushed new tag 1.27.0-3

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.27.0-3 at Arch Linux / Packaging / Packages / efl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/efl/-/tree/1.27.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/efl][main] upgpkg: 1.27.0-3; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / efl


Commits:
31ea5f25 by Andreas Radke at 2024-05-07T14:44:39+02:00
upgpkg: 1.27.0-3; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = efl
pkgdesc = Enlightenment Foundation Libraries
pkgver = 1.27.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.enlightenment.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.27.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/efl/-/commit/31ea5f25fab337aa197b759cc03b7a775af6333e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/efl/-/commit/31ea5f25fab337aa197b759cc03b7a775af6333e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/docparser][main] upgpkg: 1.0.3-2; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
docparser


Commits:
c083440a by Andreas Radke at 2024-05-07T14:35:54+02:00
upgpkg: 1.0.3-2; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = docparser
+   pkgdesc = A document parser library ported from document2html
+   pkgver = 1.0.3
+   pkgrel = 2
+   url = https://github.com/linuxdeepin/docparser
+   arch = x86_64
+   groups = deepin
+   license = GPL3
+   makedepends = qt5-tools
+   depends = poppler
+   source = 
https://github.com/linuxdeepin/docparser/archive/1.0.3/docparser-1.0.3.tar.gz
+   b2sums = 
f6f947de248696ecde5fe3f59fb14b402f2be1ed587350325f53fb84d923948e18aabe0c34da9a71f44497c3c5f2105298726d6e7b4765c67ef767f99754e081
+
+pkgname = docparser


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=docparser
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A document parser library ported from document2html'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/docparser;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docparser/-/commit/c083440abf4765e168f0173375eb21e183327f51

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docparser/-/commit/c083440abf4765e168f0173375eb21e183327f51
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/docparser] Pushed new tag 1.0.3-2

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.0.3-2 at Arch Linux / Packaging / Packages / 
docparser

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docparser/-/tree/1.0.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/deepin-file-manager][main] upgpkg: 1:6.0.42-2; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-file-manager


Commits:
fef38136 by Andreas Radke at 2024-05-07T14:32:19+02:00
upgpkg: 1:6.0.42-2; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = deepin-file-manager
pkgdesc = Deepin File Manager
pkgver = 6.0.42
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://github.com/linuxdeepin/dde-file-manager
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=6.0.42
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-file-manager/-/commit/fef38136f023ad00b18254c540d702cb8d200989

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-file-manager/-/commit/fef38136f023ad00b18254c540d702cb8d200989
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/deepin-file-manager] Pushed new tag 1-6.0.42-2

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1-6.0.42-2 at Arch Linux / Packaging / Packages / 
deepin-file-manager

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-file-manager/-/tree/1-6.0.42-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pdfgrep] Pushed new tag 2.2.0-4

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.2.0-4 at Arch Linux / Packaging / Packages / 
pdfgrep

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfgrep/-/tree/2.2.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pdfgrep][main] upgpkg: 2.2.0-4; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pdfgrep


Commits:
0991c7b9 by Andreas Radke at 2024-05-07T14:09:29+02:00
upgpkg: 2.2.0-4; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pdfgrep
pkgdesc = A tool to search text in PDF files
pkgver = 2.2.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pdfgrep.org
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=pdfgrep
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A tool to search text in PDF files'
 arch=(x86_64)
 url='https://pdfgrep.org'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfgrep/-/commit/0991c7b9c7e43b0de3eb2e5c847b27d0a5923a9b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfgrep/-/commit/0991c7b9c7e43b0de3eb2e5c847b27d0a5923a9b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pdftotext] Pushed new tag 2.2.2-6

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.2.2-6 at Arch Linux / Packaging / Packages / 
python-pdftotext

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdftotext/-/tree/2.2.2-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pdftotext][main] upgpkg: 2.2.2-6; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
python-pdftotext


Commits:
ca3fa893 by Andreas Radke at 2024-05-07T13:58:07+02:00
upgpkg: 2.2.2-6; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pdftotext
pkgdesc = Simple PDF text extraction
pkgver = 2.2.2
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/jalan/pdftotext
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-pdftotext
 _name=${pkgname#python-}
 pkgver=2.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Simple PDF text extraction'
 arch=('x86_64')
 url=https://github.com/jalan/pdftotext



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdftotext/-/commit/ca3fa893791c2323a990fb66ca3587e5f3a85b5c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pdftotext/-/commit/ca3fa893791c2323a990fb66ca3587e5f3a85b5c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcupsfilters][main] upgpkg: 2.0.0-2; poppler 24.05.0 rebuild

2024-05-07 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libcupsfilters


Commits:
d7238964 by Andreas Radke at 2024-05-07T13:41:47+02:00
upgpkg: 2.0.0-2; poppler 24.05.0 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = libcupsfilters
+   pkgdesc = OpenPrinting CUPS Filters - contains all the code of the 
filters of the former cups-filters package as library functions
+   pkgver = 2.0.0
+   pkgrel = 2
+   url = https://github.com/OpenPrinting/libcupsfilters
+   arch = x86_64
+   license = Apache
+   checkdepends = ttf-dejavu
+   makedepends = ghostscript
+   depends = libcups
+   depends = libexif
+   depends = qpdf
+   depends = poppler
+   depends = libjpeg-turbo
+   depends = libpng
+   depends = libtiff
+   depends = lcms2
+   depends = fontconfig
+   depends = glibc
+   depends = gcc-libs
+   depends = dbus
+   source = 
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.0.0/libcupsfilters-2.0.0.tar.xz
+   sha256sums = 
542f2bfbc58136a4743c11dc8c86cee03c9aca705612654e36ac34aa0d9aa601
+
+pkgname = libcupsfilters


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libcupsfilters
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters - contains all the code of the filters of 
the former cups-filters package as library functions"
 arch=('x86_64')
 url="https://github.com/OpenPrinting/libcupsfilters;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/d72389644630b1257eea3d4fb913ab00954bb349

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/d72389644630b1257eea3d4fb913ab00954bb349
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >