[Git][archlinux/packaging/packages/hatari][main] upgpkg: 2.5.0-1: upstream update 2.5.0

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
hatari


Commits:
1d5d8f75 by Laurent Carlier at 2024-05-16T07:48:50+02:00
upgpkg: 2.5.0-1: upstream update 2.5.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = hatari
+   pkgdesc = An Atari ST and STE emulator
+   pkgver = 2.5.0
+   pkgrel = 1
+   url = http://hatari.sourceforge.net/
+   arch = x86_64
+   license = GPL
+   makedepends = cmake
+   makedepends = systemd
+   depends = glibc
+   depends = hicolor-icon-theme
+   depends = sdl2
+   depends = libpng
+   depends = libx11
+   depends = portmidi
+   depends = readline
+   depends = systemd-libs
+   depends = zlib
+   optdepends = python: for atari-convert-dir
+   optdepends = sh: for atari-hd-image, zip2st, hatari-prg-args
+   source = 
https://download.tuxfamily.org/hatari/2.5.0/hatari-2.5.0.tar.bz2
+   sha256sums = 
d76c22fc3de69fb1bb4af3e8ba500b7e40f5a2a45d07783f24cb7101e53c3457
+
+pkgname = hatari


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=hatari
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='An Atari ST and STE emulator'
 arch=('x86_64')
 url='http://hatari.sourceforge.net/'
@@ -25,7 +25,7 @@ optdepends=(
   'sh: for atari-hd-image, zip2st, hatari-prg-args'
 )
 
source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('2a5da1932804167141de4bee6c1c5d8d53030260fe7fe7e31e5e71a4c00e0547')
+sha256sums=('d76c22fc3de69fb1bb4af3e8ba500b7e40f5a2a45d07783f24cb7101e53c3457')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hatari/-/commit/1d5d8f75b2c1f1d2f69740eb77bbe8597ba9994f

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




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

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 2.5.0-1 at Arch Linux / Packaging / Packages / 
hatari

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




[Git][archlinux/packaging/packages/lib32-amdvlk][main] upgpkg: 2024.Q2.1-1: upstream update 2024.Q2.1

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-amdvlk


Commits:
3514314c by Laurent Carlier at 2024-05-16T07:19:59+02:00
upgpkg: 2024.Q2.1-1: upstream update 2024.Q2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lib32-amdvlk
pkgdesc = AMD's standalone Vulkan driver
-   pkgver = 2024.Q1.3
-   pkgrel = 2
+   pkgver = 2024.Q2.1
+   pkgrel = 1
url = https://github.com/GPUOpen-Drivers
arch = x86_64
license = MIT
@@ -11,14 +11,16 @@ pkgbase = lib32-amdvlk
makedepends = lib32-libxrandr
makedepends = xorg-server-devel
makedepends = python-jinja
+   makedepends = directx-shader-compiler
+   makedepends = python-ruamel-yaml
makedepends = cmake
makedepends = ninja
makedepends = git
depends = lib32-zstd
provides = lib32-vulkan-driver
options = !lto
-   source = 
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q1.3.tar.gz
-   sha256sums = 
1d9c1d6db54f3f33882d01ce82bf6aa55f87e079d9ded460768392e07f0e939b
+   source = 
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q2.1.tar.gz
+   sha256sums = 
ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8
 
 pkgname = lib32-amdvlk
depends = lib32-glibc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2024.Q1.3
-pkgrel=2
+pkgver=2024.Q2.1
+pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
 url="https://github.com/GPUOpen-Drivers;
@@ -11,10 +11,10 @@ license=('MIT')
 provides=('lib32-vulkan-driver')
 depends=('lib32-zstd')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'python-jinja'
- 'cmake' 'ninja' 'git')
+ 'directx-shader-compiler' 'python-ruamel-yaml' 'cmake' 'ninja' 
'git')
 options=('!lto')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('1d9c1d6db54f3f33882d01ce82bf6aa55f87e079d9ded460768392e07f0e939b')
+sha256sums=('ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8')
 
 prepare() {
   local nrepos path name revision



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/3514314c1fed42bbe075624cfc40482e7451698b

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




[Git][archlinux/packaging/packages/lib32-amdvlk] Pushed new tag 2024.Q2.1-1

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 2024.Q2.1-1 at Arch Linux / Packaging / Packages 
/ lib32-amdvlk

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




[Git][archlinux/packaging/packages/amdvlk] Pushed new tag 2024.Q2.1-1

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 2024.Q2.1-1 at Arch Linux / Packaging / Packages 
/ amdvlk

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




[Git][archlinux/packaging/packages/amdvlk][main] upgpkg: 2024.Q2.1-1: upstream update 2024.Q2.1

2024-05-15 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
amdvlk


Commits:
f33841a1 by Laurent Carlier at 2024-05-16T07:07:42+02:00
upgpkg: 2024.Q2.1-1: upstream update 2024.Q2.1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − cstdint.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = amdvlk
pkgdesc = AMD's standalone Vulkan driver
-   pkgver = 2024.Q1.3
-   pkgrel = 2
+   pkgver = 2024.Q2.1
+   pkgrel = 1
url = https://github.com/GPUOpen-Drivers
arch = x86_64
license = MIT
@@ -13,13 +13,14 @@ pkgbase = amdvlk
makedepends = directx-shader-compiler
makedepends = glslang
makedepends = python-jinja
+   makedepends = python-ruamel-yaml
makedepends = cmake
makedepends = ninja
makedepends = git
provides = vulkan-driver
options = !lto
-   source = 
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q1.3.tar.gz
-   sha256sums = 
1d9c1d6db54f3f33882d01ce82bf6aa55f87e079d9ded460768392e07f0e939b
+   source = 
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q2.1.tar.gz
+   sha256sums = 
ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8
 
 pkgname = amdvlk
depends = glibc


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2024.Q1.3
-pkgrel=2
+pkgver=2024.Q2.1
+pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
 url="https://github.com/GPUOpen-Drivers;
 license=('MIT')
 provides=('vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'directx-shader-compiler' 'glslang'
- 'python-jinja' 'cmake' 'ninja' 'git')
+ 'python-jinja' 'python-ruamel-yaml' 'cmake' 'ninja' 'git')
 options=('!lto')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('1d9c1d6db54f3f33882d01ce82bf6aa55f87e079d9ded460768392e07f0e939b')
+sha256sums=('ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8')
 
 prepare() {
   local nrepos path name revision


=
cstdint.patch deleted
=
@@ -1,11 +0,0 @@
-diff -ru src-a/pal/src/core/imported/rdf/rdf/inc/amdrdf.h 
src-b/pal/src/core/imported/rdf/rdf/inc/amdrdf.h
 src-a/pal/src/core/imported/rdf/rdf/inc/amdrdf.h   2023-05-23 
10:28:07.0 +0200
-+++ src-b/pal/src/core/imported/rdf/rdf/inc/amdrdf.h   2023-05-23 
13:02:53.827690595 +0200
-@@ -24,6 +24,7 @@
-  
**/
- #pragma once
- 
-+#include 
- #include 
- #include 
- #include 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/amdvlk/-/commit/f33841a17b290d4932a582fb3c484170288df354

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




[Git][archlinux/packaging/packages/npm][main] upgpkg: 10.8.0-1

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


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


Commits:
de4c2124 by Daniel M. Capella at 2024-05-15T21:43:40-04:00
upgpkg: 10.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = npm
pkgdesc = A package manager for JavaScript
-   pkgver = 10.7.0
+   pkgver = 10.8.0
pkgrel = 1
url = https://www.npmjs.com/
arch = any
@@ -11,7 +11,7 @@ pkgbase = npm
depends = nodejs-nopt
depends = semver
optdepends = git: for dependencies using Git URL's
-   source = npm-cli::git+https://github.com/npm/cli.git#tag=v10.7.0
-   b2sums = 
ab3e2a50da69e0bd979dac8e8a4d1f0fcff144dff21491ed27b7ce15fa2437c949400a11e21d8014212ae874e92139c24254da8d0a0152b5098aecc6ce6fb3f3
+   source = npm-cli::git+https://github.com/npm/cli.git#tag=v10.8.0
+   b2sums = 
b8f8dfb2ab6f57290a74147079879175b1c156a5eed91bd02cdf4ecbeeb21db07c7ac47d542db3bfee71d1e758c969d4f4e45d2c7a11de5cada019a9a966372b
 
 pkgname = npm


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=npm
-pkgver=10.7.0
+pkgver=10.8.0
 pkgrel=1
 pkgdesc='A package manager for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
 makedepends=('git')
 optdepends=("git: for dependencies using Git URL's")
 source=("npm-cli::git+https://github.com/npm/cli.git#tag=v$pkgver;)
-b2sums=('ab3e2a50da69e0bd979dac8e8a4d1f0fcff144dff21491ed27b7ce15fa2437c949400a11e21d8014212ae874e92139c24254da8d0a0152b5098aecc6ce6fb3f3')
+b2sums=('b8f8dfb2ab6f57290a74147079879175b1c156a5eed91bd02cdf4ecbeeb21db07c7ac47d542db3bfee71d1e758c969d4f4e45d2c7a11de5cada019a9a966372b')
 
 build() {
   cd npm-cli
@@ -34,8 +34,10 @@ build() {
 
 check() {
   cd npm-cli
-  # Windows shims and exit handler test failures
-  node . run test --ignore-scripts || true
+  # Windows shims test failure
+  mv test/bin/windows-shims.js{,.bak}
+  node . run test --ignore-scripts -- --no-coverage
+  mv test/bin/windows-shims.js{.bak,}
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/de4c2124b7a3832f26038578fc6d85ee9f76d624

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




[Git][archlinux/packaging/packages/npm] Pushed new tag 10.8.0-1

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


Daniel M. Capella pushed new tag 10.8.0-1 at Arch Linux / Packaging / Packages 
/ npm

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




[Git][archlinux/packaging/packages/iperf] Pushed new tag 2.2.0-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 2.2.0-1 at Arch Linux / Packaging / 
Packages / iperf

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




[Git][archlinux/packaging/packages/iperf][main] upgpkg: 2.2.0-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ iperf


Commits:
aff64319 by Sébastien Luttringer at 2024-05-16T02:08:59+02:00
upgpkg: 2.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = iperf
+   pkgdesc = A tool to measure maximum TCP bandwidth
+   pkgver = 2.2.0
+   pkgrel = 1
+   url = https://sourceforge.net/projects/iperf2/
+   install = iperf.install
+   arch = x86_64
+   license = custom
+   depends = glibc
+   depends = gcc-libs
+   source = https://downloads.sourceforge.net/iperf2/iperf-2.2.0.tar.gz
+   source = iperf-tcp.service
+   source = iperf-udp.service
+   sha256sums = 
16810a9575e4c6dd65e4a18ab5df3cdac6730b3c832cf080a8990f132f68364a
+   sha256sums = 
5bfeaf4b7fc9bcc424cfc2257c6eefd21ed491bd140e9ae5562b270dcf84d794
+   sha256sums = 
fec34a6f352619caaf4ed3bc23f75a3ffb6b3ab5c2947cd2c24c6be36851738c
+
+pkgname = iperf


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount 
 
 pkgname=iperf
-pkgver=2.1.9
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='A tool to measure maximum TCP bandwidth'
 arch=('x86_64')
@@ -14,7 +14,7 @@ install=iperf.install
 source=("https://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz;
 'iperf-tcp.service'
 'iperf-udp.service')
-sha256sums=('5c0771aab00ef14520013aef01675977816e23bb8f5d9fde016f90eb2f1be788'
+sha256sums=('16810a9575e4c6dd65e4a18ab5df3cdac6730b3c832cf080a8990f132f68364a'
 '5bfeaf4b7fc9bcc424cfc2257c6eefd21ed491bd140e9ae5562b270dcf84d794'
 'fec34a6f352619caaf4ed3bc23f75a3ffb6b3ab5c2947cd2c24c6be36851738c')
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iperf/-/commit/aff6431997740f7abf23590a7bc17aa9e63dc925

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




[Git][archlinux/packaging/packages/weston][main] upgpkg: 13.0.1-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ weston


Commits:
22fd6d47 by Sébastien Luttringer at 2024-05-16T01:56:37+02:00
upgpkg: 13.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = weston
pkgdesc = Reference implementation of a Wayland compositor
-   pkgver = 13.0.0
-   pkgrel = 2
+   pkgver = 13.0.1
+   pkgrel = 1
url = https://wayland.freedesktop.org/
arch = x86_64
license = MIT
@@ -49,14 +49,14 @@ pkgbase = weston
optdepends = freerdp2: support rdp backend
optdepends = neatvnc: support vnc backend
options = !lto
-   source = 
https://gitlab.freedesktop.org/wayland/weston/-/releases/13.0.0/downloads/weston-13.0.0.tar.xz
-   source = 
https://gitlab.freedesktop.org/wayland/weston/-/releases/13.0.0/downloads/weston-13.0.0.tar.xz.sig
+   source = 
https://gitlab.freedesktop.org/wayland/weston/-/releases/13.0.1/downloads/weston-13.0.1.tar.xz
+   source = 
https://gitlab.freedesktop.org/wayland/weston/-/releases/13.0.1/downloads/weston-13.0.1.tar.xz.sig
source = weston-13.0.0-neatvnc0.8.patch
validpgpkeys = 7032877A3EB1EAE3E4DC9DFBF63412E60947D6EF
validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
validpgpkeys = C7223EBE4EF66513B892598911A30156E0E67611
validpgpkeys = C0066D7DB8E9AC6844D728715E54498E697F11D7
-   sha256sums = 
52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a
+   sha256sums = 
ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a
sha256sums = SKIP
sha256sums = 
c33085a00bddd2be1227e5f7a8b7d90e67c9f0b9fab39819490255cbcbc534ae
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=weston
-pkgver=13.0.0
-pkgrel=2
+pkgver=13.0.1
+pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('x86_64')
 url='https://wayland.freedesktop.org/'
@@ -28,7 +28,7 @@ source=(
   
"https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig}
   $pkgname-13.0.0-neatvnc0.8.patch  # 
https://gitlab.freedesktop.org/wayland/weston/-/issues/890
 )
-sha256sums=('52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a'
+sha256sums=('ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a'
 'SKIP'
 'c33085a00bddd2be1227e5f7a8b7d90e67c9f0b9fab39819490255cbcbc534ae')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/weston/-/commit/22fd6d478fb1fb4117d4e6485d0e5370845da6d1

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




[Git][archlinux/packaging/packages/weston] Pushed new tag 13.0.1-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 13.0.1-1 at Arch Linux / Packaging / 
Packages / weston

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




[Git][archlinux/packaging/packages/wpewebkit] Pushed new tag 2.44.2-1

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


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

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




[Git][archlinux/packaging/packages/wpewebkit][main] 2.44.2-1

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


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


Commits:
46692fdd by Jan Alexander Steffens (heftig) at 2024-05-16T01:39:43+02:00
2.44.2-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- keys/pgp/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wpewebkit
pkgdesc = Embeddable web content engine
-   pkgver = 2.44.1
-   pkgrel = 2
+   pkgver = 2.44.2
+   pkgrel = 1
url = https://wpewebkit.org
arch = x86_64
license = custom
@@ -55,13 +55,13 @@ pkgbase = wpewebkit
depends = wpebackend-fdo
depends = xdg-dbus-proxy
depends = zlib
-   source = https://wpewebkit.org/releases/wpewebkit-2.44.1.tar.xz
-   source = https://wpewebkit.org/releases/wpewebkit-2.44.1.tar.xz.asc
+   source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz
+   source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz.asc
validpgpkeys = D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
-   sha256sums = 
2c9fbf4fcf8884d34102283e2b008ce0b0bc2cf07de78f564a8b34347e7bc19b
+   sha256sums = 
2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7
sha256sums = SKIP
-   b2sums = 
15c8a2a47d5dc836cbbb1deec81f52165f32ff7bb35332b7d03eb93d86fb548a165b76a26e233cffe5c5d31a495e202bf3a3ad653f81d68b631504227abec95c
+   b2sums = 
763340adf2031f512137982e4cded0214dff90652571ae32e8badcda0c108d83b8a35588a3050c161ab0bf5cee94a7ba91c9953a22cc87450826bfbf4ac2d012
b2sums = SKIP
 
 pkgname = wpewebkit


=
PKGBUILD
=
@@ -5,8 +5,8 @@ pkgname=(
   wpewebkit
   wpewebkit-docs
 )
-pkgver=2.44.1
-pkgrel=2
+pkgver=2.44.2
+pkgrel=1
 pkgdesc="Embeddable web content engine"
 url="https://wpewebkit.org;
 arch=(x86_64)
@@ -68,9 +68,9 @@ makedepends=(
 source=(
   $url/releases/wpewebkit-$pkgver.tar.xz{,.asc}
 )
-sha256sums=('2c9fbf4fcf8884d34102283e2b008ce0b0bc2cf07de78f564a8b34347e7bc19b'
+sha256sums=('2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7'
 'SKIP')
-b2sums=('15c8a2a47d5dc836cbbb1deec81f52165f32ff7bb35332b7d03eb93d86fb548a165b76a26e233cffe5c5d31a495e202bf3a3ad653f81d68b631504227abec95c'
+b2sums=('763340adf2031f512137982e4cded0214dff90652571ae32e8badcda0c108d83b8a35588a3050c161ab0bf5cee94a7ba91c9953a22cc87450826bfbf4ac2d012'
 'SKIP')
 validpgpkeys=(
   D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 # Carlos Garcia Campos 



=
keys/pgp/5AA3BC334FD7E3369E7C77B291C559DBE4C9123B.asc
=
@@ -11,12 +11,12 @@ 
GgSEsxmXNEhBvXCjCH4CDDGPXVuqXpHB/E38JW75irXVVSr47iTx0XaBRzGLcHyM
 gT1b/yYCl10FV/47u8XaOP0BP9cQ2A9PY/vRTKRDNbe4plJSRbQsQWRyacOhbiBQ
 w6lyZXogZGUgQ2FzdHJvIDxhcGVyZXpAaWdhbGlhLmNvbT6IgQQTEQoAQQIbIwIe
 AQIXgAIZAQULCQgHAwUVCgkICwUWAgMBABYhBFqjvDNP1+M2nnx3spHFWdvkyRI7
-BQJifDWsBQkd+p6nAAoJEJHFWdvkyRI7gTcAnAmeD883uqVIxbEo3BmNWxnIUmRz
-AJ9zuPzdmW+bVRh12wO/f89BWSCuEbQ+QWRyacOhbiBQw6lyZXogZGUgQ2FzdHJv
+BQJmHC0aBQkhmpYVAAoJEJHFWdvkyRI7I/4AnRiipxNUTb+RNgfBg6JoOIGB5Jda
+AJsHzFmwKNOIRlnwROD8vAedgKw0krQ+QWRyacOhbiBQw6lyZXogZGUgQ2FzdHJv
 IChwZXJzb25hbCkgPGFkcmlhbkBwZXJlemRlY2FzdHJvLm9yZz6IfgQTEQoAPgIb
 IwIeAQIXgAULCQgHAwUVCgkICwUWAgMBABYhBFqjvDNP1+M2nnx3spHFWdvkyRI7
-BQJifDWwBQkd+p6nAAoJEJHFWdvkyRI7qh4AnAxik+URVJedxbFeIyP92Sjxuij8
-AJ0Xf+PU/vAu1aIz70Cmx+Ss8hwcHbkEDQRIQ/4FEBAA1OG3mSJRBu/P/6Q2W+hq
+BQJmHC0aBQkhmpYVAAoJEJHFWdvkyRI7KggAnAvp5cT72GX25lYI+utMoE34w1WZ
+AJ97KjQmUCG+a54Ne1pnhhq9YKFcMbkEDQRIQ/4FEBAA1OG3mSJRBu/P/6Q2W+hq
 lPYr5dXcwu1AOKnIVJc6xsyXgwXnxCeQXmwaqUZncSDYi38+l/yTnRRTIXPkf58t
 UJaECnw0PZPwH0W0eX5zMzcYF66G6cMvSKw/+UyTs2OCBEIGCDfAwgTWJsG1b9Wp
 INqCm9WeLPiftG9DHX+ue6uD7KSuJ05wJu2r06ZwTT7gvJX46ay1AoStdA6Wyn9b
@@ -40,5 +40,5 @@ 
MNe7knc668Tt9xaaO1xqP6m0ucA6d3RDrUv6FMgQbGSs7eWptoaqhHAWXeIIqVV5
 IV855Gd67VBdxVoVZ4Ckrrp2+c+m9+yAH+P0GnilEPJJVEvvgTomcQkh5lQmO3zi
 H+0elIHwiEkEGBECAAkFAkhD/gUCGwwACgkQkcVZ2+TJEjtbuACfSaae99WLTJx0
 0513z7nYjwW7R68An0kg178Aa4C1DvTHVBcSsiVXEJQY
-=P5qJ
+=508z
 -END PGP PUBLIC KEY BLOCK-



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

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




[Git][archlinux/packaging/packages/gtk3] Pushed new tag 1-3.24.42-1

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


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

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




[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 127.0b2-1

2024-05-15 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b2-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition-i18n

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




[Git][archlinux/packaging/packages/gnome-maps] Pushed new tag 46.11-1

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


Jan Alexander Steffens (heftig) pushed new tag 46.11-1 at Arch Linux / 
Packaging / Packages / gnome-maps

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




[Git][archlinux/packaging/packages/gnome-maps][main] 46.11-1

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


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


Commits:
cb356455 by Jan Alexander Steffens (heftig) at 2024-05-16T01:16:31+02:00
46.11-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnome-maps
pkgdesc = A simple GNOME 3 maps application
-   pkgver = 46.10
+   pkgver = 46.11
pkgrel = 1
url = https://wiki.gnome.org/Apps/Maps
arch = x86_64
@@ -29,8 +29,8 @@ pkgbase = gnome-maps
depends = libshumate
depends = libxml2
depends = pango
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-maps.git?signed#tag=v46.10
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-maps.git?signed#tag=v46.11
validpgpkeys = 7448F128A4B18AB2EF87F092FA6624580A420D5D
-   b2sums = 
5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986
+   b2sums = 
a6fbf6ef2023b08d3336d33687c0d345b19759ee2789e9dbaa7ebfb69019c5c887d7f579916cc3db20a2d5e49ee7d0d8a9c300f1368c4c06b2a5b8f36839c5e5
 
 pkgname = gnome-maps


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=46.10
+pkgver=46.11
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -40,7 +40,7 @@ groups=(gnome)
 source=(
   
"git+https://gitlab.gnome.org/GNOME/gnome-maps.git?signed#tag=v${pkgver/[a-z]/.&};
 )
-b2sums=('5e7945259f1c0b4d3065778b7fe0a42b18942e3ded1375c0ebc4fcea88794282ed282f5e82d0ad70388c3ac551498f17b760e50f1f8ca8a5ae2e9b9eb29b6986')
+b2sums=('a6fbf6ef2023b08d3336d33687c0d345b19759ee2789e9dbaa7ebfb69019c5c887d7f579916cc3db20a2d5e49ee7d0d8a9c300f1368c4c06b2a5b8f36839c5e5')
 validpgpkeys=(
   7448F128A4B18AB2EF87F092FA6624580A420D5D # Marcus Lundblad 

 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-maps/-/commit/cb35645556853d2442c466650f7f68f6f6ab1eb8

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




[Git][archlinux/packaging/packages/linux-tools] Pushed new tag 6.9-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 6.9-1 at Arch Linux / Packaging / Packages 
/ linux-tools

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




[Git][archlinux/packaging/packages/gnome-builder] Pushed new tag 46.1-5

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


Jan Alexander Steffens (heftig) pushed new tag 46.1-5 at Arch Linux / Packaging 
/ Packages / gnome-builder

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




[Git][archlinux/packaging/packages/gdk-pixbuf2][main] 2.42.12-1

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


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


Commits:
8373718f by Jan Alexander Steffens (heftig) at 2024-05-16T00:28:28+02:00
2.42.12-1

- - - - -


3 changed files:

- .SRCINFO
- − 0001-fix-build-failure-due-to-typo-in-the-build-script.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gdk-pixbuf2
pkgdesc = An image loading library
-   pkgver = 2.42.11
-   pkgrel = 2
+   pkgver = 2.42.12
+   pkgrel = 1
url = https://wiki.gnome.org/Projects/GdkPixbuf
arch = x86_64
license = LGPL-2.0-or-later
@@ -23,12 +23,10 @@ pkgbase = gdk-pixbuf2
optdepends = libjxl: Load .jxl
optdepends = librsvg: Load .svg, .svgz, and .svg.gz
optdepends = webp-pixbuf-loader: Load .webp
-   source = git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=2.42.11
+   source = git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=2.42.12
source = gdk-pixbuf-query-loaders.hook
-   source = 0001-fix-build-failure-due-to-typo-in-the-build-script.patch
-   b2sums = 
23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6
+   b2sums = 
f44a114c98aba2a3ff0e7435dd85e8e3bde579e96cb059ead733ed2e8b28b857e8c66e72360b40ca07237c98fa9904948886bf78980c6deccf58b29e48988790
b2sums = 
5a00d34888e207d70d02369015d029f4c0450fc5a02b4b257de8e5df04380dc550723f351433859224c96c3c6390896f2166673af65e8a09eb57024f5a34301b
-   b2sums = 
16e5b72b2a50c1c733a1688c2ff6b55b6a920530bacc28e8e60dfe62c0b40c875611186c4962b2d183ef2e3ab26ea0a5108f3bbe20c1059fef0dbf4f16891f23
 
 pkgname = gdk-pixbuf2
install = gdk-pixbuf2.install


=
0001-fix-build-failure-due-to-typo-in-the-build-script.patch deleted
=
@@ -1,32 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: Christian Heusel 
-Date: Sat, 20 Apr 2024 11:07:32 +0200
-Subject: [PATCH] fix build failure due to typo in the build script
-
-The fixed commit had a typo where it would try to call a nonexistant
-function instead of the .contains method of the relevant array.
-This was only made visible when the "other" loaders were enabled so it
-is triggered all the time.
-
-This was made visible when working on
-https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/merge_requests/1
-
-Fixes: 81a77399a ("Update the testsuite")
-Signed-off-by: Christian Heusel 

- tests/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/meson.build b/tests/meson.build
-index 78d0ad92e5e2..78ae43af17f9 100644
 a/tests/meson.build
-+++ b/tests/meson.build
-@@ -71,7 +71,7 @@ installed_tests = {
-   'pixbuf-construction': { 'suites': ['conform'], },
-   'animation': {
- 'suites': ['format'],
--'skip': not (enabled_loaders.contains('ani') and 
enabled_loaders_contains('gif')),
-+'skip': not (enabled_loaders.contains('ani') and 
enabled_loaders.contains('gif')),
-   },
-   'cve-2015-4491': {
- 'suites': ['security'],


=
PKGBUILD
=
@@ -6,8 +6,8 @@ pkgname=(
   gdk-pixbuf2
   gdk-pixbuf2-docs
 )
-pkgver=2.42.11
-pkgrel=2
+pkgver=2.42.12
+pkgrel=1
 pkgdesc="An image loading library"
 url="https://wiki.gnome.org/Projects/GdkPixbuf;
 arch=(x86_64)
@@ -39,18 +39,12 @@ optdepends=(
 source=(
   "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=$pkgver;
   gdk-pixbuf-query-loaders.hook
-  0001-fix-build-failure-due-to-typo-in-the-build-script.patch
 )
-b2sums=('23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6'
-
'5a00d34888e207d70d02369015d029f4c0450fc5a02b4b257de8e5df04380dc550723f351433859224c96c3c6390896f2166673af65e8a09eb57024f5a34301b'
-
'16e5b72b2a50c1c733a1688c2ff6b55b6a920530bacc28e8e60dfe62c0b40c875611186c4962b2d183ef2e3ab26ea0a5108f3bbe20c1059fef0dbf4f16891f23')
+b2sums=('f44a114c98aba2a3ff0e7435dd85e8e3bde579e96cb059ead733ed2e8b28b857e8c66e72360b40ca07237c98fa9904948886bf78980c6deccf58b29e48988790'
+
'5a00d34888e207d70d02369015d029f4c0450fc5a02b4b257de8e5df04380dc550723f351433859224c96c3c6390896f2166673af65e8a09eb57024f5a34301b')
 
 prepare() {
   cd gdk-pixbuf
-
-  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/issues/1
-  # https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/165
-  git apply -3 ../0001-fix-build-failure-due-to-typo-in-the-build-script.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/commit/8373718f155d799e13b18985fc5c335fed60403f

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

[Git][archlinux/packaging/packages/gdk-pixbuf2] Pushed new tag 2.42.12-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.42.12-1 at Arch Linux / 
Packaging / Packages / gdk-pixbuf2

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




[Git][archlinux/packaging/packages/lib32-gdk-pixbuf2][main] remove patch

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


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


Commits:
cd678813 by Jan Alexander Steffens (heftig) at 2024-05-16T00:28:09+02:00
remove patch

- - - - -


1 changed file:

- − 0001-fix-build-failure-due-to-typo-in-the-build-script.patch


Changes:

=
0001-fix-build-failure-due-to-typo-in-the-build-script.patch deleted
=
@@ -1,32 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: Christian Heusel 
-Date: Sat, 20 Apr 2024 11:07:32 +0200
-Subject: [PATCH] fix build failure due to typo in the build script
-
-The fixed commit had a typo where it would try to call a nonexistant
-function instead of the .contains method of the relevant array.
-This was only made visible when the "other" loaders were enabled so it
-is triggered all the time.
-
-This was made visible when working on
-https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/merge_requests/1
-
-Fixes: 81a77399a ("Update the testsuite")
-Signed-off-by: Christian Heusel 

- tests/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/meson.build b/tests/meson.build
-index 78d0ad92e5e2..78ae43af17f9 100644
 a/tests/meson.build
-+++ b/tests/meson.build
-@@ -71,7 +71,7 @@ installed_tests = {
-   'pixbuf-construction': { 'suites': ['conform'], },
-   'animation': {
- 'suites': ['format'],
--'skip': not (enabled_loaders.contains('ani') and 
enabled_loaders_contains('gif')),
-+'skip': not (enabled_loaders.contains('ani') and 
enabled_loaders.contains('gif')),
-   },
-   'cve-2015-4491': {
- 'suites': ['security'],



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gdk-pixbuf2/-/commit/cd6788137f886ae7a2662f91d8a5e302014450d3

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




[Git][archlinux/packaging/packages/gnome-session] Pushed new tag 46.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 46.0-2 at Arch Linux / Packaging 
/ Packages / gnome-session

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome][main] 46.1-2: Remove gnome-keyring dep

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome


Commits:
7ffdafbf by Jan Alexander Steffens (heftig) at 2024-05-16T00:27:38+02:00
46.1-2: Remove gnome-keyring dep

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xdg-desktop-portal-gnome
pkgdesc = A backend implementation for xdg-desktop-portal for the GNOME 
desktop environment
pkgver = 46.1
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
arch = x86_64
groups = gnome
@@ -17,7 +17,6 @@ pkgbase = xdg-desktop-portal-gnome
depends = glib2
depends = glibc
depends = gnome-desktop-4
-   depends = gnome-keyring
depends = graphene
depends = gtk4
depends = libadwaita


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=xdg-desktop-portal-gnome
 pkgver=46.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
 arch=(x86_64)
@@ -17,7 +17,6 @@ depends=(
   glib2
   glibc
   gnome-desktop-4
-  gnome-keyring
   graphene
   gtk4
   libadwaita



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/commit/7ffdafbf9c2f33553ab8f337eebd5e69516e

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




[Git][archlinux/packaging/packages/gnome-session][main] 46.0-2: Depend on portal backends

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


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


Commits:
2e10f0fc by Jan Alexander Steffens (heftig) at 2024-05-16T00:27:16+02:00
46.0-2: Depend on portal backends

These are referenced by gnome-portals.conf.

See: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-session
pkgdesc = The GNOME Session Handler
pkgver = 46.0
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/GNOME/gnome-session
arch = x86_64
groups = gnome
@@ -21,6 +21,7 @@ pkgbase = gnome-session
depends = glib2
depends = glibc
depends = gnome-desktop
+   depends = gnome-keyring
depends = gsettings-desktop-schemas
depends = gtk3
depends = json-glib
@@ -33,6 +34,7 @@ pkgbase = gnome-session
depends = libxtst
depends = systemd
depends = systemd-libs
+   depends = xdg-desktop-portal-gnome
source = 
git+https://gitlab.gnome.org/GNOME/gnome-session.git#commit=2437153bfd7cbebe62c73926bb85f88076313963
b2sums = 
509cd974134e0ff8f90cd039794eae3751d204e7f6056dd97d18ac141521026c016ee5407b8086b7a1036340e3bbf04acd629be67c125e7cd0df6dfe3ee5fb28
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=gnome-session
 pkgver=46.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNOME Session Handler"
 url="https://gitlab.gnome.org/GNOME/gnome-session;
 arch=(x86_64)
@@ -15,6 +15,7 @@ depends=(
   glib2
   glibc
   gnome-desktop
+  gnome-keyring
   gsettings-desktop-schemas
   gtk3
   json-glib
@@ -27,6 +28,7 @@ depends=(
   libxtst
   systemd
   systemd-libs
+  xdg-desktop-portal-gnome
 )
 makedepends=(
   docbook-xsl



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-session/-/commit/2e10f0fc483a06c0d6c4a73f96b0f9edf31a7209

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome] Pushed new tag 46.1-2

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


Jan Alexander Steffens (heftig) pushed new tag 46.1-2 at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome

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




[Git][archlinux/packaging/packages/ipset][main] upgpkg: 7.21-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ ipset


Commits:
a0d6b319 by Sébastien Luttringer at 2024-05-16T00:26:16+02:00
upgpkg: 7.21-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = ipset
pkgdesc = Administration tool for IP sets
-   pkgver = 7.20
+   pkgver = 7.21
pkgrel = 1
url = https://netfilter.org/projects/ipset/
arch = x86_64
-   license = GPL2
+   license = GPL-2.0-only
makedepends = git
depends = glibc
depends = libmnl
backup = etc/ipset.conf
-   source = git://git.netfilter.org/ipset.git#tag=v7.20
+   source = git://git.netfilter.org/ipset.git#tag=v7.21
source = ipset.service
-   sha256sums = SKIP
+   sha256sums = 
b89735eaf8aabefd73483ae096f9d845bd19f90856c5a3e6dc793a1567e687f8
sha256sums = 
5a0e326a80fd5ab2d9545faa1189b647cc866c9568ab6a9dd0833ba5863f39ce
 
 pkgname = ipset


=
PKGBUILD
=
@@ -1,18 +1,18 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=7.20
+pkgver=7.21
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('x86_64')
 url='https://netfilter.org/projects/ipset/'
-license=('GPL2')
+license=('GPL-2.0-only')
 makedepends=('git')
 depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
 source=("git://git.netfilter.org/ipset.git#tag=v$pkgver"
 "$pkgname.service")
-sha256sums=('SKIP'
+sha256sums=('b89735eaf8aabefd73483ae096f9d845bd19f90856c5a3e6dc793a1567e687f8'
 '5a0e326a80fd5ab2d9545faa1189b647cc866c9568ab6a9dd0833ba5863f39ce')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipset/-/commit/a0d6b319b63c78f419182fe07627152503b6d788

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




[Git][archlinux/packaging/packages/ipset] Pushed new tag 7.21-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 7.21-1 at Arch Linux / Packaging / Packages 
/ ipset

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




[Git][archlinux/packaging/packages/scaleway-cli][main] Use SPFX identifier for license

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ scaleway-cli


Commits:
4e4ec1b2 by Sébastien Luttringer at 2024-05-16T00:25:44+02:00
Use SPFX identifier for license

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgrel=1
 pkgdesc='Command line interface for Scaleway Cloud'
 arch=('x86_64')
 url='https://www.scaleway.com/en/cli/'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 options=(!debug)
 makedepends=('go' 'git')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scaleway-cli/-/commit/4e4ec1b2284fa3897a29109a30669ad24d096cc7

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




[Git][archlinux/packaging/packages/bird][main] upgpkg: 2.15.1-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ bird


Commits:
6e9d3b50 by Sébastien Luttringer at 2024-05-16T00:19:24+02:00
upgpkg: 2.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = bird
pkgdesc = RIP, OSPF, BGP, MPLS, BFD, Babel routing daemon
-   pkgver = 2.14
+   pkgver = 2.15.1
pkgrel = 1
url = https://bird.network.cz/
arch = x86_64
-   license = GPL2
+   license = GPL-2.0-or-later
depends = glibc
depends = readline
depends = ncurses
@@ -12,9 +12,9 @@ pkgbase = bird
replaces = bird6
options = !emptydirs
backup = etc/bird.conf
-   source = https://bird.network.cz/download/bird-2.14.tar.gz
+   source = https://bird.network.cz/download/bird-2.15.1.tar.gz
source = bird.service
-   sha256sums = 
b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786
+   sha256sums = 
48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d
sha256sums = 
4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b
 
 pkgname = bird


=
PKGBUILD
=
@@ -1,12 +1,12 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bird
-pkgver=2.14
+pkgver=2.15.1
 pkgrel=1
 pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babel routing daemon'
 arch=('x86_64')
 url='https://bird.network.cz/'
-license=('GPL2')
+license=('GPL-2.0-or-later')
 backup=('etc/bird.conf')
 depends=('glibc' 'readline' 'ncurses' 'libssh')
 replaces=('bird6')
@@ -14,7 +14,7 @@ options=(!emptydirs)
 source=("https://bird.network.cz/download/$pkgname-$pkgver.tar.gz;
 'bird.service'
 )
-sha256sums=('b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786'
+sha256sums=('48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d'
 '4aa1e8d41229badd276aa3747f613e7df34761892add2258c63bdb5097dfeb2b')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/bird] Pushed new tag 2.15.1-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 2.15.1-1 at Arch Linux / Packaging / 
Packages / bird

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




[Git][archlinux/packaging/packages/gdm][main] Make xorg deps optional

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


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


Commits:
10fbd35e by Jan Alexander Steffens (heftig) at 2024-05-16T00:18:45+02:00
Make xorg deps optional

Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/gdm/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -14,6 +14,9 @@ pkgbase = gdm
makedepends = plymouth
makedepends = python-packaging
makedepends = yelp-tools
+   makedepends = xorg-server
+   makedepends = xorg-xhost
+   makedepends = xorg-xrdb
depends = accountsservice
depends = audit
depends = bash
@@ -36,9 +39,9 @@ pkgbase = gdm
depends = systemd
depends = systemd-libs
depends = upower
-   depends = xorg-server
-   depends = xorg-xhost
-   depends = xorg-xrdb
+   optdepends = xorg-server: X session support
+   optdepends = xorg-xhost: X session support
+   optdepends = xorg-xrdb: X session support
source = 
git+https://gitlab.gnome.org/GNOME/gdm.git#commit=a5b591cd8d1db5c5d1ebe67d10ec3fe57b9bbded
source = 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
b2sums = 
23f2346014a2c7f39fb53627e1531d74eeb7636027e2192d8be72a1a553126796b0445b0c02691ee104835e333275881be77883b80252f9e0bc13a37a152fe6b
@@ -69,9 +72,6 @@ pkgname = gdm
depends = systemd
depends = systemd-libs
depends = upower
-   depends = xorg-server
-   depends = xorg-xhost
-   depends = xorg-xrdb
depends = libgdm
optdepends = fprintd: fingerprint authentication
backup = etc/gdm/PostSession/Default


=
PKGBUILD
=
@@ -36,9 +36,6 @@ depends=(
   systemd
   systemd-libs
   upower
-  xorg-server
-  xorg-xhost
-  xorg-xrdb
 )
 makedepends=(
   dconf
@@ -49,6 +46,14 @@ makedepends=(
   plymouth
   python-packaging
   yelp-tools
+  xorg-server
+  xorg-xhost
+  xorg-xrdb
+)
+optdepends=(
+  'xorg-server: X session support'
+  'xorg-xhost: X session support'
+  'xorg-xrdb: X session support'
 )
 checkdepends=(check)
 _commit=a5b591cd8d1db5c5d1ebe67d10ec3fe57b9bbded  # tags/46.0^0



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

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




[Git][archlinux/packaging/packages/lib32-gdk-pixbuf2][main] 2.42.12-1

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


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


Commits:
7ce62fa8 by Jan Alexander Steffens (heftig) at 2024-05-16T00:18:27+02:00
2.42.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lib32-gdk-pixbuf2
pkgdesc = An image loading library (32-bit)
-   pkgver = 2.42.11
-   pkgrel = 2
+   pkgver = 2.42.12
+   pkgrel = 1
url = https://wiki.gnome.org/Projects/GdkPixbuf
arch = x86_64
license = LGPL-2.0-or-later
@@ -15,12 +15,10 @@ pkgbase = lib32-gdk-pixbuf2
depends = lib32-libtiff
depends = shared-mime-info
optdepends = lib32-librsvg: Load .svg, .svgz, and .svg.gz
-   source = git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=2.42.11
+   source = git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=2.42.12
source = gdk-pixbuf-query-loaders-32.hook
-   source = 0001-fix-build-failure-due-to-typo-in-the-build-script.patch
-   b2sums = 
23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6
+   b2sums = 
f44a114c98aba2a3ff0e7435dd85e8e3bde579e96cb059ead733ed2e8b28b857e8c66e72360b40ca07237c98fa9904948886bf78980c6deccf58b29e48988790
b2sums = 
0b432bdeb31acdd66c8a861551cabf4f83efd3c441614dbb64b7ac11fdbb97c76412b5706bb18ff1ed890de0a4c51bf02bb531eb4693e6d68021b5372cb5897a
-   b2sums = 
16e5b72b2a50c1c733a1688c2ff6b55b6a920530bacc28e8e60dfe62c0b40c875611186c4962b2d183ef2e3ab26ea0a5108f3bbe20c1059fef0dbf4f16891f23
 
 pkgname = lib32-gdk-pixbuf2
install = lib32-gdk-pixbuf2.install


=
PKGBUILD
=
@@ -6,8 +6,8 @@ pkgbase=lib32-gdk-pixbuf2
 pkgname=(
   lib32-gdk-pixbuf2
 )
-pkgver=2.42.11
-pkgrel=2
+pkgver=2.42.12
+pkgrel=1
 pkgdesc="An image loading library (32-bit)"
 url="https://wiki.gnome.org/Projects/GdkPixbuf;
 arch=(x86_64)
@@ -31,18 +31,12 @@ optdepends=(
 source=(
   "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=$pkgver;
   gdk-pixbuf-query-loaders-32.hook
-  0001-fix-build-failure-due-to-typo-in-the-build-script.patch
 )
-b2sums=('23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6'
-
'0b432bdeb31acdd66c8a861551cabf4f83efd3c441614dbb64b7ac11fdbb97c76412b5706bb18ff1ed890de0a4c51bf02bb531eb4693e6d68021b5372cb5897a'
-
'16e5b72b2a50c1c733a1688c2ff6b55b6a920530bacc28e8e60dfe62c0b40c875611186c4962b2d183ef2e3ab26ea0a5108f3bbe20c1059fef0dbf4f16891f23')
+b2sums=('f44a114c98aba2a3ff0e7435dd85e8e3bde579e96cb059ead733ed2e8b28b857e8c66e72360b40ca07237c98fa9904948886bf78980c6deccf58b29e48988790'
+
'0b432bdeb31acdd66c8a861551cabf4f83efd3c441614dbb64b7ac11fdbb97c76412b5706bb18ff1ed890de0a4c51bf02bb531eb4693e6d68021b5372cb5897a')
 
 prepare() {
   cd gdk-pixbuf
-
-  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/issues/1
-  # https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/merge_requests/165
-  git apply -3 ../0001-fix-build-failure-due-to-typo-in-the-build-script.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gdk-pixbuf2/-/commit/7ce62fa85febb6f8fa4cb7d6610c808c30e85215

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




[Git][archlinux/packaging/packages/lib32-gdk-pixbuf2] Pushed new tag 2.42.12-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.42.12-1 at Arch Linux / 
Packaging / Packages / lib32-gdk-pixbuf2

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




[Git][archlinux/packaging/packages/js115][main] 115.11.0-1

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


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


Commits:
7606ca4d by Jan Alexander Steffens (heftig) at 2024-05-16T00:17:13+02:00
115.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = js115
pkgdesc = JavaScript interpreter and libraries - Version 115
-   pkgver = 115.10.0
+   pkgver = 115.11.0
pkgrel = 1
url = https://spidermonkey.dev/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = js115
makedepends = lld
makedepends = llvm
makedepends = python
-   makedepends = rust
+   makedepends = rustup
makedepends = zip
depends = gcc-libs
depends = glibc
@@ -20,12 +20,12 @@ pkgbase = js115
depends = sh
depends = zlib
options = !lto
-   source = 
https://archive.mozilla.org/pub/firefox/releases/115.10.0esr/source/firefox-115.10.0esr.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/115.10.0esr/source/firefox-115.10.0esr.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/115.11.0esr/source/firefox-115.11.0esr.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/115.11.0esr/source/firefox-115.11.0esr.source.tar.xz.asc
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2
+   sha256sums = 
16be46f16a356a2b8bd3541805a24c8a2acf6f077cf8a65859689685c26025e0
sha256sums = SKIP
-   b2sums = 
342d5cf4d61b3efe3dde6a6e53f064739d4107690f1d101915ba8cf2214f518aa8c7490903e20179f0874a3bd62871723e877e8f789d9816f3e0d9227d751eb6
+   b2sums = 
ced11d0665215dbf0aed710015a1e27863ecb8ccbba71ff6f6c57e1789e54c3c7c1940507db86ff2d8eea4d323a9ca7fbc40eaa6eaa7b0ec922ff69ffad64886
b2sums = SKIP
 
 pkgname = js115


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js115
-pkgver=115.10.0
+pkgver=115.11.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 115"
 url="https://spidermonkey.dev/;
@@ -20,7 +20,7 @@ makedepends=(
   lld
   llvm
   python
-  rust
+  rustup
   zip
 )
 checkdepends=(
@@ -37,15 +37,19 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2'
+sha256sums=('16be46f16a356a2b8bd3541805a24c8a2acf6f077cf8a65859689685c26025e0'
 'SKIP')
-b2sums=('342d5cf4d61b3efe3dde6a6e53f064739d4107690f1d101915ba8cf2214f518aa8c7490903e20179f0874a3bd62871723e877e8f789d9816f3e0d9227d751eb6'
+b2sums=('ced11d0665215dbf0aed710015a1e27863ecb8ccbba71ff6f6c57e1789e54c3c7c1940507db86ff2d8eea4d323a9ca7fbc40eaa6eaa7b0ec922ff69ffad64886'
 'SKIP')
 
 # Make sure the duplication between bin and lib is found
 COMPRESSZST+=(--long)
 
 prepare() {
+  # packed_simd no longer builds with 1.78.0
+  rustup toolchain update --profile minimal 1.77.2
+  rustup default 1.77.2
+
   mkdir mozbuild
   cd firefox-$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/js115/-/commit/7606ca4d66d335707782d25dac8f2917b4ccd2d2

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




[Git][archlinux/packaging/packages/js115] Pushed new tag 115.11.0-1

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


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

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




[Git][archlinux/packaging/packages/scaleway-cli][main] upgpkg: 2.30.0-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed to branch main at Arch Linux / Packaging / Packages 
/ scaleway-cli


Commits:
c134b7a7 by Sébastien Luttringer at 2024-05-16T00:14:00+02:00
upgpkg: 2.30.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = scaleway-cli
pkgdesc = Command line interface for Scaleway Cloud
-   pkgver = 2.26.0
+   pkgver = 2.30.0
pkgrel = 1
url = https://www.scaleway.com/en/cli/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = scaleway-cli
makedepends = git
depends = glibc
options = !debug
-   source = git+https://github.com/scaleway/scaleway-cli.git#tag=v2.26.0
+   source = git+https://github.com/scaleway/scaleway-cli.git#tag=v2.30.0
source = 0001-Disable-version-check-and-error-reporting.patch
-   sha256sums = SKIP
+   sha256sums = 
f3809572a33e028db85848392a51f20c26d0f85f9487374cc6c2ce5ab1e6b3ea
sha256sums = 
86729f02b9da43d651eb099a040ba9a6c7c35e38730296b05163058b768a5730
 
 pkgname = scaleway-cli


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Mikkel Oscar Lyderik 
 
 pkgname=scaleway-cli
-pkgver=2.26.0
+pkgver=2.30.0
 pkgrel=1
 pkgdesc='Command line interface for Scaleway Cloud'
 arch=('x86_64')
@@ -14,7 +14,7 @@ options=(!debug)
 makedepends=('go' 'git')
 source=("git+https://github.com/scaleway/scaleway-cli.git#tag=v$pkgver;
 '0001-Disable-version-check-and-error-reporting.patch')
-sha256sums=('SKIP'
+sha256sums=('f3809572a33e028db85848392a51f20c26d0f85f9487374cc6c2ce5ab1e6b3ea'
 '86729f02b9da43d651eb099a040ba9a6c7c35e38730296b05163058b768a5730')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/scaleway-cli] Pushed new tag 2.30.0-1

2024-05-15 Thread @seblu


Sébastien Luttringer pushed new tag 2.30.0-1 at Arch Linux / Packaging / 
Packages / scaleway-cli

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




[Git][archlinux/packaging/packages/gnome-control-center][main] Link to issue 1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-control-center


Commits:
6a6e2837 by Jan Alexander Steffens (heftig) at 2024-05-16T00:11:31+02:00
Link to issue 1

In the explanation of why it cant be a depend.

Closes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/issues/1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -83,6 +83,7 @@ optdepends=(
   # Cannot be a depend because when gnome-shell checkdepends on
   # gnome-control-center depends on gnome-shell depends on libmutter-12.so, it
   # makes building gnome-shell against libmutter-13.so impossible
+  # 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/issues/1
   'gnome-shell: multitasking panel'
 
   'gnome-user-share: WebDAV file sharing'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-control-center/-/commit/6a6e283762cf5f6f80d7d63440c9fb03210ecfbf

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




[Git][archlinux/packaging/packages/js102][main] deps

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


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


Commits:
a7e0902e by Jan Alexander Steffens (heftig) at 2024-05-16T00:01:17+02:00
deps

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -15,6 +15,7 @@ pkgbase = js102
makedepends = rustup
makedepends = zip
depends = gcc-libs
+   depends = glibc
depends = readline
depends = sh
depends = zlib


=
PKGBUILD
=
@@ -9,6 +9,7 @@ arch=(x86_64)
 license=(MPL-2.0)
 depends=(
   gcc-libs
+  glibc
   readline
   sh
   zlib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/js102/-/commit/a7e0902ee892107990078a77af908274eb31b9b2

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




[Git][archlinux/packaging/packages/js91][main] deps

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


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


Commits:
49b498bc by Jan Alexander Steffens (heftig) at 2024-05-16T00:01:04+02:00
deps

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -16,6 +16,7 @@ pkgbase = js91
makedepends = rustup
makedepends = zip
depends = gcc-libs
+   depends = glibc
depends = readline
depends = sh
depends = zlib


=
PKGBUILD
=
@@ -9,6 +9,7 @@ arch=(x86_64)
 license=(MPL-2.0)
 depends=(
   gcc-libs
+  glibc
   readline
   sh
   zlib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/js91/-/commit/49b498bc0048ea3efdd2eaa02bd00710b730ea56

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




[Git][archlinux/packaging/packages/osquery][main] 3 commits: Add nvchecker integration

2024-05-15 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / osquery


Commits:
ce0d2be7 by David Runge at 2024-05-15T23:17:03+02:00
Add nvchecker integration

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
d28c5469 by David Runge at 2024-05-15T23:17:48+02:00
Remove tab poisoning

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
46a8747a by David Runge at 2024-05-15T23:19:42+02:00
Switch to correct SPDX license identifier

Signed-off-by: David Runge dv...@archlinux.org

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -6,11 +6,11 @@ pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
-license=(Apache GPL2)
+license=('Apache-2.0 OR GPL-2.0-only')
 makedepends=(cmake ninja clang python gcc-libs git libunwind)
 source=(git+https://github.com/osquery/osquery.git#tag=$pkgver
 fixes.patch
-   rocksdb.patch
+rocksdb.patch
 ebpf-common.patch
 libaudit.patch)
 sha256sums=('SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osquery/-/compare/c849d6fd0a742f18f69669b53446e24dcea59a57...46a8747a749d3bc82359852ae2d55883c8a29d4c

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




[Git][archlinux/packaging/packages/skopeo][main] 2 commits: upgpkg: 1.15.0-1

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


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


Commits:
cfab4a13 by Frederik Schwan at 2024-05-15T23:35:56+02:00
upgpkg: 1.15.0-1

- - - - -
6316fc29 by Frederik Schwan at 2024-05-15T23:38:59+02:00
upgpkg: 1.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = skopeo
pkgdesc = A command line utility for various operations on container 
images and image repositories.
-   pkgver = 1.15.0
+   pkgver = 1.15.1
pkgrel = 1
url = https://github.com/containers/skopeo
arch = x86_64
-   license = APACHE
+   license = Apache-2.0
makedepends = go
makedepends = go-md2man
makedepends = btrfs-progs
@@ -13,7 +13,7 @@ pkgbase = skopeo
depends = gpgme
depends = device-mapper
depends = containers-common
-   source = 
git+https://github.com/containers/skopeo#commit=99e3c44865d4200bb93f38365622ef1e857c3a61
-   sha256sums = SKIP
+   source = git+https://github.com/containers/skopeo#tag=v1.15.1
+   sha256sums = 
198d43f0a6e8375a7a38a63d841496ce8e4c93d894a1b695ed0ff0b4e87de469
 
 pkgname = skopeo


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.15.0
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -10,14 +10,8 @@ url='https://github.com/containers/skopeo'
 license=(Apache-2.0)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=99e3c44865d4200bb93f38365622ef1e857c3a61 #refs/tags/v1.15.0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
+source=(git+$url#tag=v$pkgver)
+sha256sums=('198d43f0a6e8375a7a38a63d841496ce8e4c93d894a1b695ed0ff0b4e87de469')
 
 prepare(){
   cd ${pkgname}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skopeo/-/compare/c44070747c96f9ce14782fd16f910f440d5874f0...6316fc295edfc940f28f300ab8391884db9ee61a

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




[Git][archlinux/packaging/packages/skopeo] Pushed new tag 1.15.1-1

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


Frederik Schwan pushed new tag 1.15.1-1 at Arch Linux / Packaging / Packages / 
skopeo

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




[Git][archlinux/packaging/packages/libolm][main] upgpkg: 3.2.16-4: Drop future dependency

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


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


Commits:
a4fd12ab by Jelle van der Waa at 2024-05-15T23:14:59+02:00
upgpkg: 3.2.16-4: Drop future dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libolm
pkgdesc = Implementation of the Olm and Megolm cryptographic ratchets
pkgver = 3.2.16
-   pkgrel = 3
+   pkgrel = 4
url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
license = APACHE
@@ -28,5 +28,4 @@ pkgname = python-olm
depends = libolm
depends = python
depends = python-cffi
-   depends = python-future
depends = libolm.so


=
PKGBUILD
=
@@ -5,7 +5,7 @@ pkgbase='libolm'
 pkgname=('libolm' 'python-olm')
 pkgver=3.2.16
 _tag=c2ccf54de20b2563331e273f113b2b51c59be619 # git rev-parse "$pkgver"
-pkgrel=3
+pkgrel=4
 pkgdesc='Implementation of the Olm and Megolm cryptographic ratchets'
 arch=('x86_64')
 url='https://gitlab.matrix.org/matrix-org/olm'
@@ -49,7 +49,7 @@ package_libolm() {
 
 package_python-olm() {
   pkgdesc='Python bindings for Olm'
-  depends=('libolm' 'python' 'python-cffi' 'python-future' 'libolm.so')
+  depends=('libolm' 'python' 'python-cffi' 'libolm.so')
 
   cd olm-$pkgver/python
   python -m installer --destdir="$pkgdir" dist/*.whl



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libolm/-/commit/a4fd12ab2fc4a0f7c3836725baa2fd4c5e02615a

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




[Git][archlinux/packaging/packages/libolm] Pushed new tag 3.2.16-4

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


Jelle van der Waa pushed new tag 3.2.16-4 at Arch Linux / Packaging / Packages 
/ libolm

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




[Git][archlinux/packaging/packages/iniparser] Pushed new tag 4.2.1-1

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


Christian Hesse pushed new tag 4.2.1-1 at Arch Linux / Packaging / Packages / 
iniparser

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




[Git][archlinux/packaging/packages/iniparser][main] upgpkg: 4.2.1-1: new upstream release

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


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


Commits:
74358910 by Christian Hesse at 2024-05-15T23:11:52+02:00
upgpkg: 4.2.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = iniparser
pkgdesc = A free stand-alone ini file parsing library written in 
portable ANSI C
-   pkgver = 4.2
+   pkgver = 4.2.1
pkgrel = 1
url = https://github.com/ndevilla/iniparser
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = iniparser
makedepends = chrpath
depends = glibc
provides = libiniparser.so
-   source = 
iniparser-4.2.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.2.tar.gz
-   md5sums = f52458ace1466c5798c47aa3e7a9b949
-   sha256sums = 
dbcbaf3aedb4f88a9fc0df4b315737ddd10e6c37918e3d89f0ecc475333bde4d
+   source = 
iniparser-4.2.1.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.2.1.tar.gz
+   md5sums = 402ca3059f3dd1f9acd664d9c9b6aa27
+   sha256sums = 
9120fd13260be1dbec74b8aaf4c434976626f3b3288c0d17b70e21cce2d2
 
 pkgname = iniparser


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=iniparser
-pkgver=4.2
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='A free stand-alone ini file parsing library written in portable ANSI 
C'
 arch=('x86_64')
@@ -13,8 +13,8 @@ depends=('glibc')
 provides=('libiniparser.so')
 makedepends=('chrpath')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ndevilla/iniparser/archive/v${pkgver}.tar.gz;)
-md5sums=('f52458ace1466c5798c47aa3e7a9b949')
-sha256sums=('dbcbaf3aedb4f88a9fc0df4b315737ddd10e6c37918e3d89f0ecc475333bde4d')
+md5sums=('402ca3059f3dd1f9acd664d9c9b6aa27')
+sha256sums=('9120fd13260be1dbec74b8aaf4c434976626f3b3288c0d17b70e21cce2d2')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iniparser/-/commit/74358910854f9ec94a268ebc65953fc8f79e0bb9

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




[Git][archlinux/packaging/packages/duplicity][main] upgpkg: 2.2.3-1: Update to 2.2.3

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


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


Commits:
16c2e168 by Antonio Rojas at 2024-05-15T23:10:30+02:00
upgpkg: 2.2.3-1: Update to 2.2.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = duplicity
pkgdesc = A utility for encrypted, bandwidth-efficient backups using 
the rsync algorithm
-   pkgver = 2.1.4
-   pkgrel = 4
+   pkgver = 2.2.3
+   pkgrel = 1
url = https://duplicity.gitlab.io/
arch = x86_64
license = GPL
@@ -26,9 +26,9 @@ pkgbase = duplicity
optdepends = python-mediafire: Mediafire backend
optdepends = python-requests-oauthlib: OneDrive backend
optdepends = rsync: rsync backend
-   source = 
duplicity::git+https://gitlab.com/duplicity/duplicity#commit=f1ab57ac5f3cf2ec2c7178b88154d9451e8283ed
+   source = 
duplicity::git+https://gitlab.com/duplicity/duplicity#tag=rel.2.2.3
source = fix-documentation-directory.patch
-   b2sums = SKIP
+   b2sums = 
2e5547833bbbd174f5ae4de3306fe33ce66e4c25f103881cb2014155c8280f66994f1829faa76b38325c08597299fe479ed7731a360e336f7480f867c98a9919
b2sums = 
04dad8ce369f4fb78e2b3239e30d63410d8e8c33b5e05717b5b62ba54c624c2e931220b950bad507deab60a07086c434949f0766bc3ae2eb771d62e1919cbecd
 
 pkgname = duplicity


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=2.1.4
-pkgrel=4
+pkgver=2.2.3
+pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
 arch=('x86_64')
 url='https://duplicity.gitlab.io/'
@@ -37,12 +37,11 @@ optdepends=(
   'python-requests-oauthlib: OneDrive backend'
   'rsync: rsync backend'
 )
-_commit='f1ab57ac5f3cf2ec2c7178b88154d9451e8283ed'
 source=(
-  "$pkgname::git+https://gitlab.com/duplicity/duplicity#commit=$_commit;
+  "$pkgname::git+https://gitlab.com/duplicity/duplicity#tag=rel.$pkgver;
   'fix-documentation-directory.patch'
 )
-b2sums=('SKIP'
+b2sums=('2e5547833bbbd174f5ae4de3306fe33ce66e4c25f103881cb2014155c8280f66994f1829faa76b38325c08597299fe479ed7731a360e336f7480f867c98a9919'
 
'04dad8ce369f4fb78e2b3239e30d63410d8e8c33b5e05717b5b62ba54c624c2e931220b950bad507deab60a07086c434949f0766bc3ae2eb771d62e1919cbecd')
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/16c2e1683b4e27c4e1e1c191db641f6fed6fb326

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




[Git][archlinux/packaging/packages/duplicity] Pushed new tag 2.2.3-1

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


Antonio Rojas pushed new tag 2.2.3-1 at Arch Linux / Packaging / Packages / 
duplicity

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




[Git][archlinux/packaging/packages/sdcc] Pushed new tag 4.4.0-1

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


Antonio Rojas pushed new tag 4.4.0-1 at Arch Linux / Packaging / Packages / sdcc

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




[Git][archlinux/packaging/packages/python-ana][main] upgpkg: 0.06-4: Drop future dependency

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ana


Commits:
84e1ef91 by Jelle van der Waa at 2024-05-15T23:01:41+02:00
upgpkg: 0.06-4: Drop future dependency

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + drop-future-dependency.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ana
pkgdesc = Python module to provide easy distributed data storage
pkgver = 0.06
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/zardus/ana
arch = any
license = custom:BSD2
@@ -10,9 +10,11 @@ pkgbase = python-ana
makedepends = python-wheel
makedepends = python-setuptools
depends = python
-   depends = python-future
source = 
https://files.pythonhosted.org/packages/source/a/ana/ana-0.06.tar.gz
+   source = drop-future-dependency.patch
sha512sums = 
d4944f96379d399040e191d3058d35e5e7ca2cd7193b8dfb3b7b78e0dbf26c8c5dc48acb7c570e51fead0387ee708246de8cf9231ef35028bdd7686f732df875
+   sha512sums = 
035c21317a5383aeea5822ea3db464c7f4ab7152dcaaf03556008d06430c45f4ee8cfe3576df29ef37753dd1ace4877764d0456915111042571ed80c3c0cc558
b2sums = 
a94c37c2bd845b4f2f5402296487c4c29ff5f7f3a1b88b3a77a24add48efc5364bf0f07705a9db72e6d34579bece535ac3b230f173da3b262a50f4bf48dcc02c
+   b2sums = 
324faf19458ccd4a4085f9a91148d898160f0fb80e363211d04253b7ef2f293d557600a602f50e6a6e3a3fbb3b22e8f1a688fb246e7ade0b9ea7a7a0b523e1a5
 
 pkgname = python-ana


=
PKGBUILD
=
@@ -3,16 +3,24 @@
 _pyname=ana
 pkgname=python-${_pyname}
 pkgver=0.06
-pkgrel=3
+pkgrel=4
 pkgdesc='Python module to provide easy distributed data storage'
 url='https://github.com/zardus/ana'
 arch=('any')
 license=('custom:BSD2')
-depends=('python' 'python-future')
+depends=('python')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-sha512sums=('d4944f96379d399040e191d3058d35e5e7ca2cd7193b8dfb3b7b78e0dbf26c8c5dc48acb7c570e51fead0387ee708246de8cf9231ef35028bdd7686f732df875')
-b2sums=('a94c37c2bd845b4f2f5402296487c4c29ff5f7f3a1b88b3a77a24add48efc5364bf0f07705a9db72e6d34579bece535ac3b230f173da3b262a50f4bf48dcc02c')
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;
+"drop-future-dependency.patch")
+sha512sums=('d4944f96379d399040e191d3058d35e5e7ca2cd7193b8dfb3b7b78e0dbf26c8c5dc48acb7c570e51fead0387ee708246de8cf9231ef35028bdd7686f732df875'
+
'035c21317a5383aeea5822ea3db464c7f4ab7152dcaaf03556008d06430c45f4ee8cfe3576df29ef37753dd1ace4877764d0456915111042571ed80c3c0cc558')
+b2sums=('a94c37c2bd845b4f2f5402296487c4c29ff5f7f3a1b88b3a77a24add48efc5364bf0f07705a9db72e6d34579bece535ac3b230f173da3b262a50f4bf48dcc02c'
+
'324faf19458ccd4a4085f9a91148d898160f0fb80e363211d04253b7ef2f293d557600a602f50e6a6e3a3fbb3b22e8f1a688fb246e7ade0b9ea7a7a0b523e1a5')
+
+prepare() {
+  cd "${_pyname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/drop-future-dependency.patch
+}
 
 build() {
   cd "${_pyname}-${pkgver}"


=
drop-future-dependency.patch
=
@@ -0,0 +1,52 @@
+From 7f3c0dd8bd9ed89e3e146f934212516831147c51 Mon Sep 17 00:00:00 2001
+From: Lumir Balhar 
+Date: Mon, 31 Jul 2023 16:33:40 +0200
+Subject: [PATCH] Remove dependency on future
+
+Fixes: https://github.com/zardus/ana/issues/16
+---
+ ana/storable.py | 8 +++-
+ setup.py| 2 +-
+ 2 files changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/ana/storable.py b/ana/storable.py
+index a11710b..37379b1 100644
+--- a/ana/storable.py
 b/ana/storable.py
+@@ -1,5 +1,3 @@
+-from future.utils import iteritems
+-from past.builtins import long, unicode
+ import uuid as uuid_module
+ 
+ import logging
+@@ -48,11 +46,11 @@ def ana_load(cls, uuid):
+ def _any_to_literal(o, known_set, objects):
+ if o is None:
+ return None
+-elif type(o) in (long, int, str, unicode, float, bool):
++elif type(o) in (int, str, float, bool):
+ return o
+ elif isinstance(o, dict):
+ return {
+-Storable._any_to_literal(k, known_set, 
objects):Storable._any_to_literal(v, known_set, objects) for k,v in iteritems(o)
++Storable._any_to_literal(k, known_set, 
objects):Storable._any_to_literal(v, known_set, objects) for k,v in o.items()
+ }
+ elif isinstance(o, list) or isinstance(o, tuple) or isinstance(o, 
set):
+ return [ Storable._any_to_literal(e, known_set, objects) for e in 
o ]
+@@ -108,7 +106,7 @@ def _ana_getstate(self):
+ return { k: getattr(self, k) for k in self._all_slots() if 
hasattr(self, k) }
+ 
+ def 

[Git][archlinux/packaging/packages/python-ana] Pushed new tag 0.06-4

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


Jelle van der Waa pushed new tag 0.06-4 at Arch Linux / Packaging / Packages / 
python-ana

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




[Git][archlinux/packaging/packages/python-hcloud][main] upgpkg: 1.33.2-3: future dependency was dropped in 1.18.2

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-hcloud


Commits:
135ddb24 by Jelle van der Waa at 2024-05-15T22:56:40+02:00
upgpkg: 1.33.2-3: future dependency was dropped in 1.18.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,13 @@
 pkgbase = python-hcloud
pkgdesc = Official Hetzner Cloud python library
pkgver = 1.33.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/hetznercloud/hcloud-python
arch = any
license = MIT
makedepends = python-setuptools
depends = python-requests
depends = python-dateutil
-   depends = python-future
provides = hcloud-python
replaces = hcloud-python
source = 
python-hcloud-1.33.2.tar.gz::https://github.com/hetznercloud/hcloud-python/archive/v1.33.2.tar.gz


=
PKGBUILD
=
@@ -1,14 +1,14 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=python-hcloud
 pkgver=1.33.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Official Hetzner Cloud python library"
 arch=('any')
 url="https://github.com/hetznercloud/hcloud-python;
 license=('MIT')
 replaces=('hcloud-python')
 provides=('hcloud-python')
-depends=('python-requests' 'python-dateutil' 'python-future')
+depends=('python-requests' 'python-dateutil')
 makedepends=('python-setuptools')
 
source=("$pkgname"-$pkgver.tar.gz::https://github.com/hetznercloud/hcloud-python/archive/v${pkgver}.tar.gz)
 
sha512sums=('a2b85bd1f6580bbf359634084d5c247fc69339ee01900567e7d51db03cc295e7fef989ab4663f4cb8be7dd9c527a6172780557e24b6425760fd615067e54496c')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hcloud/-/commit/135ddb2441507d0113cc09b38dd6edb155b4ee3b

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




[Git][archlinux/packaging/packages/python-hcloud] Pushed new tag 1.33.2-3

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


Jelle van der Waa pushed new tag 1.33.2-3 at Arch Linux / Packaging / Packages 
/ python-hcloud

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




[Git][archlinux/packaging/packages/duplicity][main] upgpkg: 2.1.4-4: future dependency was dropped in 2.1.2

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


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


Commits:
179ef253 by Jelle van der Waa at 2024-05-15T22:52:24+02:00
upgpkg: 2.1.4-4: future dependency was dropped in 2.1.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = duplicity
pkgdesc = A utility for encrypted, bandwidth-efficient backups using 
the rsync algorithm
pkgver = 2.1.4
-   pkgrel = 3
+   pkgrel = 4
url = https://duplicity.gitlab.io/
arch = x86_64
license = GPL
@@ -15,7 +15,6 @@ pkgbase = duplicity
depends = librsync
depends = python-paramiko
depends = python-fasteners
-   depends = python-future
optdepends = lftp: backend for ftp, ftps, fish
optdepends = ncftp: alternative backend for ftp
optdepends = python-b2sdk: Backblaze B2 backend


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=2.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
 arch=('x86_64')
 url='https://duplicity.gitlab.io/'
@@ -15,7 +15,6 @@ depends=(
   'librsync'
   'python-paramiko'
   'python-fasteners'
-  'python-future'
 )
 makedepends=(
   'git'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duplicity/-/commit/179ef2533b45749907c21197ba75e2dddc023f66

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




[Git][archlinux/packaging/packages/duplicity] Pushed new tag 2.1.4-4

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


Jelle van der Waa pushed new tag 2.1.4-4 at Arch Linux / Packaging / Packages / 
duplicity

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




[Git][archlinux/packaging/packages/duplicity] Pushed new tag 2.1.4-3

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


Jelle van der Waa pushed new tag 2.1.4-3 at Arch Linux / Packaging / Packages / 
duplicity

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




[Git][archlinux/packaging/packages/duplicity][main] upgpkg: 2.1.4-3: future dependency was dropped in 2.1.2

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


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


Commits:
0ded6133 by Jelle van der Waa at 2024-05-15T22:51:14+02:00
upgpkg: 2.1.4-3: future dependency was dropped in 2.1.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = duplicity
pkgdesc = A utility for encrypted, bandwidth-efficient backups using 
the rsync algorithm
pkgver = 2.1.4
-   pkgrel = 2
+   pkgrel = 3
url = https://duplicity.gitlab.io/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=duplicity
 pkgver=2.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm'
 arch=('x86_64')
 url='https://duplicity.gitlab.io/'



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

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




[Git][archlinux/packaging/packages/libolm][main] upgpkg: 3.2.16-3: future dependency was dropped in 3.2.15

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


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


Commits:
680c1d7b by Jelle van der Waa at 2024-05-15T22:47:21+02:00
upgpkg: 3.2.16-3: future dependency was dropped in 3.2.15

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libolm
pkgdesc = Implementation of the Olm and Megolm cryptographic ratchets
pkgver = 3.2.16
-   pkgrel = 2
+   pkgrel = 3
url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
license = APACHE
@@ -12,7 +12,6 @@ pkgbase = libolm
makedepends = python
makedepends = python-build
makedepends = python-cffi
-   makedepends = python-future
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel


=
PKGBUILD
=
@@ -5,12 +5,12 @@ pkgbase='libolm'
 pkgname=('libolm' 'python-olm')
 pkgver=3.2.16
 _tag=c2ccf54de20b2563331e273f113b2b51c59be619 # git rev-parse "$pkgver"
-pkgrel=2
+pkgrel=3
 pkgdesc='Implementation of the Olm and Megolm cryptographic ratchets'
 arch=('x86_64')
 url='https://gitlab.matrix.org/matrix-org/olm'
 license=('APACHE')
-makedepends=('cmake' 'python' 'python-build' 'python-cffi' 'python-future'
+makedepends=('cmake' 'python' 'python-build' 'python-cffi'
  'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-aspectlib' 'python-pytest' 'python-pytest-benchmark')
 
source=(https://gitlab.matrix.org/matrix-org/olm/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libolm/-/commit/680c1d7bd656085b66550aa0b5b29795ed22de0c

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




[Git][archlinux/packaging/packages/libolm] Pushed new tag 3.2.16-3

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


Jelle van der Waa pushed new tag 3.2.16-3 at Arch Linux / Packaging / Packages 
/ libolm

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




[Git][archlinux/packaging/packages/python-parsedatetime] Pushed new tag 2.6-9

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


Jelle van der Waa pushed new tag 2.6-9 at Arch Linux / Packaging / Packages / 
python-parsedatetime

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




[Git][archlinux/packaging/packages/python-parsedatetime][main] upgpkg: 2.6-9: future dependency was dropped in v2.5

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-parsedatetime


Commits:
aba9cd29 by Jelle van der Waa at 2024-05-15T22:44:31+02:00
upgpkg: 2.6-9: future dependency was dropped in v2.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-parsedatetime
pkgdesc = Parse human-readable date/time strings.
pkgver = 2.6
-   pkgrel = 8
+   pkgrel = 9
url = https://github.com/bear/parsedatetime
arch = any
license = Apache-2.0
@@ -10,7 +10,7 @@ pkgbase = python-parsedatetime
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
-   depends = python-future
+   depends = python
source = 
python-parsedatetime-2.6.tar.gz::https://github.com/bear/parsedatetime/archive/v2.6.tar.gz
sha512sums = 
ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543
 


=
PKGBUILD
=
@@ -7,12 +7,12 @@
 
 pkgname=python-parsedatetime
 pkgver=2.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Parse human-readable date/time strings."
 arch=('any')
 license=('Apache-2.0')
 url='https://github.com/bear/parsedatetime'
-depends=('python-future')
+depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz;)



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

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




[Git][archlinux/packaging/packages/python-commonmark] Pushed new tag 0.9.1-11

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


Jelle van der Waa pushed new tag 0.9.1-11 at Arch Linux / Packaging / Packages 
/ python-commonmark

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




[Git][archlinux/packaging/packages/python-commonmark][main] Drop pyton-future depends

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-commonmark


Commits:
b41d5bce by Jelle van der Waa at 2024-05-15T22:42:44+02:00
Drop pyton-future depends

This is only required for Python  3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-commonmark
pkgdesc = Python parser for the CommonMark Markdown spec
pkgver = 0.9.1
-   pkgrel = 10
+   pkgrel = 11
url = https://pypi.org/project/commonmark/
arch = any
license = BSD
@@ -13,7 +13,6 @@ pkgbase = python-commonmark
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
depends = python-docutils
-   depends = python-future
options = !makeflags
source = 
python-commonmark-0.9.1.tar.gz::https://github.com/readthedocs/commonmark.py/archive/0.9.1.tar.gz
sha256sums = 
b5d5be6af35a183c3f915d714b31b61e6918894051114419f9ac0bbb715bf4c6


=
PKGBUILD
=
@@ -3,13 +3,12 @@
 
 pkgname=python-commonmark
 pkgver=0.9.1
-pkgrel=10
+pkgrel=11
 pkgdesc='Python parser for the CommonMark Markdown spec'
 url='https://pypi.org/project/commonmark/'
 arch=('any')
 license=('BSD')
-depends=('python-docutils'
- 'python-future')
+depends=('python-docutils')
 makedepends=('python-'{build,installer,wheel}
  'python-setuptools'
  'python-sphinx'



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

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




[Git][archlinux/packaging/packages/python-jose][main] Drop python-future dependency

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-jose


Commits:
5846271c by Jelle van der Waa at 2024-05-15T22:37:00+02:00
Drop python-future dependency

This was removed in 3.1.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgdesc="A JOSE implementation in Python"
 arch=('any')
 license=('MIT')
 url="https://github.com/mpdavis/python-jose;
-depends=('python-rsa' 'python-ecdsa' 'python-future')
+depends=('python-rsa' 'python-ecdsa')
 optdepends=('python-cryptography: one option for better performance'
 'python-pycryptodome: one option for better performance')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/commit/5846271cc4ad5eea4b1ed3c8ad8de7b8c40d328a

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




[Git][archlinux/packaging/packages/ttc-iosevka] Pushed new tag 30.0.1-1

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


Antonio Rojas pushed new tag 30.0.1-1 at Arch Linux / Packaging / Packages / 
ttc-iosevka

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




[Git][archlinux/packaging/packages/ginac] Pushed new tag 1.8.7-1

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


Antonio Rojas pushed new tag 1.8.7-1 at Arch Linux / Packaging / Packages / 
ginac

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




[Git][archlinux/packaging/packages/ginac][main] upgpkg: 1.8.7-1: Update to 1.8.7

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


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


Commits:
8ada46e2 by Antonio Rojas at 2024-05-15T22:24:16+02:00
upgpkg: 1.8.7-1: Update to 1.8.7

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = ginac
+   pkgdesc = C++ library for symbolic calculations
+   pkgver = 1.8.7
+   pkgrel = 1
+   url = https://www.ginac.de/
+   arch = x86_64
+   license = GPL
+   makedepends = fig2dev
+   makedepends = doxygen
+   makedepends = texlive-bin
+   makedepends = python
+   depends = cln
+   source = https://www.ginac.de/ginac-1.8.7.tar.bz2
+   sha256sums = 
71ff4f2d8a00e6f07ce8fee69b76dcc1ebbb727be6760b587c1fbb5ccf7b61ea
+
+pkgname = ginac


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
 depends=('cln')
 makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('00b320b1116cae5b7b43364dbffb7912471d171f484d82764605d715858d975b')
+sha256sums=('71ff4f2d8a00e6f07ce8fee69b76dcc1ebbb727be6760b587c1fbb5ccf7b61ea')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ginac/-/commit/8ada46e226c71107d46e7b0e625c1dc2775d78bf

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.3.1-3: rebuild with icu 75

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


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


Commits:
068ecc27 by Jelle van der Waa at 2024-05-15T22:21:28+02:00
upgpkg: 29.3.1-3: rebuild with icu 75

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 29.3.1
-   pkgrel = 2
+   pkgrel = 3
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -27,6 +27,7 @@ pkgbase = electron29
makedepends = python-httplib2
makedepends = python-pyparsing
makedepends = python-requests
+   makedepends = python-setuptools
makedepends = python-six
makedepends = rust
makedepends = qt5-base


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=29.3.1
 _gcc_patches=122-3
-pkgrel=2
+pkgrel=3
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -49,6 +49,7 @@ makedepends=(clang
  python-httplib2
  python-pyparsing
  python-requests
+python-setuptools
  python-six
  rust
  qt5-base
@@ -438,7 +439,6 @@ prepare() {
 
   cp -r chromium-mirror_third_party_depot_tools depot_tools
   export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
-  export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
 
   echo "Putting together electron sources"
   # Generate gclient gn args file and prepare-electron-source-tree.sh
@@ -456,8 +456,9 @@ prepare() {
 -s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
   src/build/util/lastchange.py \
 -s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
-  src/tools/update_pgo_profiles.py --target=linux update \
---gs-url-base=chromium-optimization-profiles/pgo_profiles
+  # needs newer clang to read the bundled PGO profile
+  # src/tools/update_pgo_profiles.py --target=linux update \
+  #   --gs-url-base=chromium-optimization-profiles/pgo_profiles
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
 --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron29/-/commit/068ecc270834d7c161c28dde163b50c7edbfb7bb

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.3.1-3

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


Jelle van der Waa pushed new tag 29.3.1-3 at Arch Linux / Packaging / Packages 
/ electron29

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




[Git][archlinux/packaging/packages/plantri][main] upgpkg: 5.5-1: Update to 5.5

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


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


Commits:
a6d67058 by Antonio Rojas at 2024-05-15T22:19:45+02:00
upgpkg: 5.5-1: Update to 5.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = plantri
pkgdesc = A program for generation of certain types of planar graph
-   pkgver = 5.4
+   pkgver = 5.5
pkgrel = 1
url = https://cs.anu.edu.au/~bdm/plantri/
arch = x86_64
license = custom
depends = glibc
-   source = https://cs.anu.edu.au/~bdm/plantri/plantri54.tar.gz
+   source = https://cs.anu.edu.au/~bdm/plantri/plantri55.tar.gz
source = LICENSE
-   sha256sums = 
10625820bd1eae7376a9cbe8af8ffaba71a25fcb6a76c36fe89be83ce6c28bdd
+   sha256sums = 
a79077bf2f0ad20f11c8a30ba92d3c36affee4dc1da49765029eb9f9f9f1092f
sha256sums = 
83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a
 
 pkgname = plantri


=
PKGBUILD
=
@@ -1,15 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plantri
-pkgver=5.4
+pkgver=5.5
 pkgrel=1
 pkgdesc='A program for generation of certain types of planar graph'
 arch=(x86_64)
 url='https://cs.anu.edu.au/~bdm/plantri/'
 license=(custom)
 depends=(glibc)
-source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
-sha256sums=('10625820bd1eae7376a9cbe8af8ffaba71a25fcb6a76c36fe89be83ce6c28bdd'
+source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz
+LICENSE)
+sha256sums=('a79077bf2f0ad20f11c8a30ba92d3c36affee4dc1da49765029eb9f9f9f1092f'
 '83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plantri/-/commit/a6d670587c5a22b21501adddc02b1727be269907

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




[Git][archlinux/packaging/packages/plantri] Pushed new tag 5.5-1

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


Antonio Rojas pushed new tag 5.5-1 at Arch Linux / Packaging / Packages / 
plantri

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




[Git][archlinux/packaging/packages/kirigami-addons][main] upgpkg: 1.2.1-1: Update to 1.2.1

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kirigami-addons


Commits:
739e2750 by Antonio Rojas at 2024-05-15T22:17:35+02:00
upgpkg: 1.2.1-1: Update to 1.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kirigami-addons
pkgdesc = Add-ons for the Kirigami framework
-   pkgver = 1.2.0
+   pkgver = 1.2.1
pkgrel = 1
url = https://invent.kde.org/libraries/kirigami-addons
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = kirigami-addons
depends = qt6-base
depends = qt6-declarative
depends = qt6-multimedia
-   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.0.tar.xz
-   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.0.tar.xz.sig
+   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.1.tar.xz
+   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.1.tar.xz.sig
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = 39FFA93CAE9C6AFC212AD00202325448204E452A
-   sha256sums = 
8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a
+   sha256sums = 
657426f9ec55cfec5a7f04848ed2b4df2ac8bfcb33c25626ad239219d444ee98
sha256sums = SKIP
 
 pkgname = kirigami-addons


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kirigami-addons
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='Add-ons for the Kirigami framework'
 url='https://invent.kde.org/libraries/kirigami-addons'
@@ -20,7 +20,7 @@ depends=(gcc-libs
  qt6-multimedia)
 makedepends=(extra-cmake-modules)
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a'
+sha256sums=('657426f9ec55cfec5a7f04848ed2b4df2ac8bfcb33c25626ad239219d444ee98'
 'SKIP')
 validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D  # Bhushan Shah 
(mykolab address) 
   39FFA93CAE9C6AFC212AD00202325448204E452A) # Carl Schwan 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami-addons/-/commit/739e27503fa198d861da2a74b538fd574758862a

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




[Git][archlinux/packaging/packages/kirigami-addons] Pushed new tag 1.2.1-1

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


Antonio Rojas pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
kirigami-addons

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




[Git][archlinux/packaging/packages/htop] Pushed new tag 3.3.0-3

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


Christian Hesse pushed new tag 3.3.0-3 at Arch Linux / Packaging / Packages / 
htop

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




[Git][archlinux/packaging/packages/htop][main] 2 commits: support cherry-picking

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


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


Commits:
bbdef50a by Christian Hesse at 2024-05-15T22:12:38+02:00
support cherry-picking

- - - - -
9ebbd551 by Christian Hesse at 2024-05-15T22:17:04+02:00
upgpkg: 3.3.0-3: cherry-pick some upstream commits

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = htop
pkgdesc = Interactive process viewer
pkgver = 3.3.0
-   pkgrel = 2
+   pkgrel = 3
url = https://htop.dev/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=htop
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Interactive process viewer'
 arch=('x86_64')
 url='https://htop.dev/'
@@ -22,9 +22,35 @@ validpgpkeys=('F7ABE8761E6FE68638E6283AFE0842EE36DD8C0C'  # 
Nathan Scott https://github.com/htop-dev/htop.git#tag=${pkgver};)
 sha256sums=('a894206ecef4b690b97813d7b1626c98bacc9c82129b372d84680da8f6225761')
 
+_backports=(
+  # Fix the display of number of running tasks
+  'b6b9384678fa111d47a8d3074c31490863619d12'
+  # Undo too-aggressive code collapsing from tree mode refactoring
+  '5d778eaacc78c69d5597b57afb4f98062d8856ef'
+  # Clicking on column headers needs to also update the sort direction arrow
+  '91990b1a34927a4136a85e4ff9adcdbfa500286a'
+  # Disable basename matching for kernel threads
+  '71b099a8df9e8c2bf4361a9a93bebc409f513460'
+)
+
+_reverts=(
+)
+
 prepare() {
   cd "${pkgname}"
 
+  local _c _l
+  for _c in "${_backports[@]}"; do
+if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi
+git log --oneline "${_l}" "${_c}"
+git cherry-pick --mainline 1 --no-commit "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+if [[ "${_c}" == *..* ]]; then _l='--reverse'; else _l='--max-count=1'; fi
+git log --oneline "${_l}" "${_c}"
+git revert --mainline 1 --no-commit "${_c}"
+  done
+
   autoreconf -fi
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/htop/-/compare/cad5783a8ed40e07fe90ea4400209e560939e3d7...9ebbd551f16d3e50215c301d5c6a489306ffa764

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




[Git][archlinux/packaging/packages/signal-desktop][main] upgpkg: 7.9.0-1

2024-05-15 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
signal-desktop


Commits:
6b73f09a by kpcyrd at 2024-05-15T22:06:45+02:00
upgpkg: 7.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
-   pkgver = 7.8.0
+   pkgver = 7.9.0
pkgrel = 1
url = https://signal.org
arch = x86_64
@@ -38,14 +38,14 @@ pkgbase = signal-desktop
depends = nspr
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
-   source = 
signal-desktop-7.8.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.8.0.tar.gz
-   source = 
dns-fallback-7.8.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.8.0/dns-fallback.json
+   source = 
signal-desktop-7.9.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.9.0.tar.gz
+   source = 
dns-fallback-7.9.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.9.0/dns-fallback.json
source = signal-desktop.desktop
-   sha256sums = 
042da8c91e5d254181654c99c12ba3fcbfa718f6a9d3b77fd7d182ed66016142
-   sha256sums = 
2b6076acb9f59e9b8e83d091a878f45158cca9295105961b3cead9742e72ecce
-   sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
-   b2sums = 
727fb97e4bf479fe34de764154385fcf5b8d3c1ab4b1dbcfdc88cbe209e084750f0427257d06d2e9461f7e6a956f8d94ee1cea379bd06528c7dd44fa1adf18e9
-   b2sums = 
24f103fd12c839e25a12300684786731d70b8b9ae9ea0f9530b9ba314804674749cb97ffd362603c4d2d9a9230edf81007f063179d1c06c4506e65f839501c56
-   b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
+   sha256sums = 
30feac18468740a5f64cbc7daa2706d4b700fdcf6e59d6d85075a58b9d42a321
+   sha256sums = 
27b6026cc9493b7e76e7abb9a98714da3b51ffa6ddc8d7f873c201336f1be21f
+   sha256sums = 
bf388df4b5bbcab5559ebbf220ed4748ed21b057f24b5ff46684e3fe6e88ccce
+   b2sums = 
e8828e1aca7b51858377d33e3b56aa72a87c43b9bba4a9e6d06c9cdc59c48332a1612e02fdcd683f7bbf37d27f167a55e6b5dba40298d5f430675469828ee39b
+   b2sums = 
dd0627744c2f24c95e6c0a9db5c4f57c3f7086a72b9b4bc54dbaf3bb8dfb4120a81aa98e1ec61bc1b980ff892db474cc51d68c947e04390ec1de2f5755e35202
+   b2sums = 
ffb8f7bab4fd84aacf13e7b6d2835daf449b6650b4b3fa723456792ba7fb6cae352928fea11cb030510d558ce30036ff5a1513444f067b94c7fff0158b4f2265
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=7.8.0
+pkgver=7.9.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
@@ -51,12 +51,12 @@ source=(
   
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
-sha256sums=('042da8c91e5d254181654c99c12ba3fcbfa718f6a9d3b77fd7d182ed66016142'
-'2b6076acb9f59e9b8e83d091a878f45158cca9295105961b3cead9742e72ecce'
-'913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
-b2sums=('727fb97e4bf479fe34de764154385fcf5b8d3c1ab4b1dbcfdc88cbe209e084750f0427257d06d2e9461f7e6a956f8d94ee1cea379bd06528c7dd44fa1adf18e9'
-
'24f103fd12c839e25a12300684786731d70b8b9ae9ea0f9530b9ba314804674749cb97ffd362603c4d2d9a9230edf81007f063179d1c06c4506e65f839501c56'
-
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
+sha256sums=('30feac18468740a5f64cbc7daa2706d4b700fdcf6e59d6d85075a58b9d42a321'
+'27b6026cc9493b7e76e7abb9a98714da3b51ffa6ddc8d7f873c201336f1be21f'
+'bf388df4b5bbcab5559ebbf220ed4748ed21b057f24b5ff46684e3fe6e88ccce')
+b2sums=('e8828e1aca7b51858377d33e3b56aa72a87c43b9bba4a9e6d06c9cdc59c48332a1612e02fdcd683f7bbf37d27f167a55e6b5dba40298d5f430675469828ee39b'
+
'dd0627744c2f24c95e6c0a9db5c4f57c3f7086a72b9b4bc54dbaf3bb8dfb4120a81aa98e1ec61bc1b980ff892db474cc51d68c947e04390ec1de2f5755e35202'
+
'ffb8f7bab4fd84aacf13e7b6d2835daf449b6650b4b3fa723456792ba7fb6cae352928fea11cb030510d558ce30036ff5a1513444f067b94c7fff0158b4f2265')
 
 prepare() {
   cd "${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/6b73f09a258e9a5a6a5c9ccbdd011b575df3997f

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




[Git][archlinux/packaging/packages/signal-desktop] Pushed new tag 7.9.0-1

2024-05-15 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 7.9.0-1 at Arch Linux / Packaging / Packages / 
signal-desktop

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




[Git][archlinux/packaging/packages/bind][main] upgpkg: 9.18.27-1: update to 9.18.27

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


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


Commits:
1792d070 by T.J. Townsend at 2024-05-15T16:00:00-04:00
upgpkg: 9.18.27-1: update to 9.18.27

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bind
pkgdesc = A complete, highly portable implementation of the DNS protocol
-   pkgver = 9.18.26
-   pkgrel = 2
+   pkgver = 9.18.27
+   pkgrel = 1
url = https://www.isc.org/software/bind/
install = bind.install
arch = x86_64
@@ -40,8 +40,8 @@ pkgbase = bind
backup = var/named/127.0.0.zone
backup = var/named/localhost.zone
backup = var/named/localhost.ip6.zone
-   source = https://ftp.isc.org/isc/bind9/9.18.26/bind-9.18.26.tar.xz
-   source = https://ftp.isc.org/isc/bind9/9.18.26/bind-9.18.26.tar.xz.asc
+   source = https://ftp.isc.org/isc/bind9/9.18.27/bind-9.18.27.tar.xz
+   source = https://ftp.isc.org/isc/bind9/9.18.27/bind-9.18.27.tar.xz.asc
source = tmpfiles.conf
source = sysusers.conf
source = named.conf
@@ -51,7 +51,7 @@ pkgbase = bind
source = 127.0.0.zone
validpgpkeys = D99CCEAF879747014F038D63182E23579462EFAA
validpgpkeys = 706B6C28620E76F91D11F7DF510A642A06C52CEC
-   sha256sums = 
75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651
+   sha256sums = 
ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1
sha256sums = SKIP
sha256sums = 
f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98
sha256sums = 
7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c


=
PKGBUILD
=
@@ -4,10 +4,10 @@
 # Contributor: judd 
 # Contributor: Mario Vazquez 
 
-_pkgver=9.18.26
+_pkgver=9.18.27
 pkgname=bind
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc='A complete, highly portable implementation of the DNS protocol'
 url='https://www.isc.org/software/bind/'
 license=('MPL2')
@@ -34,7 +34,7 @@ 
source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.xz"{,.asc}
 'localhost.zone'
 'localhost.ip6.zone'
 '127.0.0.zone')
-sha256sums=('75ffee52731e9604c849b658df29e927f1c4f01d5a71ea3ebcbeb63702cb6651'
+sha256sums=('ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1'
 'SKIP'
 'f0423c4ee8495da487e07e9144bec1d25f46a0cd2dfa7cfd7a761ef15bfefc98'
 '7c0acefcfcc3ae093550caed7ec90fe84bec8f7477459ffa7e71dda76bcbdb2c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bind/-/commit/1792d0706056f560af401628a2efc82ea837d91d

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




[Git][archlinux/packaging/packages/bind] Pushed new tag 9.18.27-1

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


T.J. Townsend pushed new tag 9.18.27-1 at Arch Linux / Packaging / Packages / 
bind

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




[Git][archlinux/packaging/packages/python-piexif][main] Add compatibility with Python 3.13

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-piexif


Commits:
1e9bc8b3 by Jelle van der Waa at 2024-05-15T21:54:49+02:00
Add compatibility with Python 3.13

unittest.makeSuite is removed in Python 3.13

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + unittest-makesuite-removal.patch


Changes:

=
.SRCINFO
=
@@ -16,7 +16,9 @@ pkgbase = python-piexif
depends = python
source = 
python-piexif-1.1.3.tar.gz::https://github.com/hMatoba/Piexif/archive/1.1.3.tar.gz
source = pillow-7.2.patch
+   source = unittest-makesuite-removal.patch
sha512sums = 
bae3a51603bf46e9a8170db180a298c70c77537cb405582eb53ade2b29907fbaeeb4d890a124e0a54de53077b7631c007be088c690f81fb3eda1cd3ccb1ca0d2
sha512sums = 
be1ee541e3bb6c219d6fd9ab68e9143c2131f695a2001d36a0d63b0566d71a542a09d58dc0bcbdb8c1353297156ea7853d483b9a44407cb31c30acc4252310bf
+   sha512sums = 
e8b3742524f43e82d55ec2044367cd0c1a42e2741ef734a7d90c81dd118d9e204a521e49b98b60556703eaaec060e42de06c0ac43fbaf383996840e3d62cd97c
 
 pkgname = python-piexif


=
PKGBUILD
=
@@ -24,15 +24,20 @@ checkdepends=(
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
   pillow-7.2.patch
+  unittest-makesuite-removal.patch
 )
 
sha512sums=('bae3a51603bf46e9a8170db180a298c70c77537cb405582eb53ade2b29907fbaeeb4d890a124e0a54de53077b7631c007be088c690f81fb3eda1cd3ccb1ca0d2'
-
'be1ee541e3bb6c219d6fd9ab68e9143c2131f695a2001d36a0d63b0566d71a542a09d58dc0bcbdb8c1353297156ea7853d483b9a44407cb31c30acc4252310bf')
+
'be1ee541e3bb6c219d6fd9ab68e9143c2131f695a2001d36a0d63b0566d71a542a09d58dc0bcbdb8c1353297156ea7853d483b9a44407cb31c30acc4252310bf'
+
'e8b3742524f43e82d55ec2044367cd0c1a42e2741ef734a7d90c81dd118d9e204a521e49b98b60556703eaaec060e42de06c0ac43fbaf383996840e3d62cd97c')
 
 prepare() {
   cd $_name-$pkgver
 
   # https://github.com/hMatoba/Piexif/issues/108
   patch -Np1 -i ../pillow-7.2.patch
+
+  # unittest.makeSuite removal 
https://docs.python.org/3.13/whatsnew/3.13.html#unittest
+  patch -Np1 -i ../unittest-makesuite-removal.patch
 }
 
 build() {


=
unittest-makesuite-removal.patch
=
@@ -0,0 +1,18 @@
+diff -aur Piexif-1.1.3.old/tests/s_test.py Piexif-1.1.3/tests/s_test.py
+--- Piexif-1.1.3.old/tests/s_test.py   2024-05-15 21:51:44.742030341 +0200
 Piexif-1.1.3/tests/s_test.py   2024-05-15 21:52:12.922702189 +0200
+@@ -1056,10 +1056,10 @@
+ def suite():
+ suite = unittest.TestSuite()
+ suite.addTests([
+-unittest.makeSuite(UTests),
+-unittest.makeSuite(ExifTests),
+-unittest.makeSuite(HelperTests),
+-unittest.makeSuite(WebpTests),
++unittest.defaultTestLoader.loadTestsFromTestCase(UTests),
++unittest.defaultTestLoader.loadTestsFromTestCase(ExifTests),
++unittest.defaultTestLoader.loadTestsFromTestCase(HelperTests),
++unittest.defaultTestLoader.loadTestsFromTestCase(WebpTests),
+ ])
+ return suite
+ 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-piexif/-/commit/1e9bc8b302544d20213c03131cb96f510ac8a73b

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




[Git][archlinux/packaging/packages/bitwarden-cli][main] upgpkg: 2024.4.1-1: upstream release

2024-05-15 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / bitwarden-cli


Commits:
99a66eea by Alexander Epaneshnikov at 2024-05-15T22:49:14+03:00
upgpkg: 2024.4.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bitwarden-cli
pkgdesc = The command line vault
-   pkgver = 2024.4.0
+   pkgver = 2024.4.1
pkgrel = 1
url = https://github.com/bitwarden/clients
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = bitwarden-cli
makedepends = modclean
depends = nodejs-lts-hydrogen
options = !emptydirs
-   source = 
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.4.0
-   sha512sums = 
1c84da4488217c80c1918336125e3cb5dcaf293e68300c68a4f4488651bdd48f8d32026115a5d5af9c22db4ae171107540469765a69a496d41cd8446fa846c6b
+   source = 
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.4.1
+   sha512sums = 
c1e8cd958bdc3818ebfcb6601181dafd74dfbb715fc4cc31ad50f563bb38bc24e7503f2a10c117ba28ea64b90f9d2d42e56bbc1b3f9fbcc016ea2ea78f120930
 
 pkgname = bitwarden-cli


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden-cli
-pkgver=2024.4.0
+pkgver=2024.4.1
 pkgrel=1
 pkgdesc="The command line vault"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('nodejs-lts-hydrogen')
 makedepends=('git' 'python' 'python-setuptools' 'npm' 'modclean')
 options=(!emptydirs)
 
source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
-sha512sums=('1c84da4488217c80c1918336125e3cb5dcaf293e68300c68a4f4488651bdd48f8d32026115a5d5af9c22db4ae171107540469765a69a496d41cd8446fa846c6b')
+sha512sums=('c1e8cd958bdc3818ebfcb6601181dafd74dfbb715fc4cc31ad50f563bb38bc24e7503f2a10c117ba28ea64b90f9d2d42e56bbc1b3f9fbcc016ea2ea78f120930')
 
 prepare() {
cd bitwarden



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/99a66eea903d39050007601a186733033568b3f0

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




[Git][archlinux/packaging/packages/bitwarden-cli] Pushed new tag 2024.4.1-1

2024-05-15 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed new tag 2024.4.1-1 at Arch Linux / Packaging / 
Packages / bitwarden-cli

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




[Git][archlinux/packaging/packages/matrix-synapse][main] upgpkg: 1.107.0-1: upstream release

2024-05-15 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / matrix-synapse


Commits:
68a7a923 by Alexander Epaneshnikov at 2024-05-15T22:48:55+03:00
upgpkg: 1.107.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = matrix-synapse
pkgdesc = Matrix reference homeserver
-   pkgver = 1.106.0
+   pkgver = 1.107.0
pkgrel = 1
url = https://github.com/element-hq/synapse
install = synapse.install
@@ -66,7 +66,7 @@ pkgbase = matrix-synapse
optdepends = python-pyicu: Improve user search for international 
display names
optdepends = python-authlib: OpenID SSO support
backup = etc/synapse/log_config.yaml
-   source = 
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=v1.106.0
+   source = 
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=v1.107.0
source = generic_worker.yaml.example
source = synapse.service
source = synapse.target
@@ -83,7 +83,7 @@ pkgbase = matrix-synapse
validpgpkeys = D79D3CA0B61429A8A760525A903ECE108A39DEDD
validpgpkeys = F124520CEEE062448FE1C8442D2EFA2F32FBE047
validpgpkeys = 177B595E4DFCB510C556750833FC58F6A7113048
-   sha256sums = 
5570c12ddae3e17569f14b1166255b4925dddc8eddad500cc9ee55f3f238172e
+   sha256sums = 
a86861417e045bfd5a5c03565f4a532563eadd91b929602d02b5b68bf726e7dd
sha256sums = 
f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e
sha256sums = 
74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed
sha256sums = 
408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.106.0
+pkgver=1.107.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/element-hq/synapse;
@@ -40,7 +40,7 @@ 
source=("$pkgname::git+https://github.com/element-hq/synapse.git#tag=v$pkgver;
 'sysusers-synapse.conf'
 'tmpfiles-synapse.conf'
 'override-hardened.conf')
-sha256sums=('5570c12ddae3e17569f14b1166255b4925dddc8eddad500cc9ee55f3f238172e'
+sha256sums=('a86861417e045bfd5a5c03565f4a532563eadd91b929602d02b5b68bf726e7dd'
 'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
 '74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
 '408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/commit/68a7a923657c51f6d37b9d5c330b99fee6046c73

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




[Git][archlinux/packaging/packages/matrix-synapse] Pushed new tag 1.107.0-1

2024-05-15 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed new tag 1.107.0-1 at Arch Linux / Packaging / 
Packages / matrix-synapse

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




[Git][archlinux/packaging/packages/electron28][main] add setuptools as makedependency

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


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


Commits:
9483c740 by Jelle van der Waa at 2024-05-15T21:35:59+02:00
add setuptools as makedependency

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -50,6 +50,7 @@ makedepends=(clang
  python-pyparsing
  python-requests
  python-six
+python-setuptools
  rust
  qt5-base
  wget



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron28/-/commit/9483c74060a50adaf491dbee9333b5c89843189e

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




[Git][archlinux/packaging/packages/electron27][main] add setuptools as makedependency

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


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


Commits:
7bf1ed18 by Jelle van der Waa at 2024-05-15T21:35:01+02:00
add setuptools as makedependency

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -49,6 +49,7 @@ makedepends=(clang
  python-pyparsing
  python-requests
  python-six
+python-setuptools
  rust
  qt5-base
  wget



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/7bf1ed1821d30ce4fd69cde00077513f20f3f321

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




[Git][archlinux/packaging/packages/electron23][main] add setuptools as makedependency

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


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


Commits:
95ceefcf by Jelle van der Waa at 2024-05-15T21:34:45+02:00
add setuptools as makedependency

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -49,6 +49,7 @@ makedepends=(clang
  python-httplib2
  python-pyparsing
  python-requests
+python-setuptools
  python-six
  qt5-base
  wget



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron23/-/commit/95ceefcf74705b8ebcb30056268c544d59f67dc7

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




[Git][archlinux/packaging/packages/wireshark] Pushed new tag 4.2.5-1

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


Frederik Schwan pushed new tag 4.2.5-1 at Arch Linux / Packaging / Packages / 
wireshark

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




[Git][archlinux/packaging/packages/wireshark][main] upgpkg: 4.2.5-1

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


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


Commits:
db25c466 by Frederik Schwan at 2024-05-15T21:31:49+02:00
upgpkg: 4.2.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = wireshark
pkgdesc = Network traffic and protocol analyzer/sniffer
-   pkgver = 4.2.4
-   pkgrel = 2
+   pkgver = 4.2.5
+   pkgrel = 1
url = https://www.wireshark.org/
arch = x86_64
license = GPL-2.0-only
@@ -44,11 +44,11 @@ pkgbase = wireshark
makedepends = speexdsp
makedepends = opus
options = !emptydirs
-   source = https://www.wireshark.org/download/src/wireshark-4.2.4.tar.xz
+   source = https://www.wireshark.org/download/src/wireshark-4.2.5.tar.xz
source = wireshark.sysusers
-   sha512sums = 
963ac6938c08c6526240c270977057eeff7814686e11d1f3c6641a4838eb66f8d4349e48aa7373d25a8ca8911ad12eb8162f1c55af043f571d74979ddf4fd9a6
+   sha512sums = 
92a8fb08af5a1da30ca469fa45bd982638069907d289fa716068ac71141b7d9726ca0b01adc2910da4c928db23760da75a1c6a7c2eb795ac66ba003a90abb87b
sha512sums = 
3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990
-   b2sums = 
03806a167a4b055409fadbc54ba338c9d2790df3ac2b9fb547c640c67d7bee6a3f8f19d30549228e494cabf8d303cef42ff098a9e1f45b092589643e568632f5
+   b2sums = 
536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc
b2sums = 
3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c
 
 pkgname = wireshark-cli


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=4.2.4
-pkgrel=2
+pkgver=4.2.5
+pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
@@ -22,9 +22,9 @@ makedepends=('glibc' 'cmake' 'ninja' 'c-ares' 'libmaxminddb' 
'qt6-tools' 'qt6-sv
 options=('!emptydirs')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('963ac6938c08c6526240c270977057eeff7814686e11d1f3c6641a4838eb66f8d4349e48aa7373d25a8ca8911ad12eb8162f1c55af043f571d74979ddf4fd9a6'
+sha512sums=('92a8fb08af5a1da30ca469fa45bd982638069907d289fa716068ac71141b7d9726ca0b01adc2910da4c928db23760da75a1c6a7c2eb795ac66ba003a90abb87b'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('03806a167a4b055409fadbc54ba338c9d2790df3ac2b9fb547c640c67d7bee6a3f8f19d30549228e494cabf8d303cef42ff098a9e1f45b092589643e568632f5'
+b2sums=('536743a7e402f7a511d7612454d9770f0e67a0f2ebc1ab49912b12965e605f2082eff37f41f7642b89859257926ce13d88728194b79cbe5dcf6b15d72516c5fc'
 
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/db25c4662420b3029e6850b41532798b0f7612f8

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




[Git][archlinux/packaging/packages/starship][main] upgpkg: 1.19.0-1

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


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


Commits:
0fb77f39 by Caleb Maclennan at 2024-05-15T22:17:40+03:00
upgpkg: 1.19.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
-   pkgver = 1.18.2
-   pkgrel = 2
+   pkgver = 1.19.0
+   pkgrel = 1
url = https://starship.rs/
arch = x86_64
license = ISC
@@ -12,7 +12,7 @@ pkgbase = starship
depends = gcc-libs
depends = glibc
optdepends = ttf-font-nerd: Nerd Font Symbols preset
-   source = git+https://github.com/starship/starship.git#tag=v1.18.2
-   sha256sums = 
a4a5de7156acf11679d750f7d7e371bee61c21bffd7e7d7cf8fc915baf650db6
+   source = git+https://github.com/starship/starship.git#tag=v1.19.0
+   sha256sums = 
43058117252e8794dcb46bb705a06b94894d3fba3757271ea73063434337a566
 
 pkgname = starship


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 pkgname=starship
 pkgdesc='The cross-shell prompt for astronauts'
-pkgver=1.18.2
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 arch=(x86_64)
 url=https://starship.rs/
 _url="https://github.com/$pkgname/$pkgname;
@@ -22,7 +22,7 @@ makedepends=(
 checkdepends=(python)
 optdepends=('ttf-font-nerd: Nerd Font Symbols preset')
 source=("git+$_url.git#tag=v$pkgver")
-sha256sums=('a4a5de7156acf11679d750f7d7e371bee61c21bffd7e7d7cf8fc915baf650db6')
+sha256sums=('43058117252e8794dcb46bb705a06b94894d3fba3757271ea73063434337a566')
 
 prepare() {
   cargo fetch \



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

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




[Git][archlinux/packaging/packages/starship] Pushed new tag 1.19.0-1

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


Caleb Maclennan pushed new tag 1.19.0-1 at Arch Linux / Packaging / Packages / 
starship

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




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 127.0b2-1

2024-05-15 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-developer-edition


Commits:
92a54617 by Andrew Crerar at 2024-05-15T15:06:24-04:00
upgpkg: 127.0b2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 127.0b1
+   pkgver = 127.0b2
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b1/source/firefox-127.0b1.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b1/source/firefox-127.0b1.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b2/source/firefox-127.0b2.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b2/source/firefox-127.0b2.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
7374fcbadcbe58113554a3b461dd0924f830f9e907750cc1136e1842d340e818
+   sha256sums = 
e4f301e5a95d578c24e61a26478d1b4f196a1c4b88c1259fdc343d46f20a8c68
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
af0cc2caa99c9b7b220909da49643a0c2342ac488e9fd7f74f71f57c9f2a00971ed53423033e206ab34f8813f35592ba4221f1a46ddd38f20ae19e97960c4157
+   b2sums = 
07b8d9f6ffb5c9897c3f81daa061646b46a5643d0dc5dbab70c2b5b00f2604bed392e4a0f805fc50faacdb2d939fda01a7802e00ad9dcde7a49dc91edf73e465
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=127.0b1
+pkgver=127.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 url="https://www.mozilla.org/firefox/developer;
@@ -66,12 +66,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('7374fcbadcbe58113554a3b461dd0924f830f9e907750cc1136e1842d340e818'
+sha256sums=('e4f301e5a95d578c24e61a26478d1b4f196a1c4b88c1259fdc343d46f20a8c68'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('af0cc2caa99c9b7b220909da49643a0c2342ac488e9fd7f74f71f57c9f2a00971ed53423033e206ab34f8813f35592ba4221f1a46ddd38f20ae19e97960c4157'
+b2sums=('07b8d9f6ffb5c9897c3f81daa061646b46a5643d0dc5dbab70c2b5b00f2604bed392e4a0f805fc50faacdb2d939fda01a7802e00ad9dcde7a49dc91edf73e465'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/92a546178f1e72d047f9c32cae586105593ecd76

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




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 127.0b2-1

2024-05-15 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b2-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition

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




[Git][archlinux/packaging/packages/python-lxml] Pushed new tag 5.2.2-1

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


Jelle van der Waa pushed new tag 5.2.2-1 at Arch Linux / Packaging / Packages / 
python-lxml

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




[Git][archlinux/packaging/packages/tailscale][main] upgpkg: 1.66.3-1

2024-05-15 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
tailscale


Commits:
216bea7c by Christian Heusel at 2024-05-15T20:28:26+02:00
upgpkg: 1.66.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tailscale
pkgdesc = A mesh VPN that makes it easy to connect your devices, 
wherever they are.
-   pkgver = 1.66.1
+   pkgver = 1.66.3
pkgrel = 1
url = https://tailscale.com
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = tailscale
depends = glibc
options = !lto
backup = etc/default/tailscaled
-   source = git+https://github.com/tailscale/tailscale.git#tag=v1.66.1
-   sha256sums = 
d65302233290c34af592b086a807b91ff8e59fd9f4ff6c6b9c4cc7cdbd9bb0db
+   source = git+https://github.com/tailscale/tailscale.git#tag=v1.66.3
+   sha256sums = 
7ae448642a0f80ed22a36a341d930533af8075e3094e99be7ce7b584eed68164
 
 pkgname = tailscale


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.66.1
+pkgver=1.66.3
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -15,7 +15,7 @@ backup=("etc/default/tailscaled")
 # Important: Check if the version has been published before updating
 # pkgctl version check
 source=("git+https://github.com/tailscale/tailscale.git#tag=v${pkgver};)
-sha256sums=('d65302233290c34af592b086a807b91ff8e59fd9f4ff6c6b9c4cc7cdbd9bb0db')
+sha256sums=('7ae448642a0f80ed22a36a341d930533af8075e3094e99be7ce7b584eed68164')
 
 options=(!lto)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/216bea7cfe6aec614f7d34ff1134a8e3f6a7baf4

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




[Git][archlinux/packaging/packages/tailscale] Pushed new tag 1.66.3-1

2024-05-15 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.66.3-1 at Arch Linux / Packaging / Packages / 
tailscale

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




[Git][archlinux/packaging/packages/ansible-lint][main] upgpkg: 24.5.0-1: New upstream release

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


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-lint


Commits:
0116e132 by Robin Candau at 2024-05-15T20:29:36+02:00
upgpkg: 24.5.0-1: New upstream release
https://github.com/ansible/ansible-lint/releases/tag/v24.5.0

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + ignore_yamllint_unknown_option.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ansible-lint
pkgdesc = Checks playbooks for practices and behaviour that could 
potentially be improved.
-   pkgver = 24.2.3
+   pkgver = 24.5.0
pkgrel = 1
url = https://github.com/ansible/ansible-lint
arch = any
@@ -29,10 +29,13 @@ pkgbase = ansible-lint
depends = python-rich
depends = python-ruamel-yaml
depends = python-wcmatch
+   depends = python-importlib-metadata
optdepends = ansible: check official ansible collections
-   source = git+https://github.com/ansible/ansible-lint.git#tag=v24.2.3
+   source = git+https://github.com/ansible/ansible-lint.git#tag=v24.5.0
source = disable_version_check.patch
-   b2sums = 
76603d5154699a7fc545e455e7f0eb60ccaba8c1686bdfc9b8ed1b36438c6716b98a8154f06abe1183054db9c3b2dd7297acd443ef2e908815474de5d0f0fc60
+   source = ignore_yamllint_unknown_option.patch
+   b2sums = 
3ca439fe8d2526b6fa0718f1df2d9c640fc5913b4743dcfd0f922186c557325af05fa185bc677889319706f9f2986aa6472bfe182c1da060792ed76481a36de2
b2sums = 
98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84
+   b2sums = 
8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516
 
 pkgname = ansible-lint


=
PKGBUILD
=
@@ -4,26 +4,30 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=24.2.3
+pkgver=24.5.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint;
 license=('GPL-3.0-or-later')
 depends=(python ansible-core git yamllint
-  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch,importlib-metadata})
 makedepends=(python-{build,installer,setuptools,setuptools-scm,wheel})
 checkdepends=(mypy python-jmespath python-pylint python-pytest 
python-pytest-mock)
 optdepends=('ansible: check official ansible collections')
 source=(git+https://github.com/ansible/ansible-lint.git#tag=v$pkgver
-disable_version_check.patch)
-b2sums=('76603d5154699a7fc545e455e7f0eb60ccaba8c1686bdfc9b8ed1b36438c6716b98a8154f06abe1183054db9c3b2dd7297acd443ef2e908815474de5d0f0fc60'
-
'98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84')
+disable_version_check.patch
+ignore_yamllint_unknown_option.patch)
+b2sums=('3ca439fe8d2526b6fa0718f1df2d9c640fc5913b4743dcfd0f922186c557325af05fa185bc677889319706f9f2986aa6472bfe182c1da060792ed76481a36de2'
+
'98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84'
+
'8e419c65642bdbd60aa81d1e204139e69fc4c86aaddde4131fbfe3c21f5751e608a5a635d3ec4f518d3d5dc9d254a84b302e09bb4f873e21628e2f014b151516')
 
 prepare() {
   cd ${pkgname}
   # stop ansible-lint from calling home every 24h to check for a new version
-  patch -Np1 < "${srcdir}"/disable_version_check.patch
+  patch -Np1 < "${srcdir}/disable_version_check.patch"
+  # remove yamllint 'forbid-duplicated-merge-keys' unknown rule/option 
(generates errors during tests)
+  patch -Np1 < "${srcdir}/ignore_yamllint_unknown_option.patch"
 }
 
 build() {
@@ -54,6 +58,8 @@ check() {
 --deselect 'test/test_main.py::test_nodeps[1]'
 --deselect 'test/test_main.py::test_nodeps[2]'
 --deselect 'test/test_main.py::test_broken_ansible_cfg'
+# ignore yamllint tests
+--deselect 'test/test_yaml_utils.py::test_yamllint_incompatible_config'
)
 
   # install to temporary location, as importlib is used


=
ignore_yamllint_unknown_option.patch
=
@@ -0,0 +1,13 @@
+diff --git a/.yamllint b/.yamllint
+index 472bb68..4f90867 100644
+--- a/.yamllint
 b/.yamllint
+@@ -9,8 +9,6 @@ rules:
+   comments-indentation: false
+   document-start:
+ present: true
+-  key-duplicates:
+-forbid-duplicated-merge-keys: true
+   indentation:
+ level: error
+ indent-sequences: consistent



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/0116e1324e68b97ec04381c718767a65a089bcff

-- 
This 

  1   2   3   >