[Git][archlinux/packaging/packages/nvchecker][main] Backport a test fix

2024-03-23 Thread Chih-Hsuan Yen (@yan12125)


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


Commits:
585f36b8 by Chih-Hsuan Yen at 2024-03-24T11:57:04+08:00
Backport a test fix

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -40,6 +40,8 @@ validpgpkeys=(
 )
 
 _backports=(
+  # tests: update Debian package versions
+  'beceadddee1fc6b583c68fc9a21ed4b51d889895'
 )
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvchecker/-/commit/585f36b8e063bdb57bd38cd58232cd428e456500

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




[Git][archlinux/packaging/packages/gcolor3] Pushed new tag 2.4.0-6

2024-03-23 Thread @bgyorgy


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

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




[Git][archlinux/packaging/packages/util-linux][main] moved to core anyway...

2024-03-23 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
util-linux


Commits:
35ed3614 by Christian Hesse at 2024-03-24T01:19:39+01:00
moved to core anyway...

... after packages had been built against it and failed after
their move:

gdbus: /usr/lib/libmount.so.1: version `MOUNT_2_40 not found (required by 
/usr/lib/libgio-2.0.so.0)

- - - - -


0 changed files:



Changes:


View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/util-linux/-/commit/35ed3614e8350265a06ae320ee54368947ff55b6

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




[Git][archlinux/packaging/packages/freerdp] Pushed new tag 2-3.4.0-5

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2-3.4.0-5 at Arch Linux / 
Packaging / Packages / freerdp

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




[Git][archlinux/packaging/packages/freerdp][main] 2:3.4.0-5: fix deps

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
9b968256 by Jan Alexander Steffens (heftig) at 2024-03-24T00:53:14+01:00
2:3.4.0-5: fix deps

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freerdp
pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
pkgver = 3.4.0
-   pkgrel = 4
+   pkgrel = 5
epoch = 2
url = https://www.freerdp.com/
arch = x86_64
@@ -106,8 +106,8 @@ pkgname = freerdp
depends = libssl.so
depends = pam
depends = libpam.so
-   depends = webkit2gtk
-   depends = libjavascriptcoregtk-4.0.so
-   depends = libwebkit2gtk-4.0.so
+   depends = webkit2gtk-4.1
+   depends = libjavascriptcoregtk-4.1.so
+   depends = libwebkit2gtk-4.1.so
depends = zlib
depends = libz.so


=
PKGBUILD
=
@@ -6,7 +6,7 @@ _name=FreeRDP
 pkgname=freerdp
 pkgver=3.4.0
 _libver=${pkgver/.*/}
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=(x86_64)
@@ -133,7 +133,7 @@ package() {
 libusb libusb-1.0.so
 openssl libcrypto.so libssl.so
 pam libpam.so
-webkit2gtk libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so
+webkit2gtk-4.1 libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so
 zlib libz.so
   )
 



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

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




[Git][archlinux/packaging/packages/freerdp] Pushed new tag 2-3.4.0-4

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2-3.4.0-4 at Arch Linux / 
Packaging / Packages / freerdp

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




[Git][archlinux/packaging/packages/freerdp][main] 2:3.4.0-4: Use webkit2gtk-4.1

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
9129328b by Jan Alexander Steffens (heftig) at 2024-03-24T00:46:58+01:00
2:3.4.0-4: Use webkit2gtk-4.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freerdp
pkgdesc = Free implementation of the Remote Desktop Protocol (RDP)
pkgver = 3.4.0
-   pkgrel = 3
+   pkgrel = 4
epoch = 2
url = https://www.freerdp.com/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = freerdp
makedepends = openssl
makedepends = pam
makedepends = pkcs11-helper
-   makedepends = webkit2gtk
+   makedepends = webkit2gtk-4.1
makedepends = xmlto
makedepends = xorgproto
makedepends = zlib


=
PKGBUILD
=
@@ -6,7 +6,7 @@ _name=FreeRDP
 pkgname=freerdp
 pkgver=3.4.0
 _libver=${pkgver/.*/}
-pkgrel=3
+pkgrel=4
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=(x86_64)
@@ -50,7 +50,7 @@ makedepends=(
   openssl
   pam
   pkcs11-helper
-  webkit2gtk
+  webkit2gtk-4.1
   xmlto
   xorgproto
   zlib
@@ -71,6 +71,13 @@ source=(
 
sha512sums=('aa96ad2bf30dbe09849ecfb64ec6e60ba4fd3bc2d144c7d576b1e59476ef45d9d744da37806b1c00e3a0413390b35c6d3d4401b89c07c5663122280eca39e501')
 
b2sums=('d260fb47406d36b728ab24e323d06624d53c01bbdc877b3b97f3c1c159e87baaffa418279ba1cc6e4ba82f0f890deba357ddb325a54316a23f0dbfdff4609eff')
 
+prepare() {
+  cd $_name-$pkgver
+
+  # Use the newer WebKit
+  sed -i 's/webkit2gtk-4\.0/webkit2gtk-4.1/g' client/SDL/aad/CMakeLists.txt
+}
+
 build() {
   local cmake_options=(
 -B build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freerdp/-/commit/9129328b7a53052643d4133e614c15f375b4779f

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




[Git][archlinux/packaging/packages/open-vm-tools] Pushed new tag 6-12.4.0-1

2024-03-23 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 6-12.4.0-1 at Arch Linux / Packaging / Packages 
/ open-vm-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/open-vm-tools/-/tree/6-12.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/open-vm-tools][main] upgpkg: 6:12.4.0-1: new upstream release

2024-03-23 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
open-vm-tools


Commits:
4a1d97cf by Christian Hesse at 2024-03-24T00:04:06+01:00
upgpkg: 6:12.4.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = open-vm-tools
pkgdesc = The Open Virtual Machine Tools (open-vm-tools) are the open 
source implementation of VMware Tools
-   pkgver = 12.3.5
+   pkgver = 12.4.0
pkgrel = 1
epoch = 6
url = https://github.com/vmware/open-vm-tools
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-only
checkdepends = cunit
makedepends = chrpath
makedepends = doxygen
@@ -27,18 +27,20 @@ pkgbase = open-vm-tools
depends = uriparser
depends = gdk-pixbuf-xlib
depends = which
+   depends = xmlsec
optdepends = gtkmm3: DnD/CP plugin
optdepends = libxtst: DnD/CP, resolution set plugins
optdepends = netctl: suspend-resume network state
optdepends = networkmanager: suspend-resume network state
options = docs
backup = etc/pam.d/vmtoolsd
+   backup = etc/vmware-tools/vgauth.conf
backup = etc/xdg/autostart/vmware-user.desktop
-   source = 
open-vm-tools-12.3.5.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-12.3.5.tar.gz
+   source = 
open-vm-tools-12.4.0.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-12.4.0.tar.gz
source = vmtoolsd.pam
source = vmtoolsd.service
source = vmware-vmblock-fuse.service
-   sha256sums = 
2688a71c917228d0ac48e52cced2f5e3bd7031cf0bc7f6e7dce9a56f3badca09
+   sha256sums = 
ba091c58f0d61c2896418c7d04506a7ea44c7594401209928270576fa018c23a
sha256sums = 
9848f4b621bb1134e463fea099f03933cf3f48f1ac5e580228abef264d26137e
sha256sums = 
0626cc86232f75a7286c24c52d6b44260bba55e2e96c17fa22ed36decb61a4d9
sha256sums = 
99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f


=
PKGBUILD
=
@@ -3,15 +3,15 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=12.3.5
+pkgver=12.4.0
 pkgrel=1
 pkgdesc='The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools'
 arch=('x86_64')
 url='https://github.com/vmware/open-vm-tools'
-license=('LGPL')
+license=('LGPL-2.1-only')
 depends=('fuse3' 'icu' 'iproute2' 'libdnet' 'libmspack' 'libsigc++'
  'libxcrypt' 'libcrypt.so' 'libxss' 'lsb-release' 'procps-ng'
- 'uriparser' 'gdk-pixbuf-xlib' 'which')
+ 'uriparser' 'gdk-pixbuf-xlib' 'which' 'xmlsec')
 makedepends=('chrpath' 'doxygen' 'gtkmm3' 'libxtst' 'python' 'rpcsvc-proto')
 checkdepends=('cunit')
 optdepends=('gtkmm3: DnD/CP plugin'
@@ -19,13 +19,14 @@ optdepends=('gtkmm3: DnD/CP plugin'
 'netctl: suspend-resume network state'
 'networkmanager: suspend-resume network state')
 backup=('etc/pam.d/vmtoolsd'
+'etc/vmware-tools/vgauth.conf'
 'etc/xdg/autostart/vmware-user.desktop')
 options=('docs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz;
 'vmtoolsd.pam'
 'vmtoolsd.service'
 'vmware-vmblock-fuse.service')
-sha256sums=('2688a71c917228d0ac48e52cced2f5e3bd7031cf0bc7f6e7dce9a56f3badca09'
+sha256sums=('ba091c58f0d61c2896418c7d04506a7ea44c7594401209928270576fa018c23a'
 '9848f4b621bb1134e463fea099f03933cf3f48f1ac5e580228abef264d26137e'
 '0626cc86232f75a7286c24c52d6b44260bba55e2e96c17fa22ed36decb61a4d9'
 '99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f')
@@ -44,7 +45,6 @@ build() {
 --sbindir=/usr/bin \
 --sysconfdir=/etc \
 --with-udev-rules-dir=/usr/lib/udev/rules.d \
---without-xmlsecurity \
 --without-kernel-modules
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/open-vm-tools/-/commit/4a1d97cfdea8461b8201e2f03ca374b4c8d524fc

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




[Git][archlinux/packaging/packages/gstreamer][main] 1.24.1-2

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
d0fc62ad by Jan Alexander Steffens (heftig) at 2024-03-23T22:52:09+01:00
1.24.1-2

- - - - -


3 changed files:

- .SRCINFO
- 0001-HACK-meson-Disable-broken-tests.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gstreamer
pkgdesc = Multimedia graph framework
pkgver = 1.24.1
-   pkgrel = 1
+   pkgrel = 2
url = https://gstreamer.freedesktop.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -143,7 +143,7 @@ pkgbase = gstreamer
b2sums = 
a91e46cf3757a825a060f75fcfd974ec65fcb0d24c96039ce79b481b1ea93e82a6e226f45fd0fae6421ccd2eb356871db670c93b32b3df2cba8b105d4e00cf19
b2sums = 
08cd34a70aa2b7afa43ab29b272d7b51f8074fc994e0c9b85b0674e38e08b451d2f2d65c89cbda311ce646ff26274fb5cd296dbf15da7fd6a89f9990d13fe4f2
b2sums = SKIP
-   b2sums = 
c32a423b7675881f795d3858b12d90bc87da42ddc03773d113f692cc0c0dfbd502c28b89bd90fbaec5a352cbd96baa3605fac1542a32dd71d20102987bb37a2c
+   b2sums = 
747019db064311d364696f747008c5d85bb0dc5120e837b1647fe2a3c4fe459eadcc818cf90de8e613b57a1d356204b8c356865df562b79972622b4c16b7de4b
 
 pkgname = gstreamer
pkgdesc = Multimedia graph framework - core


=
0001-HACK-meson-Disable-broken-tests.patch
=
@@ -4,14 +4,15 @@ Date: Mon, 6 Jun 2022 00:30:08 +0200
 Subject: [PATCH] HACK: meson: Disable broken tests
 
 ---
- subprojects/gst-editing-services/meson.build| 1 -
- subprojects/gst-plugins-bad/tests/check/elements/dash_mpd.c | 1 -
- subprojects/gst-plugins-bad/tests/check/meson.build | 1 -
- subprojects/gst-plugins-good/tests/check/elements/flvmux.c  | 1 -
- subprojects/gst-python/meson.build  | 1 -
- subprojects/gst-rtsp-server/tests/check/meson.build | 2 --
- subprojects/gstreamer-vaapi/meson.build | 1 -
- 7 files changed, 8 deletions(-)
+ subprojects/gst-editing-services/meson.build   | 1 -
+ subprojects/gst-plugins-bad/tests/check/elements/curlhttpsrc.c | 1 -
+ subprojects/gst-plugins-bad/tests/check/elements/dash_mpd.c| 1 -
+ subprojects/gst-plugins-bad/tests/check/meson.build| 1 -
+ subprojects/gst-plugins-good/tests/check/elements/flvmux.c | 1 -
+ subprojects/gst-python/meson.build | 1 -
+ subprojects/gst-rtsp-server/tests/check/meson.build| 2 --
+ subprojects/gstreamer-vaapi/meson.build| 1 -
+ 8 files changed, 9 deletions(-)
 
 diff --git a/subprojects/gst-editing-services/meson.build 
b/subprojects/gst-editing-services/meson.build
 index 11c3aed9279b..2ce1f78b677e 100644
@@ -25,6 +26,18 @@ index 11c3aed9279b..2ce1f78b677e 100644
  subdir('examples')
  subdir('docs')
  
+diff --git a/subprojects/gst-plugins-bad/tests/check/elements/curlhttpsrc.c 
b/subprojects/gst-plugins-bad/tests/check/elements/curlhttpsrc.c
+index d0901d5b23df..62b3bba4b614 100644
+--- a/subprojects/gst-plugins-bad/tests/check/elements/curlhttpsrc.c
 b/subprojects/gst-plugins-bad/tests/check/elements/curlhttpsrc.c
+@@ -910,7 +910,6 @@ curlhttpsrc_suite (void)
+   tcase_add_test (tc_chain, test_forbidden);
+   tcase_add_test (tc_chain, test_cookies);
+   tcase_add_test (tc_chain, test_multiple_http_requests);
+-  tcase_add_test (tc_chain, test_range_get);
+ 
+   return s;
+ }
 diff --git a/subprojects/gst-plugins-bad/tests/check/elements/dash_mpd.c 
b/subprojects/gst-plugins-bad/tests/check/elements/dash_mpd.c
 index 1d347b0a54ea..1ee4babf36ae 100644
 --- a/subprojects/gst-plugins-bad/tests/check/elements/dash_mpd.c


=
PKGBUILD
=
@@ -26,7 +26,7 @@ pkgname=(
   gstreamer-docs
 )
 pkgver=1.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Multimedia graph framework"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -80,7 +80,7 @@ source=(
 
b2sums=('a91e46cf3757a825a060f75fcfd974ec65fcb0d24c96039ce79b481b1ea93e82a6e226f45fd0fae6421ccd2eb356871db670c93b32b3df2cba8b105d4e00cf19'
 
'08cd34a70aa2b7afa43ab29b272d7b51f8074fc994e0c9b85b0674e38e08b451d2f2d65c89cbda311ce646ff26274fb5cd296dbf15da7fd6a89f9990d13fe4f2'
 'SKIP'
-
'c32a423b7675881f795d3858b12d90bc87da42ddc03773d113f692cc0c0dfbd502c28b89bd90fbaec5a352cbd96baa3605fac1542a32dd71d20102987bb37a2c')
+
'747019db064311d364696f747008c5d85bb0dc5120e837b1647fe2a3c4fe459eadcc818cf90de8e613b57a1d356204b8c356865df562b79972622b4c16b7de4b')
 validpgpkeys=(
   D637032E45B8C6585B9456565D2EEE6F6F349D7C # Tim Müller 

 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gstreamer/-/commit/d0fc62ad8e9bb3bc7c48b12a9b7e8d2f2ec409e5

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/gstreamer] Pushed new tag 1.24.1-2

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/pygobject] Pushed new tag 3.48.1-2

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/systemd][main] prefix variables with `_systemd_`

2024-03-23 Thread Christian Hesse (@eworm)


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


Commits:
3b86b914 by Christian Hesse at 2024-03-23T23:27:40+01:00
prefix variables with `_systemd_`

Follow-up on !8.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -77,12 +77,12 @@ _meson_mode='release'
 _meson_compile=()
 _meson_install=()
 
-if ((UPSTREAM)); then
+if ((_systemd_UPSTREAM)); then
   _meson_version="${pkgver}"
   _meson_mode='developer'
   makedepends+=('libarchive')
   optdepends_upstream=('libarchive: convert DDIs to tarballs')
-  if ((QUIET)); then
+  if ((_systemd_QUIET)); then
 _meson_install=('--quiet')
   else
 _meson_compile=('--verbose')



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

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




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.9.1-1: upstream release

2024-03-23 Thread @orhun


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


Commits:
e54bc0b3 by Orhun Parmaksız at 2024-03-24T01:29:18+03:00
upgpkg: 0.9.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.9.0
+   pkgver = 0.9.1
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gitu
makedepends = cargo
depends = gcc-libs
depends = libgit2
-   source = https://github.com/altsem/gitu/archive/v0.9.0/gitu-0.9.0.tar.gz
-   sha256sums = 
f7f6dfe6513f0491562cd7efc4891825be8a8c55db09196fe3d62c75adbe28e8
+   source = https://github.com/altsem/gitu/archive/v0.9.1/gitu-0.9.1.tar.gz
+   sha256sums = 
d4f5af5153e8d69dbce3bcf3706c1a193b78216f6e71fe498698e9b6d0b05b4b
 
 pkgname = gitu


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



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

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




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

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new tag 0.9.1-1 at Arch Linux / Packaging / Packages / 
gitu

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




[Git][archlinux/packaging/packages/uutils-coreutils][main] upgpkg: 0.0.25-1: upstream release

2024-03-23 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
uutils-coreutils


Commits:
82644cd9 by Orhun Parmaksız at 2024-03-24T00:59:07+03:00
upgpkg: 0.0.25-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = uutils-coreutils
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils
-   pkgver = 0.0.24
+   pkgver = 0.0.25
pkgrel = 1
url = https://github.com/uutils/coreutils
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = uutils-coreutils
depends = glibc
depends = gcc-libs
options = !lto
-   source = 
uutils-coreutils-0.0.24.tar.gz::https://github.com/uutils/coreutils/archive/0.0.24.tar.gz
-   sha512sums = 
da9028effede4e925263244f0fdcfdd13f4d44a4baf2da57df090aad8c3821b880a10dbb74d8e1e2958f324299f63ebdbd1bb068895c000835b1bb12f599
+   source = 
uutils-coreutils-0.0.25.tar.gz::https://github.com/uutils/coreutils/archive/0.0.25.tar.gz
+   sha512sums = 
bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278
 
 pkgname = uutils-coreutils


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _pkgname=coreutils
 pkgname=uutils-$_pkgname
-pkgver=0.0.24
+pkgver=0.0.25
 pkgrel=1
 pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
 arch=('x86_64')
@@ -13,7 +13,7 @@ license=('MIT')
 depends=('glibc' 'gcc-libs')
 makedepends=('rust' 'cargo' 'python-sphinx')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('da9028effede4e925263244f0fdcfdd13f4d44a4baf2da57df090aad8c3821b880a10dbb74d8e1e2958f324299f63ebdbd1bb068895c000835b1bb12f599')
+sha512sums=('bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uutils-coreutils/-/commit/82644cd9506a80142ea8cff32a93d090b446f9b1

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




[Git][archlinux/packaging/packages/uutils-coreutils] Pushed new tag 0.0.25-1

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new tag 0.0.25-1 at Arch Linux / Packaging / Packages / 
uutils-coreutils

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




[Git][archlinux/packaging/packages/cargo-c] Pushed new tag 0.9.31-1

2024-03-23 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.9.31-1 at Arch Linux / Packaging / Packages / 
cargo-c

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




[Git][archlinux/packaging/packages/cargo-c][main] upgpkg: 0.9.31-1

2024-03-23 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
ac0f5a9c by Daniel Bermond at 2024-03-23T18:56:51-03:00
upgpkg: 0.9.31-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-c
pkgdesc = A cargo subcommand to build and install C-ABI compatibile 
dynamic and static libraries
-   pkgver = 0.9.30
+   pkgver = 0.9.31
pkgrel = 1
url = https://github.com/lu-zero/cargo-c/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-c
depends = libcurl.so
depends = libssl.so
depends = libz.so
-   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.30/cargo-c-0.9.30.tar.gz
-   source = 
cargo-c-0.9.30.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.30/Cargo.lock
-   sha256sums = 
174cfc3a69263c3e54b95e00c4bd61b13377f7f72d4bf60aa714fd9e7ed3849c
-   sha256sums = 
f0dbe5f3bbb2e6e216fabddb8db698ffbb37a363f8c1c6efb347ee7ca350ae5a
+   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.31/cargo-c-0.9.31.tar.gz
+   source = 
cargo-c-0.9.31.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.31/Cargo.lock
+   sha256sums = 
4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83
+   sha256sums = 
d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea
 
 pkgname = cargo-c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.30
+pkgver=0.9.31
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -15,8 +15,8 @@ depends=(
 )
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('174cfc3a69263c3e54b95e00c4bd61b13377f7f72d4bf60aa714fd9e7ed3849c'
-'f0dbe5f3bbb2e6e216fabddb8db698ffbb37a363f8c1c6efb347ee7ca350ae5a')
+sha256sums=('4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83'
+'d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



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

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




[Git][archlinux/packaging/packages/fwupd-efi][main] gnu-efi 3.0.18 rebuild

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
fwupd-efi


Commits:
7df6b071 by Frederik Schwan at 2024-03-23T22:21:34+01:00
gnu-efi 3.0.18 rebuild

fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fwupd-efi
pkgdesc = EFI Application used by uefi-capsule plugin in fwupd
pkgver = 1.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/fwupd/fwupd-efi
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=fwupd-efi
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='EFI Application used by uefi-capsule plugin in fwupd'
 arch=('x86_64')
 url='https://github.com/fwupd/fwupd-efi'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fwupd-efi/-/commit/7df6b071f1a4db0464b9c2480e17f20837fcb3f1

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




[Git][archlinux/packaging/packages/fwupd-efi] Pushed new tag 1.5-2

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1.5-2 at Arch Linux / Packaging / Packages / 
fwupd-efi

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




[Git][archlinux/packaging/packages/gnote] Pushed new tag 46.0-1

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/gnote][main] 46.0-1

2024-03-23 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
0f98161d by Jan Alexander Steffens (heftig) at 2024-03-23T22:20:24+01:00
46.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnote
pkgdesc = A note taking application
-   pkgver = 46rc
+   pkgver = 46.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Gnote
arch = x86_64
@@ -8,14 +8,24 @@ pkgbase = gnote
makedepends = git
makedepends = meson
makedepends = yelp-tools
+   depends = cairomm-1.16
+   depends = dconf
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
depends = glibmm-2.68
+   depends = gtk4
depends = gtkmm-4.0
+   depends = hicolor-icon-theme
depends = libadwaita
depends = libsecret
+   depends = libsigc++-3.0
depends = libxml2
depends = libxslt
+   depends = pango
+   depends = pangomm-2.48
depends = util-linux-libs
-   source = 
git+https://gitlab.gnome.org/GNOME/gnote.git#commit=76aaec2f1294b957eea61603b29f7535122b07f8
-   b2sums = 
1e1ad179afd62aaabcddbe7303206f2f50c5e792520d192b5fe5269f49c67b980c2da2a5591d47e2463df7e8ec5602df4ddb9061d3db1d17c137500c9cfbf1b2
+   source = 
git+https://gitlab.gnome.org/GNOME/gnote.git#commit=cd83266e36c841a961d6b6182b0708fc3876576d
+   b2sums = 
67b564df2ab3a33074f22367b4f334f354ec168bf44a683c3307eef071cea1ef74971b8e432f3b8ed3f0b977b14a072884b3500fb5a488c76b05e7d2a0ec06fc
 
 pkgname = gnote


=
PKGBUILD
=
@@ -4,19 +4,29 @@
 # Contributor: uastasi 
 
 pkgname=gnote
-pkgver=46rc
+pkgver=46.0
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote;
 arch=(x86_64)
 license=(GPL-3.0-or-later)
 depends=(
+  cairomm-1.16
+  dconf
+  gcc-libs
+  glib2
+  glibc
   glibmm-2.68
+  gtk4
   gtkmm-4.0
+  hicolor-icon-theme
   libadwaita
   libsecret
+  libsigc++-3.0
   libxml2
   libxslt
+  pango
+  pangomm-2.48
   util-linux-libs
 )
 makedepends=(
@@ -24,9 +34,9 @@ makedepends=(
   meson
   yelp-tools
 )
-_commit=76aaec2f1294b957eea61603b29f7535122b07f8  # tags/46.rc^0
+_commit=cd83266e36c841a961d6b6182b0708fc3876576d  # tags/46.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit;)
-b2sums=('1e1ad179afd62aaabcddbe7303206f2f50c5e792520d192b5fe5269f49c67b980c2da2a5591d47e2463df7e8ec5602df4ddb9061d3db1d17c137500c9cfbf1b2')
+b2sums=('67b564df2ab3a33074f22367b4f334f354ec168bf44a683c3307eef071cea1ef74971b8e432f3b8ed3f0b977b14a072884b3500fb5a488c76b05e7d2a0ec06fc')
 
 pkgver() {
   cd gnote



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

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




[Git][archlinux/packaging/packages/gnome-shell-extension-dash-to-panel][main] upgpkg: 60-4: Add more compatibility with GNOME 46

2024-03-23 Thread @bgyorgy


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


Commits:
dc40689b by Balló György at 2024-03-23T22:06:09+01:00
upgpkg: 60-4: Add more compatibility with GNOME 46

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- gnome46-style.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME Shell to combine the dash and main panel
pkgver = 60
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
license = GPL-2.0-or-later
@@ -15,6 +15,6 @@ pkgbase = gnome-shell-extension-dash-to-panel
sha256sums = 
b9c247fc8ab7f1ee18ce2c98f8312f86da0340622d4c5daadd3a4579f4213fc5
sha256sums = 
d772d9aa2995602e5b11fa9624586d7a1c485fde9b21f046f2cf52e5fb099735
sha256sums = 
bb1dde75e64605f9ba2c1c04f1ee65271162c01d9a47635c2f04f735d58fdb85
-   sha256sums = 
dced15c3667c2dce1f12dcab37e503060f5b214747250c7d8fec803d98827ceb
+   sha256sums = 
920243303cd73f0d3743f4f21a3e65c379d0f0cc2192def130a1b5d621e3d313
 
 pkgname = gnome-shell-extension-dash-to-panel


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=gnome-shell-extension-dash-to-panel
 _pkgname=dash-to-panel
 pkgver=60
-pkgrel=3
+pkgrel=4
 pkgdesc='Extension for GNOME Shell to combine the dash and main panel'
 arch=('any')
 url='https://github.com/home-sweet-gnome/dash-to-panel'
@@ -20,7 +20,7 @@ 
sha256sums=('e58178fa2088d633818f6089a5a2135494869bddcf95cd70ca7efb6a201e'
 'b9c247fc8ab7f1ee18ce2c98f8312f86da0340622d4c5daadd3a4579f4213fc5'
 'd772d9aa2995602e5b11fa9624586d7a1c485fde9b21f046f2cf52e5fb099735'
 'bb1dde75e64605f9ba2c1c04f1ee65271162c01d9a47635c2f04f735d58fdb85'
-'dced15c3667c2dce1f12dcab37e503060f5b214747250c7d8fec803d98827ceb')
+'920243303cd73f0d3743f4f21a3e65c379d0f0cc2192def130a1b5d621e3d313')
 
 prepare() {
   cd $_pkgname-$pkgver


=
gnome46-style.patch
=
@@ -1,18 +1,18 @@
-From 6786e1e58cd4649661463fe14e987e3faed195a3 Mon Sep 17 00:00:00 2001
+From 7f77af06108ac16895a331bcc4cf24269988c596 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
 Date: Sat, 23 Mar 2024 20:14:49 +0100
 Subject: [PATCH] Update style for GNOME 46
 
 The app-well-app class is no longer available. Use overview-tile class 
instead, and update some styles to match with earlier GNOME Shell versions.
 ---
- stylesheet.css | 29 -
- 1 file changed, 8 insertions(+), 21 deletions(-)
+ stylesheet.css | 30 +-
+ 1 file changed, 9 insertions(+), 21 deletions(-)
 
 diff --git a/stylesheet.css b/stylesheet.css
-index d221bef7..49e7384f 100644
+index d221bef7..d5750ffe 100644
 --- a/stylesheet.css
 +++ b/stylesheet.css
-@@ -27,46 +27,33 @@
+@@ -27,46 +27,34 @@
padding: 0; 
  }
  
@@ -30,6 +30,7 @@ index d221bef7..49e7384f 100644
 +#dashtopanelScrollview .overview-tile .overview-label {
/* must match TITLE_RIGHT_PADDING in apppicons.js */
padding-right: 8px;
++  text-align: left;
  }
  
 -#dashtopanelScrollview .app-well-app:hover .overview-icon,



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/commit/dc40689bb5abf144f2ada03b2240534181f74bad

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




[Git][archlinux/packaging/packages/gnome-shell-extension-dash-to-panel] Pushed new tag 60-4

2024-03-23 Thread @bgyorgy


Balló György pushed new tag 60-4 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-dash-to-panel

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/tree/60-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/graphicsmagick] Pushed new tag 1.3.43-1

2024-03-23 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.3.43-1 at Arch Linux / Packaging / Packages / 
graphicsmagick

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




[Git][archlinux/packaging/packages/graphicsmagick][main] upgpkg: 1.3.43-1

2024-03-23 Thread Caleb Maclennan (@alerque)


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


Commits:
f23259f5 by Caleb Maclennan at 2024-03-23T23:57:51+03:00
upgpkg: 1.3.43-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = graphicsmagick
pkgdesc = Image processing system
-   pkgver = 1.3.42
-   pkgrel = 3
+   pkgver = 1.3.43
+   pkgrel = 1
url = http://www.graphicsmagick.org/
arch = x86_64
license = MIT
@@ -33,7 +33,7 @@ pkgbase = graphicsmagick
provides = libGraphicsMagick++-Q16.so
options = !emptydirs
options = libtool
-   source = 
https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.42/GraphicsMagick-1.3.42.tar.xz
-   sha256sums = 
484fccfd2b2faf6c2ba9151469ece5072bcb91ba4ed73e75ed3d8e46c759d557
+   source = 
https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.43/GraphicsMagick-1.3.43.tar.xz
+   sha256sums = 
2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f
 
 pkgname = graphicsmagick


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Anton Leontiev 
 
 pkgname=graphicsmagick
-pkgver=1.3.42
-pkgrel=3
+pkgver=1.3.43
+pkgrel=1
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=(x86_64)
@@ -39,7 +39,7 @@ provides=(Magick.so
   libGraphicsMagick++-Q16.so)
 _archive="GraphicsMagick-$pkgver"
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$_archive.tar.xz;)
-sha256sums=('484fccfd2b2faf6c2ba9151469ece5072bcb91ba4ed73e75ed3d8e46c759d557')
+sha256sums=('2b88580732cd7e409d9e22c6116238bef4ae06fcda11451bf33d259f9cbf399f')
 
 options=('!emptydirs' 'libtool')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/graphicsmagick/-/commit/f23259f5a0c87bfa5d1dd6636bf22d63a3b7ff1b

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




[Git][archlinux/packaging/packages/lcov][main] Fine-tune nvchecker

2024-03-23 Thread Caleb Maclennan (@alerque)


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


Commits:
8385f36e by Caleb Maclennan at 2024-03-23T23:56:13+03:00
Fine-tune nvchecker

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -2,4 +2,5 @@
 source = "github"
 github = "linux-test-project/lcov"
 prefix = "v"
+include_regex = 'v\d+\.\d+'
 use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lcov/-/commit/8385f36e092c4f6675bcd65fd7229a0b9dae3628

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




[Git][archlinux/packaging/packages/gitlab-runner] Pushed new tag 16.10.0-1

2024-03-23 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 16.10.0-1 at Arch Linux / Packaging / Packages / 
gitlab-runner

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




[Git][archlinux/packaging/packages/pioneer] Pushed new tag 20240314-1

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new tag 20240314-1 at Arch Linux / Packaging / Packages 
/ pioneer

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




[Git][archlinux/packaging/packages/pioneer] Pushed new branch main

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
pioneer

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




[Git][archlinux/packaging/packages/gnome-shell-extension-dash-to-panel] Pushed new tag 60-3

2024-03-23 Thread @bgyorgy


Balló György pushed new tag 60-3 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-dash-to-panel

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-dash-to-panel/-/tree/60-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnu-efi][main] fix SPDX license identifier

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
gnu-efi


Commits:
731e2a76 by Frederik Schwan at 2024-03-23T20:29:42+01:00
fix SPDX license identifier

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Develop EFI applications using the GNU toolchain and the EFI 
development environment"
 arch=(x86_64)
 url="https://sourceforge.net/projects/gnu-efi/;
-license=(BSD)
+license=(BSD-2-Clause)
 conflicts=(gnu-efi-libs)
 provides=(gnu-efi-libs)
 replaces=(gnu-efi-libs)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-efi/-/commit/731e2a76f5781f4deda322557088ef95c7387f75

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




[Git][archlinux/packaging/packages/gnu-efi][main] upgpkg: 3.0.18-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
gnu-efi


Commits:
f79eadf4 by Frederik Schwan at 2024-03-23T20:27:30+01:00
upgpkg: 3.0.18-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = gnu-efi
+   pkgdesc = Develop EFI applications using the GNU toolchain and the EFI 
development environment
+   pkgver = 3.0.18
+   pkgrel = 1
+   url = https://sourceforge.net/projects/gnu-efi/
+   arch = x86_64
+   license = BSD
+   provides = gnu-efi-libs
+   conflicts = gnu-efi-libs
+   replaces = gnu-efi-libs
+   options = !lto
+   options = !strip
+   source = https://download.sourceforge.net/gnu-efi/gnu-efi-3.0.18.tar.bz2
+   sha512sums = 
39f9fa14b880441a94a04400ff8850efdd9474929e5501dfd05af06e7747b4d0f7cb742ac811c7026cf52d00508efb73018be4d61d63a1211de0cd931cbc473d
+   b2sums = 
e080fa4c57a281452a6473304871304d1b5c30d42ee728b4c0c084258ed2f6f2099c068ec5841cee81ecf664dd658dee3b94d68324ebaa498cb49cec4f7f7df9
+
+pkgname = gnu-efi


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=gnu-efi
-pkgver=3.0.17
-pkgrel=3
+pkgver=3.0.18
+pkgrel=1
 pkgdesc="Develop EFI applications using the GNU toolchain and the EFI 
development environment"
 arch=(x86_64)
 url="https://sourceforge.net/projects/gnu-efi/;
@@ -12,8 +12,8 @@ provides=(gnu-efi-libs)
 replaces=(gnu-efi-libs)
 source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 options=(!lto !strip)
-sha512sums=('0893ca234272584f889b1ae1c75341a9ceee60acfd32765daa5d704191ba00450536a287b949304c6d055d1bf125cc29e24fc41df8e5230e0da4f9d944876512')
-b2sums=('27f8171b411a6a8a138d44d91c7e4e4291aa399562825d51a398913572119482ffeb303d7508ae13eacd2cd10b8f5098405ab16eb56243587efe93235f661285')
+sha512sums=('39f9fa14b880441a94a04400ff8850efdd9474929e5501dfd05af06e7747b4d0f7cb742ac811c7026cf52d00508efb73018be4d61d63a1211de0cd931cbc473d')
+b2sums=('e080fa4c57a281452a6473304871304d1b5c30d42ee728b4c0c084258ed2f6f2099c068ec5841cee81ecf664dd658dee3b94d68324ebaa498cb49cec4f7f7df9')
 
 prepare() {
   # -Werror, not even once



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnu-efi/-/commit/f79eadf441cfff8d07b4579ca2d7478929f7b1e4

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




[Git][archlinux/packaging/packages/gnu-efi] Pushed new tag 3.0.18-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 3.0.18-1 at Arch Linux / Packaging / Packages / 
gnu-efi

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




[Git][archlinux/packaging/packages/sad][main] upgpkg: 0.4.27-1

2024-03-23 Thread Caleb Maclennan (@alerque)


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


Commits:
be5afd0e by Caleb Maclennan at 2024-03-23T22:00:22+03:00
upgpkg: 0.4.27-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sad
pkgdesc = Space Age seD
-   pkgver = 0.4.25
+   pkgver = 0.4.27
pkgrel = 1
url = https://github.com/ms-jpq/sad
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = sad
optdepends = diff-so-fancy: for diff colourizer
optdepends = git-delta: for diff colourizer
options = !lto
-   source = sad::git+https://github.com/ms-jpq/sad#tag=v0.4.25
-   sha256sums = 
b8b3d6643e37df5ab4910a4cacc46be77178e1607b6b83f4d7a747cbc420dd5e
+   source = sad::git+https://github.com/ms-jpq/sad#tag=v0.4.27
+   sha256sums = 
87e9c3b29ec696295947332d9211036c6552cab48178ba4a0dc9250700c7d8d3
 
 pkgname = sad


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Matthew Gamble 
 
 pkgname=sad
-pkgver=0.4.25
+pkgver=0.4.27
 pkgrel=1
 pkgdesc='Space Age seD'
 arch=('x86_64')
@@ -27,7 +27,7 @@ optdepends=(
 )
 options=('!lto')
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha256sums=('b8b3d6643e37df5ab4910a4cacc46be77178e1607b6b83f4d7a747cbc420dd5e')
+sha256sums=('87e9c3b29ec696295947332d9211036c6552cab48178ba4a0dc9250700c7d8d3')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sad/-/commit/be5afd0e225b61f5cfdf335274b7484c884fb00e

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




[Git][archlinux/packaging/packages/sad] Pushed new tag 0.4.27-1

2024-03-23 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.4.27-1 at Arch Linux / Packaging / Packages / 
sad

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




[Git][archlinux/packaging/packages/cargo-public-api][main] upgpkg: 0.34.0-1: upstream release

2024-03-23 Thread @orhun


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


Commits:
73b13dac by Orhun Parmaksız at 2024-03-23T21:35:32+03:00
upgpkg: 0.34.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cargo-public-api
pkgdesc = List and diff the public API of Rust library crates
-   pkgver = 0.33.1
-   pkgrel = 2
+   pkgver = 0.34.0
+   pkgrel = 1
url = https://github.com/Enselic/cargo-public-api
arch = x86_64
license = MIT
@@ -9,8 +9,8 @@ pkgbase = cargo-public-api
depends = gcc-libs
depends = libgit2
options = !lto
-   source = 
cargo-public-api-0.33.1.tar.gz::https://github.com/Enselic/cargo-public-api/archive/v0.33.1.tar.gz
-   sha512sums = 
e98975baf08ff7a4e830b0a21adb034eda066b043acf1cd9ccb81f76a1eae33927dbe0d6325ff672f37d16534786dcd4d26be971c92e18a8022e993a348b
+   source = 
cargo-public-api-0.34.0.tar.gz::https://github.com/Enselic/cargo-public-api/archive/v0.34.0.tar.gz
+   sha512sums = 
658d17ebad57a741e5204fdef745b3a71b964a0eada927e5c5453c674a632ecd1717840e928977f26923219ab91748057001bca648e3b3114df752867c0842e6
 
 pkgname = cargo-public-api
depends = gcc-libs


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-public-api
-pkgver=0.33.1
-pkgrel=2
+pkgver=0.34.0
+pkgrel=1
 pkgdesc="List and diff the public API of Rust library crates"
 arch=('x86_64')
 url="https://github.com/Enselic/cargo-public-api;
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs' 'libgit2')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('e98975baf08ff7a4e830b0a21adb034eda066b043acf1cd9ccb81f76a1eae33927dbe0d6325ff672f37d16534786dcd4d26be971c92e18a8022e993a348b')
+sha512sums=('658d17ebad57a741e5204fdef745b3a71b964a0eada927e5c5453c674a632ecd1717840e928977f26923219ab91748057001bca648e3b3114df752867c0842e6')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-public-api/-/commit/73b13dac577a1114533a47d7b31f5b090ea40e68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-public-api/-/commit/73b13dac577a1114533a47d7b31f5b090ea40e68
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-public-api] Pushed new tag 0.34.0-1

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new tag 0.34.0-1 at Arch Linux / Packaging / Packages / 
cargo-public-api

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




[Git][archlinux/packaging/packages/gradle] Pushed new tag 8.7-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 8.7-1 at Arch Linux / Packaging / Packages / 
gradle

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




[Git][archlinux/packaging/packages/gradle][main] upgpkg: 8.7-1

2024-03-23 Thread Frederik Schwan (@freswa)


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


Commits:
374edfa8 by Frederik Schwan at 2024-03-23T19:00:50+01:00
upgpkg: 8.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gradle
pkgdesc = Powerful build system for the JVM
-   pkgver = 8.6
+   pkgver = 8.7
pkgrel = 1
url = https://gradle.org/
arch = any
@@ -16,14 +16,14 @@ pkgbase = gradle
depends = coreutils
depends = findutils
depends = sed
-   source = https://services.gradle.org/distributions/gradle-8.6-src.zip
-   source = https://services.gradle.org/distributions/gradle-8.6-all.zip
+   source = https://services.gradle.org/distributions/gradle-8.7-src.zip
+   source = https://services.gradle.org/distributions/gradle-8.7-all.zip
source = gradle.sh
-   sha256sums = 
c56c56ca9b955b21b436febfd24590829d3ebeb717cddb5ae2919811f82b79aa
-   sha256sums = 
85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d
+   sha256sums = 
9ee8ace8358f3f82f0b71195837ffbc09ae7ff943c4f17284a01347f0f449785
+   sha256sums = 
194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0
sha256sums = 
6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032
-   sha512sums = 
887eda08102e45f9881c5e18f8d11ea19c872213794d03127df761f725d00544bf062232777e09cd533c9ae5642829dc8c8c6e3d9358303cd27de7f09cd3f66b
-   sha512sums = 
ff412281f94797b8b89b683a1d53be21c4984fd28c1aedb6c0a3e302db92aef7fe83c4a54ae9e8ce22851e336deb072159450be9eabd9536871264c3d16e876f
+   sha512sums = 
7de9abc25ea67b8c12a40e8aa5e90f57b4f0e7d33e0a754f4fcca237ff20820fa5f7ff4f5663d37c805afefb94a5a555f3ca37de3ee6e75b28b1d88dcb7f1b83
+   sha512sums = 
fc18863654cbe8dd2357f388c0fc5f699ca2d40ffd32c283f00cfd5bda94e1711ab7b7a3b154e7da66c17468f00c3c72fe6b6603c4a29617b33b0f292cbac3de
sha512sums = 
a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81
 
 pkgname = gradle


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=8.6
+pkgver=8.7
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -16,11 +16,11 @@ makedepends=('git' 'asciidoc' 'xmlto' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('c56c56ca9b955b21b436febfd24590829d3ebeb717cddb5ae2919811f82b79aa'
-'85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d'
+sha256sums=('9ee8ace8358f3f82f0b71195837ffbc09ae7ff943c4f17284a01347f0f449785'
+'194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('887eda08102e45f9881c5e18f8d11ea19c872213794d03127df761f725d00544bf062232777e09cd533c9ae5642829dc8c8c6e3d9358303cd27de7f09cd3f66b'
-
'ff412281f94797b8b89b683a1d53be21c4984fd28c1aedb6c0a3e302db92aef7fe83c4a54ae9e8ce22851e336deb072159450be9eabd9536871264c3d16e876f'
+sha512sums=('7de9abc25ea67b8c12a40e8aa5e90f57b4f0e7d33e0a754f4fcca237ff20820fa5f7ff4f5663d37c805afefb94a5a555f3ca37de3ee6e75b28b1d88dcb7f1b83'
+
'fc18863654cbe8dd2357f388c0fc5f699ca2d40ffd32c283f00cfd5bda94e1711ab7b7a3b154e7da66c17468f00c3c72fe6b6603c4a29617b33b0f292cbac3de'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gradle/-/commit/374edfa8ad0d737ce469baf90b836e32e278ddd5

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




[Git][archlinux/packaging/packages/streamlink][main] upgpkg: 6.7.2-1

2024-03-23 Thread Frederik Schwan (@freswa)


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


Commits:
4ddf6701 by Frederik Schwan at 2024-03-23T18:47:12+01:00
upgpkg: 6.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = streamlink
pkgdesc = CLI program that launches streams from various streaming 
services in a custom video player (livestreamer fork)
-   pkgver = 6.7.1
+   pkgver = 6.7.2
pkgrel = 1
url = https://streamlink.github.io/
arch = any
@@ -27,12 +27,12 @@ pkgbase = streamlink
depends = python-typing_extensions
depends = python-websocket-client
optdepends = ffmpeg: Required to play streams that are made up of 
separate audio and video streams, eg. YouTube 1080p+
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.1/streamlink-6.7.1.tar.gz
-   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.1/streamlink-6.7.1.tar.gz.asc
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.2/streamlink-6.7.2.tar.gz
+   source = 
https://github.com/streamlink/streamlink/releases/download/6.7.2/streamlink-6.7.2.tar.gz.asc
validpgpkeys = CDAC41B9122470FAF357A9D38A298D5C3618
-   sha256sums = 
711b36368d79cce01176f8af5f2b1615122e919cfe5d5ca6104cf814c5e2c12e
+   sha256sums = 
7a74700129f5c29c006260df53976384300981c9aff9d3d5c2eb7e91d3dca359
sha256sums = SKIP
-   sha512sums = 
2a76d819b15efbe7b7bf4912b5117ab6c2a0fb49a7aac74559c0fc9bb7ac989cb589bcdfb84d8908a6b6c163080bdb2211d53b8e5de7840cde1a38eea45bcfac
+   sha512sums = 
251e0b03c39dae980367e8a5b6ffcb1c279b0874eeaeff31d9d4486917b759ef27ba2bd5bba0bc74691237e429981f3748002e0ef49befe8c7be69160856ecfe
sha512sums = SKIP
 
 pkgname = streamlink


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=6.7.1
+pkgver=6.7.2
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -15,9 +15,9 @@ makedepends=("python-"{build,installer,setuptools,wheel})
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('CDAC41B9122470FAF357A9D38A298D5C3618') # Streamlink signing 
key 
-sha256sums=('711b36368d79cce01176f8af5f2b1615122e919cfe5d5ca6104cf814c5e2c12e'
+sha256sums=('7a74700129f5c29c006260df53976384300981c9aff9d3d5c2eb7e91d3dca359'
 'SKIP')
-sha512sums=('2a76d819b15efbe7b7bf4912b5117ab6c2a0fb49a7aac74559c0fc9bb7ac989cb589bcdfb84d8908a6b6c163080bdb2211d53b8e5de7840cde1a38eea45bcfac'
+sha512sums=('251e0b03c39dae980367e8a5b6ffcb1c279b0874eeaeff31d9d4486917b759ef27ba2bd5bba0bc74691237e429981f3748002e0ef49befe8c7be69160856ecfe'
 'SKIP')
 
 build() {



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

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




[Git][archlinux/packaging/packages/streamlink] Pushed new tag 6.7.2-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 6.7.2-1 at Arch Linux / Packaging / Packages / 
streamlink

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




[Git][archlinux/packaging/packages/neomutt][main] upgpkg: 20240323-1

2024-03-23 Thread Frederik Schwan (@freswa)


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


Commits:
c9620688 by Frederik Schwan at 2024-03-23T18:46:46+01:00
upgpkg: 20240323-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = neomutt
pkgdesc = A version of mutt with added features
-   pkgver = 20240201
+   pkgver = 20240323
pkgrel = 1
url = https://neomutt.org/
arch = x86_64
@@ -29,11 +29,11 @@ pkgbase = neomutt
optdepends = python: keybase.py
optdepends = perl: smime_keys
optdepends = ca-certificates: default CA certificates
-   source = 
neomutt-20240201.tar.gz::https://github.com/neomutt/neomutt/archive/20240201.tar.gz
-   source = 
neomutt-20240201.tar.gz.sig::https://github.com/neomutt/neomutt/releases/download/20240201/20240201.tar.gz.sig
+   source = 
neomutt-20240323.tar.gz::https://github.com/neomutt/neomutt/archive/20240323.tar.gz
+   source = 
neomutt-20240323.tar.gz.sig::https://github.com/neomutt/neomutt/releases/download/20240323/20240323.tar.gz.sig
source = default-ca-certificates.patch
validpgpkeys = 86C2397270DD7A561263CA4E5FAF0A6EE7371805
-   sha256sums = 
5229c4fdd6fd6ef870b94032bb1073f7f881ce97cf5754b1a4f4579a97b918da
+   sha256sums = 
b6f397cf90fc18c925a7bcabcb75393c7cd2751ccd50efe93a4f401932513c45
sha256sums = SKIP
sha256sums = 
571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Chris Salzberg 
 # Contributor: Leonidas Spyropoulos 
 pkgname=neomutt
-pkgver=20240201
+pkgver=20240323
 pkgrel=1
 pkgdesc='A version of mutt with added features'
 url='https://neomutt.org/'
@@ -22,7 +22,7 @@ _github='https://github.com/neomutt/neomutt'
 source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
 
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
 "default-ca-certificates.patch")
-sha256sums=('5229c4fdd6fd6ef870b94032bb1073f7f881ce97cf5754b1a4f4579a97b918da'
+sha256sums=('b6f397cf90fc18c925a7bcabcb75393c7cd2751ccd50efe93a4f401932513c45'
 'SKIP'
 '571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
 validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neomutt/-/commit/c9620688672369cafabc13e183852ddaf7fc21dd

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




[Git][archlinux/packaging/packages/neomutt] Pushed new tag 20240323-1

2024-03-23 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 20240323-1 at Arch Linux / Packaging / Packages 
/ neomutt

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




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-debugger] Pushed new tag 2024.0.1-1

2024-03-23 Thread @tpkessler


Torsten Keßler pushed new tag 2024.0.1-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-debugger

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-debugger/-/tree/2024.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/intel-oneapi-dpcpp-debugger][main] upgpkg: 2024.0.1-1

2024-03-23 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
intel-oneapi-dpcpp-debugger


Commits:
39bfadf7 by Torsten Keßler at 2024-03-23T18:40:32+01:00
upgpkg: 2024.0.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = intel-oneapi-dpcpp-debugger
+   pkgdesc = Intel OneAPI GDB
+   pkgver = 2024.0.1
+   pkgrel = 1
+   url = 
https://software.intel.com/content/www/us/en/develop/tools/oneapi.html
+   arch = x86_64
+   license = LicenseRef-Intel-EULA-Developer-Tools
+   depends = intel-oneapi-common
+   depends = sh
+   depends = glibc
+   depends = gcc-libs
+   depends = zlib
+   depends = libffi
+   provides = intel-oneapi-dpcpp-debugger-eclipse-cfg
+   conflicts = intel-oneapi-basekit
+   noextract = intel-oneapi-dpcpp-debugger-2024.0-2024.0.1-6_amd64.deb
+   noextract = 
intel-oneapi-dpcpp-debugger-eclipse-cfg-2023.1.0-43513_all.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-debugger-2024.0-2024.0.1-6_amd64.deb
+   source = 
https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-dpcpp-debugger-eclipse-cfg-2023.1.0-43513_all.deb
+   b2sums = 
b6bf51186ccf055250e531040c2113b7542af8cd62c8efe2f921b6411b5f1d4be1a4399402ea4b36bd0064a2b9d12a6ce3a1167ff8402638573eb4d0b252fab5
+   b2sums = 
db56931bc8c565b573d2623b3564bfb6b92d58baf199ab8e816c929db6be1b936fcdd04dc2b74fb28624aa93c83b0be388474f5395244dfc162ff39da14d0cd8
+
+pkgname = intel-oneapi-dpcpp-debugger


=
PKGBUILD
=
@@ -2,32 +2,32 @@
 # Contributor: Jingbei Li 
 
 pkgname=intel-oneapi-dpcpp-debugger
-_pkgver=2023.2.0
-_debpkgrel=49330
-pkgver=${_pkgver}_${_debpkgrel}
+_pkgver=2024.0
+_debpkgrel=6
+pkgver=2024.0.1
 pkgrel=1
 pkgdesc='Intel OneAPI GDB'
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
-license=("custom")
+license=("LicenseRef-Intel-EULA-Developer-Tools")
 # Eclipse files are still at previous version
 _eclipse_pkgver=2023.1.0
 _eclipse_debpkgrel=43513
-source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb;
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb;
 
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-eclipse-cfg-${_eclipse_pkgver}-${_eclipse_debpkgrel}_all.deb;)
-b2sums=('e5a928301cceb1934b7d70c7590b68a3d3c7f50a5c5f7b1cf197233b97ce78bc54406ffda604d355c94d995d5e886b6de787b6e424a08673f76e6258ec3a83f9'
+b2sums=('b6bf51186ccf055250e531040c2113b7542af8cd62c8efe2f921b6411b5f1d4be1a4399402ea4b36bd0064a2b9d12a6ce3a1167ff8402638573eb4d0b252fab5'
 
'db56931bc8c565b573d2623b3564bfb6b92d58baf199ab8e816c929db6be1b936fcdd04dc2b74fb28624aa93c83b0be388474f5395244dfc162ff39da14d0cd8')
 noextract=(
-   "${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+   "${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"

"${pkgname}-eclipse-cfg-${_eclipse_pkgver}-${_eclipse_debpkgrel}_all.deb"
 )
-depends=('intel-oneapi-common')
+depends=('intel-oneapi-common' 'sh' 'glibc' 'gcc-libs' 'zlib' 'libffi')
 provides=("$pkgname-eclipse-cfg")
 conflicts=('intel-oneapi-basekit')
 
 package() {
 cd "${srcdir}"
-ar x "${srcdir}/${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+ar x "${srcdir}/${pkgname}-${_pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
 tar xvf data.tar.xz -C "${pkgdir}"
 rm data.tar.xz
 
@@ -35,13 +35,13 @@ package() {
 tar xvf data.tar.xz -C "${pkgdir}"
 rm data.tar.xz
 
-local _deb_path='/opt/intel/oneapi/debugger/'
+local _deb_path='/opt/intel/oneapi/debugger'
 ln -s "${_deb_path}/${_pkgver}" "${pkgdir}/${_deb_path}/latest"
 # Allow libs to be found
 local _lib_path='/opt/intel/oneapi/debugger'
 local _ldso_conf="${pkgdir}"/etc/ld.so.conf.d
 install -d "${_ldso_conf}"
-echo "${_lib_path}/latest/gdb/intel64/lib" > 
"${_ldso_conf}/${pkgname}.conf"
+echo "${_lib_path}/latest/debugger/opt/debugger/lib" > 
"${_ldso_conf}/${pkgname}.conf"
 
 install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
 ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-debugger/-/commit/39bfadf7ab6c6f6cd217205a0c1d97cfedd153ba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-dpcpp-debugger/-/commit/39bfadf7ab6c6f6cd217205a0c1d97cfedd153ba
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/texlab] Pushed new tag 5.13.1-1

2024-03-23 Thread @tpkessler


Torsten Keßler pushed new tag 5.13.1-1 at Arch Linux / Packaging / Packages / 
texlab

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




[Git][archlinux/packaging/packages/texlab][main] upgpkg: 5.13.1-1

2024-03-23 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
texlab


Commits:
ce7d1683 by Torsten Keßler at 2024-03-23T18:19:29+01:00
upgpkg: 5.13.1-1

* Update to recent release.
* Address 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/merge_requests/1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,16 @@
 pkgbase = texlab
pkgdesc = A cross-platform implementation of the Language Server 
Protocol for LaTeX.
-   pkgver = 5.12.4
+   pkgver = 5.13.1
pkgrel = 1
url = https://texlab.netlify.com
arch = x86_64
license = MIT
makedepends = cargo
makedepends = npm
+   depends = glibc
depends = gcc-libs
options = !lto
-   source = 
texlab-5.12.4.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.12.4.tar.gz
-   b2sums = 
8b58fe9806925418e798fe7fcbc5603de09e148bb9a4c6780ac8820f6ce9fc0872a38095ff8ea9659dc2e5b597792e178a10df364521d09b613e9178988b4cec
+   source = 
texlab-5.13.1.tar.gz::https://github.com/latex-lsp/texlab/archive/v5.13.1.tar.gz
+   b2sums = 
f680f5c9077908365ee2df17a549a0d641715927430581ee75b8b6d20ce8b13f75e73bd0a619b1d9ac220e7bf4e768288316bf6fde63be38a598ed7de87838ac
 
 pkgname = texlab


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[texlab]
+source = 'github'
+github = 'latex-lsp/texlab'
+use_latest_release = true
+prefix = 'v'


=
PKGBUILD
=
@@ -3,21 +3,21 @@
 # Contributor: Patrick Förster 
 
 pkgname=texlab
-pkgver=5.12.4
+pkgver=5.13.1
 pkgrel=1
 pkgdesc="A cross-platform implementation of the Language Server Protocol for 
LaTeX."
 arch=('x86_64')
 url="https://texlab.netlify.com;
 license=('MIT')
-depends=('gcc-libs')
+depends=('glibc' 'gcc-libs')
 makedepends=('cargo' 'npm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/latex-lsp/texlab/archive/v${pkgver}.tar.gz;)
-b2sums=('8b58fe9806925418e798fe7fcbc5603de09e148bb9a4c6780ac8820f6ce9fc0872a38095ff8ea9659dc2e5b597792e178a10df364521d09b613e9178988b4cec')
+b2sums=('f680f5c9077908365ee2df17a549a0d641715927430581ee75b8b6d20ce8b13f75e73bd0a619b1d9ac220e7bf4e768288316bf6fde63be38a598ed7de87838ac')
 options=('!lto')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlab/-/commit/ce7d1683cb07ceb01bf0f0c2cd78ff7e08cd3428

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




[Git][archlinux/packaging/packages/python-time-machine] Pushed new tag 2.14.1-1

2024-03-23 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 2.14.1-1 at Arch Linux / Packaging / Packages 
/ python-time-machine

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




[Git][archlinux/packaging/packages/python-time-machine][main] 2 commits: updpkgsums

2024-03-23 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-time-machine


Commits:
577bf646 by Daniel M. Capella at 2024-03-17T20:05:11-04:00
updpkgsums

- - - - -
130dc900 by Daniel M. Capella at 2024-03-23T13:15:27-04:00
upgpkg: 2.14.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-time-machine
pkgdesc = Travel through time in your tests
-   pkgver = 2.14.0
+   pkgver = 2.14.1
pkgrel = 1
url = https://github.com/adamchainz/time-machine
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-time-machine
depends = python
depends = python-dateutil
optdepends = python-pytest: for pytest plugin
-   source = 
python-time-machine::git+https://github.com/adamchainz/time-machine#commit=8d4c9c078f00f761a676012ad984e01622c7e9ed
-   b2sums = SKIP
+   source = 
python-time-machine::git+https://github.com/adamchainz/time-machine#tag=2.14.1
+   b2sums = 
77366f76b6bf664a3dcd8bad14d1f429dbf413ea7c014c582be52a27ce14999e8d6239687286615c5f14ef60760d2883694b504a18183b9f009734ec4ec23bbd
 
 pkgname = python-time-machine


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=python-time-machine
-pkgver=2.14.0
+pkgver=2.14.1
 pkgrel=1
 pkgdesc='Travel through time in your tests'
 arch=('x86_64')
@@ -21,9 +21,8 @@ makedepends=(
 )
 checkdepends=('python-pytest' 'python-pytest-randomly')
 optdepends=('python-pytest: for pytest plugin')
-_commit='8d4c9c078f00f761a676012ad984e01622c7e9ed'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
+source=("$pkgname::git+$url#tag=$pkgver")
+b2sums=('77366f76b6bf664a3dcd8bad14d1f429dbf413ea7c014c582be52a27ce14999e8d6239687286615c5f14ef60760d2883694b504a18183b9f009734ec4ec23bbd')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/compare/8147806247449011dcd1b7ce227b862e3e1e...130dc90030776e903ac47e416264100853ff5415

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-time-machine/-/compare/8147806247449011dcd1b7ce227b862e3e1e...130dc90030776e903ac47e416264100853ff5415
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-03-23 Thread kpcyrd (@kpcyrd)


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


Commits:
aaebe019 by kpcyrd at 2024-03-23T17:57:54+01:00
upgpkg: 7.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
-   pkgver = 7.3.0
+   pkgver = 7.3.1
pkgrel = 1
url = https://signal.org
arch = x86_64
@@ -38,14 +38,14 @@ pkgbase = signal-desktop
depends = nspr
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
-   source = 
signal-desktop-7.3.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.3.0.tar.gz
-   source = 
dns-fallback-7.3.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.3.0/dns-fallback.json
+   source = 
signal-desktop-7.3.1.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.3.1.tar.gz
+   source = 
dns-fallback-7.3.1.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.3.1/dns-fallback.json
source = signal-desktop.desktop
-   sha256sums = 
4684e4402cdec95565caba1d9ba742520214374473851ca772729f998faa5aa3
-   sha256sums = 
c48e12530864cd77abae1890f69fdc2646533dd1a42c89db1482a45cd2c01b62
+   sha256sums = 
47352d6e747aac9407a788079736f3f34b5521c4c530610af31916bbae5a383b
+   sha256sums = 
3492cfdfd4e54557cec24ddc0fa397656050cf1ba6ae14b07335fa112d3d644b
sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
-   b2sums = 
741b7cd7ee0cedff72d0698eefa7f7e112889b8b9a46d21665cf849516be6ef24c46e29a7136425c9fe91755af83ac3d66f6b53584bbc07149b5a9b71a427e69
-   b2sums = 
991cce5b26cae0048165748fd7ae086d7373ff84e06d25bc270b30ef8c46e8405b129fe25049066d3debdbe30a8f0d8ee275bcca85c36f74cd9fb863151834b7
+   b2sums = 
9730f76f4f1618f58db315d9422735ba3308b18a5fb138665bafdeabaed6136c2cea4adecb550af0c53619653c02a8ab877f5ae1d29f1ab79e55e9bddd3989f2
+   b2sums = 
ad4e91152a3aa02befdbfd88b5bbbd3c7816718a70a789d9c90eafc379d27724f7348e2fb791c686c9321f7741418f1a802c59b5384bc6c26f500ba861776533
b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=7.3.0
+pkgver=7.3.1
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
@@ -51,11 +51,11 @@ source=(
   
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
-sha256sums=('4684e4402cdec95565caba1d9ba742520214374473851ca772729f998faa5aa3'
-'c48e12530864cd77abae1890f69fdc2646533dd1a42c89db1482a45cd2c01b62'
+sha256sums=('47352d6e747aac9407a788079736f3f34b5521c4c530610af31916bbae5a383b'
+'3492cfdfd4e54557cec24ddc0fa397656050cf1ba6ae14b07335fa112d3d644b'
 '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
-b2sums=('741b7cd7ee0cedff72d0698eefa7f7e112889b8b9a46d21665cf849516be6ef24c46e29a7136425c9fe91755af83ac3d66f6b53584bbc07149b5a9b71a427e69'
-
'991cce5b26cae0048165748fd7ae086d7373ff84e06d25bc270b30ef8c46e8405b129fe25049066d3debdbe30a8f0d8ee275bcca85c36f74cd9fb863151834b7'
+b2sums=('9730f76f4f1618f58db315d9422735ba3308b18a5fb138665bafdeabaed6136c2cea4adecb550af0c53619653c02a8ab877f5ae1d29f1ab79e55e9bddd3989f2'
+
'ad4e91152a3aa02befdbfd88b5bbbd3c7816718a70a789d9c90eafc379d27724f7348e2fb791c686c9321f7741418f1a802c59b5384bc6c26f500ba861776533'
 
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
 
 prepare() {



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

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




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

2024-03-23 Thread kpcyrd (@kpcyrd)


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

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




[Git][archlinux/packaging/packages/glances][main] upgpkg: 3.4.0.5-1: New upstream release + Add .nvchecker.toml + Switch license to SPDX identifier

2024-03-23 Thread Robin Candau (@antiz)


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


Commits:
debdcf12 by Robin Candau at 2024-03-23T17:28:01+01:00
upgpkg: 3.4.0.5-1: New upstream release + Add .nvchecker.toml + Switch license 
to SPDX identifier

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = glances
+   pkgdesc = CLI curses-based monitoring tool
+   pkgver = 3.4.0.5
+   pkgrel = 1
+   url = https://nicolargo.github.io/glances/
+   arch = any
+   license = LGPL-3.0-or-later
+   makedepends = python-setuptools
+   depends = python
+   depends = python-psutil
+   depends = python-future
+   depends = python-defusedxml
+   depends = python-ujson
+   optdepends = hddtemp: HDD temperature monitoring support
+   optdepends = python-bottle: web server support
+   optdepends = python-docker: for the Docker monitoring support
+   optdepends = python-matplotlib: for graphical/chart support
+   optdepends = python-netifaces: for the IP plugin
+   optdepends = python-zeroconf: for the autodiscover mode
+   optdepends = python-pystache: templating engine
+   optdepends = python-prometheus_client: for the Prometheus export module
+   source = 
glances-3.4.0.5-1.tar.gz::https://github.com/nicolargo/glances/archive/v3.4.0.5.tar.gz
+   source = glances.service
+   sha512sums = 
aca140fedc2acc97ae4901722e0406acb8bea6eac5295d95499860a522e74d29ecbc4cfb28fecfd4a2879f4ee44175bd4efd2429b9d7e302b4a182caabd6a5f8
+   sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
+   b2sums = 
510f379946eec914998cba32ffd66c6037bd85246cdae059d336b4a3330ba6e521aa3fef2099d88f08dbf3ed7e7c8537235850ad8f6882840fb811bcd8a82147
+   b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
+
+pkgname = glances


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[glances]
+source = "github"
+github = "nicolargo/glances"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 # Contributor: Francois Boulogne 
 
 pkgname=glances
-pkgver=3.4.0.3
+pkgver=3.4.0.5
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
-license=('LGPL')
+license=('LGPL-3.0-or-later')
 makedepends=('python-setuptools')
 depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson')
 optdepends=('hddtemp: HDD temperature monitoring support'
@@ -23,9 +23,9 @@ optdepends=('hddtemp: HDD temperature monitoring support'
 'python-prometheus_client: for the Prometheus export module')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz;
 'glances.service')
-sha512sums=('f4960d7d23b52e249069b41fd9b20a4d6f56006a6998b1bfd341ef00628fa92c14503885ebbea6adeee6f926a6c6fb440c288e2c772d4536b2c2b49e4124a7a0'
+sha512sums=('aca140fedc2acc97ae4901722e0406acb8bea6eac5295d95499860a522e74d29ecbc4cfb28fecfd4a2879f4ee44175bd4efd2429b9d7e302b4a182caabd6a5f8'
 
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('5437d3daefd4d36e9b84481543cf8189964006d566a77506099bfe7748d37409d5fb2a3a8eb52c8eeef0efa469c2ca92db7a37a44625969aec822d1adf46dbb3'
+b2sums=('510f379946eec914998cba32ffd66c6037bd85246cdae059d336b4a3330ba6e521aa3fef2099d88f08dbf3ed7e7c8537235850ad8f6882840fb811bcd8a82147'
 
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/debdcf122c29f94edffbfb6c7f222eb6b12e38a8

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




[Git][archlinux/packaging/packages/glances] Pushed new tag 3.4.0.5-1

2024-03-23 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.4.0.5-1 at Arch Linux / Packaging / Packages / 
glances

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




[Git][archlinux/packaging/packages/xmrig] Pushed new tag 6.21.2-1

2024-03-23 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 6.21.2-1 at Arch Linux / Packaging / Packages / xmrig

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




[Git][archlinux/packaging/packages/xmrig][main] upgpkg: 6.21.2-1

2024-03-23 Thread kpcyrd (@kpcyrd)


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


Commits:
95d284f9 by kpcyrd at 2024-03-23T17:17:11+01:00
upgpkg: 6.21.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xmrig
pkgdesc = RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified 
CPU/GPU miner and RandomX benchmark
-   pkgver = 6.21.1
+   pkgver = 6.21.2
pkgrel = 1
url = https://github.com/xmrig/xmrig
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = xmrig
depends = libssl.so
depends = libuv
backup = etc/xmrig/xmrig.conf
-   source = 
https://github.com/xmrig/xmrig/archive/v6.21.1/xmrig-6.21.1.tar.gz
+   source = 
https://github.com/xmrig/xmrig/archive/v6.21.2/xmrig-6.21.2.tar.gz
source = xmrig@.service
source = xmrig.sysusers
-   sha256sums = 
c45baea5a210143b647349b5234a2192164d3473a39d2b1cab7fb35b1a2a8ba9
+   sha256sums = 
68b4be51e99687bad15d5bf4ac9eed79a080ba89141f7363457a957ce9304e4d
sha256sums = 
bbc54b04a7da5ea473eb7d976307eb995fbfd96f0d012f1553b8c487182d9fb3
sha256sums = 
d8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Konstantin Shalygin 
 
 pkgname=xmrig
-pkgver=6.21.1
+pkgver=6.21.2
 pkgrel=1
 pkgdesc='RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified CPU/GPU 
miner and RandomX benchmark'
 url='https://github.com/xmrig/xmrig'
@@ -19,7 +19,7 @@ backup=("etc/${pkgname}/${pkgname}.conf")
 
source=(https://github.com/xmrig/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 xmrig@.service
 xmrig.sysusers)
-sha256sums=('c45baea5a210143b647349b5234a2192164d3473a39d2b1cab7fb35b1a2a8ba9'
+sha256sums=('68b4be51e99687bad15d5bf4ac9eed79a080ba89141f7363457a957ce9304e4d'
 'bbc54b04a7da5ea473eb7d976307eb995fbfd96f0d012f1553b8c487182d9fb3'
 'd8f499302fb2b642fe02586c81c410a299e0a6e133aef1cc1c783bcdcb3f44f6')
 



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

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




[Git][archlinux/packaging/packages/kubo][main] Include Zsh completions

2024-03-23 Thread kpcyrd (@kpcyrd)


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


Commits:
653849d9 by Martin Rodriguez Reboredo at 2024-03-23T10:54:01-03:00
Include Zsh completions

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -47,6 +47,7 @@ build() {
   make build
   cmd/ipfs/ipfs commands completion bash > "$srcdir/ipfs-completion.bash"
   cmd/ipfs/ipfs commands completion fish > "$srcdir/ipfs-completion.fish"
+  cmd/ipfs/ipfs commands completion zsh > "$srcdir/ipfs-completion.zsh"
 }
 
 package() {
@@ -58,6 +59,7 @@ package() {
 
   install -Dm 644 "$srcdir"/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
   install -Dm 644 "$srcdir"/ipfs-completion.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/ipfs.fish"
+  install -Dm 644 "$srcdir"/ipfs-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_ipfs"
 
   install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT
   install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/APACHE" 
LICENSE-APACHE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kubo/-/commit/653849d91722f8dc7f7f72fbcdfb2c5e5ffbad66

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




[Git][archlinux/packaging/packages/k9s][main] upgpkg: 0.32.4-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / k9s


Commits:
1750cd98 by Morten Linderud at 2024-03-23T16:39:22+01:00
upgpkg: 0.32.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = k9s
pkgdesc = TUI for managing Kubernetes clusters and pods
-   pkgver = 0.32.3
+   pkgver = 0.32.4
pkgrel = 1
url = https://github.com/derailed/k9s
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = k9s
makedepends = git
makedepends = go
options = !lto
-   source = 
git+https://github.com/derailed/k9s#commit=00213115bee9144cbab452ab152c911e431624e6
-   sha256sums = SKIP
+   source = git+https://github.com/derailed/k9s#tag=v0.32.4
+   sha256sums = 
4a07648d3bd18e82f170b1e82a1e85dd2a60672df0d630f47047f090d34073db
 
 pkgname = k9s


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.32.3
+pkgver=0.32.4
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -10,9 +10,8 @@ url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
 options=('!lto')
-_commit=00213115bee9144cbab452ab152c911e431624e6   #refs/tags/v0.32.3^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
+source=("git+$url#tag=v$pkgver")
+sha256sums=('4a07648d3bd18e82f170b1e82a1e85dd2a60672df0d630f47047f090d34073db')
 options=('!lto')
 
 pkgver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/k9s/-/commit/1750cd9833e89f7276736b6e1118c8c0d95915df

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




[Git][archlinux/packaging/packages/k9s] Pushed new tag 0.32.4-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.32.4-1 at Arch Linux / Packaging / Packages / 
k9s

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




[Git][archlinux/packaging/packages/python-google-api-python-client][main] upgpkg: 2.123.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-google-api-python-client


Commits:
193837cf by Morten Linderud at 2024-03-23T16:34:52+01:00
upgpkg: 2.123.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-google-api-python-client
pkgdesc = Google API Client Library for Python
-   pkgver = 2.122.0
+   pkgver = 2.123.0
pkgrel = 1
url = https://github.com/google/google-api-python-client
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-google-api-python-client
depends = python-uritemplate
depends = python-google-api-core
optdepends = python-oauth2client: optional backend
-   source = 
google-api-python-client-2.122.0.tar.gz::https://github.com/google/google-api-python-client/archive/v2.122.0.tar.gz
-   sha256sums = 
f0a5925171875b0a84379fae50656ef13d1fb00979c775e28b54a15d6ca6c34e
+   source = 
google-api-python-client-2.123.0.tar.gz::https://github.com/google/google-api-python-client/archive/v2.123.0.tar.gz
+   sha256sums = 
e908f5d0ac11727b6090748cf4ee7c8c9e2c2388f037c45f023d297632d0dc99
 
 pkgname = python-google-api-python-client


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=2.122.0
+pkgver=2.123.0
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -13,7 +13,7 @@ depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-c
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('f0a5925171875b0a84379fae50656ef13d1fb00979c775e28b54a15d6ca6c34e')
+sha256sums=('e908f5d0ac11727b6090748cf4ee7c8c9e2c2388f037c45f023d297632d0dc99')
 
 build() {
   cd "google-api-python-client-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-api-python-client/-/commit/193837cfe9ae53ef43f4d74cb23197c7f921209b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-api-python-client/-/commit/193837cfe9ae53ef43f4d74cb23197c7f921209b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-google-api-python-client] Pushed new tag 2.123.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.123.0-1 at Arch Linux / Packaging / Packages / 
python-google-api-python-client

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




[Git][archlinux/packaging/packages/buildah] Pushed new tag 1.35.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 1.35.1-1 at Arch Linux / Packaging / Packages / 
buildah

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




[Git][archlinux/packaging/packages/buildah][main] upgpkg: 1.35.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
buildah


Commits:
cb429898 by Morten Linderud at 2024-03-23T16:34:23+01:00
upgpkg: 1.35.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = buildah
pkgdesc = A tool which facilitates building OCI images
-   pkgver = 1.35.0
+   pkgver = 1.35.1
pkgrel = 1
url = https://github.com/containers/buildah
arch = x86_64
@@ -20,9 +20,10 @@ pkgbase = buildah
depends = crun
depends = skopeo
depends = slirp4netns
+   optdepends = passt: for rootless network support
options = !lto
options = !debug
-   source = 
git+https://github.com/containers/buildah.git#commit=16b2a400e9af7f75865f3b0d04591a4d88db8192
-   sha512sums = SKIP
+   source = git+https://github.com/containers/buildah.git#tag=v1.35.1
+   sha512sums = 
d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc
 
 pkgname = buildah


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buildah
-pkgver=1.35.0
+pkgver=1.35.1
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -14,9 +14,8 @@ optdepends=('passt: for rootless network support')
 makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
 options=(!lto !debug)
-_commit=16b2a400e9af7f75865f3b0d04591a4d88db8192   #refs/tags/v1.35.0
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-sha512sums=('SKIP')
+source=(git+https://github.com/containers/buildah.git#tag=v$pkgver)
+sha512sums=('d224e5d33cc193e3e23954a85ea494b846b7b6d856689c4f844a4c967adc51af4b9bde508b470b349c955b35536c872f084caf0e464c255c89e271b8f01c64bc')
 
 pkgver() {
   cd buildah



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/commit/cb429898b1f6e49747eb2276ec9c17f9073f0445

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




[Git][archlinux/packaging/packages/python-google-api-core][main] upgpkg: 2.18.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
python-google-api-core


Commits:
dab7a003 by Morten Linderud at 2024-03-23T16:33:49+01:00
upgpkg: 2.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-google-api-core
pkgdesc = Google API client core library
-   pkgver = 2.17.1
+   pkgver = 2.18.0
pkgrel = 1
url = https://github.com/googleapis/googleapis
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-google-api-core
depends = python-googleapis-common-protos
depends = python-google-auth
optdepends = python-grpcio: for grpc support
-   source = 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-2.17.1.tar.gz
-   sha256sums = 
9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95
+   source = 
https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-2.18.0.tar.gz
+   sha256sums = 
62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9
 
 pkgname = python-google-api-core


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=2.17.1
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -13,7 +13,7 @@ depends=('python-pytz' 'python-requests' 
'python-googleapis-common-protos' 'pyth
 makedepends=('python-setuptools')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('9df18a1f87ee0df0bc4eea2770ebc4228392d8cc4066655b320e2cfccb15db95')
+sha256sums=('62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9')
 
 build() {
   cd "google-api-core-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-api-core/-/commit/dab7a00391d43270b08201944079827116706026

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




[Git][archlinux/packaging/packages/python-google-api-core] Pushed new tag 2.18.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.18.0-1 at Arch Linux / Packaging / Packages / 
python-google-api-core

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




[Git][archlinux/packaging/packages/buildah][main] 2 commits: add passt to optdepends

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
buildah


Commits:
a15f0bb6 by James Fraser at 2024-03-21T12:05:26+11:00
add passt to optdepends

- - - - -
5c2ea47c by Morten Linderud at 2024-03-23T16:32:13+01:00
Merge remote-tracking branch origin/merge-requests/1

* origin/merge-requests/1:
  add passt to optdepends

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,6 +10,7 @@ arch=(x86_64)
 url="https://github.com/containers/buildah;
 license=(Apache)
 depends=(crun skopeo slirp4netns)
+optdepends=('passt: for rootless network support')
 makedepends=(go git bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
 options=(!lto !debug)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/compare/c68c526112ad1284dac3ecbdd00944a2e68db3a1...5c2ea47ca10591ae3cd0bc891e57064b27585447

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buildah/-/compare/c68c526112ad1284dac3ecbdd00944a2e68db3a1...5c2ea47ca10591ae3cd0bc891e57064b27585447
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cilium-cli] Pushed new tag 0.16.3-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.16.3-1 at Arch Linux / Packaging / Packages / 
cilium-cli

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




[Git][archlinux/packaging/packages/cilium-cli][main] upgpkg: 0.16.3-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
cilium-cli


Commits:
6cdd55bf by Morten Linderud at 2024-03-23T16:31:55+01:00
upgpkg: 0.16.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cilium-cli
pkgdesc = install, manage & troubleshoot Kubernetes clusters running 
Cilium
-   pkgver = 0.16.0
+   pkgver = 0.16.3
pkgrel = 1
url = https://github.com/cilium/cilium-cli
arch = x86_64
license = APACHE
makedepends = go
depends = glibc
-   source = 
cilium-cli-0.16.0.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.0.tar.gz
-   sha256sums = 
735ff90f94f4a39ff5371acf78f302199e4458f03d505934f804e6905bd24ae3
+   source = 
cilium-cli-0.16.3.tar.gz::https://github.com/cilium/cilium-cli/archive/v0.16.3.tar.gz
+   sha256sums = 
8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15
 
 pkgname = cilium-cli


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=cilium-cli
-pkgver=0.16.0
+pkgver=0.16.3
 pkgrel=1
 pkgdesc="install, manage & troubleshoot Kubernetes clusters running Cilium"
 arch=("x86_64")
@@ -10,7 +10,7 @@ license=("APACHE")
 depends=("glibc")
 makedepends=("go")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('735ff90f94f4a39ff5371acf78f302199e4458f03d505934f804e6905bd24ae3')
+sha256sums=('8f6a5709abe6c30fbbc7a7d573f0fbaf44fdebf3142b7085910d2a71e9878e15')
 
 build() {
cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cilium-cli/-/commit/6cdd55bf465ad2b62fd73098d5b2e617eb187b7b

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




[Git][archlinux/packaging/packages/v4l2loopback] Pushed new tag 0.13.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.13.1-1 at Arch Linux / Packaging / Packages / 
v4l2loopback

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




[Git][archlinux/packaging/packages/v4l2loopback][main] upgpkg: 0.13.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
v4l2loopback


Commits:
dadc2e77 by Morten Linderud at 2024-03-23T16:31:48+01:00
upgpkg: 0.13.1-1

- - - - -


1 changed file:

- + .SRCINFO


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = v4l2loopback
+   pkgdesc = v4l2-loopback device
+   pkgver = 0.13.1
+   pkgrel = 1
+   url = https://github.com/umlaeute/v4l2loopback
+   arch = any
+   license = GPL2
+   makedepends = help2man
+   source = 
https://github.com/umlaeute/v4l2loopback/archive/v0.13.1/v4l2loopback-0.13.1.tar.gz
+   sha256sums = 
39af7d134ec2d8602c6bb2d2977fde28fdb4db6497577ba36048152b02825fe3
+
+pkgname = v4l2loopback-dkms
+   pkgdesc = v4l2-loopback device – module sources
+   depends = dkms
+   provides = V4L2LOOPBACK-MODULE
+
+pkgname = v4l2loopback-utils
+   pkgdesc = v4l2-loopback device – utilities only
+   depends = V4L2LOOPBACK-MODULE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v4l2loopback/-/commit/dadc2e7720ab700b557ae02d8620364cb5c79986

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




[Git][archlinux/packaging/packages/v4l2loopback][main] 2 commits: Update to new release 0.13.1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
v4l2loopback


Commits:
eab5fcad by Max Harmathy at 2024-03-20T08:15:15+01:00
Update to new release 0.13.1

- - - - -
adf365a2 by Morten Linderud at 2024-03-23T16:29:37+01:00
Merge remote-tracking branch origin/merge-requests/2

* origin/merge-requests/2:
  Update to new release 0.13.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,28 +2,22 @@
 
 pkgbase=v4l2loopback
 pkgname=(v4l2loopback-dkms v4l2loopback-utils)
-pkgver=0.12.7
-pkgrel=2
+pkgver=0.13.1
+pkgrel=1
 pkgdesc="v4l2-loopback device"
 arch=(any)
 url="https://github.com/umlaeute/v4l2loopback;
 license=(GPL2)
 makedepends=(help2man)
-source=(${url}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
-
${pkgbase}-fix-kernel-5.18+-compat.patch::${url}/commit/e7edf2f55b7eb71b69984110f3c8e31b8ac6285e.patch)
-sha256sums=('e0782b8abe8f2235e2734f725dc1533a0729e674c4b7834921ade43b9f04939b'
-'9c5e36952666576ca4d735537f55e5076f461c9ebe4db8bd5cbd3fee80da3389')
-
-prepare() {
-  patch -p1 -d ${pkgbase}-${pkgver} < ${pkgbase}-fix-kernel-5.18+-compat.patch
-}
+source=(${url}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('39af7d134ec2d8602c6bb2d2977fde28fdb4db6497577ba36048152b02825fe3')
 
 package_v4l2loopback-dkms() {
   pkgdesc+=" – module sources"
   depends=(dkms)
   provides=(V4L2LOOPBACK-MODULE)
   cd ${pkgbase}-${pkgver}
-  install -Dm644 v4l2loopback.c v4l2loopback_formats.h dkms.conf Makefile -t 
"${pkgdir}"/usr/src/${pkgbase}-${pkgver}/
+  install -Dm644 v4l2loopback.h v4l2loopback.c v4l2loopback_formats.h 
dkms.conf Kbuild Makefile -t "${pkgdir}"/usr/src/${pkgbase}-${pkgver}/
 }
 package_v4l2loopback-utils() {
   pkgdesc+=" – utilities only"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v4l2loopback/-/compare/6f99514c76f1bd7dc24f444e4c9a18d37780b5dd...adf365a24124ea8b85ded29332bc0ea934b16c9a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v4l2loopback/-/compare/6f99514c76f1bd7dc24f444e4c9a18d37780b5dd...adf365a24124ea8b85ded29332bc0ea934b16c9a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pynamodb][main] Backport a fix for pytest 8

2024-03-23 Thread Chih-Hsuan Yen (@yan12125)


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


Commits:
fda19f60 by Chih-Hsuan Yen at 2024-03-23T23:30:21+08:00
Backport a fix for pytest 8

- - - - -


2 changed files:

- PKGBUILD
- + pytest-7.2.patch


Changes:

=
PKGBUILD
=
@@ -16,8 +16,19 @@ checkdepends=(python-blinker python-pytest-env 
python-pytest-mock)
 optdepends=(
   'python-blinker: for signals'
 )
-source=("https://github.com/pynamodb/PynamoDB/archive/$pkgver/PynamoDB-$pkgver.tar.gz;)
-sha256sums=('fdd9d7fec4874e998e3a7148a147ce4a59bc03123c08b048d944a191e5ea605a')
+source=("https://github.com/pynamodb/PynamoDB/archive/$pkgver/PynamoDB-$pkgver.tar.gz;
+"pytest-7.2.patch")
+sha256sums=('fdd9d7fec4874e998e3a7148a147ce4a59bc03123c08b048d944a191e5ea605a'
+'9b9950dadcc236ac259afeeaf19f7386a77542c5db75658218b6958ddf7bb4c4')
+
+prepare() {
+  cd PynamoDB-$pkgver
+  # Backport a fix for newer pytest, which leads to a warning since pytest 7.2 
and an error since pytest 8
+  # See: https://github.com/pynamodb/PynamoDB/pull/1109
+  # Note that the relevant commit is already part of the latest stable release 
(6.0.0), but we cannot upgrade
+  # due to python-aws-xray-sdk as mentioned above
+  patch -Np1 -i ../pytest-7.2.patch
+}
 
 build() {
   cd PynamoDB-$pkgver


=
pytest-7.2.patch
=
@@ -0,0 +1,32 @@
+From 41af683ac8d6171405be03afd37164cdf1583b91 Mon Sep 17 00:00:00 2001
+From: Ilya Konstantinov 
+Date: Fri, 11 Nov 2022 15:44:02 -0500
+Subject: [PATCH] Move away from deprecated nose tests (#1109)
+
+We've been getting warnings with pytest 7.2 due to 
https://docs.pytest.org/en/stable/deprecations.html#nose-deprecation
+---
+ tests/test_attributes.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_attributes.py b/tests/test_attributes.py
+index fd9af0ca4..0cb5e0a7e 100644
+--- a/tests/test_attributes.py
 b/tests/test_attributes.py
+@@ -57,7 +57,7 @@ class TestAttributeDescriptor:
+ """
+ Test Attribute Descriptors
+ """
+-def setup(self):
++def setup_method(self):
+ self.instance = AttributeTestModel()
+ 
+ def test_binary_attr(self):
+@@ -145,7 +145,7 @@ class TestUTCDateTimeAttribute:
+ Tests UTCDateTime attributes
+ """
+ 
+-def setup(self):
++def setup_method(self):
+ self.attr = UTCDateTimeAttribute()
+ self.dt = datetime(2047, 1, 6, 8, 21, 30, 2000, tzinfo=timezone.utc)
+ 



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

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




[Git][archlinux/packaging/packages/docker][main] upgpkg: 1:26.0.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
docker


Commits:
e0336f21 by Morten Linderud at 2024-03-23T16:30:03+01:00
upgpkg: 1:26.0.0-1

- - - - -


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 = 25.0.4
+   pkgver = 26.0.0
pkgrel = 1
epoch = 1
url = https://www.docker.com/
@@ -29,13 +29,13 @@ pkgbase = docker
optdepends = docker-scan: vulnerability scanner
optdepends = docker-buildx: extended build capabilities
options = !lto
-   source = git+https://github.com/docker/cli.git#tag=v25.0.4
-   source = git+https://github.com/moby/moby.git#tag=v25.0.4
+   source = git+https://github.com/docker/cli.git#tag=v26.0.0
+   source = git+https://github.com/moby/moby.git#tag=v26.0.0
source = 
git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240
source = docker.sysusers
-   sha256sums = SKIP
-   sha256sums = SKIP
-   sha256sums = SKIP
+   sha256sums = 
3c93a0aa0fddf6af16db6a48c185f237221f3524049fbb95d58b63d548e333ac
+   sha256sums = 
52340a477edd8b4b80231816dc832ef54e36648ad0676346aea0ba1bd5347529
+   sha256sums = 
28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121
sha256sums = 
541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb
 
 pkgname = docker


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker
-pkgver=25.0.4
+pkgver=26.0.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -17,15 +17,14 @@ optdepends=('btrfs-progs: btrfs backend support'
 'docker-scan: vulnerability scanner'
 'docker-buildx: extended build capabilities')
 options=(!lto)
-# https://github.com/moby/moby/tree/v25.0.2/hack/dockerfile/install
 _TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240
 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=('SKIP'
-'SKIP'
-'SKIP'
+sha256sums=('3c93a0aa0fddf6af16db6a48c185f237221f3524049fbb95d58b63d548e333ac'
+'52340a477edd8b4b80231816dc832ef54e36648ad0676346aea0ba1bd5347529'
+'28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121'
 '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
 
 # create a fake go path directory and pushd into it
@@ -73,7 +72,7 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export LDFLAGS=''
-  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external'
+  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external -ldflags=-compressdwarf=false -ldflags=-B=gobuildid'
   export GO111MODULE=off
   export DISABLE_WARN_OUTSIDE_CONTAINER=1
 



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

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




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

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 1-26.0.0-1 at Arch Linux / Packaging / Packages 
/ docker

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




[Git][archlinux/packaging/packages/fzf][main] upgpkg: 0.48.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf


Commits:
0ad6ebf0 by Morten Linderud at 2024-03-23T16:28:03+01:00
upgpkg: 0.48.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fzf
pkgdesc = Command-line fuzzy finder
-   pkgver = 0.48.0
+   pkgver = 0.48.1
pkgrel = 1
url = https://github.com/junegunn/fzf
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = fzf
optdepends = vim: plugin
optdepends = zsh: zsh keybindings
options = !lto
-   source = git+https://github.com/junegunn/fzf.git#tag=0.48.0?signed
+   source = git+https://github.com/junegunn/fzf.git#tag=0.48.1?signed
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
sha512sums = SKIP
 


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.48.0
+pkgver=0.48.1
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/fzf] Pushed new tag 0.48.1-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 0.48.1-1 at Arch Linux / Packaging / Packages / 
fzf

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




[Git][archlinux/packaging/packages/docker-compose][main] upgpkg: 2.26.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
docker-compose


Commits:
36ffa330 by Morten Linderud at 2024-03-23T16:24:32+01:00
upgpkg: 2.26.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = docker-compose
pkgdesc = Fast, isolated development environments using Docker
-   pkgver = 2.24.7
+   pkgver = 2.26.0
pkgrel = 1
url = https://www.docker.com/
arch = x86_64
license = Apache-2.0
checkdepends = docker
makedepends = go
-   source = 
docker-compose-2.24.7.tar.gz::https://github.com/docker/compose/archive/v2.24.7.tar.gz
-   b2sums = 
06349db0a7468176ad6083c2baf8a1530a71cfe90d052bafe7fd6d950e859bd85beec25767988f3f52acff64ec0bb33217be4041529a7a3c568a7cf07f254f45
+   source = 
docker-compose-2.26.0.tar.gz::https://github.com/docker/compose/archive/v2.26.0.tar.gz
+   b2sums = 
0367f1fa043de1cb6c3044994f707f61d095fdaa91ff915a1fd60be1050074344eb9f4db8160cb557f9d69c39ac03110f452f6be5f90c1a3b56429ae600e6e9f
 
 pkgname = docker-compose


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=2.24.7
+pkgver=2.26.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('x86_64')
@@ -15,7 +15,7 @@ license=("Apache-2.0")
 makedepends=('go')
 checkdepends=('docker')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
-b2sums=('06349db0a7468176ad6083c2baf8a1530a71cfe90d052bafe7fd6d950e859bd85beec25767988f3f52acff64ec0bb33217be4041529a7a3c568a7cf07f254f45')
+b2sums=('0367f1fa043de1cb6c3044994f707f61d095fdaa91ff915a1fd60be1050074344eb9f4db8160cb557f9d69c39ac03110f452f6be5f90c1a3b56429ae600e6e9f')
 
 build() {
   cd "compose-$pkgver"
@@ -24,7 +24,7 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw -compressdwarf=false"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw -ldflags=-compressdwarf=false"
   go build -trimpath -tags "e2e,kube" -o compose ./cmd
 }
 



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

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




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

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.26.0-1 at Arch Linux / Packaging / Packages / 
docker-compose

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




[Git][archlinux/packaging/packages/lxd][main] upgpkg: 5.21.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / lxd


Commits:
b1e8e134 by Morten Linderud at 2024-03-23T16:21:55+01:00
upgpkg: 5.21.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxd
pkgdesc = Daemon based on liblxc offering a REST API to manage 
containers
-   pkgver = 5.20
+   pkgver = 5.21.0
pkgrel = 1
url = https://ubuntu.com/lxd
arch = x86_64
@@ -32,14 +32,14 @@ pkgbase = lxd
optdepends = systemd-libs: unix device hotplug support
optdepends = apparmor: apparmor support
options = !debug
-   source = 
https://github.com/canonical/lxd/releases/download/lxd-5.20/lxd-5.20.tar.gz
-   source = 
https://github.com/canonical/lxd/releases/download/lxd-5.20/lxd-5.20.tar.gz.asc
+   source = 
https://github.com/canonical/lxd/releases/download/lxd-5.21.0/lxd-5.21.0.tar.gz
+   source = 
https://github.com/canonical/lxd/releases/download/lxd-5.21.0/lxd-5.21.0.tar.gz.asc
source = lxd.socket
source = lxd.service
source = lxd.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
validpgpkeys = ED1CA1E7A6F80E22E5CB2DA84ACE106615754614
-   sha256sums = 
2f958b757f4cde64d0f3578da0bda9ee5965a3a70ec0956eddf8287d1290167f
+   sha256sums = 
be787ef099b83a583e55d00fa466e82d26c285d9f0b14f38220cb319ee25b60f
sha256sums = SKIP
sha256sums = 
b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e
sha256sums = 
102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributer: nightuser 
 
 pkgname=lxd
-pkgver=5.20
+pkgver=5.21.0
 pkgrel=1
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
@@ -32,7 +32,7 @@ 
source=("https://github.com/canonical/lxd/releases/download/${pkgname}-${pkgver}
 "lxd.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67'  # Stéphane Graber 

   'ED1CA1E7A6F80E22E5CB2DA84ACE106615754614') # Thomas Parrott 

-sha256sums=('2f958b757f4cde64d0f3578da0bda9ee5965a3a70ec0956eddf8287d1290167f'
+sha256sums=('be787ef099b83a583e55d00fa466e82d26c285d9f0b14f38220cb319ee25b60f'
 'SKIP'
 'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
 '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxd/-/commit/b1e8e1342c90bb053a6603a244bb799f3efd70b7

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




[Git][archlinux/packaging/packages/lxd] Pushed new tag 5.21.0-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 5.21.0-1 at Arch Linux / Packaging / Packages / 
lxd

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




[Git][archlinux/packaging/packages/helm][main] upgpkg: 3.14.3-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
helm


Commits:
35ced5fd by Morten Linderud at 2024-03-23T16:21:13+01:00
upgpkg: 3.14.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = helm
pkgdesc = The Kubernetes Package Manager
-   pkgver = 3.14.2
+   pkgver = 3.14.3
pkgrel = 1
url = https://github.com/helm/helm
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = helm
makedepends = git
depends = glibc
options = !lto
-   source = git+https://github.com/helm/helm.git#tag=v3.14.2?signed
+   source = git+https://github.com/helm/helm.git#tag=v3.14.3?signed
validpgpkeys = 672C657BE06B4B30969C4A57461449C25E36B98E
validpgpkeys = CABAA8D44DFACA14791FBE9892C44A3D421FF7F9
validpgpkeys = 967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B
validpgpkeys = F1261BDE929012C8FF2E501D6EA5D7598529A53E
-   sha256sums = SKIP
+   sha256sums = 
b03f5238f924d10872e453d58442b1fd493a321aff4b70178e9a94a47e1338e4
 
 pkgname = helm


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.14.2
+pkgver=3.14.3
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -14,14 +14,12 @@ license=("Apache-2.0")
 depends=('glibc')
 makedepends=("go" "git")
 options=("!lto")
-# _commit=3547a4b5bf5edb5478ce352e18858d8a552a4110 #refs/tags/v3.13.1^{}
-# source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
 source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
   'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
   '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B'
   'F1261BDE929012C8FF2E501D6EA5D7598529A53E')
-sha256sums=('SKIP')
+sha256sums=('b03f5238f924d10872e453d58442b1fd493a321aff4b70178e9a94a47e1338e4')
 
 pkgver() {
   cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/helm/-/commit/35ced5fd4b6428295c0107e5e9665d16d08363e7

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




[Git][archlinux/packaging/packages/helm] Pushed new tag 3.14.3-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 3.14.3-1 at Arch Linux / Packaging / Packages / 
helm

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




[Git][archlinux/packaging/packages/go-md2man] Pushed new tag 2.0.4-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 2.0.4-1 at Arch Linux / Packaging / Packages / 
go-md2man

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




[Git][archlinux/packaging/packages/go-md2man][main] upgpkg: 2.0.4-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
go-md2man


Commits:
99264eed by Morten Linderud at 2024-03-23T16:18:53+01:00
upgpkg: 2.0.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = go-md2man
pkgdesc = A markdown to manpage generator
-   pkgver = 2.0.3
+   pkgver = 2.0.4
pkgrel = 1
url = https://github.com/cpuguy83/go-md2man
arch = x86_64
license = MIT
makedepends = go
-   source = 
go-md2man-2.0.3.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v2.0.3.tar.gz
-   sha256sums = 
7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f
+   source = 
go-md2man-2.0.4.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v2.0.4.tar.gz
+   sha256sums = 
b0a4c7c077ede56967deef6ab7e7696c0f46124b0b3360fd05564ec5a536f11f
 
 pkgname = go-md2man


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgname=go-md2man
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc='A markdown to manpage generator'
 arch=('x86_64')
@@ -10,11 +10,11 @@ url='https://github.com/cpuguy83/go-md2man'
 license=('MIT')
 makedepends=('go')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz;)
-sha256sums=('7ca3a04bb4ab83387538235decc42a535097a05d2fb9f2266d0c47b33119501f')
+sha256sums=('b0a4c7c077ede56967deef6ab7e7696c0f46124b0b3360fd05564ec5a536f11f')
 
 build() {
   cd "$pkgname-$pkgver"
-  export GOFLAGS="-buildmode=pie -mod=vendor -trimpath"
+  export GOFLAGS="-buildmode=pie -trimpath"
   export CGO_LDFLAGS="$LDFLAGS"
   go build -o go-md2man .
   ./go-md2man -in=go-md2man.1.md -out=go-md2man.1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/go-md2man/-/commit/99264eed25eedaa944eac622e7b894da41885417

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




[Git][archlinux/packaging/packages/fsverity-utils][main] upgpkg: 1.6-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / 
fsverity-utils


Commits:
a79ec402 by Morten Linderud at 2024-03-23T16:18:36+01:00
upgpkg: 1.6-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = fsverity-utils
+   pkgdesc = Userspace utilities for fs-verity
+   pkgver = 1.6
+   pkgrel = 1
+   url = https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
+   arch = x86_64
+   license = MIT
+   makedepends = pandoc
+   depends = openssl
+   source = 
https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git/snapshot/fsverity-utils-1.6.tar.gz
+   sha256sums = 
c7aa6b17a8a069224321ff94e46fb91a6426828ca78170a879a52cef2597abb7
+
+pkgname = fsverity-utils


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: tinywrkb 
 
 pkgname=fsverity-utils
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 pkgdesc='Userspace utilities for fs-verity'
 url='https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git'
 license=('MIT')
@@ -11,7 +11,7 @@ arch=('x86_64')
 depends=('openssl')
 makedepends=('pandoc')
 source=("${url}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('830e38ec081ef8171eb210461cf8bee8a707c7c60f9018a4b567af145a510884')
+sha256sums=('c7aa6b17a8a069224321ff94e46fb91a6426828ca78170a879a52cef2597abb7')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -21,7 +21,6 @@ build() {
 package() {
   cd ${pkgname}-${pkgver}
   make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install
-  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install-man
   install -Dm644 LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}/
   install -Dm644 README.md -t ${pkgdir}/usr/share/doc/${pkgname}/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fsverity-utils/-/commit/a79ec402d06f060de717f4928738538c85f37ab9

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




[Git][archlinux/packaging/packages/fsverity-utils] Pushed new tag 1.6-1

2024-03-23 Thread Morten Linderud (@foxboron)


Morten Linderud pushed new tag 1.6-1 at Arch Linux / Packaging / Packages / 
fsverity-utils

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




[Git][archlinux/packaging/packages/cargo-outdated][main] 2 commits: upgpkg: 0.15.0-1: upstream release

2024-03-23 Thread @orhun


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


Commits:
dcdd93c7 by Orhun Parmaksız at 2024-03-23T17:19:29+03:00
upgpkg: 0.15.0-1: upstream release

- - - - -
a564ee4a by Orhun Parmaksız at 2024-03-23T17:48:15+03:00
upgpkg: 0.15.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cargo-outdated
pkgdesc = A cargo subcommand for displaying when Rust dependencies are 
out of date
-   pkgver = 0.14.0
-   pkgrel = 2
+   pkgver = 0.15.0
+   pkgrel = 1
url = https://github.com/kbknapp/cargo-outdated
arch = x86_64
license = MIT
@@ -13,8 +13,8 @@ pkgbase = cargo-outdated
depends = libssl.so
depends = libz.so
options = !lto
-   source = 
cargo-outdated-0.14.0.tar.gz::https://crates.io/api/v1/crates/cargo-outdated/0.14.0/download
-   sha256sums = 
3669cc1183aec2e59064d746c9bf937f603c0fbce92da139cd104c0c2909dc8a
-   b2sums = 
9a7cfc67427bc62c6e2f0074bee5a3e7ab707196e7c14a3e4e96b177ad73581d7c601cae88c750e4a1e377a8a4e4fd79c8b9c7bb449ac722522a33c4b9e9d94c
+   source = 
cargo-outdated-0.15.0.tar.gz::https://crates.io/api/v1/crates/cargo-outdated/0.15.0/download
+   sha256sums = 
0641d14a828fe7dcf73e6df54d31ce19d4def4654d6fa8ec709961e561658a4d
+   b2sums = 
d951d3debd1ce6cbe19cc43612fcfd157bc65df075517873cb1c2e997cd5a1c502b28c2836d2cf9d68f896b1b1cf78d5c40f93efb06a72473307c806e8bd0fa6
 
 pkgname = cargo-outdated


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-outdated
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
 url="https://github.com/kbknapp/cargo-outdated;
 arch=('x86_64')
@@ -20,10 +20,10 @@ depends=(
   'libssl.so'
   'libz.so'
 )
-options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download;)
-sha256sums=('3669cc1183aec2e59064d746c9bf937f603c0fbce92da139cd104c0c2909dc8a')
-b2sums=('9a7cfc67427bc62c6e2f0074bee5a3e7ab707196e7c14a3e4e96b177ad73581d7c601cae88c750e4a1e377a8a4e4fd79c8b9c7bb449ac722522a33c4b9e9d94c')
+sha256sums=('0641d14a828fe7dcf73e6df54d31ce19d4def4654d6fa8ec709961e561658a4d')
+b2sums=('d951d3debd1ce6cbe19cc43612fcfd157bc65df075517873cb1c2e997cd5a1c502b28c2836d2cf9d68f896b1b1cf78d5c40f93efb06a72473307c806e8bd0fa6')
+options=('!lto')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-outdated/-/compare/89f5ba0f9bf7005ad2e94b889e4b5397c0b6e617...a564ee4a7202dd2f9a362abfbd53c1b360188c48

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-outdated/-/compare/89f5ba0f9bf7005ad2e94b889e4b5397c0b6e617...a564ee4a7202dd2f9a362abfbd53c1b360188c48
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-outdated] Pushed new tag 0.15.0-1

2024-03-23 Thread @orhun


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

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




[Git][archlinux/packaging/packages/geeqie] Pushed new tag 2.4-1

2024-03-23 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2.4-1 at Arch Linux / Packaging / Packages / 
geeqie

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




[Git][archlinux/packaging/packages/geeqie][main] upgpkg: 2.4-1

2024-03-23 Thread Caleb Maclennan (@alerque)


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


Commits:
e70217c3 by Caleb Maclennan at 2024-03-23T17:44:23+03:00
upgpkg: 2.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = geeqie
pkgdesc = Lightweight image viewer
-   pkgver = 2.3
+   pkgver = 2.4
pkgrel = 1
url = http://www.geeqie.org/
arch = x86_64
@@ -57,11 +57,11 @@ pkgbase = geeqie
optdepends = imagemagick: command-line tools for various (plugin) 
operations
optdepends = evince: for print preview
optdepends = libwebp: for WebP image format
-   source = 
https://github.com/BestImageViewer/geeqie/releases/download/v2.3/geeqie-2.3.tar.xz
-   source = 
https://github.com/BestImageViewer/geeqie/releases/download/v2.3/geeqie-2.3.tar.xz.asc
+   source = 
https://github.com/BestImageViewer/geeqie/releases/download/v2.4/geeqie-2.4.tar.xz
+   source = 
https://github.com/BestImageViewer/geeqie/releases/download/v2.4/geeqie-2.4.tar.xz.asc
source = Skip-failing-tests.patch
validpgpkeys = 91EC400226201276E2ADCEC7D0DA6F44C936D1DA
-   sha256sums = 
cd5cad97f8d0e8c62025334d62688fcf6f82be73a7716c5ca16b205d59b8519b
+   sha256sums = 
f2b7d1290786fdd1afec09bbe0217f327ff1ee7c80363563e8a108d03aec77da
sha256sums = SKIP
sha256sums = 
068adc807c17fadba0c7ff7f34f5647862d6562ebe8a22ac379fc2122230e823
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Lukas Jirkovsky 
 
 pkgname=geeqie
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc='Lightweight image viewer'
 arch=('x86_64')
@@ -38,7 +38,7 @@ optdepends=('librsvg: SVG rendering'
 source=(#"http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
 
https://github.com/BestImageViewer/geeqie/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc}
 Skip-failing-tests.patch)
-sha256sums=('cd5cad97f8d0e8c62025334d62688fcf6f82be73a7716c5ca16b205d59b8519b'
+sha256sums=('f2b7d1290786fdd1afec09bbe0217f327ff1ee7c80363563e8a108d03aec77da'
 'SKIP'
 '068adc807c17fadba0c7ff7f34f5647862d6562ebe8a22ac379fc2122230e823')
 validpgpkeys=('91EC400226201276E2ADCEC7D0DA6F44C936D1DA') # "Colin Clark 
"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geeqie/-/commit/e70217c378f2f4efa075c6fef57da5f62759b7bf

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




[Git][archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime] Pushed new tag 2024.0.2-1

2024-03-23 Thread @tpkessler


Torsten Keßler pushed new tag 2024.0.2-1 at Arch Linux / Packaging / Packages / 
intel-oneapi-compiler-shared-runtime

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-oneapi-compiler-shared-runtime/-/tree/2024.0.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cargo-deny][main] upgpkg: 0.14.20-1: upstream release

2024-03-23 Thread @orhun


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


Commits:
15a1d8cb by Orhun Parmaksız at 2024-03-23T16:22:08+03:00
upgpkg: 0.14.20-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-deny
pkgdesc = Cargo plugin for linting your dependencies
-   pkgver = 0.14.19
+   pkgver = 0.14.20
pkgrel = 1
url = https://github.com/EmbarkStudios/cargo-deny
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-deny
depends = cargo
depends = gcc-libs
options = !lto
-   source = 
cargo-deny-0.14.19::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.19
+   source = 
cargo-deny-0.14.20::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.14.20
source = 
cargo-deny-advisory-db::git+https://github.com/rustsec/advisory-db
source = 
cargo-deny-test-advisory-db::git+https://github.com/EmbarkStudios/test-advisory-db
sha256sums = SKIP


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-deny
-pkgver=0.14.19
+pkgver=0.14.20
 pkgrel=1
 pkgdesc='Cargo plugin for linting your dependencies'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deny/-/commit/15a1d8cb32a1b1c701fdcc9b92664a9667da9a42

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




[Git][archlinux/packaging/packages/cargo-deny] Pushed new tag 0.14.20-1

2024-03-23 Thread @orhun


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

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




[Git][archlinux/packaging/packages/gitu][main] upgpkg: 0.9.0-1: upstream release

2024-03-23 Thread @orhun


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


Commits:
ef413209 by Orhun Parmaksız at 2024-03-23T16:17:23+03:00
upgpkg: 0.9.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitu
pkgdesc = A TUI Git client inspired by Magit
-   pkgver = 0.8.0
+   pkgver = 0.9.0
pkgrel = 1
url = https://github.com/altsem/gitu
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gitu
makedepends = cargo
depends = gcc-libs
depends = libgit2
-   source = https://github.com/altsem/gitu/archive/v0.8.0/gitu-0.8.0.tar.gz
-   sha256sums = 
54c581d869c5cef49e2161427a9b2f9fc4dbef0f6584a4695919093310c2833e
+   source = https://github.com/altsem/gitu/archive/v0.9.0/gitu-0.9.0.tar.gz
+   sha256sums = 
f7f6dfe6513f0491562cd7efc4891825be8a8c55db09196fe3d62c75adbe28e8
 
 pkgname = gitu


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



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

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




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

2024-03-23 Thread @orhun


Orhun Parmaksız pushed new tag 0.9.0-1 at Arch Linux / Packaging / Packages / 
gitu

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




[Git][archlinux/packaging/packages/texlive-texmf][main] Run fmtutil even if there are no new fmt files installed.

2024-03-23 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
texlive-texmf


Commits:
3a5e4f45 by Antonio Rojas at 2024-03-23T13:14:46+01:00
Run fmtutil even if there are no new fmt files installed.

Its needed for lang packages to find hyphen files

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/issues/5

- - - - -


3 changed files:

- .SRCINFO
- 72-texlive-fmtutil.hook
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = texlive-texmf
pkgdesc = TeX Live -
pkgver = 2024.0
-   pkgrel = 2
+   pkgrel = 3
url = http://tug.org/texlive/
arch = any
license = GPL
@@ -32,11 +32,11 @@ pkgbase = texlive-texmf
sha256sums = 
95f6540c49b11f1ece8010d76b53ca90efd61e1831530562bfcde4350f6c1db1
sha256sums = 
e6d399faee55ba461cf7e617f2369f5c516de292b28afc6665c9e3fe2b821973
sha256sums = 
c64c2a6371e94b0f67799c0ac84ea74d8edbc181b26672aa15b8132ec5fbabc3
-   sha256sums = 
b641550fe7727422b6964d505db7dbc35b3680a9d47b8d97ac550828bdb9bac7
+   sha256sums = 
9b99f197c71149b03355f7c24ee1e07f54a1262bb030756fe660b9aa715a184f
sha256sums = 
f96e9f815fa0a4b85e677f2a9215d9106b8abe46eceb3f3e36a6c76eda3e4a85
sha256sums = 
2141c0842668fb937fd21ca2fae39b642c9665656e404a0d4ee7bdc477bf51fe
sha256sums = 
ee6e76192a5ad880a2152cd7900b86c8465239fb228045a2f8360b0d7a449f4a
-   sha256sums = 
3ee09f8dc28425322fbe066049fb7f3f92a33093ab0e30e32f4967330dba6fe4
+   sha256sums = 
f6bb67db32d37ca15eba88bd15d8b9882c61915f98bc8d7c3c21a66c8cf8f019
sha256sums = 
98b730e917281227e29077ba5689ad78baee0af3859b55966b2604c6a85f1305
 
 pkgname = texlive-doc


=
72-texlive-fmtutil.hook
=
@@ -9,7 +9,7 @@ Type = File
 Operation = Install
 Operation = Upgrade
 Operation = Remove
-Target = var/lib/texmf/arch/installedpkgs/*.fmts
+Target = var/lib/texmf/arch/installedpkgs/*
 
 [Action]
 Description = Updating TeXLive format files...


=
PKGBUILD
=
@@ -11,7 +11,7 @@ for _coll in ${_collections[@]}; do
 done
 _rev=70639
 pkgver=2024.0
-pkgrel=2
+pkgrel=3
 pkgdesc='TeX Live - '
 license=(GPL)
 arch=(any)
@@ -42,7 +42,7 @@ sha256sums=('SKIP'
 '95f6540c49b11f1ece8010d76b53ca90efd61e1831530562bfcde4350f6c1db1'
 'e6d399faee55ba461cf7e617f2369f5c516de292b28afc6665c9e3fe2b821973'
 'c64c2a6371e94b0f67799c0ac84ea74d8edbc181b26672aa15b8132ec5fbabc3'
-'b641550fe7727422b6964d505db7dbc35b3680a9d47b8d97ac550828bdb9bac7'
+'9b99f197c71149b03355f7c24ee1e07f54a1262bb030756fe660b9aa715a184f'
 'f96e9f815fa0a4b85e677f2a9215d9106b8abe46eceb3f3e36a6c76eda3e4a85'
 '2141c0842668fb937fd21ca2fae39b642c9665656e404a0d4ee7bdc477bf51fe'
 'ee6e76192a5ad880a2152cd7900b86c8465239fb228045a2f8360b0d7a449f4a'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/commit/3a5e4f45976bf54de870afcba554e30c6fc24a92

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




[Git][archlinux/packaging/packages/texlive-texmf] Pushed new tag 2024.0-3

2024-03-23 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2024.0-3 at Arch Linux / Packaging / Packages / 
texlive-texmf

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




[Git][archlinux/packaging/packages/geeqie] Pushed new tag 2.3-1

2024-03-23 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.3-1 at Arch Linux / Packaging / Packages / geeqie

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




[Git][archlinux/packaging/packages/gopass] Pushed new tag 1.15.12-2

2024-03-23 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 1.15.12-2 at Arch Linux / Packaging / Packages 
/ gopass

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




  1   2   >