[Git][archlinux/packaging/packages/river][main] upgpkg: 0.3.0-1

2024-04-16 Thread Daurnimator (@daurnimator)


Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / river


Commits:
6a50e63f by Daurnimator at 2024-04-17T14:42:24+10:00
upgpkg: 0.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = river
pkgdesc = A dynamic tiling wayland compositor
-   pkgver = 0.2.6
+   pkgver = 0.3.0
pkgrel = 1
-   url = https://github.com/riverwm/river
+   url = https://codeberg.org/river/river
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-or-later
makedepends = scdoc
makedepends = wayland-protocols
makedepends = zig
@@ -13,13 +13,13 @@ pkgbase = river
depends = mesa
depends = pixman
depends = wayland
-   depends = wlroots0.16
+   depends = wlroots
depends = xorg-xwayland
optdepends = polkit: access seat through systemd-logind
-   source = 
https://github.com/riverwm/river/releases/download/v0.2.6/river-0.2.6.tar.gz
-   source = 
https://github.com/riverwm/river/releases/download/v0.2.6/river-0.2.6.tar.gz.sig
+   source = 
river-0.3.0.tar.gz::https://codeberg.org/river/river/archive/v0.3.0.tar.gz
+   source = 
https://codeberg.org/river/river/releases/download/v0.3.0/river-0.3.0.tar.gz.sig
validpgpkeys = 5FBDF84DD2278DB2B8AD8A5286DED400DDFD7A11
-   sha256sums = 
430d6fd428e5b67012edc4e165d2a26ef0cba515fc9e9ecede359adedf15dd8c
+   sha256sums = 
3e8161f4443e7366e1ef0e0a3062daeb7fd5014cae953a95e3b878e8fc30adec
sha256sums = SKIP
 
 pkgname = river
@@ -28,6 +28,6 @@ pkgname = river
depends = mesa
depends = pixman
depends = wayland
-   depends = wlroots0.16
+   depends = wlroots
depends = xorg-xwayland
depends = libwlroots.so=11


=
PKGBUILD
=
@@ -2,26 +2,27 @@
 # Contributor: Andrea Feletto 
 
 pkgname=river
-pkgver=0.2.6
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='A dynamic tiling wayland compositor'
 arch=('x86_64')
-url='https://github.com/riverwm/river'
-license=('GPL3')
+url='https://codeberg.org/river/river'
+license=('GPL-3.0-or-later')
 depends=('libevdev'
  'libxkbcommon'
  'mesa'
  'pixman'
  'wayland'
- 'wlroots0.16'
+ 'wlroots'
  'xorg-xwayland')
 makedepends=('scdoc'
  'wayland-protocols'
  'zig')
 optdepends=('polkit: access seat through systemd-logind')
-source=("https://github.com/riverwm/river/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/river/river/archive/v${pkgver}.tar.gz;
+
"https://codeberg.org/river/river/releases/download/v${pkgver}/river-${pkgver}.tar.gz.sig;)
 validpgpkeys=('5FBDF84DD2278DB2B8AD8A5286DED400DDFD7A11') # Isaac Freund 

-sha256sums=('430d6fd428e5b67012edc4e165d2a26ef0cba515fc9e9ecede359adedf15dd8c'
+sha256sums=('3e8161f4443e7366e1ef0e0a3062daeb7fd5014cae953a95e3b878e8fc30adec'
 'SKIP')
 
 build() {
@@ -57,7 +58,6 @@ package() {
 
   cp -a build/* "$pkgdir"
 
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
   install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
   install -Dm644 contrib/river.desktop -t "$pkgdir/usr/share/wayland-sessions"
 



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/river/-/commit/6a50e63f89b013585895a39b1a286fa7927bfd54
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/river] Pushed new tag 0.3.0-1

2024-04-16 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 0.3.0-1 at Arch Linux / Packaging / Packages / river

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/river/-/tree/0.3.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opus] Pushed new tag 1.5.2-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opus/-/tree/1.5.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-libwebp][main] 1.4.0-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
e23b0f7d by Jan Alexander Steffens (heftig) at 2024-04-17T02:56:07+02:00
1.4.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = lib32-libwebp
+   pkgdesc = WebP library (32-bit)
+   pkgver = 1.4.0
+   pkgrel = 1
+   url = https://developers.google.com/speed/webp/
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = cmake
+   makedepends = ninja
+   depends = lib32-gcc-libs
+   depends = lib32-glibc
+   depends = libwebp
+   provides = libsharpyuv.so
+   provides = libwebp.so
+   provides = libwebpdecoder.so
+   provides = libwebpdemux.so
+   provides = libwebpmux.so
+   source = 
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz
+   source = 
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz.asc
+   validpgpkeys = 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D
+   sha256sums = 
61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5
+   sha256sums = SKIP
+   b2sums = 
022cef190284b69af781718a82b28ee9806d7e6b1e642ee0833e608f64f691ef918a83e99db02335fb9f60d24d6f0cfc58e7e05e99a3f13d2118719d40a71722
+   b2sums = SKIP
+
+pkgname = lib32-libwebp


=
PKGBUILD
=
@@ -5,14 +5,15 @@
 # Contributor: Jon Nordby 
 
 pkgname=lib32-libwebp
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="WebP library (32-bit)"
 url="https://developers.google.com/speed/webp/;
 arch=(x86_64)
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(
   lib32-gcc-libs
+  lib32-glibc
   libwebp
 )
 makedepends=(
@@ -26,9 +27,9 @@ provides=(
 source=(
   
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc}
 )
-sha256sums=('2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4'
+sha256sums=('61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5'
 'SKIP')
-b2sums=('12b3ff3aa9952dd32ce13656146556d5efb6a66860249a8676721980aee10253a1b0335685a769d995e9954cd305190a8ed1878ba4fefce9dcaf41a3976f9e3d'
+b2sums=('022cef190284b69af781718a82b28ee9806d7e6b1e642ee0833e608f64f691ef918a83e99db02335fb9f60d24d6f0cfc58e7e05e99a3f13d2118719d40a71722'
 'SKIP')
 validpgpkeys=(
   6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D # WebP release signing key



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libwebp/-/commit/e23b0f7d68f4dff7c07434981b53ed8ac639a4ce
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-opus] Pushed new tag 1.5.2-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-opus/-/tree/1.5.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libwebp][main] 1.4.0-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
0ba47a18 by Jan Alexander Steffens (heftig) at 2024-04-17T02:57:36+02:00
1.4.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = libwebp
+   pkgdesc = WebP library and conversion tools
+   pkgver = 1.4.0
+   pkgrel = 1
+   url = https://developers.google.com/speed/webp/
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = cmake
+   makedepends = ninja
+   depends = giflib
+   depends = glibc
+   depends = libjpeg
+   depends = libpng
+   depends = libtiff
+   provides = libsharpyuv.so
+   provides = libwebp.so
+   provides = libwebpdecoder.so
+   provides = libwebpdemux.so
+   provides = libwebpmux.so
+   source = 
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz
+   source = 
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz.asc
+   validpgpkeys = 6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D
+   sha256sums = 
61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5
+   sha256sums = SKIP
+   b2sums = 
022cef190284b69af781718a82b28ee9806d7e6b1e642ee0833e608f64f691ef918a83e99db02335fb9f60d24d6f0cfc58e7e05e99a3f13d2118719d40a71722
+   b2sums = SKIP
+
+pkgname = libwebp


=
PKGBUILD
=
@@ -3,14 +3,15 @@
 # Contributor: Jon Nordby 
 
 pkgname=libwebp
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="WebP library and conversion tools"
 url="https://developers.google.com/speed/webp/;
 arch=(x86_64)
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(
   giflib
+  glibc
   libjpeg
   libpng
   libtiff
@@ -26,9 +27,9 @@ provides=(
 source=(
   
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz{,.asc}
 )
-sha256sums=('2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4'
+sha256sums=('61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5'
 'SKIP')
-b2sums=('12b3ff3aa9952dd32ce13656146556d5efb6a66860249a8676721980aee10253a1b0335685a769d995e9954cd305190a8ed1878ba4fefce9dcaf41a3976f9e3d'
+b2sums=('022cef190284b69af781718a82b28ee9806d7e6b1e642ee0833e608f64f691ef918a83e99db02335fb9f60d24d6f0cfc58e7e05e99a3f13d2118719d40a71722'
 'SKIP')
 validpgpkeys=(
   6B0E6B70976DE303EDF2F601F9C3D6BDB8232B5D # WebP release signing key
@@ -42,10 +43,12 @@ build() {
   local cmake_options=(
 -DBUILD_SHARED_LIBS=ON
 -DCMAKE_BUILD_TYPE=None
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
 -DCMAKE_INSTALL_PREFIX=/usr
 -DCMAKE_SKIP_INSTALL_RPATH=ON
 -DWEBP_BUILD_EXTRAS=OFF
 -DWEBP_BUILD_VWEBP=OFF
+-DWEBP_BUILD_{C,D,GIF2,IMG2}WEBP=ON
   )
 
   # Mimic autotools build without --enable-asserts



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libwebp/-/commit/0ba47a18714bae65e038537124606eee1c3869ef
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libwebp] Pushed new tag 1.4.0-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libwebp/-/tree/1.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-libwebp] Pushed new tag 1.4.0-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libwebp/-/tree/1.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-panel][main] Add config for nvchecker

2024-04-16 Thread @bgyorgy


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


Commits:
b7e330b0 by Balló György at 2024-04-17T02:00:09+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[gnome-panel]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-panel.git;



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-panel/-/commit/b7e330b04af322ea7693763dba8da568cb149161
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crawl][main] 0.31.0-2

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
29fc23ca by Jan Alexander Steffens (heftig) at 2024-04-17T01:34:13+02:00
0.31.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crawl
pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player, 
role-playing roguelike game of exploration and treasure-hunting
pkgver = 0.31.0
-   pkgrel = 1
+   pkgrel = 2
url = https://crawl.develz.org/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -9,7 +9,7 @@ url='https://crawl.develz.org/'
 license=(GPL-2.0-or-later)
 
 pkgver=0.31.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 
 # line-by-line: both versions, graphical, ncurses, makedepends



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/29fc23ca0014f18d0bc8dbba2dfba0a8b1c244a4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/29fc23ca0014f18d0bc8dbba2dfba0a8b1c244a4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/crawl] Pushed new tag 0.31.0-2

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.31.0-2 at Arch Linux / 
Packaging / Packages / crawl

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/tree/0.31.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox-i18n] Pushed new tag 125.0.1-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 125.0.1-1 at Arch Linux / 
Packaging / Packages / firefox-i18n

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-i18n/-/tree/125.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-nibbles][main] 4.0.4-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
c249b1e1 by Jan Alexander Steffens (heftig) at 2024-04-17T01:43:53+02:00
4.0.4-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/31F449AE968CBE194119A3AD1F1DC770CE79E68B.asc


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnome-nibbles
pkgdesc = Guide a worm around a maze
-   pkgver = 4.0.3
+   pkgver = 4.0.4
pkgrel = 1
url = https://wiki.gnome.org/Apps/Nibbles
arch = x86_64
@@ -16,7 +16,8 @@ pkgbase = gnome-nibbles
depends = libgee
depends = libgnome-games-support-2
depends = gtk4
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=d41f6efa1b9191d07107e222511c6954620480f2
-   b2sums = SKIP
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git?signed#tag=4.0.4
+   validpgpkeys = 31F449AE968CBE194119A3AD1F1DC770CE79E68B
+   b2sums = 
3b6994ec3890aeed31209d9b6a6dfb2c30b36fef68cf9f9690839572f0c277176b61d7bc62f825abb195b8771fc01b69e7df7c129652cedaedbe69310acd9af4
 
 pkgname = gnome-nibbles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-nibbles
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc="Guide a worm around a maze"
 url="https://wiki.gnome.org/Apps/Nibbles;
@@ -23,14 +23,11 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome-extra)
-_commit=d41f6efa1b9191d07107e222511c6954620480f2  # tags/4.0.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git?signed#tag=$pkgver;)
+b2sums=('3b6994ec3890aeed31209d9b6a6dfb2c30b36fef68cf9f9690839572f0c277176b61d7bc62f825abb195b8771fc01b69e7df7c129652cedaedbe69310acd9af4')
+validpgpkeys=(
+  31F449AE968CBE194119A3AD1F1DC770CE79E68B # Ben Corby 
+)
 
 prepare() {
   cd $pkgname


=
keys/pgp/31F449AE968CBE194119A3AD1F1DC770CE79E68B.asc
=
@@ -0,0 +1,39 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQGiBDP4mGkRBAD1DUJb4GSk7qNjiom8IAlOrzRzw3bLJvFwuPbXVvx8loXNI1tp
+pQX61ms0uBQr7WZEI/ctoB5g2a5TKQHSxf059CGnDSzxohJ4KqEIbHwvZjeKFhgE
+Cg6TS/9ayRPxCQOtl/ywc0vG13GycxQSRxZB4b2K+IQN/1andWqMoU0fEQCg/206
+vp9/zQefij2t83zIDhgkI50EANX1hCqfqs502GEubPZDvm7KRPtydbuAy+Jmwkv8
+f+5nBBDa3/HETOD3DcGKRsQ9BwleL0+EyTornYn/Qp2TJV79ER6ckxqsXuxfrv2B
+VjvxdsW2hyxCBgfi4JTuLcRmVbSzHyoxSbGT9cOGPE2KQKOaH/uPBluApDFwbGgg
+9d2UA/sHWEQEIT2TpVfjshmXhX4bTQGVIW2PAE37bQkvrhp5Whn5xdqng2cCpzaI
+Uaxq1YHUNSrl1rvq9P7mpABd8as76xOQCNBRGYUFH+UX19ezGxpOVi8cmhiS3BW6
+zA6+kQD9xGdTHaScyRajYGC1vXUSBMzvQhzUV80q0UUTNCenDbQdQmVuIENvcmJ5
+IDxiY29yYnlAbmV3LW1zLmNvbT6ISwQQEQIACwUCM/iYaQQLAwECAAoJEB8dx3DO
+eeaLK+0An2SRD+1j+TVA13NmEbG3gGe28wP6AJ9Yo9BDft3xY3p1JkPSU4tHzkR1
+krkEDQQz+JhrEBAA+RigfloGYXpDkJXcBWyHhuxh7M1FHw7Y4KN5xsncegus5D/j
+RpS2MEpT13wCFkiAtRXlKZmpnwd00//jocWWIE6YZbjYDe4QXau2FxxR2FDKIldD
+Kb6V6FYrOHhcC9v4TE3V46pGzPvOF+gqnRRh44SpT9GDhKh5tu+Pp0NGCMbMHXdX
+JDhK4sTw6I4TZ5dOkhNh9tvrJQ4X/faY98h8ebByHTh1+/bBc8SDESYrQ2DD4+jW
+Cv2hKCYLrqmus2UPogBTAaB81qujEh76DyrOH3SET8rzF/OkQOnX0ne2Qi0CNsEm
+y2henXyYCQqNfi3t5F159dSST5sYjvwqp0t8MvZCV7cIfwgXcqK61qlC8wXo+VMR
+OU+28W65Szgg2gGnVqMU6Y9AVfPQB8bLQ6mUrfdMZIZJ+AyDvWXpF9Sh01D49Vlf
+3HZSTz09jdvOmeFXklnN/biudE/F/Ha8g8VHMGHOfMlm/xX5u/2RXscBqtNbno2g
+pXI61Brwv0YAWCvl9Ij9WE5J280gtJ3kkQc2azNsOA1FHQ98iLMcfFstjvbzySPA
+Q/ClWxiNjrtVjLhdONM0/XwXV0OjHRhs3jMhLLUq/zzhsSlAGBGNfISnCnLWhsQD
+GcgHKXrKlQzZlp+r0ApQmwJG0wg9ZqRdQZ+cfL2JSyIZJrqrol7DVes91hcAAgIP
+/ixwy41nYZZ5aPTMV23S8cLCBfJ1gnd+sG3qtCbjWcnR/ZY3cFyXBFCbKC4LXx+g
+AhW2wrforUVtViKeVqlc4XLAXWMZ0rWICiGLRcoDzBWB1hh9sIgF/UCHqW32yMKt
+CP32lyhU7ui9b/qYYZ44LwWjQdXrK5/+s8ma67wUdiMsK19x5XDVippAZ9NaEBn1
+ZJbGyHXFugW83q4D6n54aI6dkue4cNIxMrAwvzXrkTIxcHXh1f8xDxD5T7mZf6Uv
+2w9+0ZkAvS0dsnVg1m8cAjtU0et04931YaVBEbXT3xAdvUkwspLN+CnEmwRa9LjQ
+SSyWRRujH6XURgmTrNnIhclf8XuUNq4pNWkzNJOboJdS+nPH5q2ZFWIwzA3LOkis
+FDiDk2GT9cYX+jCLO2as3H3afGVxBVkPUsZlKY8uyyTCV9jazagcmGZagS9pZeA3
+8gtrefAU6yCgeaY4dbMiKBcSrHED9Q5hSkgj43yafXra4Lsdzbq99/kniDnp3QE7
+G8B1sTuv2LwBW8ZqKP9Lvjl+tctfWaAZr1GscACMCpwlPW6B0Q9X48YoytB/0B+n
+0vXMuU0L0Kjvgzl0vVk70sXfVq8AbYoPNd5tRUhaXkHDpCKzHSYe+ZQ4zCAbVxLy
+uyO7avOxqqdwgI4fk8lclXCd/yzjWYW/+QbzlSknY+Y7iD8DBRgz+JhrHx3HcM55
+5osRAhEXAJwLrMZEm2MDrAhI/x8sR3Hn/qIzaQCg1/CQVAz5Fp/Zlp4nkeISkfed
+CVE=
+=aDkm
+-END PGP PUBLIC KEY BLOCK-



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-nibbles/-/commit/c249b1e12efd4443e96cc75fc6802858c9ac4710
You're receiving this email because of your account on 

[Git][archlinux/packaging/packages/gnome-nibbles] Pushed new tag 4.0.4-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-nibbles/-/tree/4.0.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox][main] 125.0.1-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
f88ccf52 by Jan Alexander Steffens (heftig) at 2024-04-17T01:37:42+02:00
125.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox
pkgdesc = Standalone web browser from mozilla.org
-   pkgver = 125.0
+   pkgver = 125.0.1
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -44,16 +44,16 @@ pkgbase = firefox
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0/source/firefox-125.0.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0/source/firefox-125.0.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0.1/source/firefox-125.0.1.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0.1/source/firefox-125.0.1.source.tar.xz.asc
source = firefox.desktop
source = identity-icons-brand.svg
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
beeef124a0808ca2e71b84b45251de42c4b1a818467505b8778935df1d829b19
+   sha256sums = 
274ff2ec60811b03fcd856c3aa4bd3212fa0aaacda0766430c2562432441cd10
sha256sums = SKIP
sha256sums = 
1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
-   b2sums = 
cf8216cf796e06a143bcd7c63c313524f504d12744631808fae8e56e68c9b6d7600ef2ca2c65b0108f11b4161d7ca050f21e1654f1bc591fa41d118b432c2749
+   b2sums = 
5b29fd638903617c5bd0716b304ae2d96390264f4fafda8a31698c25438635e865a34221d0e11b440c38f34095bbae0a322694870e09885f4acababf944bb338
b2sums = SKIP
b2sums = 
d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=125.0
+pkgver=125.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/;
@@ -66,11 +66,11 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('beeef124a0808ca2e71b84b45251de42c4b1a818467505b8778935df1d829b19'
+sha256sums=('274ff2ec60811b03fcd856c3aa4bd3212fa0aaacda0766430c2562432441cd10'
 'SKIP'
 '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
-b2sums=('cf8216cf796e06a143bcd7c63c313524f504d12744631808fae8e56e68c9b6d7600ef2ca2c65b0108f11b4161d7ca050f21e1654f1bc591fa41d118b432c2749'
+b2sums=('5b29fd638903617c5bd0716b304ae2d96390264f4fafda8a31698c25438635e865a34221d0e11b440c38f34095bbae0a322694870e09885f4acababf944bb338'
 'SKIP'
 
'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/f88ccf5220a8eb23f1a9dd48fa228fedd3d70018

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/f88ccf5220a8eb23f1a9dd48fa228fedd3d70018
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox] Pushed new tag 125.0.1-1

2024-04-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/tree/125.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-flashback] Pushed new tag 3.52.1-1

2024-04-16 Thread @bgyorgy


Balló György pushed new tag 3.52.1-1 at Arch Linux / Packaging / Packages / 
gnome-flashback

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/tree/3.52.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fail2ban][main] More accurate comment

2024-04-16 Thread Daniel M. Capella (@polyzen)


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


Commits:
f804a20f by Daniel M. Capella at 2024-04-16T19:17:15-04:00
More accurate comment

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -40,7 +40,7 @@ prepare() {
   sed -i 's|self.install_dir|"/usr/bin"|' setup.py
   sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
 
-  # Python 3.12 support https://github.com/fail2ban/fail2ban/issues/3487
+  # Bundle async modules removed in Python 3.12 
https://github.com/fail2ban/fail2ban/issues/3487
   git cherry-pick --no-commit 054e1d89ca3fa8b767ee21db1a3368f3d890baa8
   # Fix testRepairDb for sqlite >= 3.42 
https://github.com/fail2ban/fail2ban/issues/3586
   git cherry-pick --no-commit cabcc9b3f49e59e57c3909ec83de74bab9911f7f



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/f804a20fa16b620d5a61310577cfd42070583a3f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/f804a20fa16b620d5a61310577cfd42070583a3f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.1.0-4: Rebuild for python 3.12

2024-04-16 Thread Christian Heusel (@gromit)


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


Commits:
1a163c74 by Christian Heusel at 2024-04-17T00:58:04+02:00
upgpkg: 17:4.1.0-4: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.0
-   pkgrel = 3
+   pkgrel = 4
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.1.0
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/1a163c74f2a1a5d50be9a080870ca20e64130f3f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.1.0-4

2024-04-16 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 17-4.1.0-4 at Arch Linux / Packaging / Packages 
/ blender

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/tree/17-4.1.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wcslib][main] Switch source away from ftp

2024-04-16 Thread Antonio Rojas (@arojas)


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


Commits:
24d651f4 by Antonio Rojas at 2024-04-16T23:54:54+02:00
Switch source away from ftp

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,7 +11,7 @@ license=(GPL3)
 depends=(cfitsio
  glibc)
 makedepends=(gcc-fortran)
-source=(ftp://ftp.atnf.csiro.au/pub/software/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(http://www.atnf.csiro.au/people/mcalabre/WCS/$pkgname-$pkgver.tar.bz2)
 sha256sums=('6298220ae817f4e5522643ac4c3da2623be70a3484b1a4f37060bee3e4bd7833')
 
 build() {



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wcslib/-/commit/24d651f4eaf349c67a40ce3559617db6a956
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/singular][main] Switch source away from ftp

2024-04-16 Thread Antonio Rojas (@arojas)


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


Commits:
b55c3656 by Antonio Rojas at 2024-04-16T23:53:02+02:00
Switch source away from ftp

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ makedepends=(latex2html
  texlive-bin
  texlive-latex)
 provides=(singular-factory)
-source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz)
+source=(https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_pkgver//-/.}.tar.gz)
 
#source=(https://github.com/Singular/Singular/archive/$_pkgver/$pkgname-$_pkgver.tar.gz)
 sha256sums=('675733ba13a6ec67c564e753139f7c0c4b0d3e29bdb995de5341b616f1472a16')
 options=(!zipman)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/b55c3656fcf4758bfd3f71469bd99f8dc6e0e046

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/commit/b55c3656fcf4758bfd3f71469bd99f8dc6e0e046
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freetds][main] Switch source away from ftp

2024-04-16 Thread Antonio Rojas (@arojas)


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


Commits:
3eb48a5a by Antonio Rojas at 2024-04-16T23:50:37+02:00
Switch source away from ftp

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ depends=(glibc
 backup=(etc/freetds/freetds.conf
 etc/freetds/locales.conf
 etc/freetds/pool.conf)
-source=(ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2)
+source=(https://www.freetds.org/files/stable/$pkgname-$pkgver.tar.bz2)
 sha256sums=('a2cb8993a46417e0503e7b8488463d91b8c5d9a4601d6ee2484d28f56d3a7075')
 
 build() {



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freetds/-/commit/3eb48a5a4c8d6ab84c04fcba561d51365db84f5a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fail2ban][main] Add back comment explaining test ignore

2024-04-16 Thread Daniel M. Capella (@polyzen)


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


Commits:
9d86163b by Daniel M. Capella at 2024-04-16T17:45:32-04:00
Add back comment explaining test ignore

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -54,6 +54,8 @@ build() {
 
 check() {
   cd $pkgname
+  # Imports smtpd module that was removed in Python 3.12.
+  # aiosmptd is now used in master, but the changes do not cleanly backport
   ./bin/fail2ban-testcases --ignore unittest.loader._FailedTest.test_smtp
 }
 



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/commit/9d86163b504b45badccfe4933ac9209565c0f2cc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fail2ban] Pushed new tag 1.0.2-6

2024-04-16 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.0.2-6 at Arch Linux / Packaging / Packages / 
fail2ban

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fail2ban/-/tree/1.0.2-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-flashback][main] Add config for nvchecker

2024-04-16 Thread @bgyorgy


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


Commits:
90ab3426 by Balló György at 2024-04-16T22:14:02+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[gnome-flashback]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-flashback.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/90ab3426239fadd56fea98edb2fb739a04e4e896

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-flashback/-/commit/90ab3426239fadd56fea98edb2fb739a04e4e896
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/repo] Pushed new tag 2.45-2

2024-04-16 Thread @demize


Johannes Löthberg pushed new tag 2.45-2 at Arch Linux / Packaging / Packages / 
repo

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/tree/2.45-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/repo][main] Rebuild for sig in sync db

2024-04-16 Thread @demize


Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / 
repo


Commits:
aaede78d by Johannes Löthberg at 2024-04-16T22:06:57+02:00
Rebuild for sig in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = repo
pkgdesc = The Multiple Git Repository Tool from the Android Open Source 
Project
pkgver = 2.45
-   pkgrel = 1
+   pkgrel = 2
url = https://android.googlesource.com/tools/repo
arch = any
-   license = APACHE
+   license = Apache-2.0
depends = git
depends = python
source = 
git+https://android.googlesource.com/tools/repo.git#tag=v2.45?signed


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 
 pkgname=repo
 pkgver=2.45
-pkgrel=1
+pkgrel=2
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
 url="https://android.googlesource.com/tools/repo;
 arch=('any')
-license=("APACHE")
+license=("Apache-2.0")
 depends=("git" "python")
 
source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
 validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/aaede78d8fe5b03dcf48d1aad477c73a60c0d05e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/aaede78d8fe5b03dcf48d1aad477c73a60c0d05e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dunst][main] upgpkg: 1.11.0-1

2024-04-16 Thread @demize


Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / 
dunst


Commits:
47bcffa4 by Johannes Löthberg at 2024-04-16T22:02:34+02:00
upgpkg: 1.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dunst
pkgdesc = Customizable and lightweight notification-daemon
-   pkgver = 1.10.0
+   pkgver = 1.11.0
pkgrel = 1
url = https://dunst-project.org/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = dunst
optdepends = libnotify: dunstify
provides = notification-daemon
backup = etc/dunst/dunstrc
-   source = 
dunst-1.10.0.tar.gz::https://github.com/dunst-project/dunst/archive/v1.10.0.tar.gz
-   sha256sums = 
d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f
+   source = 
dunst-1.11.0.tar.gz::https://github.com/dunst-project/dunst/archive/v1.11.0.tar.gz
+   sha256sums = 
31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
 
 pkgname = dunst


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.10.0
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/;
@@ -16,7 +16,7 @@ optdepends=('libnotify: dunstify')
 backup=('etc/dunst/dunstrc')
 provides=('notification-daemon')
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz;)
-sha256sums=('d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f')
+sha256sums=('31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1')
 
 build() {
   cd dunst-$pkgver



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/commit/47bcffa4cabf9dd05cd845ea9ede25c345a90e43
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dunst] Pushed new tag 1.11.0-1

2024-04-16 Thread @demize


Johannes Löthberg pushed new tag 1.11.0-1 at Arch Linux / Packaging / Packages 
/ dunst

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dunst/-/tree/1.11.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dart][main] upgpkg: 3.3.3-1: upstream release

2024-04-16 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
dart


Commits:
336b8cce by Orhun Parmaksız at 2024-04-16T22:58:36+03:00
upgpkg: 3.3.3-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dart
pkgdesc = The dart programming language SDK
-   pkgver = 3.3.2
+   pkgver = 3.3.3
pkgrel = 1
url = https://dart.dev/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = dart
makedepends = python-httplib2
makedepends = python-six
depends = glibc
-   source = 
git+https://github.com/dart-lang/sdk.git#commit=bc4150a9a23da4b3497c1d76b196e97a3e10b6cc
+   source = 
git+https://github.com/dart-lang/sdk.git#commit=c09cb46304325cc59890ef685d33f5e022da047e
source = 
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = DEPS.patch
-   sha256sums = 
e77b487224ee78d981806c46353400cb0a7023f695284d1bbeb4566df1ffb280
+   sha256sums = 
aaba03bb91dd3fbabaf880e21a7a40f605a71fdeb4ab66629090be3f7123ee84
sha256sums = SKIP
sha256sums = 
db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403
 


=
PKGBUILD
=
@@ -8,8 +8,8 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=3.3.2
-_commit=bc4150a9a23da4b3497c1d76b196e97a3e10b6cc 
#https://github.com/dart-lang/sdk/commits/stable/
+pkgver=3.3.3
+_commit=c09cb46304325cc59890ef685d33f5e022da047e # 
https://github.com/dart-lang/sdk/commits/stable/
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -30,7 +30,7 @@ source=(
   "git+https://chromium.googlesource.com/chromium/tools/depot_tools.git;
   "DEPS.patch"
 )
-sha256sums=('e77b487224ee78d981806c46353400cb0a7023f695284d1bbeb4566df1ffb280'
+sha256sums=('aaba03bb91dd3fbabaf880e21a7a40f605a71fdeb4ab66629090be3f7123ee84'
 'SKIP'
 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/336b8cce730f4f731e2c1c1b5a8928a9b48bcce9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/336b8cce730f4f731e2c1c1b5a8928a9b48bcce9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dart] Pushed new tag 3.3.3-1

2024-04-16 Thread @orhun


Orhun Parmaksız pushed new tag 3.3.3-1 at Arch Linux / Packaging / Packages / 
dart

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/tree/3.3.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pacutils][main] upgpkg: 0.14.0-1

2024-04-16 Thread @demize


Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / 
pacutils


Commits:
a6f20674 by Johannes Löthberg at 2024-04-16T21:55:56+02:00
upgpkg: 0.14.0-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + keys/pgp/0016846EDD8432261C62CB63DF3891463C352040.asc


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pacutils
pkgdesc = Helper tools for libalpm
-   pkgver = 0.11.1
-   pkgrel = 2
+   pkgver = 0.14.0
+   pkgrel = 1
url = https://github.com/andrewgregory/pacutils
arch = x86_64
license = MIT
@@ -9,7 +9,8 @@ pkgbase = pacutils
depends = glibc
depends = libarchive
depends = pacman
-   source = 
git+https://github.com/andrewgregory/pacutils.git#commit=aa4ba003cb446907a71be4aa976546d113ecc688
-   sha256sums = SKIP
+   source = git+https://github.com/andrewgregory/pacutils.git#tag=v0.14.0
+   validpgpkeys = 0016846EDD8432261C62CB63DF3891463C352040
+   sha256sums = 
d506e110803a120740b796254fcc599fff5026bff82263a43dac10d6eb3f0a77
 
 pkgname = pacutils


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=pacutils
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 
 pkgdesc='Helper tools for libalpm'
 url='https://github.com/andrewgregory/pacutils'
@@ -16,17 +16,9 @@ depends=(
 )
 makedepends=('git')
 
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=aa4ba003cb446907a71be4aa976546d113ecc688;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd pacutils
-  for commit in a8cb36d865a74ade470b6e71b434fc8b0e981e04 \
-9788717c8798b6accae0090a9bad49b504781f0d \
-045b55113c766efef01d636e48b37d3a1ead16a1; do
-git show "$commit" | git apply -
-  done
-}
+source=("git+https://github.com/andrewgregory/pacutils.git#tag=v$pkgver;)
+sha256sums=('d506e110803a120740b796254fcc599fff5026bff82263a43dac10d6eb3f0a77')
+validpgpkeys=('0016846EDD8432261C62CB63DF3891463C352040')
 
 build() {
   cd pacutils


=
keys/pgp/0016846EDD8432261C62CB63DF3891463C352040.asc
=
@@ -0,0 +1,18 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQENBF18Y1sBCAC8z3dO3IPeVkTRQieY68H4K1qGEV30atGbyaRnbccjuH9Q7xja
+zH3Wx2L11BT3vU/UObjlKJubFAr4n1c+a6bMrL9JIPpTaLyk9t3fLv+j3w18WMsJ
+UqrAXQk46J1z5GwNmOovN0sqb2ILggALyfjPAP17VFMP97aJdiPaQ07invqcDm3r
+myU1DPgIbXj/RmsmRNtHY916EDR5WJMUp4N4B7ijBmtBicLy4diQgj7Enu5fC+eQ
+AVOVAvDx1xyfaRAXceBYQAxECvwR2bFebQC5bDaB2lEC3ES8Ot+7UUgfKhHU6aHG
+tjPRAozLVZJrKKLaqgLdMLWo3wcaSs1zwJ1TABEBAAG0K0FuZHJldyBHcmVnb3J5
+IDxhbmRyZXcuZ3JlZ29yeS44QGdtYWlsLmNvbT6JAVQEEwEIAD4WIQQAFoRu3YQy
+Jhxiy2PfOJFGPDUgQAUCXXxjWwIbAwUJAeEzgAULCQgHAgYVCgkICwIEFgIDAQIe
+AQIXgAAKCRDfOJFGPDUgQAkvB/4zPpB92ZDSFUUET/mdnQWMDveWd8B4JjRUv+nW
+hN8OYysYr8n//hPigsVvfWDSnfAKzyON++PX+a6v+3zxZZ4Sttb4bqTTxGNh+a20
+PR5GALhj/sYQ0NzRTnnQWMN5fNvTVpYWlXxVldxGzJ4xgQuPVbBJ2k+26ZWkAMJU
+pyBqafbgI7u0oA9EciKeFCOY+033wVYokfF06xe3i8SM6651/HTlcpFJ8A4og05S
+cU82bUN2LBkpZLpj/MBPIeYPAxjkGP6qlV5fxQl5ZXjkHsRIt/PI2+m6LSNTSbeO
+mXALR1IRweewk0E0SPEkI5aeucOf/cyY+3wydO4NJtrN20j4
+=4sUN
+-END PGP PUBLIC KEY BLOCK-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/a6f2067435e6ca39322c1cbab076909f57e6cd05

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/commit/a6f2067435e6ca39322c1cbab076909f57e6cd05
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pacutils] Pushed new tag 0.14.0-1

2024-04-16 Thread @demize


Johannes Löthberg pushed new tag 0.14.0-1 at Arch Linux / Packaging / Packages 
/ pacutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pacutils/-/tree/0.14.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-browser-connector][main] Add config for nvchecker

2024-04-16 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-browser-connector


Commits:
663327fc by Balló György at 2024-04-16T21:34:12+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gnome-browser-connector]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-browser-connector.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-browser-connector/-/commit/663327fcda9a9d1150c24314f72a118b913f016f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-browser-connector/-/commit/663327fcda9a9d1150c24314f72a118b913f016f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phosh] Pushed new tag 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.38.0-1 at Arch Linux / Packaging / Packages 
/ phosh

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/tree/0.38.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phosh][main] upgpkg: 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
fb6921b0 by Jelle van der Waa at 2024-04-16T21:33:51+02:00
upgpkg: 0.38.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
-   pkgver = 0.37.1
+   pkgver = 0.38.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
@@ -37,10 +37,12 @@ pkgbase = phosh
depends = squeekboard
optdepends = iio-sensor-proxy: accelerometer and other sensors
optdepends = feedbackd: haptic/visual/audio feedback
-   source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=v0.37.1
+   optdepends = xdg-desktop-portal-gtk: for screenshot support
+   optdepends = xdg-desktop-portal-wlr: for screencasts support
+   source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=v0.38.0
source = pam_phosh
validpgpkeys = 0DB3932762F78E592F6522AFBB5A2C77584122D3
-   sha256sums = 
3832bb468576df1d1bb2dd45a4427c836ac478e96bcd4d42117587709e03d27c
+   sha256sums = 
3bc45d56ed437824c5fd229b66e68b7b342fe5566f72cc5d0b4b4abe2486bf0f
sha256sums = 
b7793f80c533e84ad8adfe8bb46c69f107575e724aa9b53b41f370baa37e4fd5
 
 pkgname = phosh


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Philip Goto 
 
 pkgname=phosh
-pkgver=0.37.1
+pkgver=0.38.0
 pkgrel=1
 pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
 arch=(x86_64 aarch64)
@@ -21,7 +21,7 @@ optdepends=('iio-sensor-proxy: accelerometer and other 
sensors'
 'xdg-desktop-portal-wlr: for screencasts support')
 source=("git+${url}.git#tag=v${pkgver}" "pam_phosh")
 validpgpkeys=("0DB3932762F78E592F6522AFBB5A2C77584122D3")
-sha256sums=('3832bb468576df1d1bb2dd45a4427c836ac478e96bcd4d42117587709e03d27c'
+sha256sums=('3bc45d56ed437824c5fd229b66e68b7b342fe5566f72cc5d0b4b4abe2486bf0f'
 'b7793f80c533e84ad8adfe8bb46c69f107575e724aa9b53b41f370baa37e4fd5')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/fb6921b05acb67d7a0a9821cdf19aff89fb69a0e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/fb6921b05acb67d7a0a9821cdf19aff89fb69a0e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/borgmatic][main] upgpkg: 1.8.10-2: Rebuild for python 3.12

2024-04-16 Thread Christian Heusel (@gromit)


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


Commits:
255d9119 by Christian Heusel at 2024-04-16T21:14:35+02:00
upgpkg: 1.8.10-2: Rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = borgmatic
pkgdesc = Simple, configuration-driven backup software for servers and 
workstations
pkgver = 1.8.10
-   pkgrel = 1
+   pkgrel = 2
url = https://torsion.org/borgmatic
arch = any
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgname=borgmatic
 pkgver=1.8.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
 url=https://torsion.org/borgmatic



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/255d91193aee7939f6ef984cd6fcc0e521f57a4d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/255d91193aee7939f6ef984cd6fcc0e521f57a4d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/borgmatic] Pushed new tag 1.8.10-2

2024-04-16 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.8.10-2 at Arch Linux / Packaging / Packages / 
borgmatic

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/tree/1.8.10-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/borgmatic] Pushed new tag 1.8.10-1

2024-04-16 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.8.10-1 at Arch Linux / Packaging / Packages / 
borgmatic

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/tree/1.8.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/borgmatic][main] upgpkg: 1.8.10-1

2024-04-16 Thread Christian Heusel (@gromit)


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


Commits:
56d27c9f by Christian Heusel at 2024-04-16T21:13:31+02:00
upgpkg: 1.8.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = borgmatic
pkgdesc = Simple, configuration-driven backup software for servers and 
workstations
-   pkgver = 1.8.9
-   pkgrel = 3
+   pkgver = 1.8.10
+   pkgrel = 1
url = https://torsion.org/borgmatic
arch = any
license = GPL-3.0-or-later
@@ -22,7 +22,7 @@ pkgbase = borgmatic
depends = python-packaging
optdepends = apprise: for Apprise notifications
optdepends = python-llfuse: for mount action
-   source = 
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.8.9
-   b2sums = 
2b899c78f12e723e141298a1e37bc61f4c355180c680e70feed2ae1c076d357dbe93b15733f73e4622684fb1c972ddbafd348be1c1de50f90f1e5dbeac15402c
+   source = 
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.8.10
+   b2sums = 
b95bcccf4d06caa0414341531852f92a6224a71328c47716bcb94c3aa8ab68e73a1cc6c84f473189b3e74d161cbd508e9aaab277a2898a61f1c9994def59f086
 
 pkgname = borgmatic


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.8.9
-pkgrel=3
+pkgver=1.8.10
+pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
 url=https://torsion.org/borgmatic
@@ -29,12 +29,7 @@ optdepends=(
   'python-llfuse: for mount action'
 )
 
source=("git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=$pkgver;)
-b2sums=('2b899c78f12e723e141298a1e37bc61f4c355180c680e70feed2ae1c076d357dbe93b15733f73e4622684fb1c972ddbafd348be1c1de50f90f1e5dbeac15402c')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
+b2sums=('b95bcccf4d06caa0414341531852f92a6224a71328c47716bcb94c3aa8ab68e73a1cc6c84f473189b3e74d161cbd508e9aaab277a2898a61f1c9994def59f086')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/56d27c9f9914cb00b0ec8b8d118d7511a99966d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/56d27c9f9914cb00b0ec8b8d118d7511a99966d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phosh-mobile-settings] Pushed new tag 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.38.0-1 at Arch Linux / Packaging / Packages 
/ phosh-mobile-settings

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh-mobile-settings/-/tree/0.38.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phosh-mobile-settings][main] upgpkg: 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
phosh-mobile-settings


Commits:
39942cf1 by Jelle van der Waa at 2024-04-16T21:11:13+02:00
upgpkg: 0.38.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = phosh-mobile-settings
pkgdesc = A settings app for mobile specific things
-   pkgver = 0.37.0
+   pkgver = 0.38.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = phosh-mobile-settings
depends = lm_sensors
depends = phoc
depends = phosh
-   source = 
https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v0.37.0/phosh-mobile-settings-v0.37.0.tar.gz
+   source = 
https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v0.38.0/phosh-mobile-settings-v0.38.0.tar.gz
source = 
https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/a3c67a1184bfa73c593edefabe77cce57a5e38f6/gmobile-a3c67a1184bfa73c593edefabe77cce57a5e38f6.tar.gz
-   sha256sums = 
560c22c07fe3db0c6fe1ebd210dda7ce1b86fac125ca8935620ae84f25b72060
+   sha256sums = 
ae9339e6a156017923b4ff461587cdcb24481c05e3fb47df3719ccd5ade77857
sha256sums = 
1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec
 
 pkgname = phosh-mobile-settings


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 libgmobile_commit=a3c67a1184bfa73c593edefabe77cce57a5e38f6
 
 pkgname=phosh-mobile-settings
-pkgver=0.37.0
+pkgver=0.38.0
 pkgrel=1
 pkgdesc='A settings app for mobile specific things'
 arch=(x86_64 aarch64)
@@ -14,7 +14,7 @@ depends=(feedbackd libadwaita lm_sensors phoc phosh)
 makedepends=(git meson wayland-protocols python-packaging)
 source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"

https://gitlab.gnome.org/World/Phosh/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz)
-sha256sums=('560c22c07fe3db0c6fe1ebd210dda7ce1b86fac125ca8935620ae84f25b72060'
+sha256sums=('ae9339e6a156017923b4ff461587cdcb24481c05e3fb47df3719ccd5ade77857'
 '1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh-mobile-settings/-/commit/39942cf195aa7d71d8a5a2e1221f3968ba7d2f6c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh-mobile-settings/-/commit/39942cf195aa7d71d8a5a2e1221f3968ba7d2f6c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phoc][main] upgpkg: 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
a12e3e3a by Jelle van der Waa at 2024-04-16T21:08:40+02:00
upgpkg: 0.38.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = phoc
pkgdesc = Display compositor designed for phones
-   pkgver = 0.37.0
+   pkgver = 0.38.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
@@ -31,9 +31,9 @@ pkgbase = phoc
depends = cairo
depends = wayland
optdepends = xorg-wayland: run X clients under phoc
-   source = 
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.37.0/phoc-v0.37.0.tar.gz
+   source = 
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v0.38.0/phoc-v0.38.0.tar.gz
source = 
https://gitlab.gnome.org/guidog/gmobile/-/archive/a3c67a1184bfa73c593edefabe77cce57a5e38f6/gmobile-a3c67a1184bfa73c593edefabe77cce57a5e38f6.tar.gz
-   sha256sums = 
447510b3953637e8e41adb9e06c03d5031ee44bbeae7c777ca9a789ba9f6aa32
+   sha256sums = 
eb2c4a9c5101720dedcec31800859779afc69efd7868b62e3fb156ee619de738
sha256sums = 
1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec
 
 pkgname = phoc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 libgmobile_commit=a3c67a1184bfa73c593edefabe77cce57a5e38f6
 
 pkgname=phoc
-pkgver=0.37.0
+pkgver=0.38.0
 pkgrel=1
 pkgdesc='Display compositor designed for phones'
 arch=(x86_64 aarch64)
@@ -16,7 +16,7 @@ makedepends=(cmake meson git wayland-protocols python-jinja 
python-pygments pyth
 optdepends=('xorg-wayland: run X clients under phoc')
 
source=(https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz

https://gitlab.gnome.org/guidog/gmobile/-/archive/${libgmobile_commit}/gmobile-${libgmobile_commit}.tar.gz)
-sha256sums=('447510b3953637e8e41adb9e06c03d5031ee44bbeae7c777ca9a789ba9f6aa32'
+sha256sums=('eb2c4a9c5101720dedcec31800859779afc69efd7868b62e3fb156ee619de738'
 '1aeac55a790525c2028a66562de877a8f99ce391636d8e0e3d059b0899c7a7ec')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/a12e3e3a5a92e0d2204c02a695323652f74af14d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/a12e3e3a5a92e0d2204c02a695323652f74af14d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/phoc] Pushed new tag 0.38.0-1

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.38.0-1 at Arch Linux / Packaging / Packages 
/ phoc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/tree/0.38.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-applets][main] Add config for nvchecker

2024-04-16 Thread @bgyorgy


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


Commits:
3f0082d5 by Balló György at 2024-04-16T21:05:21+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[gnome-applets]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-applets.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/3f0082d571d204403b582d33220b1d639676efca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-applets/-/commit/3f0082d571d204403b582d33220b1d639676efca
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pysnmp][main] Switch upstream to the new fork

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
84bcc120 by Jelle van der Waa at 2024-04-16T21:02:59+02:00
Switch upstream to the new fork

The maintainer of the original source sadly passed away and the homepage now
refers to a new fork: https://www.pysnmp.com/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,22 @@
 pkgbase = python-pysnmp
pkgdesc = Open source and free implementation of v1/v2c/v3 SNMP engine
-   pkgver = 4.4.12
-   pkgrel = 8
-   url = https://github.com/etingof/pysnmp
+   pkgver = 6.1.2
+   pkgrel = 1
+   url = https://www.pysnmp.com/
arch = any
license = BSD
-   makedepends = python-setuptools
-   makedepends = python-sphinx
+   checkdepends = python-pytest
+   checkdepends = python-pytest-asyncio
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-poetry-core
depends = python
depends = python-pysmi
depends = python-pyasn1
depends = python-pycryptodomex
-   options = !makeflags
-   source = 
https://github.com/etingof/pysnmp/archive/v4.4.12/pysnmp-v4.4.12.tar.gz
-   sha256sums = 
137d8fd93fffadd0c6d34c65e4dda373f41122a5f1c38537cc9ec4194dc99980
-   sha512sums = 
48481e219098369b09cc2ffea6cd51974b64bed0131671cc7a2213ee5eb432c62e0ff5c3700b6be515bd3e90951927e41845c98ae7a339d551f0f4ec19c5e3b1
+   source = 
https://github.com/lextudio/pysnmp/archive/v6.1.2/pysnmp-v6.1.2.tar.gz
+   sha256sums = 
72a83040496dd58a4b3ec671a883648f27cfb53e5fafd4b124c6123282796c53
+   sha512sums = 
894526c71fb417d7b8c6b3d45cc8595877d001a645c588b59df9f03448b6e20816f920ab3a9bbeee3a62b39789e0582cb8e0f5f08110f7d17c1a17be817f108f
 
 pkgname = python-pysnmp


=
PKGBUILD
=
@@ -3,36 +3,37 @@
 
 pkgname=python-pysnmp
 _pyname=pysnmp
-pkgver=4.4.12
-pkgrel=8
+pkgver=6.1.2
+pkgrel=1
 pkgdesc='Open source and free implementation of v1/v2c/v3 SNMP engine'
-url='https://github.com/etingof/pysnmp'
+url='https://www.pysnmp.com/'
 arch=('any')
 license=('BSD')
 depends=('python' 'python-pysmi' 'python-pyasn1' 'python-pycryptodomex')
-makedepends=('python-setuptools' 'python-sphinx')
-options=('!makeflags')
-source=(https://github.com/etingof/pysnmp/archive/v${pkgver}/${_pyname}-v${pkgver}.tar.gz)
-sha256sums=('137d8fd93fffadd0c6d34c65e4dda373f41122a5f1c38537cc9ec4194dc99980')
-sha512sums=('48481e219098369b09cc2ffea6cd51974b64bed0131671cc7a2213ee5eb432c62e0ff5c3700b6be515bd3e90951927e41845c98ae7a339d551f0f4ec19c5e3b1')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-poetry-core')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=(https://github.com/lextudio/pysnmp/archive/v${pkgver}/${_pyname}-v${pkgver}.tar.gz)
+sha256sums=('72a83040496dd58a4b3ec671a883648f27cfb53e5fafd4b124c6123282796c53')
+sha512sums=('894526c71fb417d7b8c6b3d45cc8595877d001a645c588b59df9f03448b6e20816f920ab3a9bbeee3a62b39789e0582cb8e0f5f08110f7d17c1a17be817f108f')
 
 build() {
   cd ${_pyname}-${pkgver}
-  export PYTHONPATH=.
-  python setup.py build
-  make -C docs text man
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  # TODO: get the tests running
+  #PYTHONPATH=. pytest -v .
 }
 
 package() {
   cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
   cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
 
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
   install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysnmp/-/commit/84bcc1203831b7f29d3bb148db9511da0fe550d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysnmp/-/commit/84bcc1203831b7f29d3bb148db9511da0fe550d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pysnmp] Pushed new tag 6.1.2-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pysnmp/-/tree/6.1.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/exempi][main] Add config for nvchecker

2024-04-16 Thread @bgyorgy


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


Commits:
69fe2e33 by Balló György at 2024-04-16T20:49:19+02:00
Add config for nvchecker

- - - - -


2 changed files:

- .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = exempi
pkgrel = 1
url = https://libopenraw.freedesktop.org/exempi/
arch = x86_64
-   license = BSD
+   license = BSD-3-Clause
makedepends = boost
depends = expat
depends = gcc-libs


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[exempi]
+source = "git"
+git = "https://gitlab.freedesktop.org/libopenraw/exempi.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exempi/-/commit/69fe2e33a13cdbe882e25315ebd9b666aaf9e6f1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exempi/-/commit/69fe2e33a13cdbe882e25315ebd9b666aaf9e6f1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcovr][main] upgpkg: 7.2-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
83e65b23 by Jelle van der Waa at 2024-04-16T20:42:51+02:00
upgpkg: 7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gcovr
pkgdesc = provides a utility for managing the use of the GNU gcov 
utility
-   pkgver = 7.0
-   pkgrel = 2
+   pkgver = 7.2
+   pkgrel = 1
url = https://gcovr.com/
arch = any
license = BSD-3-Clause
@@ -14,7 +14,7 @@ pkgbase = gcovr
depends = python-jinja
depends = python-lxml
depends = gcc
-   source = https://github.com/gcovr/gcovr/archive/7.0/gcovr-7.0.tar.gz
-   sha256sums = 
03ebb2485d1b07cf6bf363b6e7191b3d9c1d492003fbf06f06a7e954166bf132
+   source = https://github.com/gcovr/gcovr/archive/7.2/gcovr-7.2.tar.gz
+   sha256sums = 
17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 
 pkgname = gcovr


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=gcovr
-pkgver=7.0
-pkgrel=2
+pkgver=7.2
+pkgrel=1
 pkgdesc='provides a utility for managing the use of the GNU gcov utility'
 arch=(any)
 url="https://gcovr.com/;
@@ -11,7 +11,7 @@ depends=('python' 'python-jinja' 'python-lxml' 'gcc')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("https://github.com/gcovr/gcovr/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('03ebb2485d1b07cf6bf363b6e7191b3d9c1d492003fbf06f06a7e954166bf132')
+sha256sums=('17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/commit/83e65b23abd8b622ce444e126230c7eda72e7429

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/commit/83e65b23abd8b622ce444e126230c7eda72e7429
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcovr] Pushed new tag 7.2-1

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 7.2-1 at Arch Linux / Packaging / Packages / 
gcovr

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/tree/7.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-coverage][main] upgpkg: 7.4.4-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
6cb76fa9 by Jelle van der Waa at 2024-04-16T20:41:02+02:00
upgpkg: 7.4.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-coverage
pkgdesc = A tool for measuring code coverage of Python programs
-   pkgver = 7.4.1
-   pkgrel = 2
+   pkgver = 7.4.4
+   pkgrel = 1
url = https://coverage.readthedocs.io/en/latest/
arch = x86_64
license = Apache-2.0
@@ -17,8 +17,8 @@ pkgbase = python-coverage
makedepends = python-wheel
depends = glibc
depends = python
-   source = 
python-coverage-7.4.1.tar.gz::https://github.com/nedbat/coveragepy/archive/7.4.1.tar.gz
-   sha512sums = 
5df67a35ca37107ba89afb89868e7e448585f2741a448dccc3418017a10f951e93699958b4a1a2b2153dc5bee8b88b95bf3ce7a6ff5424f5cc4009de3829f371
-   b2sums = 
7b402d4587ce9b4ce7dd2b57fb77abad4755aab9e30cfa6ef9e35093ff1c1557868af5871c1f79750c6d66f8aeff3dcdae456bbfe323ea6c0aa3be908033c70a
+   source = 
python-coverage-7.4.4.tar.gz::https://github.com/nedbat/coveragepy/archive/7.4.4.tar.gz
+   sha512sums = 
5edbad9906acabb56bafbd8cfb4179b75465da1b45ad19918e3fd82e1856c3024e6e73b8297df560fad0c51e0edff5f8466d6d112ebbc855e0fb1aea77422fea
+   b2sums = 
f230cd3429c5f3b27b381dbb7bec76dfe0444bb961a3120a12af51a18f5ce5c3b10ff975e6a8bf0b9c3cc9eb30637a2100f30039b0d9de0de26ee06a5cc75bb6
 
 pkgname = python-coverage


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pkgname=coveragepy
 pkgname=python-coverage
-pkgver=7.4.1
-pkgrel=2
+pkgver=7.4.4
+pkgrel=1
 pkgdesc="A tool for measuring code coverage of Python programs"
 arch=('x86_64')
 url="https://coverage.readthedocs.io/en/latest/;
@@ -16,8 +16,8 @@ checkdepends=('python-flaky' 'python-hypothesis'
   'python-pytest' 'python-pytest-xdist'
   'python-unittest-mixins' 'python-virtualenv')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nedbat/coveragepy/archive/$pkgver.tar.gz;)
-sha512sums=('5df67a35ca37107ba89afb89868e7e448585f2741a448dccc3418017a10f951e93699958b4a1a2b2153dc5bee8b88b95bf3ce7a6ff5424f5cc4009de3829f371')
-b2sums=('7b402d4587ce9b4ce7dd2b57fb77abad4755aab9e30cfa6ef9e35093ff1c1557868af5871c1f79750c6d66f8aeff3dcdae456bbfe323ea6c0aa3be908033c70a')
+sha512sums=('5edbad9906acabb56bafbd8cfb4179b75465da1b45ad19918e3fd82e1856c3024e6e73b8297df560fad0c51e0edff5f8466d6d112ebbc855e0fb1aea77422fea')
+b2sums=('f230cd3429c5f3b27b381dbb7bec76dfe0444bb961a3120a12af51a18f5ce5c3b10ff975e6a8bf0b9c3cc9eb30637a2100f30039b0d9de0de26ee06a5cc75bb6')
 
 build() {
   cd $_pkgname-$pkgver



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-coverage/-/commit/6cb76fa9fe9a318b1fe4c012d9f7e1ba9a38c016
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-coverage] Pushed new tag 7.4.4-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-coverage/-/tree/7.4.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-modules][main] upgpkg: 0.15.4-1: upstream release

2024-04-16 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-modules


Commits:
6a613e82 by Orhun Parmaksız at 2024-04-16T21:40:52+03:00
upgpkg: 0.15.4-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = cargo-modules
pkgdesc = A cargo plugin for showing an overview of a crate's modules
-   pkgver = 0.15.0
+   pkgver = 0.15.4
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
-   source = 
cargo-modules-0.15.0.tar.gz::https://github.com/regexident/cargo-modules/archive/0.15.0.tar.gz
-   sha256sums = 
a83b38892057dac4cbfe43efd6325875216be7ddc6ea7af9b7d189bc61ffd6c2
+   source = 
cargo-modules-0.15.4.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.15.4.tar.gz
+   sha256sums = 
8a278bfb8aa755ff43648ae71f44dd55ca1b0ac9e6ac1df86cddd9aa2ba46a82
 
 pkgname = cargo-modules


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: cyqsimon <28627918+cyqsi...@users.noreply.github.com>
 
 pkgname=cargo-modules
-pkgver=0.15.0
+pkgver=0.15.4
 pkgrel=1
 pkgdesc="A cargo plugin for showing an overview of a crate's modules"
 arch=('x86_64')
 url="https://github.com/regexident/cargo-modules;
 license=('MPL2')
 depends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('a83b38892057dac4cbfe43efd6325875216be7ddc6ea7af9b7d189bc61ffd6c2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('8a278bfb8aa755ff43648ae71f44dd55ca1b0ac9e6ac1df86cddd9aa2ba46a82')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/6a613e82ba5caf17f3a022b2e5286b013a2a8414

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/6a613e82ba5caf17f3a022b2e5286b013a2a8414
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-modules] Pushed new tag 0.15.4-1

2024-04-16 Thread @orhun


Orhun Parmaksız pushed new tag 0.15.4-1 at Arch Linux / Packaging / Packages / 
cargo-modules

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/tree/0.15.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hyprland] Pushed new tag 0.39.1-1

2024-04-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.39.1-1 at Arch Linux / Packaging / Packages / 
hyprland

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/tree/0.39.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hyprland][main] upgpkg: 0.39.1-1

2024-04-16 Thread Caleb Maclennan (@alerque)


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


Commits:
57d2d31b by Caleb Maclennan at 2024-04-16T21:40:13+03:00
upgpkg: 0.39.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hyprland
pkgdesc = a highly customizable dynamic tiling Wayland compositor
-   pkgver = 0.39.0
+   pkgver = 0.39.1
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -71,7 +71,7 @@ pkgbase = hyprland
optdepends = cmake: to build and install plugins using hyprpm
optdepends = cpio: to build and install plugins using hyprpm
optdepends = meson: to build and install plugins using hyprpm
-   source = 
Hyprland-0.39.0.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.39.0/source-v0.39.0.tar.gz
-   sha256sums = 
2f4fc15bf18dc8148aee8cf110d3720adb07f5fe33c5eaafad11e4b21d8e068c
+   source = 
Hyprland-0.39.1.tar.gz::https://github.com/hyprwm/Hyprland/releases/download/v0.39.1/source-v0.39.1.tar.gz
+   sha256sums = 
48d1c58fd8db365635a56d76e05e6ea2d99fa20c020a061ee88a20407cfde787
 
 pkgname = hyprland


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Gabriel Fox 
 
 pkgname=hyprland
-pkgver=0.39.0
+pkgver=0.39.1
 pkgrel=1
 pkgdesc='a highly customizable dynamic tiling Wayland compositor'
 arch=(x86_64 aarch64)
@@ -59,7 +59,7 @@ optdepends=('cmake: to build and install plugins using hyprpm'
 'meson: to build and install plugins using hyprpm')
 _archive="${pkgname^}-$pkgver"
 
source=("$_archive.tar.gz::$url/releases/download/v$pkgver/source-v$pkgver.tar.gz")
-sha256sums=('2f4fc15bf18dc8148aee8cf110d3720adb07f5fe33c5eaafad11e4b21d8e068c')
+sha256sums=('48d1c58fd8db365635a56d76e05e6ea2d99fa20c020a061ee88a20407cfde787')
 
 prepare() {
ln -sf hyprland-source "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/57d2d31b2352065e8bb10428747aa173fec8cb54

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland/-/commit/57d2d31b2352065e8bb10428747aa173fec8cb54
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/djvulibre] Pushed new tag 3.5.28-6

2024-04-16 Thread @bgyorgy


Balló György pushed new tag 3.5.28-6 at Arch Linux / Packaging / Packages / 
djvulibre

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/djvulibre/-/tree/3.5.28-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyasn1] Pushed new tag 0.5.1-1

2024-04-16 Thread Jelle van der Waa (@jelle)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasn1/-/tree/0.5.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyasn1][main] upgpkg: 0.5.1-1: update to 0.5.1

2024-04-16 Thread Jelle van der Waa (@jelle)


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


Commits:
81b6ecaf by Jelle van der Waa at 2024-04-16T20:26:22+02:00
upgpkg: 0.5.1-1: update to 0.5.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyasn1
pkgdesc = ASN.1 library for Python 3
-   pkgver = 0.5.0
-   pkgrel = 2
+   pkgver = 0.5.1
+   pkgrel = 1
url = https://github.com/pyasn1/pyasn1
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-pyasn1
depends = python
provides = pyasn1
replaces = pyasn1
-   source = 
https://github.com/pyasn1/pyasn1/archive/v0.5.0/pyasn1-0.5.0.tar.gz
-   sha512sums = 
50e29b4c0a55367c4ba3a48bc8935ec967f23822bf89bc848d4c910572f5351be23d8f696dc6f451c8eee4e97ccce888fd7d89d12362a3c52fc247fec7d47b5b
+   source = 
https://github.com/pyasn1/pyasn1/archive/v0.5.1/pyasn1-0.5.1.tar.gz
+   sha512sums = 
570880ba571a054da9b64aab8cc1646be3cb6c9ccf71f2039feb04114a0a2ddca07b1a55c116736a286426461762304fb3b7819c3e7e78ed7ff1291e02f7f9cc
 
 pkgname = python-pyasn1


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=python-pyasn1
 pkgdesc="ASN.1 library for Python 3"
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 arch=('any')
 url="https://github.com/pyasn1/pyasn1;
 license=('BSD')
@@ -12,7 +12,7 @@ makedepends=('python-build' 'python-installer' 
'python-setuptools' 'python-wheel
 replaces=('pyasn1')
 provides=('pyasn1')
 
source=(https://github.com/pyasn1/pyasn1/archive/v$pkgver/pyasn1-$pkgver.tar.gz)
-sha512sums=('50e29b4c0a55367c4ba3a48bc8935ec967f23822bf89bc848d4c910572f5351be23d8f696dc6f451c8eee4e97ccce888fd7d89d12362a3c52fc247fec7d47b5b')
+sha512sums=('570880ba571a054da9b64aab8cc1646be3cb6c9ccf71f2039feb04114a0a2ddca07b1a55c116736a286426461762304fb3b7819c3e7e78ed7ff1291e02f7f9cc')
 
 build() {
   cd pyasn1-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasn1/-/commit/81b6ecaf67f948038b60e13e42caf21ffce13ab6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyasn1/-/commit/81b6ecaf67f948038b60e13e42caf21ffce13ab6
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Frederik Schwan (@freswa)


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


Commits:
27535368 by Frederik Schwan at 2024-04-16T20:15:10+02:00
upgpkg: 24.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keycloak/-/commit/27535368353d3431e2be0cd292bb8e5e1ae7c9ef
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Frederik Schwan (@freswa)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keycloak/-/tree/24.0.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/discord][main] upgpkg: 0.0.50-1: update to 0.0.50

2024-04-16 Thread T.J. Townsend (@blakkheim)


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


Commits:
b60040a3 by T.J. Townsend at 2024-04-16T14:11:48-04:00
upgpkg: 0.0.50-1: update to 0.0.50

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers
-   pkgver = 0.0.49
+   pkgver = 0.0.50
pkgrel = 1
url = https://discord.com
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = discord
optdepends = libappindicator-gtk3: Systray indicator support
optdepends = xdg-utils: Open files
options = !strip
-   source = 
https://dl.discordapp.net/apps/linux/0.0.49/discord-0.0.49.tar.gz
-   source = LICENSE-0.0.49.html::https://discordapp.com/terms
-   source = OSS-LICENSES-0.0.49.html::https://discordapp.com/licenses
-   sha512sums = 
b8b1509c31e4c237255d678bbc3e8c4d0cd8b3731050b732e149399f8dda8abb12a46ad9ea3e718016f430ebfe17f88629d0964fe1266efe8b4cd20a2f9abbce
-   sha512sums = 
c7e365a28649e778f16b09342ee15f54b9a4ac6c85487dec5ed79236ed34a0c0de4295744f74716899af8917bba1b814cff0e5f4b6431524a14b951c34f9346b
-   sha512sums = 
d83fd81e03ac8647cd32b1c15868fc6df9e8d1058a4d2a9e5a6c04bb578c234db8c4997bbb69536df13b3c6652b4f2495662a81779d7d9d76f316bf12b3024a2
+   source = 
https://dl.discordapp.net/apps/linux/0.0.50/discord-0.0.50.tar.gz
+   source = LICENSE-0.0.50.html::https://discordapp.com/terms
+   source = OSS-LICENSES-0.0.50.html::https://discordapp.com/licenses
+   sha512sums = 
8e745436645ab8aa3fae582e125224b81c8556b74b40476ead337594f377fab95684a96287c53510d3838e948a64e0397f07ca8a76f6d99cd243af6a06080873
+   sha512sums = 
66adf35be3d516f06cf32407330255a62641d299cfebaef40fed541b8f3a31ac190ea05af02b4b0c24cadedc6e3a28c35a0437928426a6c4cc581dde221ef03a
+   sha512sums = 
7a95ca8a374b706440c856f75c3cbf929a66003d9baa96e498223573120b6224ff5088438e7eac7782a0c7ed398a7788cec3d3dc5a3376cbfe10b59c07b8eccd
 
 pkgname = discord


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.49
+pkgver=0.0.50
 pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers"
 arch=('x86_64')
@@ -18,9 +18,9 @@ optdepends=('libpulse: Pulseaudio support'
 source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz;
 "LICENSE-$pkgver.html::https://discordapp.com/terms;
 "OSS-LICENSES-$pkgver.html::https://discordapp.com/licenses;)
-sha512sums=('b8b1509c31e4c237255d678bbc3e8c4d0cd8b3731050b732e149399f8dda8abb12a46ad9ea3e718016f430ebfe17f88629d0964fe1266efe8b4cd20a2f9abbce'
-
'c7e365a28649e778f16b09342ee15f54b9a4ac6c85487dec5ed79236ed34a0c0de4295744f74716899af8917bba1b814cff0e5f4b6431524a14b951c34f9346b'
-
'd83fd81e03ac8647cd32b1c15868fc6df9e8d1058a4d2a9e5a6c04bb578c234db8c4997bbb69536df13b3c6652b4f2495662a81779d7d9d76f316bf12b3024a2')
+sha512sums=('8e745436645ab8aa3fae582e125224b81c8556b74b40476ead337594f377fab95684a96287c53510d3838e948a64e0397f07ca8a76f6d99cd243af6a06080873'
+
'66adf35be3d516f06cf32407330255a62641d299cfebaef40fed541b8f3a31ac190ea05af02b4b0c24cadedc6e3a28c35a0437928426a6c4cc581dde221ef03a'
+
'7a95ca8a374b706440c856f75c3cbf929a66003d9baa96e498223573120b6224ff5088438e7eac7782a0c7ed398a7788cec3d3dc5a3376cbfe10b59c07b8eccd')
 
 prepare() {
   cd $_pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/commit/b60040a3e710e0360454f0244a756ce16c4bc6b7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/commit/b60040a3e710e0360454f0244a756ce16c4bc6b7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/discord] Pushed new tag 0.0.50-1

2024-04-16 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.0.50-1 at Arch Linux / Packaging / Packages / 
discord

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/tree/0.0.50-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bigsh0t] Pushed new tag 2.7-1

2024-04-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.7-1 at Arch Linux / Packaging / Packages / 
bigsh0t

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bigsh0t/-/tree/2.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bigsh0t][main] upgpkg: 2.7-1: Update to 2.7

2024-04-16 Thread Antonio Rojas (@arojas)


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


Commits:
caa33f7d by Antonio Rojas at 2024-04-16T19:48:06+02:00
upgpkg: 2.7-1: Update to 2.7

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = bigsh0t
+   pkgdesc = A collection of frei0r plugins for VR video, with support for 
Shotcut
+   pkgver = 2.7
+   pkgrel = 1
+   url = https://bitbucket.org/leo_sutic/bigsh0t
+   arch = x86_64
+   license = GPL-2.0-only
+   makedepends = cmake
+   makedepends = python
+   depends = gcc-libs
+   source = 
bigsh0t-2.7::https://bitbucket.org/leo_sutic/bigsh0t/get/2.7.tar.gz
+   sha256sums = 
ab5b4cd3ff16bbbf7bf2d949b955edd1074955f9ddde9ed9caf5ff099d618ffb
+
+pkgname = bigsh0t


=
PKGBUILD
=
@@ -1,16 +1,17 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bigsh0t
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='A collection of frei0r plugins for VR video, with support for Shotcut'
 arch=(x86_64)
 url='https://bitbucket.org/leo_sutic/bigsh0t'
-license=(GPL)
+license=(GPL-2.0-only)
 depends=(gcc-libs)
-makedepends=(cmake python)
+makedepends=(cmake
+ python)
 
source=($pkgname-$pkgver::https://bitbucket.org/leo_sutic/bigsh0t/get/$pkgver.tar.gz)
-sha256sums=('47804736114da5b92686d15a5c270255583a5f31e15c53ac0a26a6d2fb37d4d6')
+sha256sums=('ab5b4cd3ff16bbbf7bf2d949b955edd1074955f9ddde9ed9caf5ff099d618ffb')
 
 prepare() {
   sed -e 's|-march=native||' -i leo_sutic-$pkgname-*/CMakeLists.txt # Don't 
use -march=native



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bigsh0t/-/commit/caa33f7d63d978f9bf0a29c837eb5cc4977e19cb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bigsh0t/-/commit/caa33f7d63d978f9bf0a29c837eb5cc4977e19cb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/typos] Pushed new tag 1.20.9-1

2024-04-16 Thread @orhun


Orhun Parmaksız pushed new tag 1.20.9-1 at Arch Linux / Packaging / Packages / 
typos

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/tree/1.20.9-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/typos][main] upgpkg: 1.20.9-1: upstream release

2024-04-16 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
typos


Commits:
ab6bb16c by Orhun Parmaksız at 2024-04-16T20:37:04+03:00
upgpkg: 1.20.9-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = typos
pkgdesc = Source code spell checker
-   pkgver = 1.20.8
+   pkgver = 1.20.9
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = typos
license = Apache-2.0
makedepends = cargo
depends = gcc-libs
-   source = 
typos-1.20.8.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.8.tar.gz
-   sha256sums = 
997f56119a9faecc1ae79bd105aca5219df0f65c3d417fff48f4c5b9e45b192b
+   source = 
typos-1.20.9.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.9.tar.gz
+   sha256sums = 
b5ed9bac5e9bb1c7fd46c566b2ede2eb5ac1e410c49e14127e2d44a706df27ee
 
 pkgname = typos


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sematre 
 
 pkgname=typos
-pkgver=1.20.8
+pkgver=1.20.9
 pkgrel=1
 pkgdesc="Source code spell checker"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('997f56119a9faecc1ae79bd105aca5219df0f65c3d417fff48f4c5b9e45b192b')
+sha256sums=('b5ed9bac5e9bb1c7fd46c566b2ede2eb5ac1e410c49e14127e2d44a706df27ee')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/ab6bb16c40e3824e4da385273260a26ce40308c8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/ab6bb16c40e3824e4da385273260a26ce40308c8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sequoia-sq] Pushed new tag 0.35.0-1

2024-04-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.35.0-1 at Arch Linux / Packaging / Packages / 
sequoia-sq

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sq/-/tree/0.35.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sequoia-sq][main] 2 commits: Switch to locked signed commit

2024-04-16 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
sequoia-sq


Commits:
dd5f24a6 by David Runge at 2024-04-16T19:14:18+02:00
Switch to locked signed commit

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

- - - - -
f2b7462d by David Runge at 2024-04-16T19:36:18+02:00
upgpkg: 0.35.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sequoia-sq
pkgdesc = Command-line frontends for Sequoia
-   pkgver = 0.34.0
+   pkgver = 0.35.0
pkgrel = 1
url = https://sequoia-pgp.org/
arch = x86_64
@@ -22,9 +22,10 @@ pkgbase = sequoia-sq
depends = sqlite
replaces = sequoia
options = !lto
-   source = 
git+https://gitlab.com/sequoia-pgp/sequoia-sq.git#tag=1dd63bece8dea0072f736d5b2db5dd92320d4ef1?signed
+   source = 
git+https://gitlab.com/sequoia-pgp/sequoia-sq.git?signed#tag=v0.35.0
validpgpkeys = D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD
validpgpkeys = 8F1118A33DDA9BA48E62AACB3243630052D9
-   sha512sums = SKIP
+   sha512sums = 
fd3854c2ffc148273323fdc0096cfb33b8672a479bb19299474536292a4a092bc0e6c13986ddcf4047d75f07d8041b8695704d020ad6080d59336d9c41b6a149
+   b2sums = 
d65462c361a62a2979e8978f12e3664d5614146615496eea54c84d18e3a48d15c02a55e52de8d64dd077060ece5c99c1c110f290baeb3a781c3515ce85f08f61
 
 pkgname = sequoia-sq


=
PKGBUILD
=
@@ -2,8 +2,7 @@
 # Maintainer: David Runge 
 
 pkgname=sequoia-sq
-pkgver=0.34.0
-_commit=1dd63bece8dea0072f736d5b2db5dd92320d4ef1  # refs/tags/v0.34.0
+pkgver=0.35.0
 pkgrel=1
 pkgdesc='Command-line frontends for Sequoia'
 url='https://sequoia-pgp.org/'
@@ -27,8 +26,9 @@ makedepends=(
   'git'
 )
 options=('!lto')
-source=("git+https://gitlab.com/sequoia-pgp/sequoia-sq.git#tag=$_commit?signed;)
-sha512sums=('SKIP')
+source=("git+https://gitlab.com/sequoia-pgp/sequoia-sq.git?signed#tag=v$pkgver;)
+sha512sums=('fd3854c2ffc148273323fdc0096cfb33b8672a479bb19299474536292a4a092bc0e6c13986ddcf4047d75f07d8041b8695704d020ad6080d59336d9c41b6a149')
+b2sums=('d65462c361a62a2979e8978f12e3664d5614146615496eea54c84d18e3a48d15c02a55e52de8d64dd077060ece5c99c1c110f290baeb3a781c3515ce85f08f61')
 validpgpkeys=(
   D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD  # Justus Winter (Code Signing Key) 

   8F1118A33DDA9BA48E62AACB3243630052D9  # Neal H. Walfield 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sq/-/compare/fb1fe3afbc453b8e112a06438600a4d8260e9d15...f2b7462dc7a76d3eee9fce4f2a587f069ff104f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sq/-/compare/fb1fe3afbc453b8e112a06438600a4d8260e9d15...f2b7462dc7a76d3eee9fce4f2a587f069ff104f4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bob][main] upgpkg: 2.9.0-1: upstream release

2024-04-16 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / bob


Commits:
c300e5c9 by Orhun Parmaksız at 2024-04-16T20:35:51+03:00
upgpkg: 2.9.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bob
pkgdesc = A version manager for neovim
-   pkgver = 2.8.3
+   pkgver = 2.9.0
pkgrel = 1
url = https://github.com/MordechaiHadad/bob
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = bob
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
bob-2.8.3.tar.gz::https://github.com/MordechaiHadad/bob/archive/v2.8.3.tar.gz
-   sha256sums = 
c8bbedae685520ad79aa3adb268db0cc7e1a4f3c20b902100fe9cc3ea34c
+   source = 
bob-2.9.0.tar.gz::https://github.com/MordechaiHadad/bob/archive/v2.9.0.tar.gz
+   sha256sums = 
ae5e00900e2813e795cbbcf5e39c76beb55c1ac5fda86f057550e90552a004c0
 
 pkgname = bob


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=bob
-pkgver=2.8.3
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="A version manager for neovim"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c8bbedae685520ad79aa3adb268db0cc7e1a4f3c20b902100fe9cc3ea34c')
+sha256sums=('ae5e00900e2813e795cbbcf5e39c76beb55c1ac5fda86f057550e90552a004c0')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bob/-/commit/c300e5c91760224088bb2f68d6cc820bbe212c6e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bob/-/commit/c300e5c91760224088bb2f68d6cc820bbe212c6e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bob] Pushed new tag 2.9.0-1

2024-04-16 Thread @orhun


Orhun Parmaksız pushed new tag 2.9.0-1 at Arch Linux / Packaging / Packages / 
bob

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bob/-/tree/2.9.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvidia-container-toolkit][main] upgpkg: 1.15.0-1

2024-04-16 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-container-toolkit


Commits:
731589d8 by Jakub Klinkovský at 2024-04-16T19:27:13+02:00
upgpkg: 1.15.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = nvidia-container-toolkit
pkgdesc = NVIDIA container runtime toolkit
-   pkgver = 1.14.6
-   pkgrel = 5
+   pkgver = 1.15.0
+   pkgrel = 1
url = https://github.com/NVIDIA/nvidia-container-toolkit
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
-   depends = libnvidia-container=1.14.6
+   depends = libnvidia-container=1.15.0
options = !lto
backup = etc/nvidia-container-runtime/config.toml
-   source = 
nvidia-container-toolkit-1.14.6.tar.gz::https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.14.6.tar.gz
+   source = 
nvidia-container-toolkit-1.15.0.tar.gz::https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.15.0.tar.gz
source = nvidia-ctk-cdi.hook
-   b2sums = 
6d0dc186a49b2d1cb09fda3f3c4e3361e22f8891cba96cfaa14f2b70f887040b5b637125f7581159aa4a3e0f4c0542f0899e1d0708806767091a9cc34828deac
+   b2sums = 
6f8764a71490d2836af690d4ef4ee4831d9613add430f720cb08c7e347d1675411471bbeda2155e567b5ae3f99220bfc4524081ab364c451d30e12b12be6196e
b2sums = 
38484d2c593696c6c103f794e37c4ac62eba69913413d22a43bf56f9469b5c9aed4232640ef36628cdd263b8ee0969d653ec154228ba7c085007f14837cb6aa8
 
 pkgname = nvidia-container-toolkit


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Julie Shapiro 
 
 pkgname=nvidia-container-toolkit
-pkgver=1.14.6
-pkgrel=5
+pkgver=1.15.0
+pkgrel=1
 pkgdesc="NVIDIA container runtime toolkit"
 arch=(x86_64)
 url="https://github.com/NVIDIA/nvidia-container-toolkit;
@@ -17,7 +17,7 @@ backup=('etc/nvidia-container-runtime/config.toml')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 nvidia-ctk-cdi.hook)
-b2sums=('6d0dc186a49b2d1cb09fda3f3c4e3361e22f8891cba96cfaa14f2b70f887040b5b637125f7581159aa4a3e0f4c0542f0899e1d0708806767091a9cc34828deac'
+b2sums=('6f8764a71490d2836af690d4ef4ee4831d9613add430f720cb08c7e347d1675411471bbeda2155e567b5ae3f99220bfc4524081ab364c451d30e12b12be6196e'
 
'38484d2c593696c6c103f794e37c4ac62eba69913413d22a43bf56f9469b5c9aed4232640ef36628cdd263b8ee0969d653ec154228ba7c085007f14837cb6aa8')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-container-toolkit/-/commit/731589d8c44461349f096178062bba64ea54a0ef

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-container-toolkit/-/commit/731589d8c44461349f096178062bba64ea54a0ef
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nvidia-container-toolkit] Pushed new tag 1.15.0-1

2024-04-16 Thread @lahwaacz


Jakub Klinkovský pushed new tag 1.15.0-1 at Arch Linux / Packaging / Packages / 
nvidia-container-toolkit

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-container-toolkit/-/tree/1.15.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aalib] Pushed new tag 1.4rc5-18

2024-04-16 Thread @bgyorgy


Balló György pushed new tag 1.4rc5-18 at Arch Linux / Packaging / Packages / 
aalib

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aalib/-/tree/1.4rc5-18
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libnvidia-container][main] upgpkg: 1.15.0-1

2024-04-16 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
libnvidia-container


Commits:
6365955e by Jakub Klinkovský at 2024-04-16T19:17:12+02:00
upgpkg: 1.15.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libnvidia-container
pkgdesc = NVIDIA container runtime library
-   pkgver = 1.14.6
-   pkgrel = 4
+   pkgver = 1.15.0
+   pkgrel = 1
url = https://github.com/NVIDIA/libnvidia-container
arch = x86_64
license = Apache-2.0
@@ -15,13 +15,13 @@ pkgbase = libnvidia-container
depends = libelf
depends = libseccomp
depends = libtirpc
-   provides = libnvidia-container-tools=1.14.6
+   provides = libnvidia-container-tools=1.15.0
replaces = libnvidia-container-tools
options = !lto
-   source = 
libnvidia-container-1.14.6.tar.gz::https://github.com/NVIDIA/libnvidia-container/archive/refs/tags/v1.14.6.tar.gz
+   source = 
libnvidia-container-1.15.0.tar.gz::https://github.com/NVIDIA/libnvidia-container/archive/refs/tags/v1.15.0.tar.gz
source = 
libnvidia-container-nvidia-modprobe-550.54.14.tar.gz::https://github.com/NVIDIA/nvidia-modprobe/archive/550.54.14.tar.gz
source = fix-makefile.patch
-   b2sums = 
d3c526d7b04ac9cbc6b6bb63f25d4c5b17571169a6cb1a6ab9f7c1cc322a27e3a853373551682b535146914fd2eca809d02391acb458a874a7e9e5c0fc8bf459
+   b2sums = 
51f24fc53ccb59756510d16eaff08f77c54bb94613ee30c6222bc47ef06df4cd76ee0cd9ed267cb5a00c53a036ae21aa7caf9e3b4777cab87cd33579d577a8cf
b2sums = 
7b334877d98d0c75d5750192dea868436938852443ced14e74e59076ed4d8be9e361cdefbe48295d87bb91ac4565152ec3f3233479b3da19bb8baf8e7ef53cd6
b2sums = 
4938bdd72116a8f9f77e5a13a209e51332611ceb84d7e5e4155658023b6cd17c1a5e96a00c6809417092568c3558f9466c0a39c623cf31ba66351aafd724b5e5
 


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Kien Dang 
 
 pkgname=libnvidia-container
-pkgver=1.14.6
-pkgrel=4
+pkgver=1.15.0
+pkgrel=1
 _nvmodver=550.54.14  # check the VERSION in 
libnvidia-container/mk/nvidia-modprobe.mk
 pkgdesc="NVIDIA container runtime library"
 arch=(x86_64)
@@ -29,7 +29,7 @@ options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
 
"$pkgname-nvidia-modprobe-$_nvmodver.tar.gz::https://github.com/NVIDIA/nvidia-modprobe/archive/$_nvmodver.tar.gz;
 fix-makefile.patch)
-b2sums=('d3c526d7b04ac9cbc6b6bb63f25d4c5b17571169a6cb1a6ab9f7c1cc322a27e3a853373551682b535146914fd2eca809d02391acb458a874a7e9e5c0fc8bf459'
+b2sums=('51f24fc53ccb59756510d16eaff08f77c54bb94613ee30c6222bc47ef06df4cd76ee0cd9ed267cb5a00c53a036ae21aa7caf9e3b4777cab87cd33579d577a8cf'
 
'7b334877d98d0c75d5750192dea868436938852443ced14e74e59076ed4d8be9e361cdefbe48295d87bb91ac4565152ec3f3233479b3da19bb8baf8e7ef53cd6'
 
'4938bdd72116a8f9f77e5a13a209e51332611ceb84d7e5e4155658023b6cd17c1a5e96a00c6809417092568c3558f9466c0a39c623cf31ba66351aafd724b5e5')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvidia-container/-/commit/6365955eff2fc20cd5c39dc9f756fe49a16c846f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvidia-container/-/commit/6365955eff2fc20cd5c39dc9f756fe49a16c846f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libnvidia-container] Pushed new tag 1.15.0-1

2024-04-16 Thread @lahwaacz


Jakub Klinkovský pushed new tag 1.15.0-1 at Arch Linux / Packaging / Packages / 
libnvidia-container

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvidia-container/-/tree/1.15.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mumble][main] upgpkg: 1.5.629-1

2024-04-16 Thread David Runge (@dvzrv)


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


Commits:
d5850280 by David Runge at 2024-04-16T18:57:20+02:00
upgpkg: 1.5.629-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mumble
pkgdesc = An Open Source, low-latency, high quality voice chat software
-   pkgver = 1.5.613
-   pkgrel = 3
+   pkgver = 1.5.629
+   pkgrel = 1
url = https://www.mumble.info/
arch = x86_64
license = BSD-3-Clause
@@ -38,16 +38,16 @@ pkgbase = mumble
depends = gcc-libs
depends = glibc
depends = qt5-base
-   source = 
https://github.com/mumble-voip/mumble/releases/download/v1.5.613/mumble-1.5.613.tar.gz
-   source = 
https://github.com/mumble-voip/mumble/releases/download/v1.5.613/mumble-1.5.613.tar.gz.sig
+   source = 
https://github.com/mumble-voip/mumble/releases/download/v1.5.629/mumble-1.5.629.tar.gz
+   source = 
https://github.com/mumble-voip/mumble/releases/download/v1.5.629/mumble-1.5.629.tar.gz.sig
source = mumble-server.tmpfiles
source = mumble-1.5.517-config_defaults.patch
validpgpkeys = 9B9ADC09AD09F76B10F87CBFCDB285AE2332CF8D
-   sha512sums = 
91eadb6622b816fb814236726906188d03edf617cd0105567158c3c333f4f45f2e41813349b4a49a0823c5e59c86b07f6f61a1086e4723621383cdd590854f71
+   sha512sums = 
53d272ae446ef480b01226ceda884b81d3730a3cf47cd5fdfe80c57be4542d45cce63b9d5bded9bca55b0e809ee09c45848120e43b1fb6c6b8a52020e66037b2
sha512sums = SKIP
sha512sums = 
350575aaf26ac8b7dc567018defd59913da957983986017e82a92e53f2a6d21473d9c2566177abd7611d95858a723bcf7f8dad49e8ca18d18b9fa4e75fb15ca6
sha512sums = 
c12f6269c5745532031f09fba5b9e3118e6beaf387ae0aaba6ff8380a1452b47f9f0d1cae04472a5763b3da695e03467de152a98bf03c01ae59bd6d553ec7100
-   b2sums = 
faaac904173facb0cc3ee240b2eba6e183a165beff75de03ec4b5f7753855e18e035947178a5449863250bfe5c51e9ab01ec4f6a7dcb2adb1f17d0e1815ad612
+   b2sums = 
7b7f4ed2c29ef32a7b03ef0bf27eb67c531c4e9f6ab5dd0bbef34ef79b3909dc1320b0feab3fd3c903a2c405cf35501e5d9b57166af4dd86fbbbde813379c390
b2sums = SKIP
b2sums = 
476353608e794c431d9c79a54e11ad0442e3c96607b6492d3b2f5b589b96b120611e2e3dc1bb4f8e17c0911c238a9ca7b409277353fa08b9f690217f80d7dc4e
b2sums = 
c607246691e9701f54b8d133db7d424a46ab94781178d172ae8a35df8ca505da59734ddae00789b93af316de3344d7e177a1a988e1438121e1e921ff59724f24


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 # NOTE: needs to be built using multilib for mumble-overlay!
 pkgbase=mumble
 pkgname=(mumble mumble-server)
-pkgver=1.5.613
-pkgrel=3
+pkgver=1.5.629
+pkgrel=1
 pkgdesc="An Open Source, low-latency, high quality voice chat software"
 arch=(x86_64)
 url="https://www.mumble.info/;
@@ -65,11 +65,11 @@ source=(
   mumble-server.tmpfiles
   $pkgbase-1.5.517-config_defaults.patch
 )
-sha512sums=('91eadb6622b816fb814236726906188d03edf617cd0105567158c3c333f4f45f2e41813349b4a49a0823c5e59c86b07f6f61a1086e4723621383cdd590854f71'
+sha512sums=('53d272ae446ef480b01226ceda884b81d3730a3cf47cd5fdfe80c57be4542d45cce63b9d5bded9bca55b0e809ee09c45848120e43b1fb6c6b8a52020e66037b2'
 'SKIP'
 
'350575aaf26ac8b7dc567018defd59913da957983986017e82a92e53f2a6d21473d9c2566177abd7611d95858a723bcf7f8dad49e8ca18d18b9fa4e75fb15ca6'
 
'c12f6269c5745532031f09fba5b9e3118e6beaf387ae0aaba6ff8380a1452b47f9f0d1cae04472a5763b3da695e03467de152a98bf03c01ae59bd6d553ec7100')
-b2sums=('faaac904173facb0cc3ee240b2eba6e183a165beff75de03ec4b5f7753855e18e035947178a5449863250bfe5c51e9ab01ec4f6a7dcb2adb1f17d0e1815ad612'
+b2sums=('7b7f4ed2c29ef32a7b03ef0bf27eb67c531c4e9f6ab5dd0bbef34ef79b3909dc1320b0feab3fd3c903a2c405cf35501e5d9b57166af4dd86fbbbde813379c390'
 'SKIP'
 
'476353608e794c431d9c79a54e11ad0442e3c96607b6492d3b2f5b589b96b120611e2e3dc1bb4f8e17c0911c238a9ca7b409277353fa08b9f690217f80d7dc4e'
 
'c607246691e9701f54b8d133db7d424a46ab94781178d172ae8a35df8ca505da59734ddae00789b93af316de3344d7e177a1a988e1438121e1e921ff59724f24')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/commit/d5850280a3ee792bcf1e5863f1ac9cd3f5db680f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/commit/d5850280a3ee792bcf1e5863f1ac9cd3f5db680f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mumble] Pushed new tag 1.5.629-1

2024-04-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.5.629-1 at Arch Linux / Packaging / Packages / 
mumble

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/tree/1.5.629-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nginx-mainline] Pushed new tag 1.25.5-1

2024-04-16 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.25.5-1 at Arch Linux / Packaging / Packages / 
nginx-mainline

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mainline/-/tree/1.25.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Robin Candau (@antiz)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.454-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Robin Candau (@antiz)


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


Commits:
e73a1802 by Robin Candau at 2024-04-16T18:17:29+02:00
upgpkg: 2.454-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/e73a180274ae6e638f08eae07b1f2f5779d8b3b2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius][main] upgpkg: 3.2.3-9: Python 3.12 rebuild part 1

2024-04-16 Thread Christian Hesse (@eworm)


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


Commits:
f89008dc by Christian Hesse at 2024-04-16T18:07:13+02:00
upgpkg: 3.2.3-9: Python 3.12 rebuild part 1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freeradius
pkgdesc = The premier open source RADIUS server
pkgver = 3.2.3
-   pkgrel = 8
+   pkgrel = 9
url = https://freeradius.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.2.3
-pkgrel=8
+pkgrel=9
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url='https://freeradius.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/f89008dcbc3334f073178538015453d54efa8fc3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/f89008dcbc3334f073178538015453d54efa8fc3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius] Pushed new tag 3.2.3-9

2024-04-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 3.2.3-9 at Arch Linux / Packaging / Packages / 
freeradius

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/tree/3.2.3-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius][main] upgpkg: 3.2.3-8: rebuild with new source url

2024-04-16 Thread Christian Hesse (@eworm)


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


Commits:
2128d850 by Christian Hesse at 2024-04-16T18:03:32+02:00
upgpkg: 3.2.3-8: rebuild with new source url

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freeradius
pkgdesc = The premier open source RADIUS server
pkgver = 3.2.3
-   pkgrel = 7
+   pkgrel = 8
url = https://freeradius.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.2.3
-pkgrel=7
+pkgrel=8
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url='https://freeradius.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/2128d850f6e88d4431078325669697161b78e99d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/2128d850f6e88d4431078325669697161b78e99d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius] Pushed new tag 3.2.3-8

2024-04-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 3.2.3-8 at Arch Linux / Packaging / Packages / 
freeradius

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/tree/3.2.3-8
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Robin Candau (@antiz)


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


Commits:
c0d8b983 by Robin Candau at 2024-04-16T17:59:13+02:00
upgpkg: 0.125.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.124.1
+   pkgver = 0.125.0
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.124.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.124.1.tar.gz
-   sha512sums = 
29f51a08f9e757a716c2f7845efc08b1ca3b0bf8e70fd06491735a123ca7da8e169116fa003c147be08d2d5f9752473e9a569085728ec0a9ed7850bd57ba8f93
+   source = 
hugo-0.125.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.0.tar.gz
+   sha512sums = 
e1f8ce535ead2d2094702414516c48cfc59c175cadfb1b7368f3db7d6cbd1640efc938b0def7ae4cecbb477a6284d60622acfef4d3b4f48384bc730f69994b63
 
 pkgname = hugo


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



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/c0d8b9838e6ddfc70a5d1368e5ce2b0c9ca4013e
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-16 Thread Robin Candau (@antiz)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.125.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freeradius][main] download from https

2024-04-16 Thread Christian Hesse (@eworm)


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


Commits:
5ec31b79 by Christian Hesse at 2024-04-16T17:57:18+02:00
download from https

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -36,8 +36,8 @@ pkgbase = freeradius
optdepends = unixodbc: for ODBC
optdepends = yubico-c-client: for yubicloud
options = !makeflags
-   source = 
ftp://ftp.freeradius.org/pub/radius/freeradius-server-3.2.3.tar.bz2
-   source = 
ftp://ftp.freeradius.org/pub/radius/freeradius-server-3.2.3.tar.bz2.sig
+   source = 
https://github.com/FreeRADIUS/freeradius-server/releases/download/release_3_2_3/freeradius-server-3.2.3.tar.bz2
+   source = 
https://github.com/FreeRADIUS/freeradius-server/releases/download/release_3_2_3/freeradius-server-3.2.3.tar.bz2.sig
source = 0001-python-3-10.patch
source = 0002-Use-accessor-function-for-PyFrameObject-members.patch
source = freeradius-sysusers.conf


=
PKGBUILD
=
@@ -25,7 +25,7 @@ optdepends=('curl: for REST'
 'yubico-c-client: for yubicloud')
 options=('!makeflags')
 validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+source=("https://github.com/FreeRADIUS/freeradius-server/releases/download/release_${pkgver//./_}/freeradius-server-${pkgver}.tar.bz2"{,.sig}
 '0001-python-3-10.patch'
 '0002-Use-accessor-function-for-PyFrameObject-members.patch'
 'freeradius-sysusers.conf'



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/commit/5ec31b79192cc7c1765338ebdfb231648f3a6534
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/uboot-tools][main] Switch to https source

2024-04-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
uboot-tools


Commits:
b7f31275 by Jelle van der Waa at 2024-04-16T17:57:18+02:00
Switch to https source

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,7 +11,7 @@ url='https://www.denx.de/wiki/U-Boot/WebHome'
 license=(GPL)
 depends=(openssl)
 makedepends=(python python-setuptools swig)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+source=(https://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
 options=(!lto)
 sha1sums=('9b4dc125a8e6d53f73db2c3c0209f77d982b92da'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uboot-tools/-/commit/b7f3127557ddc2101bb2ed039d979ab71827a875

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uboot-tools/-/commit/b7f3127557ddc2101bb2ed039d979ab71827a875
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/release-cli][main] 2 commits: Add nvchecker integration

2024-04-16 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
release-cli


Commits:
ffd06509 by David Runge at 2024-04-16T17:38:11+02:00
Add nvchecker integration

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

- - - - -
d1d6379f by David Runge at 2024-04-16T17:45:21+02:00
upgpkg: 0.17.0-1

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = release-cli
+   pkgdesc = Gitlab Release CLI
+   pkgver = 0.17.0
+   pkgrel = 1
+   url = https://gitlab.com/gitlab-org/release-cli
+   arch = x86_64
+   license = MIT
+   makedepends = go
+   depends = glibc
+   source = 
release-cli-0.17.0.tar.gz::https://gitlab.com/gitlab-org/release-cli/-/archive/v0.17.0/release-cli-v0.17.0.tar.gz
+   sha512sums = 
6925e7f5c00860506753eaa7b32cb1357e0736579bc32d39ed15ca6126b313018b2f5f355d02e1d297b6f607c7a5228ae1d514a07da54104ec348585b837afe6
+   b2sums = 
50f63ac7bca4be532af7e474274959057280f46976590790b61b2c8c4be634606163440f8ef416fc3d7caa8719e14f00ac7d45c2287995542a3a1a3a0ebe78a1
+
+pkgname = release-cli


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[release-cli]
+source = "git"
+git = "https://gitlab.com/gitlab-org/release-cli;
+prefix = "v"


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=release-cli
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Gitlab Release CLI"
 arch=(x86_64)
@@ -9,9 +9,9 @@ url="https://gitlab.com/gitlab-org/release-cli;
 license=(MIT)
 depends=(glibc)
 makedepends=(go)
-source=($pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('b66f23f783a612ed96839241d612baa5277065e2e512c09d62c6b772f1d670dab366aa71b1645a288580ef37ecb8e080f95ac735116c393b1255cfb0b3696e11')
-b2sums=('451cf5e6aca31388e57daf6a8d78b8cf66fd377e144b432f6fe108faf7d42f0d2e676bbdb3e5971eb1c17a89d2cba889f8bbc7df1d83263b9e5814065c020673')
+source=($pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('6925e7f5c00860506753eaa7b32cb1357e0736579bc32d39ed15ca6126b313018b2f5f355d02e1d297b6f607c7a5228ae1d514a07da54104ec348585b837afe6')
+b2sums=('50f63ac7bca4be532af7e474274959057280f46976590790b61b2c8c4be634606163440f8ef416fc3d7caa8719e14f00ac7d45c2287995542a3a1a3a0ebe78a1')
 
 prepare() {
   mkdir -vp $pkgname-v$pkgver/build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-cli/-/compare/2ad53bda97880781017e55d35053a130362a0d9d...d1d6379fa7d7e444544d4f32f0bc168727a6a70b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-cli/-/compare/2ad53bda97880781017e55d35053a130362a0d9d...d1d6379fa7d7e444544d4f32f0bc168727a6a70b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/release-cli] Pushed new tag 0.17.0-1

2024-04-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
release-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-cli/-/tree/0.17.0-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 126.0b1-1

2024-04-16 Thread Andrew Crerar (@andrewsc)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition-i18n/-/tree/126.0b1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 126.0b1-1

2024-04-16 Thread Andrew Crerar (@andrewsc)


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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/tree/126.0b1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 126.0b1-1

2024-04-16 Thread Andrew Crerar (@andrewsc)


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


Commits:
31760801 by Andrew Crerar at 2024-04-16T10:50:43-04:00
upgpkg: 126.0b1-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 = 125.0b9
+   pkgver = 126.0b1
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/125.0b9/source/firefox-125.0b9.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0b9/source/firefox-125.0b9.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b1/source/firefox-126.0b1.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b1/source/firefox-126.0b1.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
5f3a44673a0ba2465f5b5446f71579c3ee9ad6a51124d40146551caa965752a1
+   sha256sums = 
29f388fd2a1cd97e3823dd311a672193d19ffd27fd33fac10ae66aa85586ec77
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
271c76ed9d3d21bf7dcdf600f3232798126c619409c5cd71d1f6ec77ff039db3e44ae9031dcb956009b81e4c7fd4e02c086e375b73992e74fd6772fcade30d04
+   b2sums = 
c73d8ffbedd0daf455ba42672caa5dafe010acdf51dbd72e0dc5aa51d163ecab9fd8f274c011b705145f207bfb7251b3792558d2c2f55628c2dd7d4290e999f2
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=125.0b9
+pkgver=126.0b1
 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=('5f3a44673a0ba2465f5b5446f71579c3ee9ad6a51124d40146551caa965752a1'
+sha256sums=('29f388fd2a1cd97e3823dd311a672193d19ffd27fd33fac10ae66aa85586ec77'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('271c76ed9d3d21bf7dcdf600f3232798126c619409c5cd71d1f6ec77ff039db3e44ae9031dcb956009b81e4c7fd4e02c086e375b73992e74fd6772fcade30d04'
+b2sums=('c73d8ffbedd0daf455ba42672caa5dafe010acdf51dbd72e0dc5aa51d163ecab9fd8f274c011b705145f207bfb7251b3792558d2c2f55628c2dd7d4290e999f2'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/317608017af56dc2413daeff8425b26c4e12f91b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pulumi] Pushed new tag 3.113.0-1

2024-04-16 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 3.113.0-1 at Arch Linux / Packaging / Packages / 
pulumi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/tree/3.113.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pulumi][main] upgpkg: 3.113.0-1

2024-04-16 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
pulumi


Commits:
cf6e49f5 by Andrew Crerar at 2024-04-16T09:25:36-04:00
upgpkg: 3.113.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = pulumi
pkgdesc = Modern Infrastructure as Code
-   pkgver = 3.112.0
-   pkgrel = 2
+   pkgver = 3.113.0
+   pkgrel = 1
url = https://github.com/pulumi/pulumi
arch = x86_64
license = Apache
makedepends = go
depends = glibc
-   source = 
pulumi-3.112.0.tar.gz::https://github.com/pulumi/pulumi/archive/v3.112.0.tar.gz
-   b2sums = 
02fe52d4feaa3e062402576f49a3e29d47b59a1db23fe0e888e8d34f79bce7c9f234d21edaf67d1cc9681f51e4fe267b39bd73c31bdee813082dedc01c7338e4
+   source = 
pulumi-3.113.0.tar.gz::https://github.com/pulumi/pulumi/archive/v3.113.0.tar.gz
+   b2sums = 
d04b34e73d543382d1d7c3e009078bf553de3ed8de0ea91f34317ab42cb01027cb9c4c9c98310d6ddff431ff90600e96d8a8ff14ba587c7081ca63d806fb1a36
 
 pkgname = pulumi


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.112.0
-pkgrel=2
+pkgver=3.113.0
+pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
 url="https://github.com/$pkgname/$pkgname;
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('02fe52d4feaa3e062402576f49a3e29d47b59a1db23fe0e888e8d34f79bce7c9f234d21edaf67d1cc9681f51e4fe267b39bd73c31bdee813082dedc01c7338e4')
+b2sums=('d04b34e73d543382d1d7c3e009078bf553de3ed8de0ea91f34317ab42cb01027cb9c4c9c98310d6ddff431ff90600e96d8a8ff14ba587c7081ca63d806fb1a36')
 options=() # disable as soon as LTO problems are resolved
 
 _plugin_dirs=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/cf6e49f5cce217392b1c794ebcfc543b4162b82e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/cf6e49f5cce217392b1c794ebcfc543b4162b82e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pikepdf][main] upgpkg: 8.15.1-2: Python 3.12 rebuild

2024-04-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pikepdf


Commits:
e12c9498 by Antonio Rojas at 2024-04-16T15:15:51+02:00
upgpkg: 8.15.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
pkgver = 8.15.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pikepdf/pikepdf
arch = x86_64
license = MPL-2.0


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-pikepdf
 pkgver=8.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/commit/e12c9498c84121452f5f48dfae23981777ea0f27
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pikepdf] Pushed new tag 8.15.1-2

2024-04-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.15.1-2 at Arch Linux / Packaging / Packages / 
python-pikepdf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/tree/8.15.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pikepdf] Pushed new tag 8.15.1-1

2024-04-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.15.1-1 at Arch Linux / Packaging / Packages / 
python-pikepdf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pikepdf/-/tree/8.15.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   >