[Git][archlinux/packaging/packages/wpa_supplicant][main] nvchecker.toml: Use simpler patterns

2024-06-30 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
897128af by Jan Alexander Steffens (heftig) at 2024-07-01T07:24:02+02:00
nvchecker.toml: Use simpler patterns

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,7 +1,8 @@
 [wpa_supplicant]
 source = "git"
 git = "https://w1.fi/hostap.git;
-from_pattern = "hostap_(\\d+)\\_(\\d+)"
-to_pattern = "\\1.\\2"
-ignored = "hostap-1-bp"
+include_regex = 'hostap(_\d+)+'
+prefix = "hostap_"
+from_pattern = "_"
+to_pattern = "."
 use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/commit/897128af3096e056283b495fa1fecc570d9492c7

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




[Git][archlinux/packaging/packages/zaz][main] upgpkg: 1.0.1-3: Fix maintainer mail

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
zaz


Commits:
85ad4e2d by Sven-Hendrik Haase at 2024-07-01T06:32:32+02:00
upgpkg: 1.0.1-3: Fix maintainer mail

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zaz
pkgdesc = Puzzle game where the player has to arrange balls in triplets
pkgver = 1.0.1
-   pkgrel = 2
+   pkgrel = 3
url = http://sourceforge.net/projects/zaz/
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Adrián Chaves Fernández (aka Gallaecio) 

 # Contributor: Todd Partridge (aka Gen2ly) 
 
 pkgname=zaz
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Puzzle game where the player has to arrange balls in triplets"
 arch=('x86_64')
 url="http://sourceforge.net/projects/zaz/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zaz/-/commit/85ad4e2d21d1a6867a6ea7678a440d8cb798b416

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




[Git][archlinux/packaging/packages/zaz] Pushed new tag 1.0.1-3

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.0.1-3 at Arch Linux / Packaging / Packages 
/ zaz

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




[Git][archlinux/packaging/packages/wesnoth][main] upgpkg: 1:1.18.2-1

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
wesnoth


Commits:
4b61c342 by Sven-Hendrik Haase at 2024-07-01T06:21:45+02:00
upgpkg: 1:1.18.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wesnoth
pkgdesc = A turn-based strategy game on a fantasy world
-   pkgver = 1.18.1
+   pkgver = 1.18.2
pkgrel = 1
epoch = 1
url = https://www.wesnoth.org/
@@ -18,7 +18,7 @@ pkgbase = wesnoth
depends = dbus
depends = lua
options = !emptydirs
-   source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.1
-   sha512sums = 
6944a9e5d1dc9c1f29aaff335d2ad56540c23c4859ada4b3fd3ceb3a252ba5d1cf8014b09944291f3847890bda77ec878662861dad6fb772110cb06fe42000aa
+   source = git+https://github.com/wesnoth/wesnoth.git#tag=1.18.2
+   sha512sums = 
b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99
 
 pkgname = wesnoth


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.18.1
+pkgver=1.18.2
 epoch=1
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"
@@ -17,7 +17,7 @@ depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 
'dbus' 'lua')
 makedepends=('boost' 'cmake' 'git' 'ninja' 'python')
 options=(!emptydirs)
 source=("git+https://github.com/wesnoth/wesnoth.git#tag=${pkgver};)
-sha512sums=('6944a9e5d1dc9c1f29aaff335d2ad56540c23c4859ada4b3fd3ceb3a252ba5d1cf8014b09944291f3847890bda77ec878662861dad6fb772110cb06fe42000aa')
+sha512sums=('b71f6e80a05838176d876a3ea95a2b98004435cceb71aa902204407bbd9a24928bc1be4fc329748cf982cd3073c08d054b963f28f339451142f17b9ebae19c99')
 
 build() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wesnoth/-/commit/4b61c342e24a55a204f8f419d61ab364a9ab9606

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




[Git][archlinux/packaging/packages/wesnoth] Pushed new tag 1-1.18.2-1

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1-1.18.2-1 at Arch Linux / Packaging / 
Packages / wesnoth

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




[Git][archlinux/packaging/packages/zaz][main] upgpkg: 1.0.1-2: Rebuild to add .SRCINFO

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
zaz


Commits:
6564032d by Sven-Hendrik Haase at 2024-07-01T06:19:15+02:00
upgpkg: 1.0.1-2: Rebuild to add .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = zaz
+   pkgdesc = Puzzle game where the player has to arrange balls in triplets
+   pkgver = 1.0.1
+   pkgrel = 2
+   url = http://sourceforge.net/projects/zaz/
+   arch = x86_64
+   license = GPL3
+   license = custom:CCBYSA
+   depends = ftgl
+   depends = sdl
+   depends = sdl_image
+   depends = libvorbis
+   depends = libtheora
+   source = 
https://download.sourceforge.net/sourceforge/zaz/files/zaz-1.0.1.tar.gz
+   sha512sums = 
23ec04acaf0e75d7b99a4b58992d77d8d2074db1a2712c58a2c2a719682ed5aef508d5ffb15ff8c9a1a5ced119342654b6e599300b36e82488865dd851acf3da
+
+pkgname = zaz


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=zaz
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Puzzle game where the player has to arrange balls in triplets"
 arch=('x86_64')
 url="http://sourceforge.net/projects/zaz/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zaz/-/commit/6564032de951ea6e5dfbfca70118bd1f7c3bf83a

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




[Git][archlinux/packaging/packages/zaz] Pushed new tag 1.0.1-2

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.0.1-2 at Arch Linux / Packaging / Packages 
/ zaz

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




[Git][archlinux/packaging/packages/pdal][main] upgpkg: 2.7.2-1

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
pdal


Commits:
1d329e33 by Sven-Hendrik Haase at 2024-07-01T06:16:53+02:00
upgpkg: 2.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pdal
pkgdesc = A C++ library for translating and manipulating point cloud 
data
-   pkgver = 2.7.1
-   pkgrel = 3
+   pkgver = 2.7.2
+   pkgrel = 1
url = http://www.pdal.io
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = pdal
optdepends = sqlite: for the sqlite plugin
optdepends = postgresql-libs: for the postgresql plugin
provides = pdal
-   source = 
https://github.com/PDAL/PDAL/releases/download/2.7.1/PDAL-2.7.1-src.tar.bz2
-   sha512sums = 
f76236f671ae3a0d43afa0c985772e75491e664b7d83563a95618e4f579aeb4ce70ffb3f4935508d4cb74984822d3c5aed4f9a7f8abed453c6fb5a1386f8d163
+   source = 
https://github.com/PDAL/PDAL/releases/download/2.7.2/PDAL-2.7.2-src.tar.bz2
+   sha512sums = 
81e4d4b136e292f5a2e4145f730e00375a26a6a2aa52af679bea6d9d371b55c92641475ea332fc8301fe35d237415b70ea311da3fc1bc4ff69013a7448f66896
 
 pkgname = pdal


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: SaultDon 
 pkgname=pdal
-pkgver=2.7.1
-pkgrel=3
+pkgver=2.7.2
+pkgrel=1
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io;
@@ -14,7 +14,7 @@ optdepends=('python-numpy: for the Python plugin'
 'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
 
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.bz2;)
-sha512sums=('f76236f671ae3a0d43afa0c985772e75491e664b7d83563a95618e4f579aeb4ce70ffb3f4935508d4cb74984822d3c5aed4f9a7f8abed453c6fb5a1386f8d163')
+sha512sums=('81e4d4b136e292f5a2e4145f730e00375a26a6a2aa52af679bea6d9d371b55c92641475ea332fc8301fe35d237415b70ea311da3fc1bc4ff69013a7448f66896')
 
 build() {
   cd "PDAL-$pkgver-src/"



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

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




[Git][archlinux/packaging/packages/pdal] Pushed new tag 2.7.2-1

2024-06-30 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.7.2-1 at Arch Linux / Packaging / Packages 
/ pdal

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




[Git][archlinux/packaging/packages/magpie-wm][main] upgpkg: 0.9.3-2: Rebuild for .SRCINFO

2024-06-30 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
magpie-wm


Commits:
5bc0faa0 by Campbell Jones at 2024-07-01T00:11:31-04:00
upgpkg: 0.9.3-2: Rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,36 @@
+pkgbase = magpie-wm
+   pkgdesc = Budgie's X11 window manager and compositor library forked 
from Mutter
+   pkgver = 0.9.3
+   pkgrel = 2
+   url = https://github.com/BuddiesOfBudgie/magpie
+   arch = x86_64
+   license = GPL
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = sysprof
+   makedepends = xorg-server
+   depends = colord
+   depends = dconf
+   depends = glib2-devel
+   depends = gnome-desktop
+   depends = gnome-settings-daemon
+   depends = graphene
+   depends = gsettings-desktop-schemas
+   depends = lcms2
+   depends = libcanberra
+   depends = libgudev
+   depends = libinput
+   depends = libsm
+   depends = libxkbcommon-x11
+   depends = libxkbfile
+   depends = mutter
+   depends = pipewire
+   depends = startup-notification
+   source = 
https://github.com/BuddiesOfBudgie/magpie/releases/download/v0.9.3/magpie-0.9.3.tar.xz
+   source = 
https://github.com/BuddiesOfBudgie/magpie/releases/download/v0.9.3/magpie-0.9.3.tar.xz.asc
+   validpgpkeys = 1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE
+   validpgpkeys = 0E0D97562A4EC8BD8E329DCDAA7A2325E04B609B
+   b2sums = 
cb59abda4a2a6375ed9c1762931150e922974c6ed92909035426e33a8585420d9f7e7b32795aae4efd63e85237d2cbb5ce55ee25d1be0263ed14f71070412d87
+   b2sums = SKIP
+
+pkgname = magpie-wm


=
PKGBUILD
=
@@ -6,12 +6,12 @@
 pkgname=magpie-wm
 _pkgname=magpie
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Budgie's X11 window manager and compositor library forked from Mutter"
 url="https://github.com/BuddiesOfBudgie/magpie;
 arch=(x86_64)
 license=(GPL)
-depends=(colord dconf gnome-desktop gnome-settings-daemon graphene 
gsettings-desktop-schemas
+depends=(colord dconf glib2-devel gnome-desktop gnome-settings-daemon graphene 
gsettings-desktop-schemas
  lcms2 libcanberra libgudev libinput libsm libxkbcommon-x11 libxkbfile 
mutter pipewire 
  startup-notification)
 makedepends=(gobject-introspection meson sysprof xorg-server)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/magpie-wm/-/commit/5bc0faa033ab2f217b8ca65f68bfbe795108fcab

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




[Git][archlinux/packaging/packages/magpie-wm] Pushed new tag 0.9.3-2

2024-06-30 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 0.9.3-2 at Arch Linux / Packaging / Packages / 
magpie-wm

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




[Git][archlinux/packaging/packages/budgie-screensaver][main] upgpkg: 5.1.0-3: Rebuild for .SRCINFO

2024-06-30 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
budgie-screensaver


Commits:
47e41fd5 by Campbell Jones at 2024-06-30T22:14:07-04:00
upgpkg: 5.1.0-3: Rebuild for .SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = budgie-screensaver
+   pkgdesc = Screensaver for the Budgie Desktop
+   pkgver = 5.1.0
+   pkgrel = 3
+   url = https://github.com/BuddiesOfBudgie/budgie-screensaver
+   arch = x86_64
+   groups = budgie
+   license = GPL2
+   makedepends = meson
+   makedepends = glib2-devel
+   makedepends = intltool
+   depends = dbus-glib
+   depends = libgnomekbd
+   depends = gnome-desktop
+   backup = etc/pam.d/budgie-screensaver
+   source = 
https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/download/v5.1.0/budgie-screensaver-v5.1.0.tar.xz
+   source = 
https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/download/v5.1.0/budgie-screensaver-v5.1.0.tar.xz.asc
+   validpgpkeys = 0E0D97562A4EC8BD8E329DCDAA7A2325E04B609B
+   validpgpkeys = 8A59B135826B2DA453B9707408AD7343E6BD4B56
+   sha256sums = 
563ac3f845729e9e6d184d2dbf036ab3f51ff244c27f5b286cfcb89acc147f0c
+   sha256sums = SKIP
+
+pkgname = budgie-screensaver


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=budgie-screensaver
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Screensaver for the Budgie Desktop'
 arch=('x86_64')
 license=('GPL2')
@@ -11,7 +11,7 @@ url='https://github.com/BuddiesOfBudgie/budgie-screensaver'
 backup=('etc/pam.d/budgie-screensaver')
 groups=('budgie')
 depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
-makedepends=('meson' 'intltool')
+makedepends=('meson' 'glib2-devel' 'intltool')
 
source=("https://github.com/BuddiesOfBudgie/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz"{,.asc})
 sha256sums=('563ac3f845729e9e6d184d2dbf036ab3f51ff244c27f5b286cfcb89acc147f0c'
 'SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/commit/47e41fd5902b594b0318496810c595dfb3b1227f

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




[Git][archlinux/packaging/packages/budgie-screensaver] Pushed new tag 5.1.0-3

2024-06-30 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 5.1.0-3 at Arch Linux / Packaging / Packages / 
budgie-screensaver

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/tree/5.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ejabberd] Pushed new tag 24.06-1

2024-06-30 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed new tag 24.06-1 at Arch Linux / Packaging / Packages / 
ejabberd

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




[Git][archlinux/packaging/packages/dino][main] upgpkg: 0.4.4-1: New upstream release

2024-06-30 Thread Robin Candau (@antiz)


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


Commits:
b52acc88 by Robin Candau at 2024-07-01T01:27:56+02:00
upgpkg: 0.4.4-1: New upstream release
https://github.com/dino/dino/releases/tag/v0.4.4

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − fix_build_with_new_vala.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = dino
pkgdesc = Modern XMPP (Jabber) chat client written in Vala
-   pkgver = 0.4.3
-   pkgrel = 6
+   pkgver = 0.4.4
+   pkgrel = 1
url = https://dino.im
arch = x86_64
license = GPL-3.0-only
@@ -29,12 +29,10 @@ pkgbase = dino
depends = libsrtp
depends = webrtc-audio-processing
depends = gdk-pixbuf2
-   source = 
https://github.com/dino/dino/releases/download/v0.4.3/dino-0.4.3.tar.gz
-   source = 
https://github.com/dino/dino/releases/download/v0.4.3/dino-0.4.3.tar.gz.asc
-   source = fix_build_with_new_vala.patch
+   source = 
https://github.com/dino/dino/releases/download/v0.4.4/dino-0.4.4.tar.gz
+   source = 
https://github.com/dino/dino/releases/download/v0.4.4/dino-0.4.4.tar.gz.asc
validpgpkeys = A32134DD19952FB12EC43E4501FABCC83FEA225E
-   sha256sums = 
a615fc14d27402316d45036d55471d5ccb68194390e0654efb192f8de57b4b06
+   sha256sums = 
31894ce7fa9aa8bfa7c43986a5369f384801f336e89fc0e2e2ab2443f1f67dff
sha256sums = SKIP
-   sha256sums = 
5f2de305e36efa4b17bac09f947d09e6c2259ccaa152077e17d613e36da9e16b
 
 pkgname = dino


=
PKGBUILD
=
@@ -2,32 +2,24 @@
 # Maintainer: Robin Candau 
 
 pkgname=dino
-pkgver=0.4.3
-pkgrel=6
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Modern XMPP (Jabber) chat client written in Vala"
-arch=(x86_64)
 url="https://dino.im;
+arch=('x86_64')
 license=('GPL-3.0-only')
 depends=(glib2 glib-networking gtk4 libadwaita gpgme libgee libgcrypt 
libsignal-protocol-c
  libsoup3 sqlite qrencode gspell libnice gstreamer gst-plugin-gtk
  gst-plugins-base gst-plugins-good libsrtp webrtc-audio-processing 
gdk-pixbuf2)
 makedepends=(git cmake vala ninja)
-source=(https://github.com/dino/dino/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
-fix_build_with_new_vala.patch)
-sha256sums=('a615fc14d27402316d45036d55471d5ccb68194390e0654efb192f8de57b4b06'
-'SKIP'
-'5f2de305e36efa4b17bac09f947d09e6c2259ccaa152077e17d613e36da9e16b')
+source=(https://github.com/dino/dino/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('31894ce7fa9aa8bfa7c43986a5369f384801f336e89fc0e2e2ab2443f1f67dff'
+'SKIP')
 validpgpkeys=(A32134DD19952FB12EC43E4501FABCC83FEA225E)
 
-prepare() {
-   cd "${pkgname}-${pkgver}"
-   # Temporary patch to fix build with new vala
-   patch -Np1 < "${srcdir}/fix_build_with_new_vala.patch"
-}
-
 build() {
CFLAGS+=' -Wno-error=implicit-function-declaration' # 
'implicit-function-declaration' is now an error in GCC 14, making the build 
fails
-   cmake -G Ninja -B build -S ${pkgname}-${pkgver} \
+   cmake -G Ninja -B build -S "${pkgname}-${pkgver}" \
  -DBUILD_TESTS='ON' \
  -DCMAKE_BUILD_TYPE='None' \
  -DCMAKE_INSTALL_PREFIX='/usr' \


=
fix_build_with_new_vala.patch deleted
=
@@ -1,14 +0,0 @@
 a/plugins/gpgme-vala/vapi/gpgme_public.vapi
-+++ b/plugins/gpgme-vala/vapi/gpgme_public.vapi
-@@ -22,9 +22,9 @@ public class Key {
- public string issuer_name;
- public string chain_id;
- public Validity owner_trust;
--[CCode(array_null_terminated = true)]
-+[CCode (array_length = false, array_null_terminated = true)]
- public SubKey[] subkeys;
--[CCode(array_null_terminated = true)]
-+[CCode (array_length = false, array_null_terminated = true)]
- public UserID[] uids;
- public KeylistMode keylist_mode;
- // public string fpr; // requires gpgme >= 1.7.0



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dino/-/commit/b52acc8874fc1b8323719d4efea13c0322612964

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




[Git][archlinux/packaging/packages/dino] Pushed new tag 0.4.4-1

2024-06-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.4.4-1 at Arch Linux / Packaging / Packages / dino

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




[Git][archlinux/packaging/packages/obsidian-icon-theme][main] upgpkg: 4.15-3: rebuild for .srcinfo

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
obsidian-icon-theme


Commits:
f602dad9 by T.J. Townsend at 2024-06-30T19:27:13-04:00
upgpkg: 4.15-3: rebuild for .srcinfo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = obsidian-icon-theme
+   pkgdesc = Obsidian icon theme
+   pkgver = 4.15
+   pkgrel = 3
+   url = https://github.com/madmaxms/iconpack-obsidian
+   arch = any
+   license = GPL
+   options = !strip
+   source = 
obsidian-4.15.tar.gz::https://github.com/madmaxms/iconpack-obsidian/archive/v4.15.tar.gz
+   sha256sums = 
54cdd9887db3b35305af5b1ee6d60b94740a61239b890eb32909baddea17731e
+
+pkgname = obsidian-icon-theme


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=obsidian-icon-theme
 pkgver=4.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Obsidian icon theme"
 arch=('any')
 url="https://github.com/madmaxms/iconpack-obsidian;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian-icon-theme/-/commit/f602dad9790cbdb759a4a962e0c5202a23962083

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




[Git][archlinux/packaging/packages/obsidian-icon-theme] Pushed new tag 4.15-3

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 4.15-3 at Arch Linux / Packaging / Packages / 
obsidian-icon-theme

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian-icon-theme/-/tree/4.15-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pax-utils][main] upgpkg: 1.3.7-2: rebuild for .srcinfo

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
pax-utils


Commits:
7d95da22 by T.J. Townsend at 2024-06-30T19:22:46-04:00
upgpkg: 1.3.7-2: rebuild for .srcinfo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = pax-utils
+   pkgdesc = ELF utils that can check files for security relevant 
properties
+   pkgver = 1.3.7
+   pkgrel = 2
+   url = https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities
+   arch = x86_64
+   license = GPL2
+   makedepends = docbook-xml
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = linux-headers
+   makedepends = meson
+   makedepends = xmlto
+   depends = bash
+   depends = libcap
+   depends = libcap.so
+   depends = libseccomp
+   depends = python
+   depends = python-pyelftools
+   source = 
git+https://anongit.gentoo.org/git/proj/pax-utils.git?signed#tag=v1.3.7
+   validpgpkeys = 5EF3A41171BB77E6110ED2D01F3D03348DB1A3E2
+   sha512sums = 
0e688cc498503aa5dccc3e7ecff1097efe9f5049c6b13205aaae34ec6d3b151ed6d7d7a25393695105c4acdc1125a178ef22906a54f56cbbaf3d7bdb29e3a991
+
+pkgname = pax-utils


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=pax-utils
 pkgver=1.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='ELF utils that can check files for security relevant properties'
 url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pax-utils/-/commit/7d95da2205e045b0ab159ad0f37bff96b2b1410a

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




[Git][archlinux/packaging/packages/pax-utils] Pushed new tag 1.3.7-2

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 1.3.7-2 at Arch Linux / Packaging / Packages / 
pax-utils

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




[Git][archlinux/packaging/packages/ipcalc] Pushed new tag 0.51-2

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 0.51-2 at Arch Linux / Packaging / Packages / 
ipcalc

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




[Git][archlinux/packaging/packages/ipcalc][main] upgpkg: 0.51-2: rebuild for .srcinfo

2024-06-30 Thread T.J. Townsend (@blakkheim)


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


Commits:
0fffdd0c by T.J. Townsend at 2024-06-30T19:22:36-04:00
upgpkg: 0.51-2: rebuild for .srcinfo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = ipcalc
+   pkgdesc = Calculates IP broadcast, network, Cisco wildcard mask, and 
host ranges
+   pkgver = 0.51
+   pkgrel = 2
+   url = https://jodies.de/ipcalc
+   arch = any
+   license = GPL
+   depends = perl
+   source = 
ipcalc-0.51.tar.gz::https://github.com/kjokjo/ipcalc/archive/refs/tags/0.51.tar.gz
+   sha256sums = 
a4dbfaeb7511b81830793ab9936bae9d7b1b561ad33e29106faaaf97ba1c117e
+
+pkgname = ipcalc


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=ipcalc
 pkgver=0.51
-pkgrel=1
+pkgrel=2
 pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host 
ranges"
 arch=('any')
 url="https://jodies.de/ipcalc;



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

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




[Git][archlinux/packaging/packages/gprename][main] upgpkg: 20230429-2: rebuild for .srcinfo

2024-06-30 Thread T.J. Townsend (@blakkheim)


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


Commits:
12180dae by T.J. Townsend at 2024-06-30T19:21:18-04:00
upgpkg: 20230429-2: rebuild for .srcinfo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = gprename
+   pkgdesc = GTK batch renamer for files and directories
+   pkgver = 20230429
+   pkgrel = 2
+   url = https://gprename.sourceforge.net/
+   arch = any
+   license = GPL3
+   depends = perl-gtk3
+   depends = perl-libintl-perl
+   depends = perl-locale-gettext
+   depends = pango-perl
+   source = 
https://downloads.sourceforge.net/gprename/gprename-20230429.zip
+   source = gprename-build.patch
+   sha256sums = 
bb6ffa81db7bca22030377ce60d28a5eaa02cea975252b5639ca9f7ea17c2002
+   sha256sums = 
8d7207621618e19095167d86efdce64c1a7d19e5fba34baac42c4e393555ef50
+
+pkgname = gprename


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=gprename
 pkgver=20230429
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK batch renamer for files and directories"
 arch=('any')
 url="https://gprename.sourceforge.net/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gprename/-/commit/12180daee5ae0c2aae898b6f07c3ff96a762795d

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




[Git][archlinux/packaging/packages/gprename] Pushed new tag 20230429-2

2024-06-30 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 20230429-2 at Arch Linux / Packaging / Packages / 
gprename

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




[Git][archlinux/packaging/packages/docker] Pushed new tag 1-27.0.2-1

2024-06-30 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 1-27.0.2-1 at Arch Linux / Packaging / Packages 
/ docker

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




[Git][archlinux/packaging/packages/docker][main] upgpkg: 1:27.0.2-1: update to 27.0.2

2024-06-30 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
docker


Commits:
ca72b281 by Lukas Fleischer at 2024-07-01T11:05:33+12:00
upgpkg: 1:27.0.2-1: update to 27.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = docker
pkgdesc = Pack, ship and run any application as a lightweight container
-   pkgver = 26.1.4
+   pkgver = 27.0.2
pkgrel = 1
epoch = 1
url = https://www.docker.com/
@@ -29,12 +29,12 @@ pkgbase = docker
optdepends = docker-scan: vulnerability scanner
optdepends = docker-buildx: extended build capabilities
options = !lto
-   source = git+https://github.com/docker/cli.git#tag=v26.1.4
-   source = git+https://github.com/moby/moby.git#tag=v26.1.4
+   source = git+https://github.com/docker/cli.git#tag=v27.0.2
+   source = git+https://github.com/moby/moby.git#tag=v27.0.2
source = 
git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240
source = docker.sysusers
-   sha256sums = 
7bf2711ed844054574cc5c25deffe70a95c4ca85c10fb63cd8ba169c4f6fc798
-   sha256sums = 
0e96712ee76fcc157e7de9ec52d5d6763a6e8bff964b612b740998b105ff2ef3
+   sha256sums = 
1eeaf95eb75fbd4f83f362b9df43c8db356858d3c4141e210743d79f03688c0a
+   sha256sums = 
f952deef164137bbea9e4104ad337d0ad770292f803307b74e4c680d10fe53ad
sha256sums = 
28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121
sha256sums = 
541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker
-pkgver=26.1.4
+pkgver=27.0.2
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -22,8 +22,8 @@ source=("git+https://github.com/docker/cli.git#tag=v$pkgver;
 "git+https://github.com/moby/moby.git#tag=v$pkgver;
 "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
 "$pkgname.sysusers")
-sha256sums=('7bf2711ed844054574cc5c25deffe70a95c4ca85c10fb63cd8ba169c4f6fc798'
-'0e96712ee76fcc157e7de9ec52d5d6763a6e8bff964b612b740998b105ff2ef3'
+sha256sums=('1eeaf95eb75fbd4f83f362b9df43c8db356858d3c4141e210743d79f03688c0a'
+'f952deef164137bbea9e4104ad337d0ad770292f803307b74e4c680d10fe53ad'
 '28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121'
 '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/docker/-/commit/ca72b281a19fad2aeccd9bff69da472bb20d0bcc

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




[Git][archlinux/packaging/packages/qutebrowser][main] upgpkg: 3.2.1-1: update to 3.2.1

2024-06-30 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
qutebrowser


Commits:
0a3c6e82 by Lukas Fleischer at 2024-07-01T06:57:07+08:00
upgpkg: 3.2.1-1: update to 3.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = qutebrowser
pkgdesc = A keyboard-driven, vim-like browser based on Python and Qt
-   pkgver = 3.2.0
+   pkgver = 3.2.1
pkgrel = 1
url = https://www.qutebrowser.org/
arch = any
@@ -16,10 +16,10 @@ pkgbase = qutebrowser
optdepends = python-pygments
optdepends = pdfjs: displaying PDF in-browser
options = !emptydirs
-   source = 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.2.0/qutebrowser-3.2.0.tar.gz
-   source = 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.2.0/qutebrowser-3.2.0.tar.gz.asc
+   source = 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.2.1/qutebrowser-3.2.1.tar.gz
+   source = 
https://github.com/qutebrowser/qutebrowser/releases/download/v3.2.1/qutebrowser-3.2.1.tar.gz.asc
validpgpkeys = 27F3BB4FC217EECB858578AEEF7EE4D039690B7B
-   sha256sums = 
e1e1911b9556236acaa59d0d1986d614796fb36673d13963c21658cd64a1f033
+   sha256sums = 
02a7af2a6c5db38d87b225b0b8412c80d9838335f32d0e8a38f6d7fbcd38897d
sha256sums = SKIP
 
 pkgname = qutebrowser


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on Python and Qt"
 arch=("any")
@@ -19,7 +19,7 @@ options=(!emptydirs)
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("27F3BB4FC217EECB858578AEEF7EE4D039690B7B")
-sha256sums=('e1e1911b9556236acaa59d0d1986d614796fb36673d13963c21658cd64a1f033'
+sha256sums=('02a7af2a6c5db38d87b225b0b8412c80d9838335f32d0e8a38f6d7fbcd38897d'
 'SKIP')
 
 build() {



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

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




[Git][archlinux/packaging/packages/qutebrowser] Pushed new tag 3.2.1-1

2024-06-30 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 3.2.1-1 at Arch Linux / Packaging / Packages / 
qutebrowser

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




[Git][archlinux/packaging/packages/ruby-thread-local] Pushed new tag 1.1.0-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.1.0-3 at Arch Linux / Packaging / Packages / 
ruby-thread-local

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-thread-local/-/tree/1.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-thread-local][main] upgpkg: 1.1.0-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-thread-local


Commits:
d83c1d83 by Andreas Schleifer at 2024-07-01T00:23:18+02:00
upgpkg: 1.1.0-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = ruby-thread-local
+   pkgdesc = Provides a class-level mixin to make thread local state easy
+   pkgver = 1.1.0
+   pkgrel = 3
+   url = https://github.com/socketry/thread-local
+   arch = any
+   license = MIT
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-rspec
+   depends = ruby
+   options = !emptydirs
+   source = 
https://github.com/socketry/thread-local/archive/v1.1.0/ruby-thread-local-1.1.0.tar.gz
+   sha256sums = 
17124384a6b0253ed0c1103ef34297b1271cdbec504a8d3c4c8328ae982c7d3e
+
+pkgname = ruby-thread-local


=
PKGBUILD
=
@@ -2,13 +2,19 @@
 
 pkgname=ruby-thread-local
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Provides a class-level mixin to make thread local state easy'
 arch=(any)
 url='https://github.com/socketry/thread-local'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-covered ruby-rspec)
+depends=(
+  ruby
+)
+checkdepends=(
+  ruby-bundler
+  ruby-covered
+  ruby-rspec
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/thread-local/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('17124384a6b0253ed0c1103ef34297b1271cdbec504a8d3c4c8328ae982c7d3e')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-thread-local/-/commit/d83c1d83d9284865848723473c7109f52b0a52a3

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




[Git][archlinux/packaging/packages/ruby-localhost] Pushed new tag 1.1.10-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.1.10-2 at Arch Linux / Packaging / Packages 
/ ruby-localhost

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




[Git][archlinux/packaging/packages/ruby-localhost][main] upgpkg: 1.1.10-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-localhost


Commits:
e369193f by Andreas Schleifer at 2024-07-01T00:19:12+02:00
upgpkg: 1.1.10-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = ruby-localhost
+   pkgdesc = Manage a local certificate authority for self-signed 
localhost development servers
+   pkgver = 1.1.10
+   pkgrel = 2
+   url = https://github.com/socketry/localhost
+   arch = any
+   license = MIT
+   checkdepends = ruby-async-process
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus-fixtures-async
+   makedepends = git
+   makedepends = ruby-rdoc
+   depends = ruby
+   options = !emptydirs
+   source = 
git+https://github.com/socketry/localhost.git#commit=4d85ada0ce511f8427ad2eba1f6f174f5bf84ef3
+   sha256sums = SKIP
+
+pkgname = ruby-localhost


=
PKGBUILD
=
@@ -3,14 +3,27 @@
 pkgname=ruby-localhost
 pkgver=1.1.10
 _commit=4d85ada0ce511f8427ad2eba1f6f174f5bf84ef3
-pkgrel=1
+pkgrel=2
 pkgdesc='Manage a local certificate authority for self-signed localhost 
development servers'
 arch=(any)
 url='https://github.com/socketry/localhost'
 license=(MIT)
-depends=(ruby)
-makedepends=(git ruby-covered ruby-sus ruby-sus-fixtures-async)
-checkdepends=(ruby-bake-modernize ruby-bake-test ruby-bake-test-external 
ruby-async-io ruby-async-process)
+depends=(
+  ruby
+)
+makedepends=(
+  git
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-async-process
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus-fixtures-async
+)
 options=(!emptydirs)
 source=(git+https://github.com/socketry/localhost.git#commit=$_commit)
 sha256sums=('SKIP')



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

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




[Git][archlinux/packaging/packages/ruby-async-process][main] upgpkg: 1.3.1-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-process


Commits:
d4427cd8 by Andreas Schleifer at 2024-07-01T00:15:14+02:00
upgpkg: 1.3.1-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = ruby-async-process
+   pkgdesc = Asynchronous process spawning
+   pkgver = 1.3.1
+   pkgrel = 3
+   url = https://github.com/socketry/async-process
+   arch = any
+   license = MIT
+   checkdepends = ruby-async-rspec
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-rspec
+   depends = ruby
+   depends = ruby-async
+   depends = ruby-async-io
+   options = !emptydirs
+   source = 
https://github.com/socketry/async-process/archive/v1.3.1/ruby-async-process-1.3.1.tar.gz
+   sha256sums = 
925f89b1fa5e9780098327a56b9210882c638fa4295a96079fd16f28cd25ee5a
+
+pkgname = ruby-async-process


=
PKGBUILD
=
@@ -2,13 +2,22 @@
 
 pkgname=ruby-async-process
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Asynchronous process spawning'
 arch=(any)
 url='https://github.com/socketry/async-process'
 license=(MIT)
-depends=(ruby-async ruby-async-io)
-checkdepends=(ruby-async-rspec ruby-covered ruby-rspec)
+depends=(
+  ruby
+  ruby-async
+  ruby-async-io
+)
+checkdepends=(
+  ruby-async-rspec
+  ruby-bundler
+  ruby-covered
+  ruby-rspec
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/async-process/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('925f89b1fa5e9780098327a56b9210882c638fa4295a96079fd16f28cd25ee5a')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-process/-/commit/d4427cd84744279b7404c5036c81ffba5348a604

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




[Git][archlinux/packaging/packages/ruby-async-process] Pushed new tag 1.3.1-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.3.1-3 at Arch Linux / Packaging / Packages / 
ruby-async-process

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-process/-/tree/1.3.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-sus-fixtures-async][main] upgpkg: 0.1.3-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-sus-fixtures-async


Commits:
83f4dfb5 by Andreas Schleifer at 2024-07-01T00:09:59+02:00
upgpkg: 0.1.3-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,15 @@
 pkgbase = ruby-sus-fixtures-async
pkgdesc = Test fixtures for running in Async
pkgver = 0.1.3
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/socketry/sus-fixtures-async
arch = any
license = MIT
checkdepends = ruby-bake-test
+   checkdepends = ruby-bundler
checkdepends = ruby-covered
+   makedepends = ruby-rdoc
+   depends = ruby
depends = ruby-async
depends = ruby-sus
options = !emptydirs


=
PKGBUILD
=
@@ -2,13 +2,24 @@
 
 pkgname=ruby-sus-fixtures-async
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Test fixtures for running in Async'
 arch=(any)
 url='https://github.com/socketry/sus-fixtures-async'
 license=(MIT)
-depends=(ruby-async ruby-sus)
-checkdepends=(ruby-bake-test ruby-covered)
+depends=(
+  ruby
+  ruby-async
+  ruby-sus
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-test
+  ruby-bundler
+  ruby-covered
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/sus-fixtures-async/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('e16adae95630b35dd94b8b12bfbc26d30cca1499794313438a5c3d76524349ae')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus-fixtures-async/-/commit/83f4dfb59b9ba7e200b83246df0775f5a0588b68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus-fixtures-async/-/commit/83f4dfb59b9ba7e200b83246df0775f5a0588b68
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-sus-fixtures-async] Pushed new tag 0.1.3-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.1.3-2 at Arch Linux / Packaging / Packages / 
ruby-sus-fixtures-async

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sus-fixtures-async/-/tree/0.1.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async-container][main] upgpkg: 0.16.12-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-container


Commits:
b955b2a7 by Andreas Schleifer at 2024-06-30T23:58:28+02:00
upgpkg: 0.16.12-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = ruby-async-container
+   pkgdesc = Abstract container-based parallelism using threads and 
processes where appropriate
+   pkgver = 0.16.12
+   pkgrel = 3
+   url = https://github.com/socketry/async-container
+   arch = any
+   license = MIT
+   checkdepends = psmisc
+   checkdepends = ruby-async-rspec
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-rspec
+   depends = ruby
+   depends = ruby-async
+   depends = ruby-async-io
+   options = !emptydirs
+   source = 
https://github.com/socketry/async-container/archive/v0.16.12/ruby-async-container-0.16.12.tar.gz
+   sha256sums = 
dc298856d04c5d91f0a8dcba36f437062af4c3e721f997a8b726d537fb0b4bd0
+
+pkgname = ruby-async-container


=
PKGBUILD
=
@@ -2,13 +2,23 @@
 
 pkgname=ruby-async-container
 pkgver=0.16.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Abstract container-based parallelism using threads and processes 
where appropriate'
 arch=(any)
 url='https://github.com/socketry/async-container'
 license=(MIT)
-depends=(ruby-async ruby-async-io)
-checkdepends=(psmisc ruby-async-rspec ruby-covered ruby-rspec)
+depends=(
+  ruby
+  ruby-async
+  ruby-async-io
+)
+checkdepends=(
+  psmisc
+  ruby-async-rspec
+  ruby-bundler
+  ruby-covered
+  ruby-rspec
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/async-container/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('dc298856d04c5d91f0a8dcba36f437062af4c3e721f997a8b726d537fb0b4bd0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/commit/b955b2a7f1e8c4ced91d5f61997ed40df7c7fb0e

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




[Git][archlinux/packaging/packages/ruby-async-container] Pushed new tag 0.16.12-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.16.12-3 at Arch Linux / Packaging / Packages 
/ ruby-async-container

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-container/-/tree/0.16.12-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async-rspec] Pushed new tag 1.17.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.17.0-2 at Arch Linux / Packaging / Packages 
/ ruby-async-rspec

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




[Git][archlinux/packaging/packages/ruby-async-rspec][main] upgpkg: 1.17.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-rspec


Commits:
950c90ba by Andreas Schleifer at 2024-06-30T23:52:17+02:00
upgpkg: 1.17.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruby-async-rspec
pkgdesc = Helpers for writing specs against the async gem
pkgver = 1.17.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/socketry/async-rspec
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=ruby-async-rspec
 pkgver=1.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Helpers for writing specs against the async gem'
 arch=(any)
 url='https://github.com/socketry/async-rspec'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-rspec/-/commit/950c90ba356f715a41759a8ebd3bb83aa948f8e2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-rspec/-/commit/950c90ba356f715a41759a8ebd3bb83aa948f8e2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-rspec-memory] Pushed new tag 1.0.4-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.0.4-2 at Arch Linux / Packaging / Packages / 
ruby-rspec-memory

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




[Git][archlinux/packaging/packages/ruby-rspec-memory][main] upgpkg: 1.0.4-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-rspec-memory


Commits:
c94a60c0 by Andreas Schleifer at 2024-06-30T23:48:52+02:00
upgpkg: 1.0.4-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = ruby-rspec-memory
+   pkgdesc = RSpec helpers for checking memory allocations
+   pkgver = 1.0.4
+   pkgrel = 2
+   url = https://github.com/socketry/rspec-memory
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   depends = ruby
+   depends = ruby-rspec
+   options = !emptydirs
+   source = 
https://github.com/socketry/rspec-memory/archive/v1.0.4/ruby-rspec-memory-1.0.4.tar.gz
+   sha256sums = 
f3b25f8fe54692fe2434da2a01ffed3f4331fbc71dc456b2a2ac0496b2a4be9c
+
+pkgname = ruby-rspec-memory


=
PKGBUILD
=
@@ -2,13 +2,22 @@
 
 pkgname=ruby-rspec-memory
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='RSpec helpers for checking memory allocations'
 arch=(any)
 url='https://github.com/socketry/rspec-memory'
 license=(MIT)
-depends=(ruby-rspec)
-checkdepends=(ruby-covered ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external)
+depends=(
+  ruby
+  ruby-rspec
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/rspec-memory/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('f3b25f8fe54692fe2434da2a01ffed3f4331fbc71dc456b2a2ac0496b2a4be9c')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-memory/-/commit/c94a60c03746ce3cdffde4401e7607c4ac6c5541

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




[Git][archlinux/packaging/packages/pyflow][main] upgpkg: 0.3.1-2: rebuild to produce .SRCINFO

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
abaf2add by Leonidas Spyropoulos at 2024-06-30T22:41:48+01:00
upgpkg: 0.3.1-2: rebuild to produce .SRCINFO
  1
3   https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = pyflow
+   pkgdesc = An installation and dependency system for Python
+   pkgver = 0.3.1
+   pkgrel = 2
+   url = https://github.com/David-OConnor/pyflow
+   arch = x86_64
+   license = MIT
+   makedepends = cargo
+   depends = gcc-libs
+   depends = bzip2
+   depends = xz
+   options = !lto
+   source = 
pyflow-0.3.1.tar.gz::https://github.com/David-OConnor/pyflow/archive/refs/tags/0.3.1.tar.gz
+   b2sums = 
218b27e1a375bf5f7e486b4ab5cb0b1b8a4fc0ce12a763e504abf12ebc7c4e28064960b63600b8a9fa4999a76da3fb7728fd1051268b9f859c8d5d793c262e37
+
+pkgname = pyflow


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=pyflow
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An installation and dependency system for Python"
 arch=('x86_64')
 url='https://github.com/David-OConnor/pyflow'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyflow/-/commit/abaf2add7c823b0cbf4c8f63471bde9caaf27139

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




[Git][archlinux/packaging/packages/pyflow] Pushed new tag 0.3.1-2

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.3.1-2 at Arch Linux / Packaging / 
Packages / pyflow

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




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

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.45-2 at Arch Linux / Packaging / Packages 
/ profile-cleaner

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




[Git][archlinux/packaging/packages/profile-cleaner][main] upgpkg: 2.45-2: rebuild to produce .SRCINFO

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ profile-cleaner


Commits:
c859b710 by Leonidas Spyropoulos at 2024-06-30T22:40:44+01:00
upgpkg: 2.45-2: rebuild to produce .SRCINFO
  1
3   https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = profile-cleaner
+   pkgdesc = Simple script to vacuum and reindex sqlite databases used by 
browsers
+   pkgver = 2.45
+   pkgrel = 2
+   url = https://github.com/graysky2/profile-cleaner
+   install = profile-cleaner.install
+   arch = any
+   license = MIT
+   depends = bash
+   depends = bc
+   depends = findutils
+   depends = parallel
+   depends = sqlite
+   optdepends = zsh-completions: for completion when using zsh
+   source = 
profile-cleaner-2.45.tar.gz::https://github.com/graysky2/profile-cleaner/archive/v2.45.tar.gz
+   sha512sums = 
a0ac65c92dab384627000822ef532e302689fc2dd4eb9418d05b8b78606ca5a7486aee76f9f0e5a4134deafea24becc83e34ced281eb8c0f6a9011351dfc1569
+   b2sums = 
adb2a9e6956d8afc27deeb7bc6b621340c85749e62db53bf149cccebaca98cbe5d00de07cafc58d528910441353e4f0d6d6d2b3634c1a81f4d38361edef9b3ec
+
+pkgname = profile-cleaner


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=profile-cleaner
 pkgver=2.45
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple script to vacuum and reindex sqlite databases used by browsers"
 arch=(any)
 url="https://github.com/graysky2/profile-cleaner;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/profile-cleaner/-/commit/c859b7103a273e93a184e1f691e7d7d9c9c8de63

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




[Git][archlinux/packaging/packages/ruby-rspec-files][main] upgpkg: 1.1.3-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-rspec-files


Commits:
20cf0a45 by Andreas Schleifer at 2024-06-30T23:39:58+02:00
upgpkg: 1.1.3-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = ruby-rspec-files
+   pkgdesc = RSpec helpers for buffering and detecting file descriptor 
leaks
+   pkgver = 1.1.3
+   pkgrel = 3
+   url = https://github.com/socketry/rspec-files
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   depends = ruby
+   depends = ruby-rspec
+   options = !emptydirs
+   source = 
https://github.com/socketry/rspec-files/archive/v1.1.3/ruby-rspec-files-1.1.3.tar.gz
+   sha256sums = 
b75a82ee456ee677b5590b763eb8825195e2d3ab76c70fe75954923ee80ef463
+
+pkgname = ruby-rspec-files


=
PKGBUILD
=
@@ -2,13 +2,20 @@
 
 pkgname=ruby-rspec-files
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='RSpec helpers for buffering and detecting file descriptor leaks'
 arch=(any)
 url='https://github.com/socketry/rspec-files'
 license=(MIT)
-depends=(ruby-rspec)
-checkdepends=(ruby-bake-test ruby-covered)
+depends=(
+  ruby
+  ruby-rspec
+)
+checkdepends=(
+  ruby-bake-test
+  ruby-bundler
+  ruby-covered
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/rspec-files/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('b75a82ee456ee677b5590b763eb8825195e2d3ab76c70fe75954923ee80ef463')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-files/-/commit/20cf0a451c921019891c6cc0f415210c8a3b0b70

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-files/-/commit/20cf0a451c921019891c6cc0f415210c8a3b0b70
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-rspec-files] Pushed new tag 1.1.3-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.1.3-3 at Arch Linux / Packaging / Packages / 
ruby-rspec-files

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rspec-files/-/tree/1.1.3-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lrzip][main] upgpkg: 0.651-3: rebuild to produce .SRCINFO

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
21d27170 by Leonidas Spyropoulos at 2024-06-30T22:40:03+01:00
upgpkg: 0.651-3: rebuild to produce .SRCINFO
  1
3   https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = lrzip
+   pkgdesc = Multi-threaded compression with rzip/lzma, lzo, and zpaq
+   pkgver = 0.651
+   pkgrel = 3
+   url = https://github.com/ckolivas/lrzip
+   arch = x86_64
+   license = GPL
+   makedepends = git
+   depends = lzo
+   source = git+https://github.com/ckolivas/lrzip#tag=v0.651
+   source = 
lrzip-0.651-CVE-2018-5786.patch::https://github.com/ckolivas/lrzip/commit/3495188cd8f2215a9feea201f3e05c1341ed95fb.patch
+   sha256sums = SKIP
+   sha256sums = 
8573ff8dd049c91cd0e6d754683e889ae439119cb9e738241dedd369c280a6fc
+
+pkgname = lrzip


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=lrzip
 pkgver=0.651
-pkgrel=2
+pkgrel=3
 pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
 url='https://github.com/ckolivas/lrzip'
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lrzip/-/commit/21d27170d6e3aae10af2d7fd37bafff7866f3c03

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




[Git][archlinux/packaging/packages/lrzip] Pushed new tag 0.651-3

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.651-3 at Arch Linux / Packaging / 
Packages / lrzip

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




[Git][archlinux/packaging/packages/lmdbxx] Pushed new tag 1.0.0-3

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1.0.0-3 at Arch Linux / Packaging / 
Packages / lmdbxx

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




[Git][archlinux/packaging/packages/lmdbxx][main] upgpkg: 1.0.0-3: rebuild to produce .SRCINFO

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
ddae4298 by Leonidas Spyropoulos at 2024-06-30T22:39:46+01:00
upgpkg: 1.0.0-3: rebuild to produce .SRCINFO
  1
3   https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = lmdbxx
+   pkgdesc = C++17 wrapper for the LMDB embedded B+ tree database library
+   pkgver = 1.0.0
+   pkgrel = 3
+   url = https://github.com/hoytech/lmdbxx
+   arch = x86_64
+   license = Unlicense
+   depends = lmdb
+   source = 
https://github.com/hoytech/lmdbxx/archive/1.0.0/lmdbxx-1.0.0.tar.gz
+   sha512sums = 
54f6c4863273b4de8aed6bc19f353c7a66d8ae633198e9784c55cea8e54460e4030ebe45e91a7c820aade084933f21cd4193ef8c04bb2aef11bf252281404171
+   b2sums = 
203173132a9c84c2d6a53799f8acc92dac5bd075b69f7b25e8eee3341933ccdd868eb190cef07371469856e32fc42215c5395db61f141863f60a5d0a2b888790
+
+pkgname = lmdbxx


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lmdbxx
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="C++17 wrapper for the LMDB embedded B+ tree database library"
 arch=('x86_64')
 url="https://github.com/hoytech/lmdbxx;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lmdbxx/-/commit/ddae42988d1c350ffd4229a7310b9e0d5dc323d9

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




[Git][archlinux/packaging/packages/bonnieplusplus][main] upgpkg: 2.00a-3: rebuild to produce .SRCINFO

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
30f2f399 by Leonidas Spyropoulos at 2024-06-30T22:38:45+01:00
upgpkg: 2.00a-3: rebuild to produce .SRCINFO

https://archlinux.org/todo/rebuild-packages-that-are-missing-srcinfo/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = bonnie++
+   pkgdesc = Based on the Bonnie hard drive benchmark by Tim Bray
+   pkgver = 2.00a
+   pkgrel = 3
+   url = https://www.coker.com.au/bonnie++/
+   arch = x86_64
+   license = GPL
+   depends = perl
+   source = https://www.coker.com.au/bonnie++/bonnie++-2.00a.tgz
+   sha256sums = 
a8d33bbd81bc7eb559ce5bf6e584b9b53faea39ccfb4ae92e58f27257e468f0e
+
+pkgname = bonnie++


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=bonnie++
 pkgver=2.00a
-pkgrel=2
+pkgrel=3
 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
 arch=('x86_64')
 url="https://www.coker.com.au/bonnie++/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bonnieplusplus/-/commit/30f2f3995411ad9403b90e3f27a6bcc0fe360739

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




[Git][archlinux/packaging/packages/bonnieplusplus] Pushed new tag 2.00a-3

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.00a-3 at Arch Linux / Packaging / 
Packages / bonnie++

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bonnieplusplus/-/tree/2.00a-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnome-builder] Pushed new tag 46.2-2

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 46.2-2 at Arch Linux / Packaging / Packages / 
gnome-builder

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




[Git][archlinux/packaging/packages/gnome-builder][main] upgpkg: 46.2-2: LLVM 18 rebuild

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-builder


Commits:
74f5025d by Evangelos Foutras at 2024-07-01T00:33:50+03:00
upgpkg: 46.2-2: LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-builder
pkgdesc = An IDE for writing GNOME-based software
pkgver = 46.2
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.gnome.org/Apps/Builder
arch = x86_64
groups = gnome-extra
@@ -9,6 +9,7 @@ pkgbase = gnome-builder
checkdepends = weston
makedepends = appstream-glib
makedepends = git
+   makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = llvm
makedepends = mm-common


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=46.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -57,6 +57,7 @@ depends=(
 makedepends=(
   appstream-glib
   git
+  glib2-devel
   gobject-introspection
   llvm
   mm-common



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-builder/-/commit/74f5025d30106c1e6b1a2c9f3e9eb31501e98388

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




[Git][archlinux/packaging/packages/ruby-multipart-post][main] upgpkg: 2.3.0-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-multipart-post


Commits:
82c19863 by Andreas Schleifer at 2024-06-30T23:30:43+02:00
upgpkg: 2.3.0-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruby-multipart-post
pkgdesc = A multipart form post accessory for Net::HTTP
pkgver = 2.3.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/socketry/multipart-post
arch = any
license = MIT
@@ -9,8 +9,9 @@ pkgbase = ruby-multipart-post
checkdepends = ruby-bake-modernize
checkdepends = ruby-bake-test
checkdepends = ruby-bake-test-external
-   makedepends = ruby-rspec
+   checkdepends = ruby-bundler
makedepends = ruby-covered
+   makedepends = ruby-rspec
depends = ruby
options = !emptydirs
source = 
https://github.com/socketry/multipart-post/archive/v2.3.0/ruby-multipart-post-2.3.0.tar.gz


=
PKGBUILD
=
@@ -3,14 +3,25 @@
 
 pkgname=ruby-multipart-post
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A multipart form post accessory for Net::HTTP'
 arch=(any)
 url='https://github.com/socketry/multipart-post'
 license=(MIT)
-depends=(ruby)
-makedepends=(ruby-rspec ruby-covered)
-checkdepends=(ruby-bake ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external)
+depends=(
+  ruby
+)
+makedepends=(
+  ruby-covered
+  ruby-rspec
+)
+checkdepends=(
+  ruby-bake
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/multipart-post/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('006f1fd953eda4d41f4ce03602ab0930e911adb7a1124b5b23b9fbc3c29a601d')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-multipart-post/-/commit/82c198632129ed5df911213041ff2759c6ab181e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-multipart-post/-/commit/82c198632129ed5df911213041ff2759c6ab181e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-multipart-post] Pushed new tag 2.3.0-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 2.3.0-3 at Arch Linux / Packaging / Packages / 
ruby-multipart-post

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-multipart-post/-/tree/2.3.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/grafana] Pushed new tag 11.1.0-1

2024-06-30 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 11.1.0-1 at Arch Linux / Packaging / Packages 
/ grafana

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




[Git][archlinux/packaging/packages/grafana][main] upgpkg: 11.1.0-1

2024-06-30 Thread Jelle van der Waa (@jelle)


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


Commits:
3957fb10 by Jelle van der Waa at 2024-06-30T23:29:03+02:00
upgpkg: 11.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = grafana
pkgdesc = Gorgeous metric viz, dashboards & editors for Graphite, 
InfluxDB & OpenTSDB
-   pkgver = 11.0.0
+   pkgver = 11.1.0
pkgrel = 1
url = https://grafana.com/
install = grafana.install
@@ -19,11 +19,11 @@ pkgbase = grafana
depends = fontconfig
depends = gsfonts
backup = etc/grafana.ini
-   source = git+https://github.com/grafana/grafana.git#tag=v11.0.0
+   source = git+https://github.com/grafana/grafana.git#tag=v11.1.0
source = grafana.service
source = grafana.sysusers
source = grafana.tmpfiles
-   sha512sums = 
79b195c5cf73afc2293672d02deab6a81ce52a78459df27b75ca4f7e208fc2c3237c7f8fc547f0f39294940f31d2326a8f78bfccbad3a2eace30d32399123867
+   sha512sums = 
3f6056a52c0fd9158d6977868dfde4116da6e2762aa91037371ddfd670985307f7363773a5c601619d12d7c08507481f81335158860fba32aabf20c3c12c421c
sha512sums = 
02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850
sha512sums = 
38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4
sha512sums = 
c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=11.0.0
+pkgver=11.1.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
@@ -18,7 +18,7 @@ 
source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
 'grafana.tmpfiles'
)
 install=$pkgname.install
-sha512sums=('79b195c5cf73afc2293672d02deab6a81ce52a78459df27b75ca4f7e208fc2c3237c7f8fc547f0f39294940f31d2326a8f78bfccbad3a2eace30d32399123867'
+sha512sums=('3f6056a52c0fd9158d6977868dfde4116da6e2762aa91037371ddfd670985307f7363773a5c601619d12d7c08507481f81335158860fba32aabf20c3c12c421c'
 
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
 
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
 
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')



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

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




[Git][archlinux/packaging/packages/ruby-bake-modernize][main] upgpkg: 0.18.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-bake-modernize


Commits:
4531befe by Andreas Schleifer at 2024-06-30T23:27:11+02:00
upgpkg: 0.18.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,18 @@
 pkgbase = ruby-bake-modernize
pkgdesc = Automatically modernize parts of your project/gem
pkgver = 0.18.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/ioquatix/bake-modernize
arch = any
license = MIT
-   checkdepends = ruby-sus
-   checkdepends = ruby-covered
checkdepends = ruby-bake-test
checkdepends = ruby-bake-test-external
-   checkdepends = git
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
makedepends = git
+   makedepends = ruby-rdoc
+   depends = ruby
depends = ruby-async-http
depends = ruby-bake
depends = ruby-build-files


=
PKGBUILD
=
@@ -3,14 +3,30 @@
 pkgname=ruby-bake-modernize
 pkgver=0.18.0
 _commit=a64fc317f4d68ae0097d8d77fe5a6b5d95a286d3
-pkgrel=1
+pkgrel=2
 pkgdesc='Automatically modernize parts of your project/gem'
 arch=(any)
 url='https://github.com/ioquatix/bake-modernize'
 license=(MIT)
-depends=(ruby-async-http ruby-bake ruby-build-files ruby-markly ruby-rugged)
-makedepends=(git)
-checkdepends=(ruby-sus ruby-covered ruby-bake-test ruby-bake-test-external git)
+depends=(
+  ruby
+  ruby-async-http
+  ruby-bake
+  ruby-build-files
+  ruby-markly
+  ruby-rugged
+)
+makedepends=(
+  git
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 source=(git+https://github.com/ioquatix/bake-modernize.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bake-modernize/-/commit/4531befe433ac116375da6f463dae46286bae6d3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-bake-modernize/-/commit/4531befe433ac116375da6f463dae46286bae6d3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-bake-modernize] Pushed new tag 0.18.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.18.0-2 at Arch Linux / Packaging / Packages 
/ ruby-bake-modernize

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




[Git][archlinux/packaging/packages/ruby-async-http][main] upgpkg: 0.59.5-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-http


Commits:
32ea0339 by Andreas Schleifer at 2024-06-30T23:23:33+02:00
upgpkg: 0.59.5-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = ruby-async-http
+   pkgdesc = A HTTP client and server library
+   pkgver = 0.59.5
+   pkgrel = 2
+   url = https://github.com/socketry/async-http
+   arch = any
+   license = MIT
+   checkdepends = ruby-async-container
+   checkdepends = ruby-async-rspec
+   checkdepends = ruby-bake
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-localhost
+   checkdepends = ruby-rack-test
+   checkdepends = ruby-rspec
+   checkdepends = ruby-sus
+   checkdepends = ruby-thread-local
+   makedepends = ruby-rdoc
+   depends = ruby
+   depends = ruby-async
+   depends = ruby-async-io
+   depends = ruby-async-pool
+   depends = ruby-protocol-http
+   depends = ruby-protocol-http1
+   depends = ruby-protocol-http2
+   depends = ruby-traces
+   options = !emptydirs
+   source = 
https://github.com/socketry/async-http/archive/v0.59.5/ruby-async-http-0.59.5.tar.gz
+   sha256sums = 
9a66e8f57322d8be705e72664c611a2e042f623367d94c78fba7a44c78fd3836
+
+pkgname = ruby-async-http


=
PKGBUILD
=
@@ -2,16 +2,39 @@
 
 pkgname=ruby-async-http
 pkgver=0.59.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A HTTP client and server library'
 arch=(any)
 url='https://github.com/socketry/async-http'
 license=(MIT)
-depends=(ruby-async ruby-async-io ruby-async-pool ruby-protocol-http 
ruby-protocol-http1
- ruby-protocol-http2 ruby-traces)
-checkdepends=(ruby-bake ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external
-  ruby-async-container ruby-async-rspec ruby-covered 
ruby-localhost ruby-rack-test
-  ruby-rspec ruby-sus ruby-thread-local)
+depends=(
+  ruby
+  ruby-async
+  ruby-async-io
+  ruby-async-pool
+  ruby-protocol-http
+  ruby-protocol-http1
+  ruby-protocol-http2
+  ruby-traces
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-async-container
+  ruby-async-rspec
+  ruby-bake
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-localhost
+  ruby-rack-test
+  ruby-rspec
+  ruby-sus
+  ruby-thread-local
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/async-http/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('9a66e8f57322d8be705e72664c611a2e042f623367d94c78fba7a44c78fd3836')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-http/-/commit/32ea0339f3e65a5e6c7c08049be8ed92d42feb55

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-http/-/commit/32ea0339f3e65a5e6c7c08049be8ed92d42feb55
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async-http] Pushed new tag 0.59.5-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.59.5-2 at Arch Linux / Packaging / Packages 
/ ruby-async-http

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




[Git][archlinux/packaging/packages/postgresql-ip4r][main] upgpkg: 2.4.2-3: LLVM 18 rebuild

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql-ip4r


Commits:
31f01760 by Evangelos Foutras at 2024-07-01T00:19:29+03:00
upgpkg: 2.4.2-3: LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgresql-ip4r
pkgdesc = IPv4/v6 and IPv4/v6 range index type for PostgreSQL
pkgver = 2.4.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/RhodiumToad/ip4r/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=postgresql-ip4r
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="IPv4/v6 and IPv4/v6 range index type for PostgreSQL"
 arch=('x86_64')
 url="https://github.com/RhodiumToad/ip4r/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-ip4r/-/commit/31f01760a19fbdf5401be58b9033f6eaf32c5fbf

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




[Git][archlinux/packaging/packages/postgis][main] upgpkg: 3.4.2-4: LLVM 18 rebuild

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgis


Commits:
df09fe59 by Evangelos Foutras at 2024-07-01T00:19:24+03:00
upgpkg: 3.4.2-4: LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgis
pkgdesc = A spatial database extender for PostgreSQL
pkgver = 3.4.2
-   pkgrel = 3
+   pkgrel = 4
url = https://postgis.net/
changelog = postgis.changelog
arch = x86_64


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=postgis
 pkgver=3.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A spatial database extender for PostgreSQL"
 arch=(x86_64)
 url="https://postgis.net/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/df09fe5971ccfa9771bb5c346654e1b7ac006fe5

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




[Git][archlinux/packaging/packages/postgresql-ip4r] Pushed new tag 2.4.2-3

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 2.4.2-3 at Arch Linux / Packaging / Packages / 
postgresql-ip4r

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql-ip4r/-/tree/2.4.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/postgis] Pushed new tag 3.4.2-4

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 3.4.2-4 at Arch Linux / Packaging / Packages / 
postgis

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




[Git][archlinux/packaging/packages/ruby-async-pool][main] upgpkg: 0.4.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-pool


Commits:
4b4efad6 by Andreas Schleifer at 2024-06-30T23:16:42+02:00
upgpkg: 0.4.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = ruby-async-pool
+   pkgdesc = A singleplex and multiplex resource pool for implementing 
robust clients
+   pkgver = 0.4.0
+   pkgrel = 2
+   url = https://github.com/socketry/async-pool
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
+   makedepends = ruby-rdoc
+   depends = ruby
+   depends = ruby-async
+   options = !emptydirs
+   source = 
https://github.com/socketry/async-pool/archive/v0.4.0/ruby-async-pool-0.4.0.tar.gz
+   sha256sums = 
baa44734e7407f30a6c3d7106a62d4982bfa78f12f44afb08f6af73da1bc6f15
+
+pkgname = ruby-async-pool


=
PKGBUILD
=
@@ -2,13 +2,24 @@
 
 pkgname=ruby-async-pool
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A singleplex and multiplex resource pool for implementing robust 
clients'
 arch=(any)
 url='https://github.com/socketry/async-pool'
 license=(MIT)
-depends=(ruby-async)
-checkdepends=(ruby-bake-test ruby-bake-test-external ruby-covered ruby-sus 
ruby-sus-fixtures-async)
+depends=(
+  ruby
+  ruby-async
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/async-pool/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('baa44734e7407f30a6c3d7106a62d4982bfa78f12f44afb08f6af73da1bc6f15')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-pool/-/commit/4b4efad6e2a9ba9c8c542b89c7652e3a83a9b8e9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-pool/-/commit/4b4efad6e2a9ba9c8c542b89c7652e3a83a9b8e9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async-pool] Pushed new tag 0.4.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.4.0-2 at Arch Linux / Packaging / Packages / 
ruby-async-pool

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




[Git][archlinux/packaging/packages/ruby-async-io][main] upgpkg: 1.34.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async-io


Commits:
5038dada by Andreas Schleifer at 2024-06-30T23:12:10+02:00
upgpkg: 1.34.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = ruby-async-io
+   pkgdesc = Provides support for asynchonous TCP, UDP, UNIX and SSL 
sockets
+   pkgver = 1.34.0
+   pkgrel = 2
+   url = https://github.com/socketry/async-io
+   arch = any
+   license = MIT
+   makedepends = ruby-rdoc
+   depends = ruby
+   depends = ruby-async
+   options = !emptydirs
+   source = 
https://github.com/socketry/async-io/archive/v1.34.0/ruby-async-io-1.34.0.tar.gz
+   sha256sums = 
655c2049d9e81f6d7f05b48fa5d2e951756dc5f64f9ad1c489b38453d634b7c6
+   sha512sums = 
d35389ebfb748ea1c44f4a7ea7707511e32d40e98ae3fd7e8a5b22fdbb5f8f5a00933ec48346e2ed44c679ee6121a6fdf980c8ee6a1da609fb7571abb703aa02
+
+pkgname = ruby-async-io


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _gemname=async-io
 pkgname=ruby-${_gemname}
 pkgver=1.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-io/-/commit/5038dada7c205b052a49491bcd0ce668d8ad2e85

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async-io/-/commit/5038dada7c205b052a49491bcd0ce668d8ad2e85
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async-io] Pushed new tag 1.34.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.34.0-2 at Arch Linux / Packaging / Packages 
/ ruby-async-io

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




[Git][archlinux/packaging/packages/ruby-async] Pushed new tag 1.30.3-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.30.3-3 at Arch Linux / Packaging / Packages 
/ ruby-async

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-async/-/tree/1.30.3-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-async][main] upgpkg: 1.30.3-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-async


Commits:
98bfc49b by Andreas Schleifer at 2024-06-30T23:08:36+02:00
upgpkg: 1.30.3-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = ruby-async
+   pkgdesc = Composable asynchronous I/O
+   pkgver = 1.30.3
+   pkgrel = 3
+   url = https://github.com/socketry/async
+   arch = any
+   license = MIT
+   makedepends = ruby-rdoc
+   depends = ruby
+   depends = ruby-console
+   depends = ruby-nio4r
+   depends = ruby-timers
+   options = !emptydirs
+   source = 
https://github.com/socketry/async/archive/v1.30.3/ruby-async-1.30.3.tar.gz
+   sha256sums = 
f378e8d136c1b58f8df38956a5253b170f87ce815ae8c7d88b50ea964a8e8bb1
+   sha512sums = 
337a51ca8fd0e6685528e2eca9b584344ba583f7254f2600110ee62da6e4ccabeb471e7d94f36ab6f8d0eb3eada9e23335a262a50c8d035f67708fce0a590e5e
+
+pkgname = ruby-async


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _gemname=async
 pkgname=ruby-${_gemname}
 pkgver=1.30.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Composable asynchronous I/O'
 url='https://github.com/socketry/async'
 arch=('any')



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

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




[Git][archlinux/packaging/packages/postgresql][main] upgpkg: 16.3-2: LLVM 18 rebuild

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
postgresql


Commits:
c5963918 by Evangelos Foutras at 2024-07-01T00:06:54+03:00
upgpkg: 16.3-2: LLVM 18 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postgresql
pkgdesc = Sophisticated object-relational DBMS
pkgver = 16.3
-   pkgrel = 1
+   pkgrel = 2
url = https://www.postgresql.org/
arch = x86_64
license = PostgreSQL


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
 )
 pkgver=16.3
 _majorver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql/-/commit/c59639189797036b0de02262719de1621e27b5e9

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




[Git][archlinux/packaging/packages/postgresql] Pushed new tag 16.3-2

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 16.3-2 at Arch Linux / Packaging / Packages / 
postgresql

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




[Git][archlinux/packaging/packages/ruby-protocol-http1][main] upgpkg: 0.15.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-protocol-http1


Commits:
b8d603fc by Andreas Schleifer at 2024-06-30T23:02:42+02:00
upgpkg: 0.15.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = ruby-protocol-http1
pkgdesc = A low level implementation of the HTTP/1 protocol
pkgver = 0.15.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/socketry/protocol-http1
arch = any
license = MIT
-   checkdepends = ruby-bake-modernize
checkdepends = ruby-bake-test
-   checkdepends = ruby-bake-test-external
-   checkdepends = ruby-async-io
+   checkdepends = ruby-bundler
checkdepends = ruby-covered
checkdepends = ruby-sus
+   makedepends = ruby-rdoc
+   depends = ruby
depends = ruby-protocol-http
options = !emptydirs
source = 
https://github.com/socketry/protocol-http1/archive/v0.15.0/ruby-protocol-http1-0.15.0.tar.gz


=
PKGBUILD
=
@@ -2,14 +2,27 @@
 
 pkgname=ruby-protocol-http1
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A low level implementation of the HTTP/1 protocol'
 arch=(any)
 url='https://github.com/socketry/protocol-http1'
 license=(MIT)
-depends=(ruby-protocol-http)
-checkdepends=(ruby-bake-modernize ruby-bake-test ruby-bake-test-external 
ruby-async-io ruby-covered
-  ruby-sus)
+depends=(
+  ruby
+  ruby-protocol-http
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  # ruby-async-io
+  # ruby-bake-modernize
+  ruby-bake-test
+  # ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/protocol-http1/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 
$pkgname-test-dependencies.patch::https://github.com/socketry/protocol-http1/pull/15.patch)
@@ -52,7 +65,7 @@ build() {
 check() {
   local _gemdir="$(gem env gemdir)"
   cd protocol-http1-$pkgver
-  GEM_HOME="tmp_install/$_gemdir" bake test || echo "Expected test failure 
because our stringio is too old"
+  GEM_HOME="tmp_install/$_gemdir" bake test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http1/-/commit/b8d603fce3f15a7b07e93303619aa7642b4fe10c

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




[Git][archlinux/packaging/packages/ruby-protocol-http1] Pushed new tag 0.15.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.15.0-2 at Arch Linux / Packaging / Packages 
/ ruby-protocol-http1

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




[Git][archlinux/packaging/packages/postgresql] Pushed new tag 16.3-1

2024-06-30 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 16.3-1 at Arch Linux / Packaging / Packages / 
postgresql

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




[Git][archlinux/packaging/packages/ruby-protocol-http2] Pushed new tag 0.15.1-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.15.1-2 at Arch Linux / Packaging / Packages 
/ ruby-protocol-http2

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




[Git][archlinux/packaging/packages/ruby-protocol-http2][main] upgpkg: 0.15.1-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-protocol-http2


Commits:
0880cba5 by Andreas Schleifer at 2024-06-30T22:54:49+02:00
upgpkg: 0.15.1-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = ruby-protocol-http2
+   pkgdesc = A low level implementation of the HTTP/2 protocol
+   pkgver = 0.15.1
+   pkgrel = 2
+   url = https://github.com/socketry/protocol-http2
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
+   makedepends = git
+   makedepends = ruby-rdoc
+   depends = ruby
+   depends = ruby-protocol-hpack
+   depends = ruby-protocol-http
+   options = !emptydirs
+   source = 
git+https://github.com/socketry/protocol-http2.git#commit=d915a66bd161b39f30cce55396aba7fa1c6e4c1f
+   sha256sums = SKIP
+
+pkgname = ruby-protocol-http2


=
PKGBUILD
=
@@ -3,14 +3,28 @@
 pkgname=ruby-protocol-http2
 pkgver=0.15.1
 _commit=d915a66bd161b39f30cce55396aba7fa1c6e4c1f
-pkgrel=1
+pkgrel=2
 pkgdesc='A low level implementation of the HTTP/2 protocol'
 arch=(any)
 url='https://github.com/socketry/protocol-http2'
 license=(MIT)
-depends=(ruby-protocol-hpack ruby-protocol-http)
-makedepends=(git)
-checkdepends=(ruby-covered ruby-sus ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external)
+depends=(
+  ruby
+  ruby-protocol-hpack
+  ruby-protocol-http
+)
+makedepends=(
+  git
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 source=(git+https://github.com/socketry/protocol-http2.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http2/-/commit/0880cba58197c35590e945f26b23144ee4984a92

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http2/-/commit/0880cba58197c35590e945f26b23144ee4984a92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-protocol-hpack] Pushed new tag 1.4.2-3

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.4.2-3 at Arch Linux / Packaging / Packages / 
ruby-protocol-hpack

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-hpack/-/tree/1.4.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-protocol-hpack][main] upgpkg: 1.4.2-3: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-protocol-hpack


Commits:
0966b6a9 by Andreas Schleifer at 2024-06-30T22:49:39+02:00
upgpkg: 1.4.2-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = ruby-protocol-hpack
+   pkgdesc = A compresssor and decompressor for HTTP 2.0 HPACK
+   pkgver = 1.4.2
+   pkgrel = 3
+   url = https://github.com/socketry/protocol-hpack
+   arch = any
+   license = MIT
+   makedepends = git
+   makedepends = ruby-bundler
+   makedepends = ruby-covered
+   makedepends = ruby-rake
+   makedepends = ruby-rspec
+   depends = ruby
+   options = !emptydirs
+   source = 
git+https://github.com/socketry/protocol-hpack.git#commit=031b055eeea20f42facd65e1b57e6d8af93292f3
+   sha256sums = SKIP
+
+pkgname = ruby-protocol-hpack


=
PKGBUILD
=
@@ -3,13 +3,21 @@
 pkgname=ruby-protocol-hpack
 pkgver=1.4.2
 _commit=031b055eeea20f42facd65e1b57e6d8af93292f3
-pkgrel=2
+pkgrel=3
 pkgdesc='A compresssor and decompressor for HTTP 2.0 HPACK'
 arch=(any)
 url='https://github.com/socketry/protocol-hpack'
 license=(MIT)
-depends=(ruby)
-makedepends=(git ruby-covered ruby-rake ruby-rspec)
+depends=(
+  ruby
+)
+makedepends=(
+  git
+  ruby-bundler
+  ruby-covered
+  ruby-rake
+  ruby-rspec
+)
 options=(!emptydirs)
 source=(git+https://github.com/socketry/protocol-hpack.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-hpack/-/commit/0966b6a98e07670d17ef0f591ce33eaae837cd5d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-hpack/-/commit/0966b6a98e07670d17ef0f591ce33eaae837cd5d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-protocol-http][main] upgpkg: 0.24.5-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-protocol-http


Commits:
61804e63 by Andreas Schleifer at 2024-06-30T22:45:39+02:00
upgpkg: 0.24.5-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = ruby-protocol-http
+   pkgdesc = Provides abstractions to handle HTTP protocols
+   pkgver = 0.24.5
+   pkgrel = 2
+   url = https://github.com/socketry/protocol-http
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
+   makedepends = git
+   makedepends = ruby-rdoc
+   depends = ruby
+   options = !emptydirs
+   source = 
git+https://github.com/socketry/protocol-http.git#commit=8dbc6a1ca8c4e812cd226e1d06387940a8950697
+   sha256sums = SKIP
+
+pkgname = ruby-protocol-http


=
PKGBUILD
=
@@ -3,14 +3,26 @@
 pkgname=ruby-protocol-http
 pkgver=0.24.5
 _commit=8dbc6a1ca8c4e812cd226e1d06387940a8950697
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides abstractions to handle HTTP protocols'
 arch=(any)
 url='https://github.com/socketry/protocol-http'
 license=(MIT)
-depends=(ruby)
-makedepends=(git)
-checkdepends=(ruby-bake-modernize ruby-bake-test ruby-bake-test-external 
ruby-covered ruby-sus)
+depends=(
+  ruby
+)
+makedepends=(
+  git
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 source=(git+https://github.com/socketry/protocol-http.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http/-/commit/61804e634f8a8a53564d8cb5273ad0653b44ae76

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-protocol-http/-/commit/61804e634f8a8a53564d8cb5273ad0653b44ae76
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ruby-protocol-http] Pushed new tag 0.24.5-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.24.5-2 at Arch Linux / Packaging / Packages 
/ ruby-protocol-http

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




[Git][archlinux/packaging/packages/ruby-traces][main] upgpkg: 0.8.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-traces


Commits:
94d46ff3 by Andreas Schleifer at 2024-06-30T22:38:23+02:00
upgpkg: 0.8.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = ruby-traces
+   pkgdesc = Application instrumentation and tracing
+   pkgver = 0.8.0
+   pkgrel = 2
+   url = https://github.com/socketry/traces
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-console
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
+   makedepends = ruby-rdoc
+   depends = ruby
+   options = !emptydirs
+   source = 
https://github.com/socketry/traces/archive/v0.8.0/ruby-traces-0.8.0.tar.gz
+   sha256sums = 
d1123d125c159e20921d11d364fd0ac62b488f0a9f7ea79e0ca75958002d95a8
+
+pkgname = ruby-traces


=
PKGBUILD
=
@@ -2,14 +2,26 @@
 
 pkgname=ruby-traces
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Application instrumentation and tracing'
 arch=(any)
 url='https://github.com/socketry/traces'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-bake-modernize ruby-bake-test ruby-bake-test-external 
ruby-covered ruby-sus
-  ruby-console)
+depends=(
+  ruby
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-console
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/socketry/traces/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('d1123d125c159e20921d11d364fd0ac62b488f0a9f7ea79e0ca75958002d95a8')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-traces/-/commit/94d46ff3429923c7897d9783ce81e02160ea8932

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




[Git][archlinux/packaging/packages/ruby-traces] Pushed new tag 0.8.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.8.0-2 at Arch Linux / Packaging / Packages / 
ruby-traces

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




[Git][archlinux/packaging/packages/ruby-build-files] Pushed new tag 1.9.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.9.0-2 at Arch Linux / Packaging / Packages / 
ruby-build-files

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




[Git][archlinux/packaging/packages/ruby-build-files][main] upgpkg: 1.9.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-build-files


Commits:
d7e567ad by Andreas Schleifer at 2024-06-30T22:28:17+02:00
upgpkg: 1.9.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = ruby-build-files
+   pkgdesc = Abstractions for handling and mapping paths
+   pkgver = 1.9.0
+   pkgrel = 2
+   url = https://github.com/ioquatix/build-files
+   arch = any
+   license = MIT
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-bake-test-external
+   checkdepends = ruby-bundler
+   checkdepends = ruby-covered
+   checkdepends = ruby-sus
+   makedepends = ruby-rdoc
+   depends = ruby
+   options = !emptydirs
+   source = 
https://github.com/ioquatix/build-files/archive/v1.9.0/ruby-build-files-1.9.0.tar.gz
+   sha256sums = 
3fd12bf39d9993f8f205d78d8f024099f52012f554de2f80bc2b251d2b323fa0
+
+pkgname = ruby-build-files


=
PKGBUILD
=
@@ -2,13 +2,25 @@
 
 pkgname=ruby-build-files
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstractions for handling and mapping paths'
 arch=(any)
 url='https://github.com/ioquatix/build-files'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-covered ruby-sus ruby-bake-modernize ruby-bake-test 
ruby-bake-test-external)
+depends=(
+  ruby
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-bake-test-external
+  ruby-bundler
+  ruby-covered
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/ioquatix/build-files/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('3fd12bf39d9993f8f205d78d8f024099f52012f554de2f80bc2b251d2b323fa0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-build-files/-/commit/d7e567ad12c9c6ed172cdbf4b1256273b3728fe9

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




[Git][archlinux/packaging/packages/ruby-markly][main] upgpkg: 0.10.0-2: Ruby 3.2 rebuild

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-markly


Commits:
c64e1f1d by Andreas Schleifer at 2024-06-30T22:21:56+02:00
upgpkg: 0.10.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = ruby-markly
+   pkgdesc = CommonMark parser and renderer. Written in C, wrapped in Ruby.
+   pkgver = 0.10.0
+   pkgrel = 2
+   url = https://github.com/ioquatix/markly
+   arch = x86_64
+   license = MIT
+   checkdepends = ruby-bake
+   checkdepends = ruby-bake-modernize
+   checkdepends = ruby-bake-test
+   checkdepends = ruby-build-files
+   checkdepends = ruby-covered
+   checkdepends = ruby-kramdown
+   checkdepends = ruby-redcarpet
+   checkdepends = ruby-sus
+   makedepends = ruby-rdoc
+   depends = ruby
+   options = !emptydirs
+   source = 
https://github.com/ioquatix/markly/archive/v0.10.0/ruby-markly-0.10.0.tar.gz
+   source = 
https://github.com/github/cmark-gfm/archive/766f161ef6d61019acf3a69f5099489e7d14cd49/cmark-gfm-766f161ef6d61019acf3a69f5099489e7d14cd49.tar.gz
+   sha256sums = 
79546ab840da22f03faa9be0e65eeacecdf7ca569fe89599e738d6aede4abdce
+   sha256sums = 
e95a1300cfe4c5b5ad68af6a77855df823b5d813334910a41991af0f70575d66
+
+pkgname = ruby-markly


=
PKGBUILD
=
@@ -3,14 +3,27 @@
 pkgname=ruby-markly
 pkgver=0.10.0
 _cmark_gfm_commit=766f161ef6d61019acf3a69f5099489e7d14cd49
-pkgrel=1
+pkgrel=2
 pkgdesc='CommonMark parser and renderer. Written in C, wrapped in Ruby.'
 arch=(x86_64)
 url='https://github.com/ioquatix/markly'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-bake ruby-bake-test ruby-bake-modernize ruby-build-files 
ruby-covered ruby-sus
-  ruby-kramdown ruby-redcarpet)
+depends=(
+  ruby
+)
+makedepends=(
+  ruby-rdoc
+)
+checkdepends=(
+  ruby-bake
+  ruby-bake-modernize
+  ruby-bake-test
+  ruby-build-files
+  ruby-covered
+  ruby-kramdown
+  ruby-redcarpet
+  ruby-sus
+)
 options=(!emptydirs)
 
source=(https://github.com/ioquatix/markly/archive/v$pkgver/$pkgname-$pkgver.tar.gz
 
https://github.com/github/cmark-gfm/archive/$_cmark_gfm_commit/cmark-gfm-$_cmark_gfm_commit.tar.gz)



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

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




[Git][archlinux/packaging/packages/ruby-markly] Pushed new tag 0.10.0-2

2024-06-30 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.10.0-2 at Arch Linux / Packaging / Packages 
/ ruby-markly

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




[Git][archlinux/packaging/packages/gajim] Pushed new tag 1.9.1-1

2024-06-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.9.1-1 at Arch Linux / Packaging / Packages / gajim

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




[Git][archlinux/packaging/packages/opensearch-dashboards-alerting-plugin][main] upgpkg: 2.15.0.0-1: new upstream release

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-alerting-plugin


Commits:
1c9c60a7 by Leonidas Spyropoulos at 2024-06-30T21:08:28+01:00
upgpkg: 2.15.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-alerting-plugin
pkgdesc = OpenSearch Dashboards Alerting Plugin
-   pkgver = 2.14.0.0
+   pkgver = 2.15.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/monitoring-plugins/alerting
arch = x86_64
@@ -9,16 +9,16 @@ pkgbase = opensearch-dashboards-alerting-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.14.0
+   depends = opensearch-dashboards=2.15.0
depends = opensearch-dashboards-notifications-plugin
depends = coffeescript
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.14.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.14.0
+   source = 
git+https://github.com/opensearch-project/alerting-dashboards-plugin.git#tag=2.15.0.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.15.0
source = skip-failed-test.patch
-   sha256sums = 
a21c673a461fa417caecb4b1d863bdf346d24e3ecc238a54ae8cdffd7391e342
-   sha256sums = 
e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9
+   sha256sums = 
f3b3c7a4862665207eecbfb88e9aea76f752197657cf040a9f8fc46205969d78
+   sha256sums = 
8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8
sha256sums = 
767800bde68861c9263d49fb71d259a08506e5048b6b922f0671663dbd3b7a70
 
 pkgname = opensearch-dashboards-alerting-plugin


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-alerting-plugin'
 _pluginname='alerting-dashboards-plugin'
-pkgver=2.14.0.0
-_dashboardsver=2.14.0
+pkgver=2.15.0.0
+_dashboardsver=2.15.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Alerting Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
@@ -17,8 +17,8 @@ source=(
   
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
   skip-failed-test.patch
 )
-sha256sums=('a21c673a461fa417caecb4b1d863bdf346d24e3ecc238a54ae8cdffd7391e342'
-'e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9'
+sha256sums=('f3b3c7a4862665207eecbfb88e9aea76f752197657cf040a9f8fc46205969d78'
+'8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8'
 '767800bde68861c9263d49fb71d259a08506e5048b6b922f0671663dbd3b7a70')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/1c9c60a73fffce8a31a38f5a873ab937a7233dcc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/commit/1c9c60a73fffce8a31a38f5a873ab937a7233dcc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-alerting-plugin] Pushed new tag 2.15.0.0-1

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.15.0.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-alerting-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-alerting-plugin/-/tree/2.15.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-index-management-plugin][main] upgpkg: 2.15.0.0-1: new upstream release

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-index-management-plugin


Commits:
32dbeda9 by Leonidas Spyropoulos at 2024-06-30T21:07:19+01:00
upgpkg: 2.15.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-index-management-plugin
pkgdesc = OpenSearch Dashboards Index Management Plugin
-   pkgver = 2.14.0.0
+   pkgver = 2.15.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/im-plugin/index/
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = opensearch-dashboards-index-management-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.14.0
+   depends = opensearch-dashboards=2.15.0
depends = opensearch-dashboards-notifications-plugin
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/index-management-dashboards-plugin.git#tag=2.14.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.14.0
-   sha256sums = 
5b86da570d78b5e1006020f726806ee6f34d1c8ed10ce52b1ecf992ca762577c
-   sha256sums = 
e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9
+   source = 
git+https://github.com/opensearch-project/index-management-dashboards-plugin.git#tag=2.15.0.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.15.0
+   sha256sums = 
e6c68df5c8270868310bccc82d3bebf91b586391c90c3d5c1669846e7db23227
+   sha256sums = 
8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8
 
 pkgname = opensearch-dashboards-index-management-plugin


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-index-management-plugin'
 _pluginname='index-management-dashboards-plugin'
-pkgver=2.14.0.0
-_dashboardsver=2.14.0
+pkgver=2.15.0.0
+_dashboardsver=2.15.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Index Management Plugin'
 url='https://opensearch.org/docs/latest/im-plugin/index/'
@@ -16,8 +16,8 @@ source=(
   "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
   
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
 )
-sha256sums=('5b86da570d78b5e1006020f726806ee6f34d1c8ed10ce52b1ecf992ca762577c'
-'e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9')
+sha256sums=('e6c68df5c8270868310bccc82d3bebf91b586391c90c3d5c1669846e7db23227'
+'8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8')
 
 prepare() {
   nodeVersion="$(node -v)"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/commit/32dbeda927747b79334eb82c8e6e3ef604389d7c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/commit/32dbeda927747b79334eb82c8e6e3ef604389d7c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-index-management-plugin] Pushed new tag 2.15.0.0-1

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.15.0.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-index-management-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-index-management-plugin/-/tree/2.15.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sentry_sdk][main] Fix typo in nvchecker file

2024-06-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-sentry_sdk


Commits:
de288e7e by Robin Candau at 2024-06-30T21:49:24+02:00
Fix typo in nvchecker file

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
-i[python-sentry_sdk]
+[python-sentry_sdk]
 source = "github"
 github = "getsentry/sentry-python"
 prefix = "v"



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

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




[Git][archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin][main] upgpkg: 2.15.0.0-1: new upstream release

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ opensearch-dashboards-query-workbench-plugin


Commits:
0c6e6147 by Leonidas Spyropoulos at 2024-06-30T20:43:22+01:00
upgpkg: 2.15.0.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = opensearch-dashboards-query-workbench-plugin
pkgdesc = OpenSearch Dashboards Query Workbench Plugin
-   pkgver = 2.14.0.0
+   pkgver = 2.15.0.0
pkgrel = 1
url = https://opensearch.org/docs/latest/query-workbench/index/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = opensearch-dashboards-query-workbench-plugin
makedepends = npm
makedepends = python
makedepends = git
-   depends = opensearch-dashboards=2.14.0
+   depends = opensearch-dashboards=2.15.0
options = !strip
options = emptydirs
-   source = 
git+https://github.com/opensearch-project/dashboards-query-workbench.git#tag=2.14.0.0
-   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.14.0
-   sha256sums = 
5c401d5705c521dadd4eb5ef82b44934777b2b0258e49695e2b26b3204f1d9a8
-   sha256sums = 
e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9
+   source = 
git+https://github.com/opensearch-project/dashboards-query-workbench.git#tag=2.15.0.0
+   source = 
git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=2.15.0
+   sha256sums = 
91cfaf4c51ed9ce4a2e81fe956008fc1e714ef5c00f526e684913a53cdca9b97
+   sha256sums = 
8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8
 
 pkgname = opensearch-dashboards-query-workbench-plugin


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-query-workbench-plugin'
 _pluginname='query-workbench-dashboards-plugin'
-pkgver=2.14.0.0
-_dashboardsver=2.14.0
+pkgver=2.15.0.0
+_dashboardsver=2.15.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
 url='https://opensearch.org/docs/latest/query-workbench/index/'
@@ -16,8 +16,8 @@ source=(
   
"git+https://github.com/opensearch-project/dashboards-query-workbench.git#tag=${pkgver};
   
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
 )
-sha256sums=('5c401d5705c521dadd4eb5ef82b44934777b2b0258e49695e2b26b3204f1d9a8'
-'e3d995e418239f5fcf4eb1bfa14d30a17c7b42fbed275abf887646e6d1ca1cf9')
+sha256sums=('91cfaf4c51ed9ce4a2e81fe956008fc1e714ef5c00f526e684913a53cdca9b97'
+'8528ed81c9b2282472089e611a648b22f7f240e2244bddd1124cc03612cb45d8')
 
 prepare() {
   nodeVersion="$(node -v)"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/commit/0c6e6147770006a123f8d609113fde540c198006

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/commit/0c6e6147770006a123f8d609113fde540c198006
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin] Pushed new tag 2.15.0.0-1

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.15.0.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-query-workbench-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-query-workbench-plugin/-/tree/2.15.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opensearch-dashboards-observability-plugin] Pushed new tag 2.15.0.0-1

2024-06-30 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 2.15.0.0-1 at Arch Linux / Packaging / 
Packages / opensearch-dashboards-observability-plugin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opensearch-dashboards-observability-plugin/-/tree/2.15.0.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   >