[Git][archlinux/packaging/packages/buildbot][main] nvchecker: track git tags

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
buildbot


Commits:
c73dfd0d by Chih-Hsuan Yen at 2024-05-09T11:22:29+08:00
nvchecker: track git tags

Sometimes PyPI releases are a little bit delayed

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,3 +1,4 @@
 [buildbot]
-source = "pypi"
-pypi = "buildbot"
+source = "git"
+git = "https://github.com/buildbot/buildbot.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/c73dfd0daf270e9ff63aed7a9b5cf83945244473

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




[Git][archlinux/packaging/packages/buildbot][main] Make Python warnings more visible

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
buildbot


Commits:
0f85c8d5 by Chih-Hsuan Yen at 2024-05-09T11:20:37+08:00
Make Python warnings more visible

Not using PYTHONWARNINGS as it breaks some tests, which check stderr
from child processes

Prepare for:
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/issues/1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -71,7 +71,9 @@ prepare() {
 
   # Don't treat warnings as errors. Arch often ships newer Python libraries 
than ones
   # in upstream CI and introduces extra deprecation warnings
-  sed -r -i "s#warnings\\.filterwarnings\\('error'\\)##" 
master/buildbot/test/__init__.py
+  # Also, don't hide known warnings, which are useful for checking 
compatibility with
+  # Python dependencies
+  sed -r -i "s#['\"](error|ignore)['\"]#'default'#" 
master/buildbot/test/__init__.py
 
   # See https://github.com/buildbot/buildbot/issues/6776 for an earlier report 
about those flaky tests
   patch -Np1 -i ../disable-flaky-tests.diff
@@ -131,10 +133,10 @@ check() {
   export PATH="$PATH:$srcdir/tmp_install"
 
   cd "$srcdir"/buildbot/master
-  TZ=UTC trial --rterrors buildbot
+  TZ=UTC python -W default /usr/bin/trial --rterrors buildbot
 
   cd "$srcdir"/buildbot/worker
-  PYTHONPATH=. trial buildbot_worker
+  PYTHONPATH=. python -W default /usr/bin/trial buildbot_worker
 
   export CHROME_BIN=/usr/bin/chromium
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildbot/-/commit/0f85c8d51f431b2b9fc305def2f4fb50a20882ea

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




[Git][archlinux/packaging/packages/lxqt-panel][main] 2.0.1; drop no longer needed patch

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-panel


Commits:
cf8623a7 by Chih-Hsuan Yen at 2024-05-09T11:12:13+08:00
2.0.1; drop no longer needed patch

- - - - -


3 changed files:

- .SRCINFO
- − 2053.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-panel
pkgdesc = The LXQt desktop panel
-   pkgver = 2.0.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://github.com/lxqt/lxqt-panel
arch = x86_64
@@ -28,14 +28,12 @@ pkgbase = lxqt-panel
optdepends = libstatgrab: CPU monitor and Network monitor plugins
optdepends = libsysstat: System Statistics plugin
optdepends = lm_sensors: Sensors plugin
-   source = 
https://github.com/lxqt/lxqt-panel/releases/download/2.0.0/lxqt-panel-2.0.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-panel/releases/download/2.0.0/lxqt-panel-2.0.0.tar.xz.asc
-   source = 2053.patch
+   source = 
https://github.com/lxqt/lxqt-panel/releases/download/2.0.1/lxqt-panel-2.0.1.tar.xz
+   source = 
https://github.com/lxqt/lxqt-panel/releases/download/2.0.1/lxqt-panel-2.0.1.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
ac8b3e01edc40c841874475739442e1287c2855d5521739119d1ec22b03e4207
+   sha256sums = 
73483c36e411496f8e958b7e56ba8bb06ae0b4300a62cf4c4a78964da6a59407
sha256sums = SKIP
-   sha256sums = 
f9ef9ab0a0572e8ad2123f2434fdeb355b7a6e55086a5d0070ee34a84113355c
 
 pkgname = lxqt-panel


=
2053.patch deleted
=
@@ -1,24 +0,0 @@
-From 9536426d4e12b107a706611ead246a9e0ea1d628 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= 
-Date: Sat, 20 Apr 2024 22:25:18 +0200
-Subject: [PATCH] Fix plugin loader (#2052)
-
-The lxqt-plugin binary needs to export symbols that should be visible to
-plugins being loaded with QPluginLoader or dlopen.

- panel/CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
-index 556d2212f..d9fe784bf 100644
 a/panel/CMakeLists.txt
-+++ b/panel/CMakeLists.txt
-@@ -91,6 +91,8 @@ lxqt_translate_ts(QM_FILES SOURCES
- 
- lxqt_app_translation_loader(SOURCES ${PROJECT_NAME})
- 
-+set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)
-+
- add_executable(${PROJECT}
- ${PUB_HEADERS}
- ${PRIV_HEADERS}


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-panel
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="The LXQt desktop panel"
 arch=("x86_64")
@@ -26,22 +26,15 @@ makedepends=(
 )
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
-   "2053.patch"
 )
-sha256sums=('ac8b3e01edc40c841874475739442e1287c2855d5521739119d1ec22b03e4207'
-'SKIP'
-'f9ef9ab0a0572e8ad2123f2434fdeb355b7a6e55086a5d0070ee34a84113355c')
+sha256sums=('73483c36e411496f8e958b7e56ba8bb06ae0b4300a62cf4c4a78964da6a59407'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
-prepare() {
-   cd $pkgname-$pkgver
-   patch -Np1 -i ../2053.patch
-}
-
 build() {
cmake -B build -S "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-panel/-/commit/cf8623a7ff73c7ddc65210b4fcf38faa5f213a19

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




[Git][archlinux/packaging/packages/lxqt-panel] Pushed new tag 2.0.1-1

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
lxqt-panel

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




[Git][archlinux/packaging/packages/libfm-qt][main] upgpkg: 2.0.2-1

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libfm-qt


Commits:
90e0fbba by Chih-Hsuan Yen at 2024-05-09T11:07:47+08:00
upgpkg: 2.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libfm-qt
pkgdesc = Core library of PCManFM-Qt (Qt binding for libfm)
-   pkgver = 2.0.1
+   pkgver = 2.0.2
pkgrel = 1
url = https://github.com/lxqt/libfm-qt
arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = libfm-qt
optdepends = org.freedesktop.secrets: allow to remember mount passwords
provides = libfm-qt6.so
options = !emptydirs
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.1/libfm-qt-2.0.1.tar.xz
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.1/libfm-qt-2.0.1.tar.xz.asc
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.2/libfm-qt-2.0.2.tar.xz
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.2/libfm-qt-2.0.2.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
c6b10e79a24b2675ad47fe73462fcb0a56cac90d607d61ed814cebf04b37e5410bde5a34deb44e1da6d6172be16c1ab836bc6c3cac8449eeb5ae4e198530c36c
+   sha512sums = 
479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b
sha512sums = SKIP
 
 pkgname = libfm-qt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
@@ -19,7 +19,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('c6b10e79a24b2675ad47fe73462fcb0a56cac90d607d61ed814cebf04b37e5410bde5a34deb44e1da6d6172be16c1ab836bc6c3cac8449eeb5ae4e198530c36c'
+sha512sums=('479a7de05096b0c7763676e8eef5fa83ec06b4a5bc7bde697a265b2ba3ec79f6733169bf4b4aeef807df44660790b3d68f873c3a428f45aa38820bd861ca881b'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfm-qt/-/commit/90e0fbba522a10464a6b5a3215bcbb128b11b144

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




[Git][archlinux/packaging/packages/libfm-qt] Pushed new tag 2.0.2-1

2024-05-08 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.2-1 at Arch Linux / Packaging / Packages / 
libfm-qt

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




[Git][archlinux/packaging/packages/gsound][main] Verify signed commit

2024-05-08 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / gsound


Commits:
bf62e5e0 by Balló György at 2024-05-09T03:28:16+02:00
Verify signed commit

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -13,7 +13,8 @@ pkgbase = gsound
depends = glib2
depends = glibc
depends = libcanberra
-   source = git+https://gitlab.gnome.org/GNOME/gsound.git#tag=1.0.3
+   source = git+https://gitlab.gnome.org/GNOME/gsound.git?signed#tag=1.0.3
+   validpgpkeys = E59279669D642A60C0F2F50DFB5C9B2F1D6004CF
b2sums = 
91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8
 
 pkgname = gsound


=
PKGBUILD
=
@@ -11,8 +11,9 @@ url='https://wiki.gnome.org/Projects/GSound'
 license=('LGPL-2.1-or-later')
 depends=('glib2' 'glibc' 'libcanberra')
 makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
-source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver;)
 
b2sums=('91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8')
+validpgpkeys=('E59279669D642A60C0F2F50DFB5C9B2F1D6004CF') # Abderrahim Kitouni 

 
 build() {
   arch-meson $pkgname build -D gtk_doc=true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gsound/-/commit/bf62e5e0bbc40ab38f37acabd62fd21b2b6e4c0f

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




[Git][archlinux/packaging/packages/mesa][main] 1:24.0.7-2: Use Clang to avoid a crash with GCC 14

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / mesa


Commits:
beb2564a by Jan Alexander Steffens (heftig) at 2024-05-09T02:53:32+02:00
1:24.0.7-2: Use Clang to avoid a crash with GCC 14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mesa
pkgdesc = Open-source OpenGL drivers
pkgver = 24.0.7
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64


=
PKGBUILD
=
@@ -19,7 +19,7 @@ pkgname=(
   'mesa'
 )
 pkgver=24.0.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Open-source OpenGL drivers"
 url="https://www.mesa3d.org/;
@@ -163,16 +163,22 @@ build() {
   CFLAGS+=' -g1'
   CXXFLAGS+=' -g1'
 
+  # GCC 14 causes segfault in LLVM under si_llvm_optimize_module
+  export CC=clang CXX=clang++
+
+  # LTO needs more open files
+  ulimit -n 4096
+
   # Inject subproject packages
   export MESON_PACKAGE_CACHE_DIR="$srcdir"
 
   arch-meson mesa-$pkgver build "${meson_options[@]}"
-  meson configure build # Print config
+  meson configure build --no-pager # Print config
   meson compile -C build
 
   # fake installation to be seperated into packages
   # outside of fakeroot but mesa doesn't need to chown/mod
-  DESTDIR="${srcdir}/fakeinstall" meson install -C build
+  meson install -C build --destdir "$srcdir/fakeinstall"
 }
 
 _install() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/beb2564adf30908f421f2412b633fa8e89121ec2

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




[Git][archlinux/packaging/packages/lib32-mesa] Pushed new tag 1-24.0.7-2

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.7-2 at Arch Linux / 
Packaging / Packages / lib32-mesa

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




[Git][archlinux/packaging/packages/mesa] Pushed new tag 1-24.0.7-2

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.7-2 at Arch Linux / 
Packaging / Packages / mesa

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




[Git][archlinux/packaging/packages/msgraph][main] upgpkg: 0.2.1-3: Move uhttpmock from checkdepends to makedepends as it's needed for the build

2024-05-08 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
msgraph


Commits:
3ed3ad6c by Balló György at 2024-05-09T02:09:10+02:00
upgpkg: 0.2.1-3: Move uhttpmock from checkdepends to makedepends as its 
needed for the build

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = msgraph
pkgdesc = A shared library for accessing MS Graph API
pkgver = 0.2.1
-   pkgrel = 2
+   pkgrel = 3
url = https://gitlab.gnome.org/GNOME/msgraph
arch = x86_64
license = LGPL-3.0-or-later
-   checkdepends = uhttpmock
makedepends = gi-docgen
makedepends = git
makedepends = gobject-introspection
makedepends = meson
+   makedepends = uhttpmock
depends = gcc-libs
depends = glib2
depends = glibc


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   msgraph-docs
 )
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A shared library for accessing MS Graph API"
 url="https://gitlab.gnome.org/GNOME/msgraph;
 arch=(x86_64)
@@ -25,8 +25,6 @@ makedepends=(
   git
   gobject-introspection
   meson
-)
-checkdepends=(
   uhttpmock
 )
 source=("git+https://gitlab.gnome.org/GNOME/msgraph.git#tag=$pkgver;)



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

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




[Git][archlinux/packaging/packages/msgraph] Pushed new tag 0.2.1-3

2024-05-08 Thread @bgyorgy


Balló György pushed new tag 0.2.1-3 at Arch Linux / Packaging / Packages / 
msgraph

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




[Git][archlinux/packaging/packages/jbigkit] Pushed new tag 2.1-8

2024-05-08 Thread @bgyorgy


Balló György pushed new tag 2.1-8 at Arch Linux / Packaging / Packages / jbigkit

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




[Git][archlinux/packaging/packages/file-roller][main] 44.2-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / file-roller


Commits:
b252245a by Jan Alexander Steffens (heftig) at 2024-05-09T01:18:38+02:00
44.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = file-roller
pkgdesc = Create and modify archives
-   pkgver = 44.1
+   pkgver = 44.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/FileRoller
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = file-roller
optdepends = squashfs-tools: squashfs image support
optdepends = unace: ACE archive support
optdepends = unrar: better RAR archive support
-   source = git+https://gitlab.gnome.org/GNOME/file-roller.git#tag=44.1
-   b2sums = 
62f1813f6a93e6fc9d6ff13a69a6e22db5cf655465f743a2fa6a5db1cc3fa8428de1010c9b45ee54f6ca1ac6fa139bedf50bc9593e38bf19a60833b42d51db3f
+   source = git+https://gitlab.gnome.org/GNOME/file-roller.git#tag=44.2
+   b2sums = 
552c23f12194fba6c39a6dc7d0906005b48f1325cda8d067270366f4f4ff8b7b68c2bbf7e5f81f152f29697badffd1ad9dede4a72948dd6ef1c00d87406e9472
 
 pkgname = file-roller


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=44.1
+pkgver=44.2
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -42,7 +42,7 @@ optdepends=(
 )
 groups=(gnome-extra)
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#tag=$pkgver;)
-b2sums=('62f1813f6a93e6fc9d6ff13a69a6e22db5cf655465f743a2fa6a5db1cc3fa8428de1010c9b45ee54f6ca1ac6fa139bedf50bc9593e38bf19a60833b42d51db3f')
+b2sums=('552c23f12194fba6c39a6dc7d0906005b48f1325cda8d067270366f4f4ff8b7b68c2bbf7e5f81f152f29697badffd1ad9dede4a72948dd6ef1c00d87406e9472')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/file-roller/-/commit/b252245a7c10fa26cd906805c9caeba21d373985

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




[Git][archlinux/packaging/packages/file-roller] Pushed new tag 44.2-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 44.2-1 at Arch Linux / Packaging 
/ Packages / file-roller

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




[Git][archlinux/packaging/packages/lib32-nss][main] 3.100-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-nss


Commits:
7958f1bb by Jan Alexander Steffens (heftig) at 2024-05-09T01:15:07+02:00
3.100-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-nss
pkgdesc = Network Security Services (32-bit)
-   pkgver = 3.99
+   pkgver = 3.100
pkgrel = 1
url = https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
arch = x86_64
@@ -11,12 +11,13 @@ pkgbase = lib32-nss
makedepends = python
depends = lib32-nspr>=4.35
depends = lib32-p11-kit>=0.23.19
+   depends = lib32-glibc
depends = lib32-sqlite
depends = lib32-zlib
depends = nss
-   source = 
hg+https://hg.mozilla.org/projects/nss#revision=3594a1841f437338d44afa970a527714d86f36c7
+   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_100_RTM
source = 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
-   b2sums = SKIP
+   b2sums = 
3b116ccfdd49b961055c54f3acb0bbfbc7964241c6ab52c2f911a195726101097d27e65051d7f39b91541dc76bbef43820c068219d3e6d0849fa7e860e217ebb
b2sums = 
5a1f419e0cb6f61413bba9af4264bb1d8cc5b9a7d679b0b8fcceb030f6eeb50291509cd7317e2129d848048ad023818284f10942ce6d8c1bbcaaebc106a9726e
 
 pkgname = lib32-nss


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=lib32-nss
 pkgname=(
   lib32-nss
 )
-pkgver=3.99
+pkgver=3.100
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -16,6 +16,7 @@ license=(MPL-2.0)
 depends=(
   'lib32-nspr>=4.35'
   'lib32-p11-kit>=0.23.19'
+  lib32-glibc
   lib32-sqlite
   lib32-zlib
 
@@ -27,19 +28,13 @@ makedepends=(
   perl
   python
 )
-_revision=3594a1841f437338d44afa970a527714d86f36c7  # NSS_3_99_RTM
 source=(
-  "hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+  "hg+https://hg.mozilla.org/projects/nss#tag=NSS_${pkgver//./_}_RTM;
   0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 )
-b2sums=('SKIP'
+b2sums=('3b116ccfdd49b961055c54f3acb0bbfbc7964241c6ab52c2f911a195726101097d27e65051d7f39b91541dc76bbef43820c068219d3e6d0849fa7e860e217ebb'
 
'5a1f419e0cb6f61413bba9af4264bb1d8cc5b9a7d679b0b8fcceb030f6eeb50291509cd7317e2129d848048ad023818284f10942ce6d8c1bbcaaebc106a9726e')
 
-pkgver() {
-  cd nss
-  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
-}
-
 prepare() {
   cd nss
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nss/-/commit/7958f1bb0264478652e565213645c80e8ed3a6cc

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




[Git][archlinux/packaging/packages/nss][main] 3.100-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / nss


Commits:
6690a94f by Jan Alexander Steffens (heftig) at 2024-05-09T01:15:06+02:00
3.100-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nss
pkgdesc = Network Security Services
-   pkgver = 3.99
+   pkgver = 3.100
pkgrel = 1
url = https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
arch = x86_64
@@ -11,13 +11,14 @@ pkgbase = nss
makedepends = python
depends = nspr>=4.35
depends = p11-kit>=0.23.19
+   depends = glibc
depends = sqlite
depends = zlib
depends = sh
-   source = 
hg+https://hg.mozilla.org/projects/nss#revision=3594a1841f437338d44afa970a527714d86f36c7
+   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_100_RTM
source = bundle.sh
source = certdata2pem.py
-   b2sums = SKIP
+   b2sums = 
3b116ccfdd49b961055c54f3acb0bbfbc7964241c6ab52c2f911a195726101097d27e65051d7f39b91541dc76bbef43820c068219d3e6d0849fa7e860e217ebb
b2sums = 
4be5dd836c844fdd7b63302a6994d62149082c3bc81eef70f373f416fed80a61a923960e4390d1c391b81ab01b409370d788818a30ffdd3a4ed467b670f990f6
b2sums = 
6bb59dcc9289916dcbf8fb6d73db0c0cd7582dc12a3aa4e8be19ec62c9ede65fdd9470a2d92ec5a114506b78d2d21b8ae0a1b45a17dc1f90f7d75434a93da510
 


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   nss
   ca-certificates-mozilla
 )
-pkgver=3.99
+pkgver=3.100
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -15,6 +15,7 @@ license=(MPL-2.0)
 depends=(
   'nspr>=4.35'
   'p11-kit>=0.23.19'
+  glibc
   sqlite
   zlib
 
@@ -26,21 +27,15 @@ makedepends=(
   perl
   python
 )
-_revision=3594a1841f437338d44afa970a527714d86f36c7  # NSS_3_99_RTM
 source=(
-  "hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+  "hg+https://hg.mozilla.org/projects/nss#tag=NSS_${pkgver//./_}_RTM;
   bundle.sh
   certdata2pem.py
 )
-b2sums=('SKIP'
+b2sums=('3b116ccfdd49b961055c54f3acb0bbfbc7964241c6ab52c2f911a195726101097d27e65051d7f39b91541dc76bbef43820c068219d3e6d0849fa7e860e217ebb'
 
'4be5dd836c844fdd7b63302a6994d62149082c3bc81eef70f373f416fed80a61a923960e4390d1c391b81ab01b409370d788818a30ffdd3a4ed467b670f990f6'
 
'6bb59dcc9289916dcbf8fb6d73db0c0cd7582dc12a3aa4e8be19ec62c9ede65fdd9470a2d92ec5a114506b78d2d21b8ae0a1b45a17dc1f90f7d75434a93da510')
 
-pkgver() {
-  cd nss
-  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
-}
-
 prepare() {
   mkdir -p certs
   ln -srft certs nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nss/-/commit/6690a94fbd846484d41b6710728eb41463736d6d

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




[Git][archlinux/packaging/packages/lib32-nss] Pushed new tag 3.100-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.100-1 at Arch Linux / 
Packaging / Packages / lib32-nss

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




[Git][archlinux/packaging/packages/nss] Pushed new tag 3.100-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 3.100-1 at Arch Linux / 
Packaging / Packages / nss

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




[Git][archlinux/packaging/packages/mesa][main] 1:24.0.7-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / mesa


Commits:
81cb94e7 by Jan Alexander Steffens (heftig) at 2024-05-09T01:10:27+02:00
1:24.0.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mesa
pkgdesc = Open-source OpenGL drivers
-   pkgver = 24.0.6
-   pkgrel = 2
+   pkgver = 24.0.7
+   pkgrel = 1
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64
@@ -50,8 +50,8 @@ pkgbase = mesa
makedepends = valgrind
makedepends = directx-headers
makedepends = libomxil-bellagio
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.6.tar.xz
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.6.tar.xz.sig
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz.sig
source = 
proc-macro2-1.0.70.tar.gz::https://crates.io/api/v1/crates/proc-macro2/1.0.70/download
source = 
unicode-ident-1.0.12.tar.gz::https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
source = 
quote-1.0.33.tar.gz::https://crates.io/api/v1/crates/quote/1.0.33/download
@@ -62,13 +62,13 @@ pkgbase = mesa
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
-   sha256sums = 
8b7a92dbe6468c18f2383700135b5fe9de836cdf0cc8fd7dbae3c7110237d604
+   sha256sums = 
7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a
sha256sums = SKIP
sha256sums = 
39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b
sha256sums = 
3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
sha256sums = 
5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
sha256sums = 
23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
-   b2sums = 
531482c1a01ec4c0bd6b2f0857640c14fcc2ba70e85a14e4edf0f44ba466c12e39ad067690e6a571a0744ae06080943b1328a29263225cb7570f119464e17fbe
+   b2sums = 
d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce
b2sums = SKIP
b2sums = 
fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c
b2sums = 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=(
   'mesa-vdpau'
   'mesa'
 )
-pkgver=24.0.6
-pkgrel=2
+pkgver=24.0.7
+pkgrel=1
 epoch=1
 pkgdesc="Open-source OpenGL drivers"
 url="https://www.mesa3d.org/;
@@ -103,13 +103,13 @@ for _crate in "${!_crates[@]}"; do
   
source+=($_crate-${_crates[$_crate]}.tar.gz::https://crates.io/api/v1/crates/$_crate/${_crates[$_crate]}/download)
 done
 
-sha256sums=('8b7a92dbe6468c18f2383700135b5fe9de836cdf0cc8fd7dbae3c7110237d604'
+sha256sums=('7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a'
 'SKIP'
 '39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b'
 '3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b'
 '5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae'
 '23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a')
-b2sums=('531482c1a01ec4c0bd6b2f0857640c14fcc2ba70e85a14e4edf0f44ba466c12e39ad067690e6a571a0744ae06080943b1328a29263225cb7570f119464e17fbe'
+b2sums=('d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce'
 'SKIP'
 
'fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c'
 
'4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/81cb94e7ad257c6402cab9c494285ab134c02d8f

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




[Git][archlinux/packaging/packages/lib32-mesa][main] 1:24.0.7-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-mesa


Commits:
ff93f2b0 by Jan Alexander Steffens (heftig) at 2024-05-09T01:10:28+02:00
1:24.0.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lib32-mesa
pkgdesc = Open-source OpenGL drivers - 32-bit
-   pkgver = 24.0.6
-   pkgrel = 2
+   pkgver = 24.0.7
+   pkgrel = 1
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64
@@ -47,8 +47,8 @@ pkgbase = lib32-mesa
makedepends = rust-bindgen
makedepends = wayland-protocols
makedepends = xorgproto
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.6.tar.xz
-   source = https://mesa.freedesktop.org/archive/mesa-24.0.6.tar.xz.sig
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz
+   source = https://mesa.freedesktop.org/archive/mesa-24.0.7.tar.xz.sig
source = 
proc-macro2-1.0.70.tar.gz::https://crates.io/api/v1/crates/proc-macro2/1.0.70/download
source = 
unicode-ident-1.0.12.tar.gz::https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
source = 
quote-1.0.33.tar.gz::https://crates.io/api/v1/crates/quote/1.0.33/download
@@ -59,13 +59,13 @@ pkgbase = lib32-mesa
validpgpkeys = A5CC9FEC93F2F837CB044912336909B6B25FADFA
validpgpkeys = 71C4B75620BC75708B4BDB254C95FAAB3EB073EC
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
-   sha256sums = 
8b7a92dbe6468c18f2383700135b5fe9de836cdf0cc8fd7dbae3c7110237d604
+   sha256sums = 
7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a
sha256sums = SKIP
sha256sums = 
39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b
sha256sums = 
3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
sha256sums = 
5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae
sha256sums = 
23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a
-   b2sums = 
531482c1a01ec4c0bd6b2f0857640c14fcc2ba70e85a14e4edf0f44ba466c12e39ad067690e6a571a0744ae06080943b1328a29263225cb7570f119464e17fbe
+   b2sums = 
d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce
b2sums = SKIP
b2sums = 
fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c
b2sums = 
4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac


=
PKGBUILD
=
@@ -18,8 +18,8 @@ pkgname=(
   'lib32-mesa-vdpau'
   'lib32-mesa'
 )
-pkgver=24.0.6
-pkgrel=2
+pkgver=24.0.7
+pkgrel=1
 epoch=1
 pkgdesc="Open-source OpenGL drivers - 32-bit"
 url="https://www.mesa3d.org/;
@@ -94,13 +94,13 @@ for _crate in "${!_crates[@]}"; do
   
source+=($_crate-${_crates[$_crate]}.tar.gz::https://crates.io/api/v1/crates/$_crate/${_crates[$_crate]}/download)
 done
 
-sha256sums=('8b7a92dbe6468c18f2383700135b5fe9de836cdf0cc8fd7dbae3c7110237d604'
+sha256sums=('7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a'
 'SKIP'
 '39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b'
 '3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b'
 '5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae'
 '23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a')
-b2sums=('531482c1a01ec4c0bd6b2f0857640c14fcc2ba70e85a14e4edf0f44ba466c12e39ad067690e6a571a0744ae06080943b1328a29263225cb7570f119464e17fbe'
+b2sums=('d9438e533b471445b2403e01e1fd593d83c0013b0991585f718122f1cadc6ac6bb1fb913f0fb257354ae21ddd9fe1f970ad9ac46f05d756c223ed56a11b9c9ce'
 'SKIP'
 
'fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c'
 
'4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mesa/-/commit/ff93f2b06b4874ca690bddb7c6ba592d0ecfc0f9

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




[Git][archlinux/packaging/packages/lib32-mesa] Pushed new tag 1-24.0.7-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.7-1 at Arch Linux / 
Packaging / Packages / lib32-mesa

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




[Git][archlinux/packaging/packages/mesa] Pushed new tag 1-24.0.7-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-24.0.7-1 at Arch Linux / 
Packaging / Packages / mesa

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




[Git][archlinux/packaging/packages/scribus] Pushed new tag 1.6.1-4

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.6.1-4 at Arch Linux / Packaging / Packages / 
scribus

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




[Git][archlinux/packaging/packages/scribus][main] upgpkg: 1.6.1-4: poppler 24.05 rebuild

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
scribus


Commits:
4d256532 by Antonio Rojas at 2024-05-09T00:42:04+02:00
upgpkg: 1.6.1-4: poppler 24.05 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = scribus
pkgdesc = Desktop publishing software
pkgver = 1.6.1
-   pkgrel = 3
+   pkgrel = 4
url = https://www.scribus.net/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgname=scribus
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/;
@@ -58,6 +58,7 @@ validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # 
Peter Linnell https://gitlab.archlinux.org/archlinux/packaging/packages/scribus/-/commit/4d256532eb597be5959d34a29a626fca8c68563a

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




[Git][archlinux/packaging/packages/pdfslicer] Pushed new tag 1.8.8-3

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.8.8-3 at Arch Linux / Packaging / Packages / 
pdfslicer

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




[Git][archlinux/packaging/packages/pdfslicer][main] upgpkg: 1.8.8-3: poppler 24.05 rebuild

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pdfslicer


Commits:
aba31028 by Antonio Rojas at 2024-05-09T00:14:15+02:00
upgpkg: 1.8.8-3: poppler 24.05 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = pdfslicer
+   pkgdesc = Simple application to extract, merge, rotate and reorder 
pages of PDF documents
+   pkgver = 1.8.8
+   pkgrel = 3
+   url = https://junrrein.github.io/pdfslicer/
+   arch = x86_64
+   license = GPL3
+   makedepends = cmake
+   makedepends = git
+   makedepends = intltool
+   makedepends = ninja
+   depends = gtkmm3
+   depends = poppler
+   depends = qpdf
+   source = 
git+https://github.com/junrrein/pdfslicer.git#commit=c843e4b5bff170d920aaf36debd454d11ac6e03b
+   source = git+https://github.com/ericniebler/range-v3.git
+   source = git+https://github.com/Microsoft/GSL.git
+   source = git+https://github.com/fmtlib/fmt.git
+   source = qpdf-11.diff
+   source = catch2_fix.diff
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+
+pkgname = pdfslicer


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pdfslicer
 pkgver=1.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple application to extract, merge, rotate and reorder pages of PDF 
documents'
 arch=('x86_64')
 url='https://junrrein.github.io/pdfslicer/'
@@ -34,7 +34,7 @@ prepare() {
   git submodule set-url third-party/range-v3 "$srcdir/range-v3"
   git submodule set-url third-party/GSL "$srcdir/GSL"
   git submodule set-url third-party/fmtlib "$srcdir/fmt"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 
   patch -Np1 -i ../qpdf-11.diff
   # 
https://patch-diff.githubusercontent.com/raw/prusa3d/PrusaSlicer/pull/6518.patch
@@ -42,7 +42,8 @@ prepare() {
 }
 
 build() {
-  cmake -S $pkgname -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake -S $pkgname -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=changes-meaning" # Fix build with 
GCC 14
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pdfslicer/-/commit/aba31028dc43b10a8be79bd044ad793d909a7f95

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




[Git][archlinux/packaging/packages/prometheus][main] upgpkg: 2.52.0-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus


Commits:
9d319e54 by Justin Kromlinger at 2024-05-09T00:09:28+02:00
upgpkg: 2.52.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = prometheus
pkgdesc = An open-source systems monitoring and alerting toolkit
-   pkgver = 2.51.2
+   pkgver = 2.52.0
pkgrel = 1
url = https://prometheus.io
arch = x86_64
@@ -16,11 +16,11 @@ pkgbase = prometheus
options = !lto
backup = etc/prometheus/prometheus.yml
backup = etc/conf.d/prometheus
-   source = 
prometheus-v2.51.2.tar.gz::https://github.com/prometheus/prometheus/archive/v2.51.2.tar.gz
+   source = 
prometheus-v2.52.0.tar.gz::https://github.com/prometheus/prometheus/archive/v2.52.0.tar.gz
source = prometheus.service
source = prometheus.sysusers
source = prometheus.conf
-   sha256sums = 
3b9f554ac1dd90289563c9107b441736117387de746f44607717af004931a4ff
+   sha256sums = 
cdbc5245e7b54b1e247a082866b4ca73b676f0485ea14e596dda25719b22dacc
sha256sums = 
f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f
sha256sums = 
2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f
sha256sums = 
6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=prometheus
-pkgver=2.51.2
+pkgver=2.52.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -21,7 +21,7 @@ 
source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/ar
 prometheus.sysusers
 prometheus.conf)
 
-sha256sums=('3b9f554ac1dd90289563c9107b441736117387de746f44607717af004931a4ff'
+sha256sums=('cdbc5245e7b54b1e247a082866b4ca73b676f0485ea14e596dda25719b22dacc'
 'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
 '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus/-/commit/9d319e5433fb8892f6bab30c4f133dc5767d6109

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




[Git][archlinux/packaging/packages/prometheus] Pushed new tag 2.52.0-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed new tag 2.52.0-1 at Arch Linux / Packaging / Packages / 
prometheus

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




[Git][archlinux/packaging/packages/terraform][main] upgpkg: 1.8.3-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / terraform


Commits:
edaa8abc by Justin Kromlinger at 2024-05-09T00:07:32+02:00
upgpkg: 1.8.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = terraform
pkgdesc = HashiCorp tool for building and updating infrastructure as 
code idempotently
-   pkgver = 1.8.2
+   pkgver = 1.8.3
pkgrel = 1
url = https://github.com/hashicorp/terraform
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = terraform
depends = glibc
optdepends = diffutils: for running `terraform fmt -diff`
options = !lto
-   source = 
terraform-1.8.2.tar.gz::https://github.com/hashicorp/terraform/archive/v1.8.2.tar.gz
+   source = 
terraform-1.8.3.tar.gz::https://github.com/hashicorp/terraform/archive/v1.8.3.tar.gz
source = terraform.bash
source = terraform.zsh
-   sha512sums = 
3985b7fda9dc6bcb7e467e6e5d61af25e3de278d11095c6a47efb01f75923ff1e251f540ba5575db2f78886fb706edd915af4112583cff9cc4a8d1a5bcb8b4d2
+   sha512sums = 
3bacb17866c2ce130918176267265cd554e4f8ec7baef397c1d0e58f9b962e064e4cd11609b68e0c6d7adab8dbcebfbe824fe98afb510a5578668d3b03e823b0
sha512sums = 
ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d
sha512sums = 
ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9
-   b2sums = 
50263b8ab03ad20595744feb22c6bec50660c4365febe1b2928f276b9fe87f5843cb8e1e29c23a199d84abff19b092aa6f4475a5a6238a33311c2252fd85e9a4
+   b2sums = 
0a601f7c0c5fc54d1e9ed52d02c9722743dbf62dca4a41be58914d1911fc1c58c42b4bf5baeb06aa38e9b69f08ee7f2ed2f746619ac04742a83bdfda86fb5a66
b2sums = 
d047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc
b2sums = 
d58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=terraform
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://github.com/hashicorp/terraform;
@@ -17,10 +17,10 @@ options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
 "terraform.bash"
 "terraform.zsh")
-sha512sums=('3985b7fda9dc6bcb7e467e6e5d61af25e3de278d11095c6a47efb01f75923ff1e251f540ba5575db2f78886fb706edd915af4112583cff9cc4a8d1a5bcb8b4d2'
+sha512sums=('3bacb17866c2ce130918176267265cd554e4f8ec7baef397c1d0e58f9b962e064e4cd11609b68e0c6d7adab8dbcebfbe824fe98afb510a5578668d3b03e823b0'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('50263b8ab03ad20595744feb22c6bec50660c4365febe1b2928f276b9fe87f5843cb8e1e29c23a199d84abff19b092aa6f4475a5a6238a33311c2252fd85e9a4'
+b2sums=('0a601f7c0c5fc54d1e9ed52d02c9722743dbf62dca4a41be58914d1911fc1c58c42b4bf5baeb06aa38e9b69f08ee7f2ed2f746619ac04742a83bdfda86fb5a66'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/edaa8abc9c9757976e51b1eb06727f508b7de58f

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




[Git][archlinux/packaging/packages/terraform] Pushed new tag 1.8.3-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed new tag 1.8.3-1 at Arch Linux / Packaging / Packages / 
terraform

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




[Git][archlinux/packaging/packages/go-ethereum] Pushed new tag 1.14.2-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed new tag 1.14.2-1 at Arch Linux / Packaging / Packages / 
go-ethereum

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




[Git][archlinux/packaging/packages/go-ethereum][main] upgpkg: 1.14.2-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
go-ethereum


Commits:
cf45a18e by Justin Kromlinger at 2024-05-09T00:04:21+02:00
upgpkg: 1.14.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = go-ethereum
pkgdesc = Official Go implementation of the Ethereum protocol
-   pkgver = 1.13.15
+   pkgver = 1.14.2
pkgrel = 1
url = https://geth.ethereum.org/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = go-ethereum
provides = geth
conflicts = geth
replaces = geth
-   source = 
git+https://github.com/ethereum/go-ethereum.git#commit=c5ba367eb6232e3eddd7d6226bfd374449c63164
+   source = 
git+https://github.com/ethereum/go-ethereum.git#commit=35b2d07f4bf735958b41cd141a5feda5e61be73e
source = geth-user.service
-   sha256sums = 
1ff9f7c30cd823259343b6e391d8cd7ae5b6a35136863edc661fa47361fadc78
+   sha256sums = 
723fbd797a7f9c5cf5005f5942ad2aac303d62faa530b752c1d44430e5d1dff4
sha256sums = 
806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645
 
 pkgname = go-ethereum


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=go-ethereum
-pkgver=1.13.15
-_commit=c5ba367eb6232e3eddd7d6226bfd374449c63164
+pkgver=1.14.2
+_commit=35b2d07f4bf735958b41cd141a5feda5e61be73e
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('geth')
 replaces=('geth')
 source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit};
 'geth-user.service')
-sha256sums=('1ff9f7c30cd823259343b6e391d8cd7ae5b6a35136863edc661fa47361fadc78'
+sha256sums=('723fbd797a7f9c5cf5005f5942ad2aac303d62faa530b752c1d44430e5d1dff4'
 '806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/go-ethereum/-/commit/cf45a18e262727fa1d6fad0856970bde2ad814c0

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




[Git][archlinux/packaging/packages/python-openai] Pushed new tag 1.27.0-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed new tag 1.27.0-1 at Arch Linux / Packaging / Packages / 
python-openai

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




[Git][archlinux/packaging/packages/python-openai][main] upgpkg: 1.27.0-1

2024-05-08 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-openai


Commits:
6b98ab14 by Justin Kromlinger at 2024-05-09T00:00:44+02:00
upgpkg: 1.27.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
-   pkgver = 1.26.0
+   pkgver = 1.27.0
pkgrel = 1
url = https://github.com/openai/openai-python
arch = any
@@ -29,7 +29,7 @@ pkgbase = python-openai
optdepends = python-matplotlib: embeddings
optdepends = python-plotly: embeddings
optdepends = python-scipy: embeddings
-   source = 
openai-python-1.26.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.26.0.tar.gz
-   sha256sums = 
2197482cd3c7f0f029366878dea4c681672b268570dc2c234392a6370ced9333
+   source = 
openai-python-1.27.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.27.0.tar.gz
+   sha256sums = 
b8404c271a3a969fcca6841f776e38e838cffdd9e715965d9055b9f35734ee80
 
 pkgname = python-openai


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-numpy: Needed for CLI fine-tuning data 
preparation tool'
 'python-plotly: embeddings'
 'python-scipy: embeddings')
 
source=("${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2197482cd3c7f0f029366878dea4c681672b268570dc2c234392a6370ced9333')
+sha256sums=('b8404c271a3a969fcca6841f776e38e838cffdd9e715965d9055b9f35734ee80')
 
 build() {
   cd "${_name}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/6b98ab14ce7ee288fc8e392618c13f01577c2f2e

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




[Git][archlinux/packaging/packages/libcdio-paranoia] Pushed new tag 10.2+2.0.2-1

2024-05-08 Thread @bgyorgy


Balló György pushed new tag 10.2+2.0.2-1 at Arch Linux / Packaging / Packages / 
libcdio-paranoia

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




[Git][archlinux/packaging/packages/libcdio-paranoia][main] upgpkg: 10.2+2.0.2-1: Update to new release

2024-05-08 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcdio-paranoia


Commits:
54ff9077 by Balló György at 2024-05-08T23:52:34+02:00
upgpkg: 10.2+2.0.2-1: Update to new release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,14 @@
 pkgbase = libcdio-paranoia
pkgdesc = Compact Disc Digital Audio (CDDA) extraction tool using 
libcdio for CDROM access
-   pkgver = 10.2+2.0.1
-   pkgrel = 3
+   pkgver = 10.2+2.0.2
+   pkgrel = 1
url = https://www.gnu.org/software/libcdio/
arch = x86_64
license = GPL-3.0-or-later
depends = glibc
depends = libcdio
-   source = 
https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz
-   source = 
https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz.sig
+   source = 
https://github.com/rocky/libcdio-paranoia/releases/download/release-10.2+2.0.2/libcdio-paranoia-10.2+2.0.2.tar.gz
validpgpkeys = DAA63BC2582034A02B923D521A8DE5008275EC21
-   sha256sums = 
28d7d00e4a83d0221acda0fd2eb3e3240bf094db4c00a85998922201939fa952
-   sha256sums = SKIP
+   sha256sums = 
b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43
 
 pkgname = libcdio-paranoia


=
PKGBUILD
=
@@ -3,16 +3,15 @@
 # Contributor: damir 
 
 pkgname=libcdio-paranoia
-pkgver=10.2+2.0.1
-pkgrel=3
+pkgver=10.2+2.0.2
+pkgrel=1
 pkgdesc='Compact Disc Digital Audio (CDDA) extraction tool using libcdio for 
CDROM access'
 arch=('x86_64')
 url='https://www.gnu.org/software/libcdio/'
 license=('GPL-3.0-or-later')
 depends=('glibc' 'libcdio')
-source=("https://ftp.gnu.org/gnu/libcdio/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('28d7d00e4a83d0221acda0fd2eb3e3240bf094db4c00a85998922201939fa952'
-'SKIP')
+source=("https://github.com/rocky/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43')
 validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/54ff90779f4029cb70b0e2ffc3f812f655b441c1

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




[Git][archlinux/packaging/packages/jupyter-collaboration][main] upgpkg: 2.1.1-1: Update to 2.1.1

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-collaboration


Commits:
9ef6c20e by Antonio Rojas at 2024-05-08T23:45:20+02:00
upgpkg: 2.1.1-1: Update to 2.1.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jupyter-collaboration
pkgdesc = A Jupyter Server Extension Providing Support for Y Documents
-   pkgver = 2.1.0
+   pkgver = 2.1.1
pkgrel = 1
url = 
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
arch = any
@@ -27,7 +27,7 @@ pkgbase = jupyter-collaboration
depends = python-pycrdt-websocket
depends = python-tornado
depends = python-traitlets
-   source = 
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.0
-   sha256sums = 
ad6bb56e7c7e767c32f9209bccf0ccbd818529bbb62acf44191b3499005f982d
+   source = 
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.1
+   sha256sums = 
2e3f21307363e06fd4a0957779c83115c202d081f994155aaf7ca4d1b79b3a64
 
 pkgname = jupyter-collaboration


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=jupyter-collaboration
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
 arch=(any)
@@ -30,7 +30,7 @@ checkdepends=(python-jupyter-server-terminals
   python-pytest-timeout
   python-websockets)
 source=(git+https://github.com/jupyterlab/jupyter-collaboration#tag=v$pkgver)
-sha256sums=('ad6bb56e7c7e767c32f9209bccf0ccbd818529bbb62acf44191b3499005f982d')
+sha256sums=('2e3f21307363e06fd4a0957779c83115c202d081f994155aaf7ca4d1b79b3a64')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/9ef6c20e8fa80677d9c752bdbe63e324a1ae8b73

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




[Git][archlinux/packaging/packages/jupyter-collaboration] Pushed new tag 2.1.1-1

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.1-1 at Arch Linux / Packaging / Packages / 
jupyter-collaboration

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




[Git][archlinux/packaging/packages/linbox][main] upgpkg: 1.7.0-2: Fix build with GCC 14

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
linbox


Commits:
10ee4642 by Antonio Rojas at 2024-05-08T23:45:11+02:00
upgpkg: 1.7.0-2: Fix build with GCC 14

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = linbox
+   pkgdesc = A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields
+   pkgver = 1.7.0
+   pkgrel = 2
+   url = https://linalg.org/
+   arch = x86_64
+   license = GPL-2.0-or-later
+   license = LGPL-2.1-or-later
+   makedepends = iml
+   makedepends = flint
+   makedepends = fplll
+   makedepends = git
+   makedepends = m4rie
+   depends = fflas-ffpack
+   depends = gcc-libs
+   depends = glibc
+   depends = ntl
+   depends = sh
+   source = git+https://github.com/linbox-team/linbox#tag=v1.7.0
+   sha256sums = 
e9ffe8860c687e45b3351bf10261e5ba97090b43b5cbd6ee33d9743f39400ed9
+
+pkgname = linbox


=
PKGBUILD
=
@@ -2,30 +2,50 @@
 
 pkgname=linbox
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields'
 arch=(x86_64)
 url='https://linalg.org/'
-license=(LGPL)
-depends=(fflas-ffpack)
-makedepends=(m4rie flint iml fplll)
-source=(https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc')
+license=(GPL-2.0-or-later
+ LGPL-2.1-or-later)
+depends=(fflas-ffpack
+ gcc-libs
+ glibc
+ ntl
+ sh)
+makedepends=(iml
+ flint
+ fplll
+ git
+ m4rie)
+source=(git+https://github.com/linbox-team/linbox#tag=v$pkgver)
+sha256sums=('e9ffe8860c687e45b3351bf10261e5ba97090b43b5cbd6ee33d9743f39400ed9')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 79acfcbbd0411b79b94ca1f61fc582bab748316d \
+ b8f2d4ccdc0af4418d14f72caf6c4d01969092a3
+  ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
-  ./configure --prefix=/usr --enable-sage --with-fplll=/usr
+  export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}" # 
https://github.com/linbox-team/linbox/issues/304
+  ./configure \
+--prefix=/usr \
+--enable-sage \
+--with-fplll=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # fix overlinking
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linbox/-/commit/10ee46429ba4a3d20498f979746b0953c858a151

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




[Git][archlinux/packaging/packages/linbox] Pushed new tag 1.7.0-2

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.7.0-2 at Arch Linux / Packaging / Packages / 
linbox

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




[Git][archlinux/packaging/packages/curl-rustls][main] upgpkg: 8.7.1-4 - rebuild for librustls 0.13.0

2024-05-08 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / curl-rustls


Commits:
425f24ca by kpcyrd at 2024-05-08T23:44:04+02:00
upgpkg: 8.7.1-4 - rebuild for librustls 0.13.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = curl-rustls
pkgdesc = command line tool and library for transferring data with URLs 
(with rustls)
pkgver = 8.7.1
-   pkgrel = 3
+   pkgrel = 4
url = https://curl.se/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=curl-rustls
 pkgver=8.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc='command line tool and library for transferring data with URLs (with 
rustls)'
 arch=('x86_64')
 url='https://curl.se/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curl-rustls/-/commit/425f24caca58e525156bbbe007f454bb539b14e9

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




[Git][archlinux/packaging/packages/curl-rustls] Pushed new tag 8.7.1-4

2024-05-08 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 8.7.1-4 at Arch Linux / Packaging / Packages / curl-rustls

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




[Git][archlinux/packaging/packages/librustls] Pushed new tag 0.13.0-1

2024-05-08 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.13.0-1 at Arch Linux / Packaging / Packages / librustls

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




[Git][archlinux/packaging/packages/librustls][main] upgpkg: 0.13.0-1

2024-05-08 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / librustls


Commits:
5d79ee17 by kpcyrd at 2024-05-08T23:39:38+02:00
upgpkg: 0.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = librustls
pkgdesc = Use rustls from languages other than Rust
-   pkgver = 0.12.2
-   pkgrel = 2
+   pkgver = 0.13.0
+   pkgrel = 1
url = https://github.com/rustls/rustls-ffi
arch = x86_64
license = Apache-2.0
@@ -12,8 +12,8 @@ pkgbase = librustls
depends = glibc
provides = librustls.so
options = !lto
-   source = 
https://github.com/rustls/rustls-ffi/archive/v0.12.2/librustls-0.12.2.tar.gz
-   sha256sums = 
9b800b4ff0b53fcc1f43a02cd6a2aef61edfab5a6ad5cb0333a66f88edd91863
-   b2sums = 
8aadfd5d0e0a6372aef7646d52ab4b1690e2128ce2e7927657a631b32c5e291bcfe4fc6dba51b7ae17d700a78d1b447b50576aa09aca2e03020622f8ba72fc3e
+   source = 
https://github.com/rustls/rustls-ffi/archive/v0.13.0/librustls-0.13.0.tar.gz
+   sha256sums = 
462d9069d655d433249d3d554ad5b5146a6c96c13d0f002934bd274ce6634854
+   b2sums = 
2629866bae83497d52dda65ead6664b522a8b46c66c57cabcc10d2dfe95237a9ec0ffee5924d0cee3d20cbb56d2deb164228b976534db4b55ea18dad4337fbf9
 
 pkgname = librustls


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=librustls
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="Use rustls from languages other than Rust"
 arch=('x86_64')
 license=('Apache-2.0' 'MIT')
@@ -18,8 +18,8 @@ makedepends=(
 provides=('librustls.so')
 options=(!lto)
 
source=(https://github.com/rustls/rustls-ffi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9b800b4ff0b53fcc1f43a02cd6a2aef61edfab5a6ad5cb0333a66f88edd91863')
-b2sums=('8aadfd5d0e0a6372aef7646d52ab4b1690e2128ce2e7927657a631b32c5e291bcfe4fc6dba51b7ae17d700a78d1b447b50576aa09aca2e03020622f8ba72fc3e')
+sha256sums=('462d9069d655d433249d3d554ad5b5146a6c96c13d0f002934bd274ce6634854')
+b2sums=('2629866bae83497d52dda65ead6664b522a8b46c66c57cabcc10d2dfe95237a9ec0ffee5924d0cee3d20cbb56d2deb164228b976534db4b55ea18dad4337fbf9')
 
 prepare() {
   cd rustls-ffi-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librustls/-/commit/5d79ee17574158af574593dcd4d4a2452dc4f0da

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




[Git][archlinux/packaging/packages/tinyproxy][main] upgpkg: 1.11.2-1: new upstream release

2024-05-08 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
tinyproxy


Commits:
55ea338e by Christian Hesse at 2024-05-08T23:32:13+02:00
upgpkg: 1.11.2-1: new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = tinyproxy
+   pkgdesc = A light-weight HTTP proxy daemon for POSIX operating systems
+   pkgver = 1.11.2
+   pkgrel = 1
+   url = https://tinyproxy.github.io/
+   arch = x86_64
+   license = GPL
+   makedepends = gperf
+   depends = glibc
+   backup = etc/tinyproxy/tinyproxy.conf
+   source = 
https://github.com/tinyproxy/tinyproxy/releases/download/1.11.2/tinyproxy-1.11.2.tar.xz
+   source = sysusers.conf
+   source = tmpfiles.conf
+   source = systemd.service
+   source = config.patch
+   sha512sums = 
008e43b770f946965d5a3fbad1881859e30b66a3a4a97cf9982e63d81139da7a8f23937601b72f32276166cd170008cafec9231b616fc840f05cae3c1329be35
+   sha512sums = 
5b79b2be628445650cd80b1310fa84f8e7b36a9f19291e48061d4f2ff892232df15be27aecbcb0c23cb13d97b1601979dc7781cc8b73ba3ddab7f54219564496
+   sha512sums = 
59d1efcc996e94ae684708ef06263c61f17680a776938a90ce145cf6f0243ed253d402cd886dab7c2c287f47dbc6f02f0e34904433e7b6756cfaa18a1b766b4e
+   sha512sums = 
b93714f5670c11caaa10322c282575f28c483437d173c2762d4d5943c22dda1f0c297533d81b617f03aa0f7dbd5f33cb0da003db9f36b6ab796369bd06075693
+   sha512sums = 
d291cdc3eddbab8de0aa69aa7fb2945f5ef683390533dda212e362dcb582900069b262361f46afe07b432536e8aa875b081a1c87451db3ef094b5229e3325252
+   b2sums = 
ae8f1cc0fcfa3f2a6b239ad1f0f34bf21843cbf85613643b221359904e672d5c28c69bcb6b61f0244c5a3e6fd901b0c24488c3b80a0aa1f95b87ff90b175dc62
+   b2sums = 
701aa231eefe2d657d4d9d1b97cd15a1e58699ab685040ad33e9ff475a70084da557067a9804e0b4671f5cc2cd4b1058721e1c894293c26e1ec1544d278c9782
+   b2sums = 
a4e1cf0c8cbd78360175b8260c7d83885dfc9560a78faa6fc111f8611b6dd43c3cbf9fa62e60f8333cac4d0bededbe048c626d8a85d4f3c6c1bfa1ae249c599e
+   b2sums = 
54acd88224964c4ee87f6f06983c385ada52f8a0acf7eac7ca35ccbcc71f8b930b5753efa034a7436ace8ad97e17f28f39f76978c125d127ff987ec47441842d
+   b2sums = 
3e3181a5c626c6138307512d9817cc71d54bcb5f708ba5d38d07e956d898220350ee5442e7d3fbfbce70d2a54fdff04589c7b66aeb61ef353dc810e8d213d8f7
+
+pkgname = tinyproxy


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=tinyproxy
-pkgver=1.11.1
-pkgrel=3
+pkgver=1.11.2
+pkgrel=1
 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems'
 arch=('x86_64')
 url='https://tinyproxy.github.io/'
@@ -19,12 +19,12 @@ source=(
   'systemd.service'
   'config.patch'
 )
-sha512sums=('2e3435bbfece3797c11ccce222eef494ed92e00dd82bea2c40a54e454b7e03c8abc8e09b244f2da7192209c39047369439d08974b79eebc996fb3095230d0374'
+sha512sums=('008e43b770f946965d5a3fbad1881859e30b66a3a4a97cf9982e63d81139da7a8f23937601b72f32276166cd170008cafec9231b616fc840f05cae3c1329be35'
 
'5b79b2be628445650cd80b1310fa84f8e7b36a9f19291e48061d4f2ff892232df15be27aecbcb0c23cb13d97b1601979dc7781cc8b73ba3ddab7f54219564496'
 
'59d1efcc996e94ae684708ef06263c61f17680a776938a90ce145cf6f0243ed253d402cd886dab7c2c287f47dbc6f02f0e34904433e7b6756cfaa18a1b766b4e'
 
'b93714f5670c11caaa10322c282575f28c483437d173c2762d4d5943c22dda1f0c297533d81b617f03aa0f7dbd5f33cb0da003db9f36b6ab796369bd06075693'
 
'd291cdc3eddbab8de0aa69aa7fb2945f5ef683390533dda212e362dcb582900069b262361f46afe07b432536e8aa875b081a1c87451db3ef094b5229e3325252')
-b2sums=('d39fa1986343af60cdfd07c6a049962e646a72874f7058fd082b9758bae3c7bc1a2288103527e0e1054ab098a3a41fc67eb3e08cd160e2bd4bd030e114326a6f'
+b2sums=('ae8f1cc0fcfa3f2a6b239ad1f0f34bf21843cbf85613643b221359904e672d5c28c69bcb6b61f0244c5a3e6fd901b0c24488c3b80a0aa1f95b87ff90b175dc62'
 
'701aa231eefe2d657d4d9d1b97cd15a1e58699ab685040ad33e9ff475a70084da557067a9804e0b4671f5cc2cd4b1058721e1c894293c26e1ec1544d278c9782'
 
'a4e1cf0c8cbd78360175b8260c7d83885dfc9560a78faa6fc111f8611b6dd43c3cbf9fa62e60f8333cac4d0bededbe048c626d8a85d4f3c6c1bfa1ae249c599e'
 
'54acd88224964c4ee87f6f06983c385ada52f8a0acf7eac7ca35ccbcc71f8b930b5753efa034a7436ace8ad97e17f28f39f76978c125d127ff987ec47441842d'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyproxy/-/commit/55ea338e37c9d9594df20673c07d59550bdd5679

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




[Git][archlinux/packaging/packages/tinyproxy] Pushed new tag 1.11.2-1

2024-05-08 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.11.2-1 at Arch Linux / Packaging / Packages / 
tinyproxy

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




[Git][archlinux/packaging/packages/ruby-debug] Pushed new branch main

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-debug

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




[Git][archlinux/packaging/packages/ruby-rdoc][main] add missing dependency on ruby-erb

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-rdoc


Commits:
f048f5ed by Levente Polyak at 2024-05-08T23:14:58+02:00
add missing dependency on ruby-erb

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgdesc='Command-line documentation generator for Ruby projects'
 arch=('any')
 url='https://ruby.github.io/rdoc/'
 license=('RUBY')
-depends=('ruby' 'ruby-psych')
+depends=('ruby' 'ruby-psych' 'ruby-erb')
 makedepends=('ruby-kpeg' 'ruby-racc')
 options=('!emptydirs')
 
source=("https://github.com/ruby/rdoc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rdoc/-/commit/f048f5ed8a2c8ef8949f701bb658ff30334db504

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




[Git][archlinux/packaging/packages/ruby-racc][main] prepare for ruby 3.2

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-racc


Commits:
48edd523 by Levente Polyak at 2024-05-08T23:13:33+02:00
prepare for ruby 3.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _gemname='racc'
 pkgname="ruby-${_gemname}"
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='LALR parser generator written in Ruby itself and generates ruby 
programs'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
@@ -14,7 +14,7 @@ makedepends=('rubygems' 'ruby-rake' 'ruby-rake-compiler' 
'ruby-rdoc')
 checkdepends=('ruby-test-unit')
 options=('!emptydirs')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c19b7444bfafa0dfe3448600d10a1a09319702c37632e19569aeb947e7c035cc4067da040d45ede0dab35eaa197a55eac394715aae520fba41ed6e0c01c95e3d')
+sha512sums=('ef577d0da440361702d15cf2127142e57d5af4146f120cd9d94ee8c8b4380810c8913c373a9969f09b50e0850a8ac04ffd22729c4abdab0670765c7379b549f6')
 
 build() {
   cd "${_gemname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-racc/-/commit/48edd523b5061f9929ced819b5ce4b05d1ee35c3

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




[Git][archlinux/packaging/packages/ruby-power_assert][main] add prefix for unique source names

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-power_assert


Commits:
d9b2c97f by Levente Polyak at 2024-05-08T23:12:57+02:00
add prefix for unique source names

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,7 @@ depends=('ruby')
 makedepends=('ruby-rdoc' 'ruby-rake')
 checkdepends=('ruby-test-unit')
 options=('!emptydirs')
-source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${url}/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('f5658d18b3b78e7757ddfc1ccdabc011076c009a7343eaad2748ca7aeb4d112bf19c70621cb938e7dcf1582c8bb7c5512017885ea51503b3ed274980b7d7c0b1')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-power_assert/-/commit/d9b2c97f82044daf5fadd035c5df67b2cf53f3ae

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




[Git][archlinux/packaging/packages/ruby-irb][main] prepare irb for ruby 3.2

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-irb


Commits:
3c641ecd by Levente Polyak at 2024-05-08T23:12:14+02:00
prepare irb for ruby 3.2

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,18 +3,18 @@
 
 _gemname='irb'
 pkgname="ruby-${_gemname}"
-pkgver=1.4.2
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='Interactive Ruby command-line tool for REPL (Read Eval Print Loop).'
 arch=('any')
 url="https://github.com/ruby/${_gemname};
 license=('RUBY' 'BSD-2')
 depends=('ruby' 'ruby-reline')
-makedepends=('ruby-rdoc')
-checkdepends=('ruby-rake')
+makedepends=('ruby-rdoc' ruby-bundler)
+checkdepends=('ruby-rake' ruby-debug)
 options=('!emptydirs')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e7726a3b55df7052a0921980fb093572ffecee7c735b91077cafd2a51d296ac69fd48b220d8c10928deff9cd76fd096dfbe50ee1be42c581d837710eee86eb53')
+sha512sums=('87fb5f30f32640dba32d7f8d9e4d3a255dbb36ab67b9947d0e88c29f5c65308040b62bf18d830012fdfcb1b7ed0feb42809a2eb7f8b4032c29f1ef46a6a4f164')
 
 prepare() {
   cd "${_gemname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-irb/-/commit/3c641ecd7e7ef7f229573d645f6b194352f5a018

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




[Git][archlinux/packaging/packages/ruby-hoe][main] declare proper dependency as minitest is needed during build()

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-hoe


Commits:
cf52c6cc by Levente Polyak at 2024-05-08T23:08:05+02:00
declare proper dependency as minitest is needed during build()

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,11 +12,10 @@ url='https://www.zenspider.com/projects/hoe.html'
 arch=('any')
 license=('MIT')
 depends=('ruby')
-makedepends=('git' 'ruby-rdoc' 'ruby-rake')
-checkdepends=('ruby-minitest')
+makedepends=('git' 'ruby-rdoc' 'ruby-rake' 'ruby-minitest')
 options=('!emptydirs')
 source=("git+https://github.com/seattlerb/hoe#commit=${_gitcommit};)
-sha512sums=('SKIP')
+sha512sums=('8eee78176d9b730a8d47a61597e204cfb2c85aab33fad48b1eeeabdb908149d1330c3abfc8324f1b1ae1f57554b1a3cff3a5038258a9fcc8f334f868160a9803')
 
 pkgver() {
   cd ${_gemname}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-hoe/-/commit/cf52c6cc95086ed9f6251045a7b2e988f81058d7

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




[Git][archlinux/packaging/packages/ruby-erb][main] adding glibc dependency

2024-05-08 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-erb


Commits:
98fb9b9c by Levente Polyak at 2024-05-08T23:06:31+02:00
adding glibc dependency

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgdesc='An easy to use but powerful templating system for Ruby'
 arch=('x86_64')
 url="https://github.com/ruby/${_gemname};
 license=('BSD' 'RUBY')
-depends=('ruby' 'ruby-cgi')
+depends=(glibc 'ruby' 'ruby-cgi')
 makedepends=('tree')
 checkdepends=('ruby-rake' 'ruby-rake-compiler')
 options=('!emptydirs')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-erb/-/commit/98fb9b9cf0af1110ba532a2cbf280bd939c2710f

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




[Git][archlinux/packaging/packages/limine] Pushed new tag 7.5.1-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 7.5.1-1 at Arch Linux / Packaging / Packages / 
limine

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




[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.5.1-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
96137499 by Robin Candau at 2024-05-08T23:02:56+02:00
upgpkg: 7.5.1-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
-   pkgver = 7.5.0
+   pkgver = 7.5.1
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
-   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.5.0
-   sha256sums = 
dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b
+   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.5.1
+   sha256sums = 
0cf82706d95d8cd3a950ced34d4106fd56d41092720278ce1ea6c17ab86adc0c
 
 pkgname = limine


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=7.5.0
+pkgver=7.5.1
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver};)
-sha256sums=('dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b')
+sha256sums=('0cf82706d95d8cd3a950ced34d4106fd56d41092720278ce1ea6c17ab86adc0c')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/96137499a0c0e7fc0c555ff000fe5777a983b241

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




[Git][archlinux/packaging/packages/zaproxy] Pushed new tag 2.15.0-1

2024-05-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.15.0-1 at Arch Linux / Packaging / 
Packages / zaproxy

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




[Git][archlinux/packaging/packages/zaproxy][main] upgpkg: 2.15.0-1: new upstream release

2024-05-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ zaproxy


Commits:
15d898f3 by Leonidas Spyropoulos at 2024-05-08T21:29:48+01:00
upgpkg: 2.15.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = zaproxy
pkgdesc = Integrated penetration testing tool for finding 
vulnerabilities in web applications
-   pkgver = 2.14.0
+   pkgver = 2.15.0
pkgrel = 1
-   url = https://www.owasp.org/index.php/ZAP
+   url = https://www.zaproxy.org/
arch = any
license = Apache
makedepends = gradle
@@ -10,8 +10,8 @@ pkgbase = zaproxy
depends = bash
depends = java-runtime
depends = ttf-font
-   source = 
zaproxy-2.14.0.tar.gz::https://github.com/zaproxy/zaproxy/archive/v2.14.0.tar.gz
-   sha512sums = 
660bb3b8f4789a2ae76c040ae879136da294f189bb331abc5f1e249a7fe69b64433c8a3e66d56d4f4d41072b20963afaa5615d76df5ade4049ea9d592faf017b
-   b2sums = 
ff0879be51575b24d83516b56cc145396bea5f753ae39931cad36f76ffab7933d383152d1e517057a95c84d12d7e58f0e29b4eb852d75c6af7dc8b140db8c3ad
+   source = 
zaproxy-2.15.0.tar.gz::https://github.com/zaproxy/zaproxy/archive/v2.15.0.tar.gz
+   sha512sums = 
9a5d667d0e8a8d19679c8e5395f4038dc5c5ac490b71f60d50803cc811bf1ca5b54ad9ce8c0abef4eafb5a2760bae2892331060794ff18f06903548c0e1d8d9d
+   b2sums = 
9d7c0d85af3206680126acfa4ca28e541b313c1ac1fde491d6bf1d63ff11ca3a75ac6cb2b810a3f92a4bc3553304e8c884f7e022a6289d976bf59d3182f66d0a
 
 pkgname = zaproxy


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=zaproxy
-pkgver=2.14.0
+pkgver=2.15.0
 pkgrel=1
 pkgdesc='Integrated penetration testing tool for finding vulnerabilities in 
web applications'
 url='https://www.zaproxy.org/'
@@ -13,8 +13,8 @@ depends=('bash' 'java-runtime' 'ttf-font')
 _java=11
 makedepends=('gradle' "java-environment=${_java}")
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/zaproxy/zaproxy/archive/v${pkgver}.tar.gz;)
-sha512sums=('660bb3b8f4789a2ae76c040ae879136da294f189bb331abc5f1e249a7fe69b64433c8a3e66d56d4f4d41072b20963afaa5615d76df5ade4049ea9d592faf017b')
-b2sums=('ff0879be51575b24d83516b56cc145396bea5f753ae39931cad36f76ffab7933d383152d1e517057a95c84d12d7e58f0e29b4eb852d75c6af7dc8b140db8c3ad')
+sha512sums=('9a5d667d0e8a8d19679c8e5395f4038dc5c5ac490b71f60d50803cc811bf1ca5b54ad9ce8c0abef4eafb5a2760bae2892331060794ff18f06903548c0e1d8d9d')
+b2sums=('9d7c0d85af3206680126acfa4ca28e541b313c1ac1fde491d6bf1d63ff11ca3a75ac6cb2b810a3f92a4bc3553304e8c884f7e022a6289d976bf59d3182f66d0a')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zaproxy/-/commit/15d898f37bbec863b5862db147775e4e6e8f4b4e

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




[Git][archlinux/packaging/packages/givaro][main] upgpkg: 4.2.0-2: Fix build with GCC 14

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
givaro


Commits:
2ce61202 by Antonio Rojas at 2024-05-08T22:11:55+02:00
upgpkg: 4.2.0-2: Fix build with GCC 14

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = givaro
+   pkgdesc = C++ library for arithmetic and algebraic computations
+   pkgver = 4.2.0
+   pkgrel = 2
+   url = http://givaro.forge.imag.fr/
+   arch = x86_64
+   license = CECILL-B
+   makedepends = git
+   depends = gcc-libs
+   depends = glibc
+   depends = gmp
+   depends = sh
+   source = git+https://github.com/linbox-team/givaro#tag=v4.2.0
+   sha256sums = 
bb3da8e6b00e4a906ef452e70920cdd045c06b022d48fa977c2f431677bbad8a
+
+pkgname = givaro


=
PKGBUILD
=
@@ -3,27 +3,39 @@
 
 pkgname=givaro
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ library for arithmetic and algebraic computations'
 arch=(x86_64)
 url='http://givaro.forge.imag.fr/'
-license=(GPL)
-depends=(gmp)
-source=(https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189')
+license=(CECILL-B)
+depends=(gcc-libs
+ glibc
+ gmp
+ sh)
+makedepends=(git)
+source=(git+https://github.com/linbox-team/givaro#tag=v$pkgver)
+sha256sums=('bb3da8e6b00e4a906ef452e70920cdd045c06b022d48fa977c2f431677bbad8a')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n c7744bb133496cd7ac04688f345646d505e1bf52 # Fix build with 
GCC 13
+  git cherry-pick -n b0cf33e1d4437530c7e4b3db90b6c80057a7f2f3 # Fix build with 
GCC 14
+  ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-shared
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
+  install -Dm644 Licence_CeCILL-B_V1-en.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname
 }



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

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




[Git][archlinux/packaging/packages/givaro] Pushed new tag 4.2.0-2

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.2.0-2 at Arch Linux / Packaging / Packages / 
givaro

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




[Git][archlinux/packaging/packages/lib32-glib2][main] 2.80.2-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-glib2


Commits:
b1519e11 by Jan Alexander Steffens (heftig) at 2024-05-08T22:02:13+02:00
2.80.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-glib2
pkgdesc = Low level core library - 32-bit
-   pkgver = 2.80.1
+   pkgver = 2.80.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
@@ -17,20 +17,24 @@ pkgbase = lib32-glib2
makedepends = shared-mime-info
makedepends = util-linux
depends = glib2
+   depends = lib32-gcc-libs
+   depends = lib32-glibc
depends = lib32-libffi
depends = lib32-pcre2
depends = lib32-util-linux
depends = lib32-zlib
-   source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.1
+   source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.2
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
source = gio-querymodules-32.hook
validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
-   b2sums = 
79bd2b3361b5931a4e14acd6919bfe84a3e6ae03d5ab1faf9f631363716a3bf7c20fb7550d18e8e6a2fc21ff61e77bbdb14c3bc0da8e72409f6b140ec57ddeb2
+   b2sums = 
5cee8c7aee08f20b759bb614475a3881f60586d5f388e9c45c670765e03b77916c3d1e27b6e0286f23d779014ba17993400ed4708bcb456a479e43a2e80f6756
b2sums = SKIP
b2sums = 
678ea2d010fd64b6c55106510096363c54c357d65615c666e9cc3a0e280c0878257a45e646dd88f6bdd0623f7268c4afd2d4f98f82a5489bbfc028c5864252f1
 
 pkgname = lib32-glib2
depends = glib2
+   depends = lib32-gcc-libs
+   depends = lib32-glibc
depends = lib32-libffi
depends = lib32-pcre2
depends = lib32-util-linux


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=lib32-glib2
 pkgname=(
   lib32-glib2
 )
-pkgver=2.80.1
+pkgver=2.80.2
 pkgrel=1
 pkgdesc="Low level core library - 32-bit"
 url="https://gitlab.gnome.org/GNOME/glib;
@@ -15,6 +15,8 @@ license=(LGPL-2.1-or-later)
 arch=(x86_64)
 depends=(
   glib2
+  lib32-gcc-libs
+  lib32-glibc
   lib32-libffi
   lib32-pcre2
   lib32-util-linux
@@ -40,7 +42,7 @@ source=(
   "git+https://gitlab.gnome.org/GNOME/gvdb.git;
   gio-querymodules-32.hook
 )
-b2sums=('79bd2b3361b5931a4e14acd6919bfe84a3e6ae03d5ab1faf9f631363716a3bf7c20fb7550d18e8e6a2fc21ff61e77bbdb14c3bc0da8e72409f6b140ec57ddeb2'
+b2sums=('5cee8c7aee08f20b759bb614475a3881f60586d5f388e9c45c670765e03b77916c3d1e27b6e0286f23d779014ba17993400ed4708bcb456a479e43a2e80f6756'
 'SKIP'
 
'678ea2d010fd64b6c55106510096363c54c357d65615c666e9cc3a0e280c0878257a45e646dd88f6bdd0623f7268c4afd2d4f98f82a5489bbfc028c5864252f1')
 validpgpkeys=(
@@ -52,7 +54,7 @@ prepare() {
 
   git submodule init
   git submodule set-url subprojects/gvdb "$srcdir/gvdb"
-  git -c protocol.file.allow=always submodule update
+  git -c protocol.file.allow=always -c protocol.allow=never submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-glib2/-/commit/b1519e118e3550ba7af29a54b27a2d0b2a166bbd

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




[Git][archlinux/packaging/packages/lib32-glib2] Pushed new tag 2.80.2-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.80.2-1 at Arch Linux / 
Packaging / Packages / lib32-glib2

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




[Git][archlinux/packaging/packages/glib2] Pushed new tag 2.80.2-1

2024-05-08 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.80.2-1 at Arch Linux / 
Packaging / Packages / glib2

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




[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.457-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
jenkins


Commits:
a074683e by Robin Candau at 2024-05-08T21:28:49+02:00
upgpkg: 2.457-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.456
+   pkgver = 2.457
pkgrel = 1
url = https://jenkins.io
install = jenkins.install
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.456.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.457.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9
+   sha512sums = 
219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.456
+pkgver=2.457
 pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9'
+sha512sums=('219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/a074683eddb29c35ae6212fe67a6cfe611eab339

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




[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.457-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.457-1 at Arch Linux / Packaging / Packages / 
jenkins

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




[Git][archlinux/packaging/packages/sbt][main] upgpkg: 1:1.10.0-1: new upstream release

2024-05-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ sbt


Commits:
09410b89 by Leonidas Spyropoulos at 2024-05-08T20:24:27+01:00
upgpkg: 1:1.10.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sbt
pkgdesc = The interactive build tool
-   pkgver = 1.9.9
+   pkgver = 1.10.0
pkgrel = 1
epoch = 1
url = https://www.scala-sbt.org/
@@ -15,9 +15,9 @@ pkgbase = sbt
optdepends = rsync: offline installation support
options = !debug
backup = etc/sbt/sbtopts
-   source = git+https://github.com/sbt/sbt.git#tag=v1.9.9
+   source = git+https://github.com/sbt/sbt.git#tag=v1.10.0
validpgpkeys = 2EE0EA64E40A89B84B2DF73499E82A75642AC823
-   sha256sums = SKIP
-   b2sums = SKIP
+   sha256sums = 
7713595e5e8a16f2aa2cc4125e76b84e180038e0fae13e4f6159c2150f2ff701
+   b2sums = 
bc54a452a81894bf2174c2e19f1a972264996d075910ad58632259ab0007a2c08ca93c614d306a3f0ed4d9e05b4759215c2dd22894fe22968bb4fc7d4710d630
 
 pkgname = sbt


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.9.9
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')
@@ -18,8 +18,8 @@ install=sbt.install
 options=(!debug)
 source=(git+https://github.com/sbt/sbt.git#tag=v${pkgver})
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('SKIP')
-b2sums=('SKIP')
+sha256sums=('7713595e5e8a16f2aa2cc4125e76b84e180038e0fae13e4f6159c2150f2ff701')
+b2sums=('bc54a452a81894bf2174c2e19f1a972264996d075910ad58632259ab0007a2c08ca93c614d306a3f0ed4d9e05b4759215c2dd22894fe22968bb4fc7d4710d630')
 backup=(etc/${pkgname}/sbtopts)
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/09410b8918794e142b031b9b9567467ac05313ba

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




[Git][archlinux/packaging/packages/sbt] Pushed new tag 1-1.10.0-1

2024-05-08 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1-1.10.0-1 at Arch Linux / Packaging / 
Packages / sbt

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




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.125.7-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
99f4e2d4 by Robin Candau at 2024-05-08T20:54:53+02:00
upgpkg: 0.125.7-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.6
+   pkgver = 0.125.7
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.6.tar.gz
-   sha512sums = 
c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e
+   source = 
hugo-0.125.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.7.tar.gz
+   sha512sums = 
e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.6
+pkgver=0.125.7
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e')
+sha512sums=('e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/99f4e2d49b64f594d49bafb9f91079018340fce8

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.125.7-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.125.7-1 at Arch Linux / Packaging / Packages / 
hugo

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




[Git][archlinux/packaging/packages/ruby-typeprof] Pushed new branch main

2024-05-08 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-typeprof

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




[Git][archlinux/packaging/packages/ruby-rbs] Pushed new branch main

2024-05-08 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-rbs

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




[Git][archlinux/packaging/packages/actionlint][main] upgpkg: 1.7.0-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
actionlint


Commits:
5c60f96b by Robin Candau at 2024-05-08T20:46:38+02:00
upgpkg: 1.7.0-1: New upstream release
https://github.com/rhysd/actionlint/releases/tag/v1.7.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
-   pkgver = 1.6.27
+   pkgver = 1.7.0
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = actionlint
makedepends = git
optdepends = python-pyflakes
optdepends = shellcheck
-   source = 
actionlint-1.6.27-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.27.tar.gz
-   sha256sums = 
211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d
+   source = 
actionlint-1.7.0-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.0.tar.gz
+   sha256sums = 
3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991
 
 pkgname = actionlint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Amin Vakil 
 
 pkgname=actionlint
-pkgver=1.6.27
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Static checker for GitHub Actions workflow files"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 makedepends=('go' 'git')
 optdepends=('python-pyflakes' 'shellcheck')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d')
+sha256sums=('3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991')
 
 prepare(){
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/5c60f96b818894ee38ef3acc5f3b60c8901951f4

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




[Git][archlinux/packaging/packages/actionlint] Pushed new tag 1.7.0-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7.0-1 at Arch Linux / Packaging / Packages / 
actionlint

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




[Git][archlinux/packaging/packages/nebula] Pushed new tag 1.9.0-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.9.0-1 at Arch Linux / Packaging / Packages / 
nebula

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




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.20.0-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gitu


Commits:
a44721fe by Caleb Maclennan at 2024-05-08T20:57:41+03:00
upgpkg: 0.20.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.19.2
+   pkgver = 0.20.0
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gitu
depends = gcc-libs
depends = libgit2
options = !lto
-   source = 
https://github.com/altsem/gitu/archive/v0.19.2/gitu-0.19.2.tar.gz
-   sha256sums = 
e7d6f44410bc6cca77ee37afb00ad97c5e83018a62a9d6483ef3999b1f5d8799
+   source = 
https://github.com/altsem/gitu/archive/v0.20.0/gitu-0.20.0.tar.gz
+   sha256sums = 
c5dd732066c217c430694fcc9e3d499542013ffa9bba5e5a4e6ada6a1661cac4
 
 pkgname = gitu


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=gitu
-pkgver=0.19.2
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A TUI Git client inspired by Magit"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 checkdepends=('git')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e7d6f44410bc6cca77ee37afb00ad97c5e83018a62a9d6483ef3999b1f5d8799')
+sha256sums=('c5dd732066c217c430694fcc9e3d499542013ffa9bba5e5a4e6ada6a1661cac4')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitu/-/commit/a44721fe16a60a298292b8d91d21197b7edc2fb0

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




[Git][archlinux/packaging/packages/gitu] Pushed new tag 0.20.0-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.20.0-1 at Arch Linux / Packaging / Packages / 
gitu

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




[Git][archlinux/packaging/packages/massif-visualizer] Pushed new tag 0.8.0-1

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.0-1 at Arch Linux / Packaging / Packages / 
massif-visualizer

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




[Git][archlinux/packaging/packages/kgraphviewer] Pushed new tag 2.5.0-1

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.5.0-1 at Arch Linux / Packaging / Packages / 
kgraphviewer

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




[Git][archlinux/packaging/packages/gdal][main] upgpkg: 3.8.5-5: poppler 24.05 rebuild

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gdal


Commits:
0436d000 by Antonio Rojas at 2024-05-08T19:10:17+02:00
upgpkg: 3.8.5-5: poppler 24.05 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data 
formats
pkgver = 3.8.5
-   pkgrel = 4
+   pkgrel = 5
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
@@ -53,7 +53,9 @@ pkgbase = gdal
makedepends = zstd
makedepends = libaec
source = https://download.osgeo.org/gdal/3.8.5/gdal-3.8.5.tar.xz
+   source = https://github.com/OSGeo/gdal/commit/7b526b12.patch
b2sums = 
2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349
+   b2sums = 
801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85
 
 pkgname = gdal
depends = proj


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal)
 pkgver=3.8.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A translator library for raster and vector geospatial data formats"
 arch=(x86_64)
 url="https://gdal.org/;
@@ -20,13 +20,19 @@ makedepends=(cmake opencl-headers python-setuptools 
python-numpy
 # armadillo basisu brunsli lerc libkml qb3 rasterlite2 sfcgal tiledb
 # ogdi
 changelog=$pkgbase.changelog
-source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
-b2sums=('2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349')
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+https://github.com/OSGeo/gdal/commit/7b526b12.patch)
+b2sums=('2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349'
+
'801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85')
+
+prepare() {
+  patch -d $pkgbase-$pkgver -p1 < 7b526b12.patch # Fix build with C++20
+}
 
 build() {
   cmake -B build -S $pkgbase-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_STANDARD=17 \
+-DCMAKE_CXX_STANDARD=20 \
 -DENABLE_IPO=ON \
 -DBUILD_PYTHON_BINDINGS=ON \
 -DGDAL_ENABLE_PLUGINS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/0436d000b6ff1c0aced38ca084883e824bc04268

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




[Git][archlinux/packaging/packages/gdal] Pushed new tag 3.8.5-5

2024-05-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.8.5-5 at Arch Linux / Packaging / Packages / gdal

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




[Git][archlinux/packaging/packages/python-tomlkit][main] upgpkg: 0.12.5-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-tomlkit


Commits:
82e59c82 by Caleb Maclennan at 2024-05-08T19:43:26+03:00
upgpkg: 0.12.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-tomlkit
pkgdesc = Style-preserving TOML library for Python
-   pkgver = 0.12.4
-   pkgrel = 2
+   pkgver = 0.12.5
+   pkgrel = 1
url = https://github.com/sdispater/tomlkit
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-tomlkit
makedepends = python-wheel
makedepends = python-poetry-core
depends = python
-   source = 
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.12.4.tar.gz
-   sha256sums = 
7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3
+   source = 
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.12.5.tar.gz
+   sha256sums = 
eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c
 
 pkgname = python-tomlkit


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.12.4
-pkgrel=2
+pkgver=0.12.5
+pkgrel=1
 pkgdesc='Style-preserving TOML library for Python'
 url="https://github.com/sdispater/$_pkgname;
 license=(MIT)
@@ -17,7 +17,7 @@ checkdepends=(python-pytest
   python-yaml)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz;)
-sha256sums=('7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3')
+sha256sums=('eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/82e59c82214691c7a1395e35d7a7167ed56b58da

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




[Git][archlinux/packaging/packages/python-tomlkit] Pushed new tag 0.12.5-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.12.5-1 at Arch Linux / Packaging / Packages / 
python-tomlkit

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




[Git][archlinux/packaging/packages/nextcloud-client][main] Update maintainer status

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-client


Commits:
81532350 by Caleb Maclennan at 2024-05-08T19:32:31+03:00
Update maintainer status

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,5 +1,5 @@
 # Maintainer: Caleb Maclennan 
-# Maintainer: Chih-Hsuan Yen 
+# Contributor: Chih-Hsuan Yen 
 # Contributor: Fabian Bornschein 
 # Contributor: Tyler Dence 
 # Contributor: Konstantin Shalygin 
@@ -62,46 +62,57 @@ validpgpkeys=(A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # 
https://github.com/cam
 sha256sums=('e37a43bcebbdd85370d6273465a61774648bce9d208e2a0cec8f5fad99f3aeb2')
 
 prepare() {
-  # tmpdir for check()
-  mkdir -p tmpdir
-  cd $pkgname
-  # Monkey patch that disables bulk upload capability which causes infinite
-  # loops for many server/client combos. Feature is also disabled by default on
-  # server end in v23.0.3 because it was so problematic. This can abe 
re-enabled
-  # when underlying bug squashed:
-  # https://github.com/nextcloud/desktop/issues/5726
-  sed -i -e '/bulkupload/s/return _.*;$/return false;/' 
src/libsync/capabilities.cpp
-  # Disable tests that touch on disabled feature
-  sed -i -e '/SyncEngine/s/^/#/' -e '/Capabilities/s/^/#/' -e 
'/SecureFileDrop/s/^/#/' test/CMakeLists.txt
+   # tmpdir for check()
+   mkdir -p tmpdir
+   cd $pkgname
+   # Monkey patch that disables bulk upload capability which causes 
infinite
+   # loops for many server/client combos. Feature is also disabled by 
default on
+   # server end in v23.0.3 because it was so problematic. This can abe 
re-enabled
+   # when underlying bug squashed:
+   # https://github.com/nextcloud/desktop/issues/5726
+   sed -i \
+   -e '/bulkupload/s/return _.*;$/return false;/' \
+   src/libsync/capabilities.cpp
+   # Disable tests that touch on disabled feature
+   sed -i \
+   -e '/SyncEngine/s/^/#/' \
+   -e '/Capabilities/s/^/#/' \
+   -e '/SecureFileDrop/s/^/#/' \
+   test/CMakeLists.txt
 }
 
 build() {
-  cd $pkgname
-  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
-  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
-  cmake -B build -S . \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_CRASHREPORTER=OFF \
--DBUILD_UPDATER=OFF \
--DUNIT_TESTING=ON \
--DPLUGINDIR=lib/qt/plugins # Fix vfs plugin install dir 
https://github.com/nextcloud/desktop/issues/3781#issuecomment-918918320
-  # TODO: fix installation of PDF and HTML documents
-  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
-  make -C build all doc-man
+   cd $pkgname
+   # bundled breakpad in libcrashreporter-qt submodule is too old and does 
not build with glibc >= 2.26
+   # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
+   cmake -B build -S . \
+   -D MAKE_BUILD_TYPE=None \
+   -D MAKE_INSTALL_PREFIX=/usr \
+   -D ITH_CRASHREPORTER=OFF \
+   -D UILD_UPDATER=OFF \
+   -D NIT_TESTING=ON \
+   -D LUGINDIR=lib/qt/plugins # Fix vfs plugin install dir 
https://github.com/nextcloud/desktop/issues/3781#issuecomment-918918320
+   # TODO: fix installation of PDF and HTML documents
+   # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
+   make -C build all doc-man
 }
 
 check() {
-  cd $pkgname/build
-  # Tests fail if $TMPDIR is too small; specify an alternative for machines
-  # with a small /tmp partition.
-  # Use UTC as TestCookies is sensitive to the timezone
-  # https://github.com/nextcloud/desktop/blob/v3.2.2/test/testcookies.cpp#L24
-  QT_QPA_PLATFORM=offscreen TMPDIR="$srcdir/tmpdir" TZ=UTC 
ARGS="--rerun-failed --output-on-failure" make test
+   cd $pkgname/build
+   # Tests fail if $TMPDIR is too small; specify an alternative for 
machines
+   # with a small /tmp partition.
+   # Use UTC as TestCookies is sensitive to the timezone
+   # 
https://github.com/nextcloud/desktop/blob/v3.2.2/test/testcookies.cpp#L24
+   env \
+ QT_QPA_PLATFORM=offscreen \
+ TMPDIR="$srcdir/tmpdir" \
+ TZ=UTC \
+ ARGS="--rerun-failed --output-on-failure" \
+   make test
 }
 
 package() {
-  cd $pkgname/build
-  make DESTDIR="$pkgdir" install
+   cd $pkgname/build
+   make DESTDIR="$pkgdir" install
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/commit/815323506864e258ef0b8d842b7bf05422a79d5b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 

[Git][archlinux/packaging/packages/wingpanel][main] upgpkg: 3.0.5.r11.5d22d43-1

2024-05-08 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
wingpanel


Commits:
88a0546a by Maxime Gauduin at 2024-05-08T18:02:57+02:00
upgpkg: 3.0.5.r11.5d22d43-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wingpanel
pkgdesc = The Pantheon Top Panel
-   pkgver = 3.0.5
-   pkgrel = 3
+   pkgver = 3.0.5.r11.5d22d43
+   pkgrel = 1
url = https://github.com/elementary/wingpanel
arch = x86_64
groups = pantheon
@@ -16,10 +16,10 @@ pkgbase = wingpanel
depends = libgala.so
depends = libgee
depends = libgranite.so
-   depends = mutter45
+   depends = mutter
depends = pantheon-notifications
provides = libwingpanel.so
-   source = 
git+https://github.com/elementary/wingpanel.git#tag=23a3eb7c2448b4f35398116df7d01b075361ef1f
-   b2sums = 
5ce742e5a52e9e404a070e7f4af13e4eef2ac26e09cf435d94de96eeacf7e26fba836e59ca017f99bcc9a45cda1004db1c4edf06243095eb907e655e690ae87e
+   source = 
git+https://github.com/elementary/wingpanel.git#commit=5d22d436b45decfb2a50d9a7c27f2c961f1dd39f
+   b2sums = 
0b9329e4431a5dbf0ef93d1caf682ab8fe98424c64383dd6df58d1fbc4a9fa4ee1f6683019b8c4346b70a95fea563847802b345c963142433cc9d664e2e30d8e
 
 pkgname = wingpanel


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel
-pkgver=3.0.5
-pkgrel=3
+pkgver=3.0.5.r11.5d22d43
+pkgrel=1
 pkgdesc='The Pantheon Top Panel'
 arch=(x86_64)
 url=https://github.com/elementary/wingpanel
@@ -14,7 +14,7 @@ depends=(
   libgala.so
   libgee
   libgranite.so
-  mutter45
+  mutter
   pantheon-notifications
 )
 makedepends=(
@@ -25,23 +25,17 @@ makedepends=(
   vala
 )
 provides=(libwingpanel.so)
-_tag=23a3eb7c2448b4f35398116df7d01b075361ef1f
-source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
-b2sums=('5ce742e5a52e9e404a070e7f4af13e4eef2ac26e09cf435d94de96eeacf7e26fba836e59ca017f99bcc9a45cda1004db1c4edf06243095eb907e655e690ae87e')
+#_tag=23a3eb7c2448b4f35398116df7d01b075361ef1f
+_commit=5d22d436b45decfb2a50d9a7c27f2c961f1dd39f
+#source=(git+https://github.com/elementary/wingpanel.git#tag=${_tag})
+source=(git+https://github.com/elementary/wingpanel.git#commit=${_commit})
+b2sums=('0b9329e4431a5dbf0ef93d1caf682ab8fe98424c64383dd6df58d1fbc4a9fa4ee1f6683019b8c4346b70a95fea563847802b345c963142433cc9d664e2e30d8e')
 
 pkgver() {
   cd wingpanel
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
-prepare() {
-  cd wingpanel
-
-  # mutter 45
-  git cherry-pick -n d6009d9f0d5c7479172093447ccceccba86ff1f3
-}
-
-
 build() {
   arch-meson wingpanel build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel/-/commit/88a0546a47b3f273e1545b50970a7a73ef9e29c9

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




[Git][archlinux/packaging/packages/wingpanel] Pushed new tag 3.0.5.r11.5d22d43-1

2024-05-08 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 3.0.5.r11.5d22d43-1 at Arch Linux / Packaging / 
Packages / wingpanel

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




[Git][archlinux/packaging/packages/github-cli][main] upgpkg: 2.49.1-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
github-cli


Commits:
a9fc5406 by Caleb Maclennan at 2024-05-08T18:56:19+03:00
upgpkg: 2.49.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = github-cli
pkgdesc = The GitHub CLI
-   pkgver = 2.49.0
+   pkgver = 2.49.1
pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system 
keyring
-   source = 
github-cli-2.49.0.tar.gz::https://github.com/cli/cli/archive/v2.49.0.tar.gz
-   sha256sums = 
fc21c007219919da19f09180d3b966db95cd766bdb4123800d5ce292633a2132
+   source = 
github-cli-2.49.1.tar.gz::https://github.com/cli/cli/archive/v2.49.1.tar.gz
+   sha256sums = 
e898bcfec71ee1b5eba3bba0816eaca5f735e7443e11864dddbf753f8ecc3cf7
 
 pkgname = github-cli


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.49.0
+pkgver=2.49.1
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -16,7 +16,7 @@ checkdepends=("openssh")
 optdepends=("git: To interact with repositories"
 "org.freedesktop.secrets: Store credentials in system keyring")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('fc21c007219919da19f09180d3b966db95cd766bdb4123800d5ce292633a2132')
+sha256sums=('e898bcfec71ee1b5eba3bba0816eaca5f735e7443e11864dddbf753f8ecc3cf7')
 
 prepare() {
 cd "cli-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/a9fc5406395877d6710307fe7e7a1cc063d4f2e3

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




[Git][archlinux/packaging/packages/github-cli] Pushed new tag 2.49.1-1

2024-05-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2.49.1-1 at Arch Linux / Packaging / Packages / 
github-cli

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




[Git][archlinux/packaging/packages/unbound][main] upgpkg: 1.20.0-1

2024-05-08 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
unbound


Commits:
e8c19b2f by T.J. Townsend at 2024-05-08T10:49:52-04:00
upgpkg: 1.20.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = unbound
pkgdesc = Validating, recursive, and caching DNS resolver
-   pkgver = 1.19.3
-   pkgrel = 4
+   pkgver = 1.20.0
+   pkgrel = 1
url = https://unbound.net/
arch = x86_64
license = BSD-3-Clause
@@ -25,18 +25,18 @@ pkgbase = unbound
optdepends = python: for python-bindings
provides = libunbound.so
backup = etc/unbound/unbound.conf
-   source = 
git+https://github.com/NLnetLabs/unbound.git#tag=release-1.19.3?signed
+   source = 
git+https://github.com/NLnetLabs/unbound.git#tag=release-1.20.0?signed
source = unbound-1.14.0-trust_anchor_file.patch
source = unbound-sysusers.conf
source = unbound-tmpfiles.conf
source = unbound-trusted-key.hook
validpgpkeys = EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D
-   sha512sums = 
c6b87b025ba031adc8c2355c49505946f0ce317fa80e23991fa8df4973b457ff1fd2cb5c72da9251356007c0fbfc97eb9b286d54765d5d5c59c122fb21cfb252
+   sha512sums = 
4cd74383c8b1ed469d2a35e1ac01d8fccf5d90a267ac2b1f98b9a8ad35f563c778730a7ff9bd29cf15f0216999a54cd730aded5740ca7e1a293598803fd5
sha512sums = 
9590d3d459d96f99cbc7482fae0f5318dd22a034e45cff18079e4f3c9f9c3c1d7af90cdd5353fb469eac08c53fd164097b496286b807b2117e8a3a6cd304
sha512sums = 
ef71d4e9b0eb0cc602d66bd0573d9424578fe33ef28a852c582d56f0fd34fdd63046c365ef7aed8b84a461b81254240af7ad3fd539da72f9587817d21bd6c585
sha512sums = 
6b1849ae9d7cf427f6fa6cd0590e8f8c3f06210d2d6795e543b0f325a9e866db0f5db2275a29fa90f688783c0dd16f19c8a49a9817d5f5444e13f8f2df3ff712
sha512sums = 
613826cdf5ab6e77f2805fa2aa65272508dcd11090add1961b3df6dfac3b67db016bc9f45fbcf0ef0de82b2d602c153d5263a488027a6cf13a72680b581b266d
-   b2sums = 
5ff579171e3d94ddd368cbcabc9d2a01f75af2c86441096c73aee2e00ce53a2a18cbfed50ece0fb2968cf191e4f4e000f365dc150d7c1673b6a51d44e6d2bfa7
+   b2sums = 
b6aad117635149496d40debc2de64d03d610ac44ebefbc841101f5e909dc2723075ebf8310e5d2a64c8ff233dbb027c04638c66a072f1fe3d4701e057c59fb55
b2sums = 
0978ab5c0474ed29de9c0904a46d114413e094dafeadaac4f10cdbc19e4152fcc064d7cdb8c331da7c2531075aa699326b84e21da1a8218a6f00a10f0e107b3d
b2sums = 
292a3c2e5fde292a03b6c9b2ddabd5089f52e73b50a404c3d9f54c1a43184924b661a21eea61cc521c594c1005a3b40b630fa585a38195c61298f9b24b248b92
b2sums = 
d3951006b43068be904c6b91a9e0563d56228225854e12b40abbdd4ba9b47338e97265837297a6de879acbc8051bb749163f9457683f5e12fc29ac2e7b687fd3


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.19.3
-pkgrel=4
+pkgver=1.20.0
+pkgrel=1
 pkgdesc="Validating, recursive, and caching DNS resolver"
 arch=(x86_64)
 url="https://unbound.net/;
@@ -45,12 +45,12 @@ source=(
   $pkgname-tmpfiles.conf
   $pkgname-trusted-key.hook
 )
-sha512sums=('c6b87b025ba031adc8c2355c49505946f0ce317fa80e23991fa8df4973b457ff1fd2cb5c72da9251356007c0fbfc97eb9b286d54765d5d5c59c122fb21cfb252'
+sha512sums=('4cd74383c8b1ed469d2a35e1ac01d8fccf5d90a267ac2b1f98b9a8ad35f563c778730a7ff9bd29cf15f0216999a54cd730aded5740ca7e1a293598803fd5'
 
'9590d3d459d96f99cbc7482fae0f5318dd22a034e45cff18079e4f3c9f9c3c1d7af90cdd5353fb469eac08c53fd164097b496286b807b2117e8a3a6cd304'
 
'ef71d4e9b0eb0cc602d66bd0573d9424578fe33ef28a852c582d56f0fd34fdd63046c365ef7aed8b84a461b81254240af7ad3fd539da72f9587817d21bd6c585'
 
'6b1849ae9d7cf427f6fa6cd0590e8f8c3f06210d2d6795e543b0f325a9e866db0f5db2275a29fa90f688783c0dd16f19c8a49a9817d5f5444e13f8f2df3ff712'
 
'613826cdf5ab6e77f2805fa2aa65272508dcd11090add1961b3df6dfac3b67db016bc9f45fbcf0ef0de82b2d602c153d5263a488027a6cf13a72680b581b266d')
-b2sums=('5ff579171e3d94ddd368cbcabc9d2a01f75af2c86441096c73aee2e00ce53a2a18cbfed50ece0fb2968cf191e4f4e000f365dc150d7c1673b6a51d44e6d2bfa7'
+b2sums=('b6aad117635149496d40debc2de64d03d610ac44ebefbc841101f5e909dc2723075ebf8310e5d2a64c8ff233dbb027c04638c66a072f1fe3d4701e057c59fb55'
 
'0978ab5c0474ed29de9c0904a46d114413e094dafeadaac4f10cdbc19e4152fcc064d7cdb8c331da7c2531075aa699326b84e21da1a8218a6f00a10f0e107b3d'
 
'292a3c2e5fde292a03b6c9b2ddabd5089f52e73b50a404c3d9f54c1a43184924b661a21eea61cc521c594c1005a3b40b630fa585a38195c61298f9b24b248b92'
 
'd3951006b43068be904c6b91a9e0563d56228225854e12b40abbdd4ba9b47338e97265837297a6de879acbc8051bb749163f9457683f5e12fc29ac2e7b687fd3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/unbound/-/commit/e8c19b2f74f8859ec86122aada989e54796862d4

-- 
This project does not include diff previews in email notifications.

[Git][archlinux/packaging/packages/unbound] Pushed new tag 1.20.0-1

2024-05-08 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.20.0-1 at Arch Linux / Packaging / Packages / 
unbound

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.362-1

2024-05-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pyright


Commits:
d58cea0c by Daniel M. Capella at 2024-05-08T10:49:41-04:00
upgpkg: 1.1.362-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyright
pkgdesc = Type checker for the Python language
-   pkgver = 1.1.361
+   pkgver = 1.1.362
pkgrel = 1
url = https://microsoft.github.io/pyright
arch = any
@@ -8,7 +8,7 @@ pkgbase = pyright
makedepends = git
makedepends = npm
depends = nodejs
-   source = git+https://github.com/microsoft/pyright.git#tag=1.1.361
-   b2sums = 
2771e2229125e919312302ff430353e9713593c0173833ccd3f8bc68695622ff48026582faded2960e4265e16b1566c3a7559c01517adffa539ae35b1cacce69
+   source = git+https://github.com/microsoft/pyright.git#tag=1.1.362
+   b2sums = 
367bde05e23998bf932586aa51919ec78372a197758594faa617358e9446c9b6223aaebfffb9d94ce0a43103000841dc85c262ba86036274841a4ee329f8e6fc
 
 pkgname = pyright


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.361
+pkgver=1.1.362
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('nodejs')
 makedepends=('git' 'npm')
 source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver;)
-b2sums=('2771e2229125e919312302ff430353e9713593c0173833ccd3f8bc68695622ff48026582faded2960e4265e16b1566c3a7559c01517adffa539ae35b1cacce69')
+b2sums=('367bde05e23998bf932586aa51919ec78372a197758594faa617358e9446c9b6223aaebfffb9d94ce0a43103000841dc85c262ba86036274841a4ee329f8e6fc')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/d58cea0c165ec9f80d3f1cd95f24739696f90fec

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




[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.362-1

2024-05-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.362-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/fd] Pushed new tag 10.1.0-1

2024-05-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 10.1.0-1 at Arch Linux / Packaging / Packages 
/ fd

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




[Git][archlinux/packaging/packages/fd][main] upgpkg: 10.1.0-1

2024-05-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
fd


Commits:
3218a906 by Daniel M. Capella at 2024-05-08T10:49:20-04:00
upgpkg: 10.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fd
pkgdesc = Simple, fast and user-friendly alternative to find
-   pkgver = 10.0.0
+   pkgver = 10.1.0
pkgrel = 1
url = https://github.com/sharkdp/fd
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = fd
license = Apache-2.0
makedepends = rust
depends = gcc-libs
-   source = 
fd-10.0.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.0.0.tar.gz
-   sha512sums = 
d025db852874eabe992a73ad8642d1f293d29a3b3cb89ec783a809ea1c81d1b039de6efe037a0a51be5abfa4379fdaf118c1fce8d304bb938bd09dbe4c335103
+   source = 
fd-10.1.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.1.0.tar.gz
+   sha512sums = 
6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df
 
 pkgname = fd


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Maxim Baz 
 
 pkgname=fd
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc='Simple, fast and user-friendly alternative to find'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')
 makedepends=('rust')
 source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d025db852874eabe992a73ad8642d1f293d29a3b3cb89ec783a809ea1c81d1b039de6efe037a0a51be5abfa4379fdaf118c1fce8d304bb938bd09dbe4c335103')
+sha512sums=('6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df')
 
 prepare() {
   cd fd-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fd/-/commit/3218a906c62a1bac808d9445ce9a2b2fdc70fb11

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




[Git][archlinux/packaging/packages/grafana][main] Build with nodejs-lts-iron

2024-05-08 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
grafana


Commits:
33b9f88a by Jelle van der Waa at 2024-05-08T15:22:36+02:00
Build with nodejs-lts-iron

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -12,7 +12,7 @@ pkgbase = grafana
makedepends = npm
makedepends = grunt-cli
makedepends = python
-   makedepends = nodejs-lts-hydrogen
+   makedepends = nodejs-lts-iron
makedepends = yarn
depends = glibc
depends = freetype2


=
PKGBUILD
=
@@ -10,7 +10,7 @@ url='https://grafana.com/'
 arch=('x86_64')
 license=('AGPL' 'Apache')
 depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-hydrogen' 
'yarn')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-iron' 'yarn')
 backup=('etc/grafana.ini')
 source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
 'grafana.service'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana/-/commit/33b9f88a210ef2cf4819a913fc1102eb09a95650

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




[Git][archlinux/packaging/packages/wasmtime] Pushed new tag 20.0.2-1

2024-05-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 20.0.2-1 at Arch Linux / Packaging / Packages / 
wasmtime

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




[Git][archlinux/packaging/packages/wasmtime][main] upgpkg: 20.0.2-1

2024-05-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wasmtime


Commits:
64f2a509 by Frederik Schwan at 2024-05-08T15:21:18+02:00
upgpkg: 20.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
-   pkgver = 20.0.1
+   pkgver = 20.0.2
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
-   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v20.0.1
+   source = 
git+https://github.com/bytecodealliance/wasmtime.git#commit=v20.0.2
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git
source = git+https://github.com/WebAssembly/wasi-nn.git
source = git+https://github.com/WebAssembly/wasi-crypto.git
-   b2sums = 
c4e348cdc575d779cbedb83d6ed5bc68f5926250d00d35b856c6f02e69f4482feb01b3c305f8e692d18847970d3808e437388747b49a30a9513a48052f3e9f11
+   b2sums = 
b16e4cf1469e7c20a6dad1ecfc438861fbfd43e118f3f549e1c612999e97dea1bf51d7cfe4b63b9fda7a1223444203b944394225c93276021b8f177cfbaaf549
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=20.0.1
+pkgver=20.0.2
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')
@@ -17,7 +17,7 @@ 
source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver};
 git+https://github.com/WebAssembly/WASI.git
 git+https://github.com/WebAssembly/wasi-nn.git
 git+https://github.com/WebAssembly/wasi-crypto.git)
-b2sums=('c4e348cdc575d779cbedb83d6ed5bc68f5926250d00d35b856c6f02e69f4482feb01b3c305f8e692d18847970d3808e437388747b49a30a9513a48052f3e9f11'
+b2sums=('b16e4cf1469e7c20a6dad1ecfc438861fbfd43e118f3f549e1c612999e97dea1bf51d7cfe4b63b9fda7a1223444203b944394225c93276021b8f177cfbaaf549'
 'SKIP'
 'SKIP'
 'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/64f2a509a445f3a60bb732bd46f918a98bbc9add

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




[Git][archlinux/packaging/packages/vivaldi][main] upgpkg: 6.7.3329.26-1

2024-05-08 Thread Ike Devolder (@idevolder)


Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / 
vivaldi


Commits:
dd4daf72 by Ike Devolder at 2024-05-08T15:17:51+02:00
upgpkg: 6.7.3329.26-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = vivaldi
pkgdesc = An advanced browser made with the power user in mind.
-   pkgver = 6.7.3329.24
+   pkgver = 6.7.3329.26
pkgrel = 1
url = https://vivaldi.com
arch = x86_64
@@ -22,9 +22,9 @@ pkgbase = vivaldi
optdepends = qt6-base: qt6 integration
options = !strip
options = !zipman
-   source = 
https://downloads.vivaldi.com/stable/vivaldi-stable-6.7.3329.24-1.x86_64.rpm
+   source = 
https://downloads.vivaldi.com/stable/vivaldi-stable-6.7.3329.26-1.x86_64.rpm
source = 0001-add-support-for-user-flags.patch
-   sha512sums = 
8a8a8364f4c795b58d77393bbfa07758f6c2764987d9490f8b79f4d8ec0afafb7eac25071e9b3cd7209d8e0a256c6e8ca4fa28d00188cf38defe794edc79d086
+   sha512sums = 
e6ca13ce09324eda06881633118f2345a72fd6b3c22267674a052764736bb62f01f1bcaa75a84b5ddaa8e953fe9492e67e0c4f7e057c0bbdcac0da6f00f4a928
sha512sums = 
334db2056114fdbf07407b1cee24284f019df7a15acd711ed016bab1a1ab211abf3884ed848f3496486e7c78056108ccf1e88547e22b787bc4f548c6785f64d2
 
 pkgname = vivaldi


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=6.7.3329.24-1
-pkgver=6.7.3329.24
+_rpmversion=6.7.3329.26-1
+pkgver=6.7.3329.26
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com;
@@ -22,7 +22,7 @@ optdepends=(
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm;
 '0001-add-support-for-user-flags.patch')
-sha512sums=('8a8a8364f4c795b58d77393bbfa07758f6c2764987d9490f8b79f4d8ec0afafb7eac25071e9b3cd7209d8e0a256c6e8ca4fa28d00188cf38defe794edc79d086'
+sha512sums=('e6ca13ce09324eda06881633118f2345a72fd6b3c22267674a052764736bb62f01f1bcaa75a84b5ddaa8e953fe9492e67e0c4f7e057c0bbdcac0da6f00f4a928'
 
'334db2056114fdbf07407b1cee24284f019df7a15acd711ed016bab1a1ab211abf3884ed848f3496486e7c78056108ccf1e88547e22b787bc4f548c6785f64d2')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vivaldi/-/commit/dd4daf722cff6b39b61a547c204fdf3a3039101f

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




[Git][archlinux/packaging/packages/vivaldi] Pushed new tag 6.7.3329.26-1

2024-05-08 Thread Ike Devolder (@idevolder)


Ike Devolder pushed new tag 6.7.3329.26-1 at Arch Linux / Packaging / Packages 
/ vivaldi

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




[Git][archlinux/packaging/packages/keycloak][main] upgpkg: 24.0.4-1

2024-05-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
keycloak


Commits:
dde1fc59 by Frederik Schwan at 2024-05-08T15:12:18+02:00
upgpkg: 24.0.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = keycloak
pkgdesc = Open Source Identity and Access Management For Modern 
Applications and Services
-   pkgver = 24.0.3
+   pkgver = 24.0.4
pkgrel = 1
url = https://www.keycloak.org/
install = keycloak.install
@@ -15,13 +15,13 @@ pkgbase = keycloak
depends = util-linux
options = emptydirs
backup = etc/keycloak/keycloak.conf
-   source = 
https://github.com/keycloak/keycloak/archive/24.0.3/keycloak-24.0.3.tar.gz
+   source = 
https://github.com/keycloak/keycloak/archive/24.0.4/keycloak-24.0.4.tar.gz
source = keycloak.service
source = keycloak.sysusers
source = keycloak.tmpfiles
source = common.sh
source = pin-java-version.patch
-   sha512sums = 
c0c65acceccff1805f9748b61e42e4383db95969ef7ba27e5684143d4a35967b042ac93400cec393580d364ca3de7b6c8d9e1b6dfc635e938d514af64158d54d
+   sha512sums = 
acd13960cba9d18593c2bf16451e38620d881bad30ae1305c7097cfe784faec037edf93348ad49278a90f36ced45b0726de96552b9715df2fe15bb16992fe0dc
sha512sums = 
925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9
sha512sums = 
2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd
sha512sums = 
155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Nikita Volodin 
 
 pkgname=keycloak
-pkgver=24.0.3
+pkgver=24.0.4
 _java=17
 pkgrel=1
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
@@ -23,7 +23,7 @@ 
source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.ta
 common.sh
 pin-java-version.patch
 )
-sha512sums=('c0c65acceccff1805f9748b61e42e4383db95969ef7ba27e5684143d4a35967b042ac93400cec393580d364ca3de7b6c8d9e1b6dfc635e938d514af64158d54d'
+sha512sums=('acd13960cba9d18593c2bf16451e38620d881bad30ae1305c7097cfe784faec037edf93348ad49278a90f36ced45b0726de96552b9715df2fe15bb16992fe0dc'
 
'925ca021a9989a6d5181a90f42ec9e67a4957e98bb716acba75e13e1b01a03e4bd3a5939f5f0abe4cf57157be54dda5e373286041b22d84f5079eba94df4e6c9'
 
'2e2ba147007ad74e38579a8838d79de47beac509b4bd1a14d7f80905953d79a7396d781f141b461ec688f5ceef9a1081a825a4ca8afc1ea12c178d8ae7f5a7dd'
 
'155db40105c08d0aaa810ca5533dc16fc9f82060280541ede6fafd754d30b4844f6d10ace1417a5ad68d89fc54e1b9e6d906ce7ccf973f4ac964422211ed9a72'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keycloak/-/commit/dde1fc593a0a179fd58116e58a5686fd9952ffa5

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




[Git][archlinux/packaging/packages/keycloak] Pushed new tag 24.0.4-1

2024-05-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 24.0.4-1 at Arch Linux / Packaging / Packages / 
keycloak

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




  1   2   >