[Git][archlinux/packaging/packages/libmpeg2][main] upgpkg: 0.5.1-9: Reconfigure autotools to support newer architectures

2024-04-19 Thread @bgyorgy


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


Commits:
a897f3be by Balló György at 2024-04-19T14:59:54+02:00
upgpkg: 0.5.1-9: Reconfigure autotools to support newer architectures

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libmpeg2
pkgdesc = Library for decoding MPEG-1 and MPEG-2 video streams
pkgver = 0.5.1
-   pkgrel = 8
+   pkgrel = 9
url = https://libmpeg2.sourceforge.io/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Library for decoding MPEG-1 and MPEG-2 video streams'
 arch=('x86_64')
 url='https://libmpeg2.sourceforge.io/'
@@ -16,6 +16,11 @@ optdepends=('libxv: mpeg2dec command'
 source=("https://libmpeg2.sourceforge.io/files/$pkgname-$pkgver.tar.gz;)
 sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4')
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/a897f3bec87a5cbbc36ac1f60094470fa7ef78ed

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




[Git][archlinux/packaging/packages/libmpeg2] Pushed new tag 0.5.1-9

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 0.5.1-9 at Arch Linux / Packaging / Packages / 
libmpeg2

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




[Git][archlinux/packaging/packages/libmediaart][main] Update upstream URL

2024-04-19 Thread @bgyorgy


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


Commits:
ffa0c294 by Balló György at 2024-04-19T14:48:55+02:00
Update upstream URL

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -2,7 +2,7 @@ pkgbase = libmediaart
pkgdesc = Library tasked with managing, extracting and handling media 
art caches
pkgver = 1.9.6
pkgrel = 2
-   url = https://git.gnome.org/browse/libmediaart
+   url = https://gitlab.gnome.org/GNOME/libmediaart
arch = x86_64
license = LGPL-2.1-or-later
makedepends = git


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=libmediaart
 pkgver=1.9.6
 pkgrel=2
 pkgdesc='Library tasked with managing, extracting and handling media art 
caches'
-url='https://git.gnome.org/browse/libmediaart'
+url='https://gitlab.gnome.org/GNOME/libmediaart'
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
 depends=('gdk-pixbuf2' 'glib2' 'glibc')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmediaart/-/commit/ffa0c294cfda1d0c407daf9d674ea16828af25f8

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




[Git][archlinux/packaging/packages/libmpeg2][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
4216c78b by Balló György at 2024-04-19T14:31:34+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libmpeg2
+   pkgdesc = Library for decoding MPEG-1 and MPEG-2 video streams
+   pkgver = 0.5.1
+   pkgrel = 8
+   url = https://libmpeg2.sourceforge.io/
+   arch = x86_64
+   license = GPL-2.0-or-later
+   makedepends = libxv
+   makedepends = sdl
+   depends = glibc
+   optdepends = libxv: mpeg2dec command
+   optdepends = sdl: mpeg2dec command
+   source = https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz
+   sha256sums = 
dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
+
+pkgname = libmpeg2


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libmpeg2]
+source = "regex"
+url = "https://libmpeg2.sourceforge.io/downloads.html;
+regex = "libmpeg2-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/4216c78bcb5ad39d7c65d532ce7eb1639656032a

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




[Git][archlinux/packaging/packages/libmediaart][main] Switch to git source, add srcinfo, add srcinfo, add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
a7eb719a by Balló György at 2024-04-19T14:18:46+02:00
Switch to git source, add srcinfo, add srcinfo, add config for nvchecker

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = libmediaart
+   pkgdesc = Library tasked with managing, extracting and handling media 
art caches
+   pkgver = 1.9.6
+   pkgrel = 2
+   url = https://git.gnome.org/browse/libmediaart
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gtk-doc
+   makedepends = meson
+   makedepends = vala
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = glibc
+   source = git+https://gitlab.gnome.org/GNOME/libmediaart.git#tag=1.9.6
+   b2sums = 
e5186df01967337cacdefe2e4035145bef47202f6eb58cd03b7fe49f6adcbfc0505c4f1f89305600872e5403cae7a22fdc47c6e3ea246daa0cc25593a5d30fbb
+
+pkgname = libmediaart


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


=
PKGBUILD
=
@@ -10,12 +10,12 @@ url='https://git.gnome.org/browse/libmediaart'
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
 depends=('gdk-pixbuf2' 'glib2' 'glibc')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('c3bc5025d7db380587f9c8eb800c611f6b5a16d6b4b78fcff93f62876a677f17')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
+b2sums=('e5186df01967337cacdefe2e4035145bef47202f6eb58cd03b7fe49f6adcbfc0505c4f1f89305600872e5403cae7a22fdc47c6e3ea246daa0cc25593a5d30fbb')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D gtk_doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmediaart/-/commit/a7eb719a9f197229aa6ba0b26396739daadd8778

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




[Git][archlinux/packaging/packages/libmanette][main] Switch to git source

2024-04-19 Thread @bgyorgy


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


Commits:
252da0e8 by Balló György at 2024-04-19T14:00:12+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,7 +5,9 @@ pkgbase = libmanette
url = https://gnome.pages.gitlab.gnome.org/libmanette/
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
makedepends = gobject-introspection
+   makedepends = gtk-doc
makedepends = meson
makedepends = vala
depends = gcc-libs
@@ -13,7 +15,7 @@ pkgbase = libmanette
depends = glibc
depends = libevdev
depends = libgudev
-   source = 
https://download.gnome.org/sources/libmanette/0.2/libmanette-0.2.7.tar.xz
-   sha256sums = 
cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51
+   source = git+https://gitlab.gnome.org/GNOME/libmanette.git#tag=0.2.7
+   b2sums = 
21ef1234aa2854e3f164c3eb9148422d477916c0f8eddf958edd50282ccceead35420c8cfc9a99c8f302612dac77f89731c3b55b79627ae955296ec0f3f1610b
 
 pkgname = libmanette


=
PKGBUILD
=
@@ -8,12 +8,12 @@ arch=('x86_64')
 url='https://gnome.pages.gitlab.gnome.org/libmanette/'
 license=('LGPL-2.1-or-later')
 depends=('gcc-libs' 'glib2' 'glibc' 'libevdev' 'libgudev')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('cddd5c02a131072c19c6cde6f2cb2cd57eae7dacb50d14c337efd980baa51a51')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
+b2sums=('21ef1234aa2854e3f164c3eb9148422d477916c0f8eddf958edd50282ccceead35420c8cfc9a99c8f302612dac77f89731c3b55b79627ae955296ec0f3f1610b')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D doc=true
+  arch-meson $pkgname build -D doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmanette/-/commit/252da0e86c087a24bc66ef0293a28a7814ddd457

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




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

2024-04-19 Thread @bgyorgy


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


Commits:
f3edc8c2 by Balló György at 2024-04-19T13:51:57+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmanette/-/commit/f3edc8c23a7ce150a526b541a0cc559b8a46935d

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




[Git][archlinux/packaging/packages/linux-hardened][main] upgpkg: 6.8.7.hardened1-3: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-hardened


Commits:
4e2e22e9 by Frederik Schwan at 2024-04-19T13:51:52+02:00
upgpkg: 6.8.7.hardened1-3: python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- + 0006-docutils.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-hardened
pkgdesc = Security-Hardened Linux
pkgver = 6.8.7.hardened1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/anthraxx/linux-hardened
arch = x86_64
license = GPL-2.0-only
@@ -26,6 +26,7 @@ pkgbase = linux-hardened
source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.7-hardened1/linux-hardened-6.8.7-hardened1.patch
source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.7-hardened1/linux-hardened-6.8.7-hardened1.patch.sig
source = config
+   source = 0006-docutils.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
@@ -34,11 +35,13 @@ pkgbase = linux-hardened
sha256sums = 
9af1a4c9671b2627447d05b3c4d00abbd1b24b6aa9b5691a4dd3394b50b9a3f0
sha256sums = SKIP
sha256sums = 
a331e88264c5604cad58e5b5e28697014c85fbac9a816dec98c069a7336f5422
+   sha256sums = 
9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38
b2sums = 
e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
b2sums = SKIP
b2sums = 
a575cbb4042791c81d40ae2a8c43783ba656c7159a3ad6231a1acf5b21653b8b23afe7462f8502488ff3958f21ae0c4e9855111d206351f176c60b04ddcb8ddf
b2sums = SKIP
b2sums = 
57c639b8f7077ee6c1e8571237c3692091deed4962b7e7bb1921f813093c4302404b63974d68762cab4e08ce48afaabe65050d19cd81b84e21663077bd595a5a
+   b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
 
 pkgname = linux-hardened
pkgdesc = The Security-Hardened Linux kernel and modules


=
0006-docutils.patch
=
@@ -0,0 +1,13 @@
+diff --git i/Documentation/sphinx/kernel_include.py 
w/Documentation/sphinx/kernel_include.py
+index abe768088377..4ba03e5380c6 100755
+--- i/Documentation/sphinx/kernel_include.py
 w/Documentation/sphinx/kernel_include.py
+@@ -97,7 +97,7 @@ class KernelInclude(Include):
+ # HINT: this is the only line I had to change / commented out:
+ #path = utils.relative_path(None, path)
+ 
+-path = nodes.reprunicode(path)
++path = str(path)
+ encoding = self.options.get(
+ 'encoding', self.state.document.settings.input_encoding)
+ e_handler=self.state.document.settings.input_encoding_error_handler


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=6.8.7.hardened1
-pkgrel=2
+pkgrel=3
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)
@@ -38,6 +38,7 @@ source=(
   
https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
   ${url}/releases/download/${_srctag}/${pkgbase}-${_srctag}.patch{,.sig}
   config  # the main kernel config file
+  0006-docutils.patch
 )
 validpgpkeys=(
   ABAF11C65A2970B130ABE3C479BE3E4300411886  # Linus Torvalds
@@ -49,12 +50,14 @@ 
sha256sums=('291d1a1faf4e87b3b0ea9729080db887aafd1ff2fac1430ceca921e46bc22fae'
 'SKIP'
 '9af1a4c9671b2627447d05b3c4d00abbd1b24b6aa9b5691a4dd3394b50b9a3f0'
 'SKIP'
-'a331e88264c5604cad58e5b5e28697014c85fbac9a816dec98c069a7336f5422')
+'a331e88264c5604cad58e5b5e28697014c85fbac9a816dec98c069a7336f5422'
+'9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38')
 
b2sums=('e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855'
 'SKIP'
 
'a575cbb4042791c81d40ae2a8c43783ba656c7159a3ad6231a1acf5b21653b8b23afe7462f8502488ff3958f21ae0c4e9855111d206351f176c60b04ddcb8ddf'
 'SKIP'
-
'57c639b8f7077ee6c1e8571237c3692091deed4962b7e7bb1921f813093c4302404b63974d68762cab4e08ce48afaabe65050d19cd81b84e21663077bd595a5a')
+
'57c639b8f7077ee6c1e8571237c3692091deed4962b7e7bb1921f813093c4302404b63974d68762cab4e08ce48afaabe65050d19cd81b84e21663077bd595a5a'
+
'0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase



View it on GitLab: 

[Git][archlinux/packaging/packages/linux-hardened] Pushed new tag 6.8.7.hardened1-3

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


Frederik Schwan pushed new tag 6.8.7.hardened1-3 at Arch Linux / Packaging / 
Packages / linux-hardened

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




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

2024-04-19 Thread @bgyorgy


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


Commits:
23f926e6 by Balló György at 2024-04-19T13:34:30+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/23f926e6805d6eb61ed883b07a1e6498e0b3338b

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




[Git][archlinux/packaging/packages/linux-rt][main] upgpkg: 6.7.0.6.realtime1-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-rt


Commits:
0c00c02a by Frederik Schwan at 2024-04-19T13:09:19+02:00
upgpkg: 6.7.0.6.realtime1-2: python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- + 0006-docutils.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-rt
pkgdesc = Linux RT
pkgver = 6.7.0.6.realtime1
-   pkgrel = 1
+   pkgrel = 2
url = 
https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt/-/commits/v6.7.0.6.realtime1
arch = x86_64
makedepends = bc
@@ -20,13 +20,16 @@ pkgbase = linux-rt
options = !strip
source = 
git+https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt#tag=v6.7.0.6.realtime1?signed
source = config
+   source = 0006-docutils.patch
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 64254695FFF0AA4466CC19E67B96E8162A8CF5D1
validpgpkeys = 991F6E3F0765CF6295888586139B09DA5BF0D338
-   sha512sums = SKIP
+   sha512sums = 
a38a91f53f33c88b6a32234f7fb019a77b7361441480244eb46d5a5840f4cc9582916d74288335037d77a1f48242f83d834484ce9772543d264dd1252dbfc803
sha512sums = 
700bf0641282d1f4fc1bba66478805b3df590ce28db22c8e278badc3b7b52a842c5b5867c885af2fa2716a21fe95f4f7f1f6fdd4e29d1b0c3af0565dced9b5a9
-   b2sums = SKIP
+   sha512sums = 
a5a2cdefc964803354f1acf5a61a7847e7f566bcf4471650504254fecc8d343bc65f06f7f8ee662b0b26fe2e24854e187e5c73c375d9e6522022a1a08369960b
+   b2sums = 
1aeaab5f267dc04e7f9e70323fd48370e872b16ac0d035a152a26549529e0e05294691947a2cbb0a206fbcefc75e0e4366f9eafac9172698eb8443628373db90
b2sums = 
3f114f2a10ce4d7f08ae255d1a865243326ee917451d7e27518c8d83481e88bb361620a3954b1094d7bb3e9f426b29c92bbcc0743a269e117f85d8c75c145acd
+   b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
 
 pkgname = linux-rt
pkgdesc = The Linux RT kernel and modules


=
0006-docutils.patch
=
@@ -0,0 +1,13 @@
+diff --git i/Documentation/sphinx/kernel_include.py 
w/Documentation/sphinx/kernel_include.py
+index abe768088377..4ba03e5380c6 100755
+--- i/Documentation/sphinx/kernel_include.py
 w/Documentation/sphinx/kernel_include.py
+@@ -97,7 +97,7 @@ class KernelInclude(Include):
+ # HINT: this is the only line I had to change / commented out:
+ #path = utils.relative_path(None, path)
+ 
+-path = nodes.reprunicode(path)
++path = str(path)
+ encoding = self.options.get(
+ 'encoding', self.state.document.settings.input_encoding)
+ e_handler=self.state.document.settings.input_encoding_error_handler


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=linux-rt
 pkgver=6.7.0.6.realtime1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux RT'
 arch=(x86_64)
 
url="https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt/-/commits/v$pkgver;
@@ -26,11 +26,14 @@ options=(!strip)
 source=(
   
git+https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt#tag=v$pkgver?signed
   config
-)
-sha512sums=('SKIP'
-
'700bf0641282d1f4fc1bba66478805b3df590ce28db22c8e278badc3b7b52a842c5b5867c885af2fa2716a21fe95f4f7f1f6fdd4e29d1b0c3af0565dced9b5a9')
-b2sums=('SKIP'
-
'3f114f2a10ce4d7f08ae255d1a865243326ee917451d7e27518c8d83481e88bb361620a3954b1094d7bb3e9f426b29c92bbcc0743a269e117f85d8c75c145acd')
+  0006-docutils.patch
+ )
+sha512sums=('a38a91f53f33c88b6a32234f7fb019a77b7361441480244eb46d5a5840f4cc9582916d74288335037d77a1f48242f83d834484ce9772543d264dd1252dbfc803'
+
'700bf0641282d1f4fc1bba66478805b3df590ce28db22c8e278badc3b7b52a842c5b5867c885af2fa2716a21fe95f4f7f1f6fdd4e29d1b0c3af0565dced9b5a9'
+
'a5a2cdefc964803354f1acf5a61a7847e7f566bcf4471650504254fecc8d343bc65f06f7f8ee662b0b26fe2e24854e187e5c73c375d9e6522022a1a08369960b')
+b2sums=('1aeaab5f267dc04e7f9e70323fd48370e872b16ac0d035a152a26549529e0e05294691947a2cbb0a206fbcefc75e0e4366f9eafac9172698eb8443628373db90'
+
'3f114f2a10ce4d7f08ae255d1a865243326ee917451d7e27518c8d83481e88bb361620a3954b1094d7bb3e9f426b29c92bbcc0743a269e117f85d8c75c145acd'
+
'0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd')
 validpgpkeys=(
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman 

   '64254695FFF0AA4466CC19E67B96E8162A8CF5D1'  # Sebastian Andrzej Siewior



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-rt/-/commit/0c00c02a2fb525d808b410f06b15ccf0365ac010

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

[Git][archlinux/packaging/packages/linux-rt] Pushed new tag 6.7.0.6.realtime1-2

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


Frederik Schwan pushed new tag 6.7.0.6.realtime1-2 at Arch Linux / Packaging / 
Packages / linux-rt

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




[Git][archlinux/packaging/packages/linux-rt-lts] Pushed new tag 6.6.23.28.realtime1-2

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


Frederik Schwan pushed new tag 6.6.23.28.realtime1-2 at Arch Linux / Packaging 
/ Packages / linux-rt-lts

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




[Git][archlinux/packaging/packages/linux-rt-lts][main] upgpkg: 6.6.23.28.realtime1-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-rt-lts


Commits:
c549727e by Frederik Schwan at 2024-04-19T13:09:14+02:00
upgpkg: 6.6.23.28.realtime1-2: python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- + 0006-docutils.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-rt-lts
pkgdesc = Linux RT LTS
pkgver = 6.6.23.28.realtime1
-   pkgrel = 1
+   pkgrel = 2
url = 
https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts/-/commits/v6.6.23.28.realtime1
arch = x86_64
makedepends = bc
@@ -20,13 +20,16 @@ pkgbase = linux-rt-lts
options = !strip
source = 
git+https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts.git/#tag=v6.6.23.28.realtime1?signed
source = config
+   source = 0006-docutils.patch
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 5ED9A48FC54C0A22D1D0804CEBC26CDB5A56DE73
validpgpkeys = 991F6E3F0765CF6295888586139B09DA5BF0D338
sha512sums = 
2ec68f30bcd6987d570003baf19c8533fd021600ea4276cf1cea3c54ae47989c1a6b613c8397a7e77c1dd4185c986ba1d71db0bef452bfab7ffd638df86c2a90
sha512sums = 
0160b70dafdb307260b31965af78ef3ffb0d2819a158b440843cd7b92f64c73b724752aded5914238939c4137765bdf11809553c54498edf5dc4915809f06a42
+   sha512sums = 
a5a2cdefc964803354f1acf5a61a7847e7f566bcf4471650504254fecc8d343bc65f06f7f8ee662b0b26fe2e24854e187e5c73c375d9e6522022a1a08369960b
b2sums = 
ceffbacbf079b2233be766568033fef3e913cb65589539e84e6cf0d60fc5b3b67002f92b75031ef2bd432ee02b671279ed3cc3e21c3eea9d28f207df5ea1f4e4
b2sums = 
c5fb9b7e38a37c20f9a3020d413b1fb5e2e4f7210e7dd590751ed32782504901546a7ee113a05d077853012c4fc07d71c661a93a5636bd89c3faa66c05a359a2
+   b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
 
 pkgname = linux-rt-lts
pkgdesc = The Linux RT LTS kernel and modules


=
0006-docutils.patch
=
@@ -0,0 +1,13 @@
+diff --git i/Documentation/sphinx/kernel_include.py 
w/Documentation/sphinx/kernel_include.py
+index abe768088377..4ba03e5380c6 100755
+--- i/Documentation/sphinx/kernel_include.py
 w/Documentation/sphinx/kernel_include.py
+@@ -97,7 +97,7 @@ class KernelInclude(Include):
+ # HINT: this is the only line I had to change / commented out:
+ #path = utils.relative_path(None, path)
+ 
+-path = nodes.reprunicode(path)
++path = str(path)
+ encoding = self.options.get(
+ 'encoding', self.state.document.settings.input_encoding)
+ e_handler=self.state.document.settings.input_encoding_error_handler


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=linux-rt-lts
 pkgver=6.6.23.28.realtime1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux RT LTS'
 arch=(x86_64)
 
url="https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts/-/commits/v$pkgver;
@@ -26,11 +26,14 @@ options=(!strip)
 source=(
   
git+https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts.git/#tag=v$pkgver?signed
   config
-)
+  0006-docutils.patch
+ )
 
sha512sums=('2ec68f30bcd6987d570003baf19c8533fd021600ea4276cf1cea3c54ae47989c1a6b613c8397a7e77c1dd4185c986ba1d71db0bef452bfab7ffd638df86c2a90'
-
'0160b70dafdb307260b31965af78ef3ffb0d2819a158b440843cd7b92f64c73b724752aded5914238939c4137765bdf11809553c54498edf5dc4915809f06a42')
+
'0160b70dafdb307260b31965af78ef3ffb0d2819a158b440843cd7b92f64c73b724752aded5914238939c4137765bdf11809553c54498edf5dc4915809f06a42'
+
'a5a2cdefc964803354f1acf5a61a7847e7f566bcf4471650504254fecc8d343bc65f06f7f8ee662b0b26fe2e24854e187e5c73c375d9e6522022a1a08369960b')
 
b2sums=('ceffbacbf079b2233be766568033fef3e913cb65589539e84e6cf0d60fc5b3b67002f92b75031ef2bd432ee02b671279ed3cc3e21c3eea9d28f207df5ea1f4e4'
-
'c5fb9b7e38a37c20f9a3020d413b1fb5e2e4f7210e7dd590751ed32782504901546a7ee113a05d077853012c4fc07d71c661a93a5636bd89c3faa66c05a359a2')
+
'c5fb9b7e38a37c20f9a3020d413b1fb5e2e4f7210e7dd590751ed32782504901546a7ee113a05d077853012c4fc07d71c661a93a5636bd89c3faa66c05a359a2'
+
'0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd')
 validpgpkeys=(
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman 

   '5ED9A48FC54C0A22D1D0804CEBC26CDB5A56DE73'  # Steven Rostedt (Der Hacker) 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-rt-lts/-/commit/c549727e92d361eb5785fdb7a70dc35723360bb3

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

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

2024-04-19 Thread @bgyorgy


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


Commits:
47b42e67 by Balló György at 2024-04-19T12:50:36+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[libiptcdata]
+source = "git"
+git = "https://github.com/ianw/libiptcdata.git;
+from_pattern = "_"
+to_pattern = "."
+prefix = "release_"



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

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




[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 550.76-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-open


Commits:
99e7f528 by Frederik Schwan at 2024-04-19T12:40:50+02:00
upgpkg: 550.76-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
pkgver = 550.76
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=550.76
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/99e7f52816567f5ea75f388d106cdde504a06ee8

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




[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 550.76-2

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


Frederik Schwan pushed new tag 550.76-2 at Arch Linux / Packaging / Packages / 
nvidia-open

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




[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 550.76-2: python 3.12 rebuild

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


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


Commits:
f4f77509 by Frederik Schwan at 2024-04-19T12:39:59+02:00
upgpkg: 550.76-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia
pkgdesc = NVIDIA drivers for linux
pkgver = 550.76
-   pkgrel = 1
+   pkgrel = 2
url = https://www.nvidia.com/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=550.76
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/commit/f4f77509cfe415cf6f938d9943b0f0ebbff510ed

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




[Git][archlinux/packaging/packages/nvidia] Pushed new tag 550.76-2

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


Frederik Schwan pushed new tag 550.76-2 at Arch Linux / Packaging / Packages / 
nvidia

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




[Git][archlinux/packaging/packages/r8168] Pushed new tag 8.052.01-44

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


Frederik Schwan pushed new tag 8.052.01-44 at Arch Linux / Packaging / Packages 
/ r8168

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




[Git][archlinux/packaging/packages/r8168][main] upgpkg: 8.052.01-44: python 3.12 rebuild

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


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


Commits:
95656772 by Frederik Schwan at 2024-04-19T12:39:22+02:00
upgpkg: 8.052.01-44: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168
pkgdesc = A kernel module for Realtek 8168 network cards
pkgver = 8.052.01
-   pkgrel = 43
+   pkgrel = 44
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.052.01
-pkgrel=43
+pkgrel=44
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/956567721d16717a90d256d447ade77edd8c93dd

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




[Git][archlinux/packaging/packages/bbswitch][main] upgpkg: 0.8-668: python 3.12 rebuild

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


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


Commits:
bb721621 by Frederik Schwan at 2024-04-19T12:39:21+02:00
upgpkg: 0.8-668: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bbswitch
pkgdesc = Kernel module allowing to switch dedicated graphics card on 
Optimus laptops
pkgver = 0.8
-   pkgrel = 667
+   pkgrel = 668
url = https://github.com/Bumblebee-Project/bbswitch
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=667
+pkgrel=668
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="https://github.com/Bumblebee-Project/bbswitch;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/bb721621ab908fd8d408c24ef2088e7da1bb4f5c

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




[Git][archlinux/packaging/packages/bbswitch] Pushed new tag 0.8-668

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


Frederik Schwan pushed new tag 0.8-668 at Arch Linux / Packaging / Packages / 
bbswitch

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.76-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-lts


Commits:
cb1b67d1 by Frederik Schwan at 2024-04-19T12:39:19+02:00
upgpkg: 1:550.76-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-lts
pkgdesc = NVIDIA drivers for linux-lts
pkgver = 550.76
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://www.nvidia.com/
arch = x86_64


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=550.76
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/commit/cb1b67d192ac84bb0361e83a8560f1db344b85db

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




[Git][archlinux/packaging/packages/nvidia-lts] Pushed new tag 1-550.76-2

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


Frederik Schwan pushed new tag 1-550.76-2 at Arch Linux / Packaging / Packages 
/ nvidia-lts

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




[Git][archlinux/packaging/packages/acpi_call][main] upgpkg: 1.2.2-200: python 3.12 rebuild

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


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


Commits:
e9c15c59 by Frederik Schwan at 2024-04-19T12:39:03+02:00
upgpkg: 1.2.2-200: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = acpi_call
pkgdesc = A linux kernel module that enables calls to ACPI methods 
through /proc/acpi/call
pkgver = 1.2.2
-   pkgrel = 199
+   pkgrel = 200
url = https://github.com/nix-community/acpi_call
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=199
+pkgrel=200
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/nix-community/acpi_call'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi_call/-/commit/e9c15c591f7f8fa9151b95699e332d99d7887c32

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




[Git][archlinux/packaging/packages/netfilter-fullconenat][main] upgpkg: r73.0cf3b48-365: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
netfilter-fullconenat


Commits:
021dd6a8 by Frederik Schwan at 2024-04-19T12:39:11+02:00
upgpkg: r73.0cf3b48-365: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = netfilter-fullconenat
pkgdesc = A kernel module that turns MASQUERADE into full cone SNAT
pkgver = r73.0cf3b48
-   pkgrel = 364
+   pkgrel = 365
url = https://github.com/Chion82/netfilter-full-cone-nat
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=364
+pkgrel=365
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/commit/021dd6a8be17e1560cecf3d9b5cdeb9f15ac9c5e

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




[Git][archlinux/packaging/packages/netfilter-fullconenat] Pushed new tag r73.0cf3b48-365

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


Frederik Schwan pushed new tag r73.0cf3b48-365 at Arch Linux / Packaging / 
Packages / netfilter-fullconenat

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/tree/r73.0cf3b48-365
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tp_smapi-lts][main] upgpkg: 0.44-26: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
tp_smapi-lts


Commits:
a474bb2f by Frederik Schwan at 2024-04-19T12:39:11+02:00
upgpkg: 0.44-26: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tp_smapi-lts
pkgdesc = Modules for ThinkPad's SMAPI functionality
pkgver = 0.44
-   pkgrel = 25
+   pkgrel = 26
url = https://github.com/evgeni/tp_smapi
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.44
-pkgrel=25
+pkgrel=26
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi-lts/-/commit/a474bb2fdf92433dc27e56d995010c64ef411916

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




[Git][archlinux/packaging/packages/tp_smapi-lts] Pushed new tag 0.44-26

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


Frederik Schwan pushed new tag 0.44-26 at Arch Linux / Packaging / Packages / 
tp_smapi-lts

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




[Git][archlinux/packaging/packages/acpi_call] Pushed new tag 1.2.2-200

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


Frederik Schwan pushed new tag 1.2.2-200 at Arch Linux / Packaging / Packages / 
acpi_call

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch] Pushed new tag 7.0.16-3

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


Frederik Schwan pushed new tag 7.0.16-3 at Arch Linux / Packaging / Packages / 
virtualbox-host-modules-arch

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] upgpkg: 7.0.16-3: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
virtualbox-host-modules-arch


Commits:
1b7274c0 by Frederik Schwan at 2024-04-19T12:39:05+02:00
upgpkg: 7.0.16-3: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = virtualbox-host-modules-arch
pkgdesc = Virtualbox host kernel modules for Arch Kernel
pkgver = 7.0.16
-   pkgrel = 2
+   pkgrel = 3
url = https://virtualbox.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.16
-pkgrel=2
+pkgrel=3
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/1b7274c071b7dc0120938b9242624f15cd48ad21

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




[Git][archlinux/packaging/packages/broadcom-wl][main] upgpkg: 6.30.223.271-544: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
broadcom-wl


Commits:
bc6e9ea0 by Frederik Schwan at 2024-04-19T12:38:59+02:00
upgpkg: 6.30.223.271-544: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = broadcom-wl
pkgdesc = Broadcom 802.11 Linux STA wireless driver
pkgver = 6.30.223.271
-   pkgrel = 543
+   pkgrel = 544
url = 
https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -5,7 +5,7 @@ _kernelname=  # Build against stock -ARCH kernel
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=543
+pkgrel=544
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broadcom-wl/-/commit/bc6e9ea071a08a6e325e283e0ce538a0f04c95f5

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




[Git][archlinux/packaging/packages/broadcom-wl] Pushed new tag 6.30.223.271-544

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


Frederik Schwan pushed new tag 6.30.223.271-544 at Arch Linux / Packaging / 
Packages / broadcom-wl

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




[Git][archlinux/packaging/packages/vhba-module][main] upgpkg: 20240202-17: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
vhba-module


Commits:
7f8b7d65 by Frederik Schwan at 2024-04-19T12:38:56+02:00
upgpkg: 20240202-17: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vhba-module
pkgdesc = Kernel module that emulates SCSI devices
pkgver = 20240202
-   pkgrel = 16
+   pkgrel = 17
url = https://cdemu.sourceforge.io/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   vhba-module-dkms
 )
 pkgver=20240202
-pkgrel=16
+pkgrel=17
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vhba-module/-/commit/7f8b7d6598efe5c88d56d3fee3b01149cebdaa32

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




[Git][archlinux/packaging/packages/vhba-module] Pushed new tag 20240202-17

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


Frederik Schwan pushed new tag 20240202-17 at Arch Linux / Packaging / Packages 
/ vhba-module

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




[Git][archlinux/packaging/packages/acpi_call-lts][main] upgpkg: 1.2.2-185: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
acpi_call-lts


Commits:
59abc307 by Frederik Schwan at 2024-04-19T12:38:49+02:00
upgpkg: 1.2.2-185: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = acpi_call-lts
pkgdesc = A linux kernel module that enables calls to ACPI methods 
through /proc/acpi/call
pkgver = 1.2.2
-   pkgrel = 184
+   pkgrel = 185
url = https://github.com/mkottman/acpi_call
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=184
+pkgrel=185
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi_call-lts/-/commit/59abc3073f4c4eb7b0ee129227e329b650ec1319

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




[Git][archlinux/packaging/packages/acpi_call-lts] Pushed new tag 1.2.2-185

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


Frederik Schwan pushed new tag 1.2.2-185 at Arch Linux / Packaging / Packages / 
acpi_call-lts

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.052.01-41: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
r8168-lts


Commits:
848104f1 by Frederik Schwan at 2024-04-19T12:38:44+02:00
upgpkg: 8.052.01-41: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
pkgver = 8.052.01
-   pkgrel = 40
+   pkgrel = 41
url = http://www.realtek.com.tw
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.052.01
-pkgrel=40
+pkgrel=41
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/848104f1865550c425d251f74081e79f0ee44ea9

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.052.01-41

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


Frederik Schwan pushed new tag 8.052.01-41 at Arch Linux / Packaging / Packages 
/ r8168-lts

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




[Git][archlinux/packaging/packages/deepin-anything-arch][main] upgpkg: 6.1.2-66: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-anything-arch


Commits:
72058278 by Frederik Schwan at 2024-04-19T12:38:32+02:00
upgpkg: 6.1.2-66: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = deepin-anything-arch
pkgdesc = Deepin Anything file search tool, kernel module for Arch 
kernel
pkgver = 6.1.2
-   pkgrel = 65
+   pkgrel = 66
url = https://github.com/linuxdeepin/deepin-anything
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=6.1.2
-pkgrel=65
+pkgrel=66
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/commit/72058278bcceb24e4544c6168020299899d04319

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




[Git][archlinux/packaging/packages/tp_smapi][main] upgpkg: 0.44-53: python 3.12 rebuild

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


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


Commits:
63c1e590 by Frederik Schwan at 2024-04-19T12:38:32+02:00
upgpkg: 0.44-53: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tp_smapi
pkgdesc = Modules for ThinkPad's SMAPI functionality
pkgver = 0.44
-   pkgrel = 52
+   pkgrel = 53
url = https://github.com/evgeni/tp_smapi
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.44
-pkgrel=52
+pkgrel=53
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 url='https://github.com/evgeni/tp_smapi'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi/-/commit/63c1e5901f055ac7bb9efd1f6ce8e76b2e696c21

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




[Git][archlinux/packaging/packages/tp_smapi] Pushed new tag 0.44-53

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


Frederik Schwan pushed new tag 0.44-53 at Arch Linux / Packaging / Packages / 
tp_smapi

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




[Git][archlinux/packaging/packages/deepin-anything-arch] Pushed new tag 6.1.2-66

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


Frederik Schwan pushed new tag 6.1.2-66 at Arch Linux / Packaging / Packages / 
deepin-anything-arch

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




[Git][archlinux/packaging/packages/linux-zen][main] upgpkg: 6.8.7.zen1-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-zen


Commits:
98c1b23f by Frederik Schwan at 2024-04-19T12:28:38+02:00
upgpkg: 6.8.7.zen1-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-zen
pkgdesc = Linux ZEN
pkgver = 6.8.7.zen1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/zen-kernel/zen-kernel
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=6.8.7.zen1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 url='https://github.com/zen-kernel/zen-kernel'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/commit/98c1b23f6e8aaddcd2e1cf61d4a304b56d2dcee5

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




[Git][archlinux/packaging/packages/linux-zen] Pushed new tag 6.8.7.zen1-2

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


Frederik Schwan pushed new tag 6.8.7.zen1-2 at Arch Linux / Packaging / 
Packages / linux-zen

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




[Git][archlinux/packaging/packages/linux] Pushed new tag 6.8.7.arch1-2

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


Frederik Schwan pushed new tag 6.8.7.arch1-2 at Arch Linux / Packaging / 
Packages / linux

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




[Git][archlinux/packaging/packages/linux][main] upgpkg: 6.8.7.arch1-2: python 3.12 rebuild

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


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


Commits:
fbc7fa5c by Frederik Schwan at 2024-04-19T12:28:32+02:00
upgpkg: 6.8.7.arch1-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux
pkgdesc = Linux
pkgver = 6.8.7.arch1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/archlinux/linux
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=6.8.7.arch1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 url='https://github.com/archlinux/linux'
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/linux-lts] Pushed new tag 6.6.28-2

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


Frederik Schwan pushed new tag 6.6.28-2 at Arch Linux / Packaging / Packages / 
linux-lts

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




[Git][archlinux/packaging/packages/linux-lts][main] upgpkg: 6.6.28-2: python 3.12 rebuild

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


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
linux-lts


Commits:
62d39945 by Frederik Schwan at 2024-04-19T12:28:10+02:00
upgpkg: 6.6.28-2: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-lts
pkgdesc = LTS Linux
pkgver = 6.6.28
-   pkgrel = 1
+   pkgrel = 2
url = https://www.kernel.org
arch = x86_64
makedepends = bc
@@ -35,7 +35,7 @@ pkgbase = linux-lts
sha256sums = 
6400a06e6eb3a24b650bc3b1bba9626622f132697987f718e7ed6a5b8c0317bc
sha256sums = 
17d8a31e96dfbf5225b12efc35dc757cc129d4d00741b9781b9cd24b1d57f2ab
sha256sums = 
9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38
-   sha256sums = 
0bce792e014b58397bb0c7e430ef74cc9b3955656ad0b91ef431f1b9b6d8082c
+   sha256sums = 
0766963fa0ad0d66e7b712b5754f1654cde9477b0a428f5d721a357cb7d3bc11
b2sums = 
688c9b46f36a0ef8dedbfe27681878216e9b11faa05bb3f8a5f257d6536df2a3260c2ecac33d67b6b1a27dfb747a86ae8911a0bc2c6376f062fd04595e05b199
b2sums = SKIP
b2sums = 
02a10396c92ab93124139fc3e37b1d4d8654227556d0d11486390da35dfc401ff5784ad86d0d2aa7eacac12bc451aa2ff138749748c7e24deadd040d5404734c
@@ -43,7 +43,7 @@ pkgbase = linux-lts
b2sums = 
ba6ebe349b3757411364a9ba2deaa30a8d71a247d518c159385977c2b4782771bda4edfc96bd954808617c9ba984d832471b63c11f5bd6003369bfe4051df31f
b2sums = 
55a20d84c052c9de3e36514a36689238f970f7956e679a425efbff6ef668fbc56ea096ff2b000f3629ea8ec32cdbcbafc44acd27e4a9dffaa885237811ddc558
b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
-   b2sums = 
baf257a0d9a4855d1b8c766ca215b43dece07fb832199182a4515b9de14dd01df7b64c7cba64268b2bb03ccefd9e58bd789e2c4272bd2119eb2436063ead
+   b2sums = 
d8132552b5c51a360018b989182c60ccd403899249969a1c72eab90d9f66f4ab4dc4778a69cf8128570bd6d85c20faa848901e4add61fdc8a8700e18b6464ef7
 
 pkgname = linux-lts
pkgdesc = The LTS Linux kernel and modules


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=linux-lts
 pkgver=6.6.28
-pkgrel=1
+pkgrel=2
 pkgdesc='LTS Linux'
 url='https://www.kernel.org'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/commit/62d39945accfd82242b1509aec9d073bc2fe3047

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




[Git][archlinux/packaging/packages/osv-scanner][main] upgpkg: 1.7.2-1

2024-04-19 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / osv-scanner


Commits:
ee6de121 by kpcyrd at 2024-04-19T12:04:25+02:00
upgpkg: 1.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = osv-scanner
pkgdesc = Vulnerability scanner written in Go which uses the data 
provided by https://osv.dev
-   pkgver = 1.7.1
+   pkgver = 1.7.2
pkgrel = 1
url = https://github.com/google/osv-scanner
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
-   source = 
https://github.com/google/osv-scanner/archive/v1.7.1/osv-scanner-1.7.1.tar.gz
-   sha256sums = 
9aa9ebd72bcf62a377231f6b821d328ab7163d1a7eb39d7e9271bb6c7c01a3b0
-   b2sums = 
fe599cd2f51d5d87f6fadd6432a10fda9cb7fea9b69cd0979dc30a07ffac96e9a7644fc9b7d2eb116237ecb93d9eebedec88736eafe62ea9dc84af2ef2aa7820
+   source = 
https://github.com/google/osv-scanner/archive/v1.7.2/osv-scanner-1.7.2.tar.gz
+   sha256sums = 
b6ff65f82e833e2d8102e3308e620ef30af5f93b3a215f899098be9a3e21ad03
+   b2sums = 
19c77ae203e4ffa07cfd4f9d305733f5415780d05608b14865b6805248d7a690c228be72fbef9000c72566007f61a7d55a632c7b3e202ef1e67d4e17564e8996
 
 pkgname = osv-scanner


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=osv-scanner
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Vulnerability scanner written in Go which uses the data provided by 
https://osv.dev;
 url='https://github.com/google/osv-scanner'
@@ -10,17 +10,22 @@ license=('Apache-2.0')
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/google/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9aa9ebd72bcf62a377231f6b821d328ab7163d1a7eb39d7e9271bb6c7c01a3b0')
-b2sums=('fe599cd2f51d5d87f6fadd6432a10fda9cb7fea9b69cd0979dc30a07ffac96e9a7644fc9b7d2eb116237ecb93d9eebedec88736eafe62ea9dc84af2ef2aa7820')
+sha256sums=('b6ff65f82e833e2d8102e3308e620ef30af5f93b3a215f899098be9a3e21ad03')
+b2sums=('19c77ae203e4ffa07cfd4f9d305733f5415780d05608b14865b6805248d7a690c228be72fbef9000c72566007f61a7d55a632c7b3e202ef1e67d4e17564e8996')
 
 build() {
   cd ${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_REQUIRED="1"
+
   go build \
--trimpath \
 -buildmode=pie \
 -mod=readonly \
 -modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-ldflags '-compressdwarf=false -linkmode=external' \
 ./cmd/osv-scanner
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osv-scanner/-/commit/ee6de121ae9b0362faf486902c7614007d088286

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




[Git][archlinux/packaging/packages/osv-scanner] Pushed new tag 1.7.2-1

2024-04-19 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.7.2-1 at Arch Linux / Packaging / Packages / osv-scanner

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




[Git][archlinux/packaging/packages/libimobiledevice-glue][main] Adopt the package, add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
b2fc783b by Balló György at 2024-04-19T11:49:21+02:00
Adopt the package, add config for nvchecker

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libimobiledevice-glue]
+source = "git"
+git = "https://github.com/libimobiledevice/libimobiledevice-glue.git;


=
PKGBUILD
=
@@ -1,4 +1,4 @@
-# Maintainer:
+# Maintainer: Balló György 
 
 pkgname=libimobiledevice-glue
 pkgver=1.2.0



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/b2fc783b704f36b1b4589de263a9a661800eff67

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




[Git][archlinux/packaging/packages/binutils][main] upgpkg: 2.42-3: rebuild to improve reproducibility with pacman 6.0.2-9

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


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


Commits:
2f8d264a by Frederik Schwan at 2024-04-19T11:48:03+02:00
upgpkg: 2.42-3: rebuild to improve reproducibility with pacman 6.0.2-9

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = binutils
pkgdesc = A set of programs to assemble and manipulate binary and 
object files
pkgver = 2.42
-   pkgrel = 2
+   pkgrel = 3
url = https://www.gnu.org/software/binutils/
arch = x86_64
license = GPL-2.0-or-later
@@ -29,10 +29,10 @@ pkgbase = binutils
options = !distcc
options = !ccache
backup = etc/gprofng.rc
-   source = 
git+https://sourceware.org/git/binutils-gdb.git#commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3
+   source = 
git+https://sourceware.org/git/binutils-gdb.git#commit=6224493e457e72b11818c87cdc112bdb0fee5f81
source = gold-warn-unsupported.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
-   sha256sums = SKIP
+   sha256sums = 
a36780f5918bf383520f44374b2daa2bc737f55aa2601458b9b35d576b4aa7df
sha256sums = 
2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
 
 pkgname = binutils


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgname=binutils
 pkgver=2.42
-_commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3
-pkgrel=2
+_commit=6224493e457e72b11818c87cdc112bdb0fee5f81
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'
@@ -28,7 +28,7 @@ backup=('etc/gprofng.rc')
 options=(staticlibs !distcc !ccache)
 source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
 gold-warn-unsupported.patch)
-sha256sums=('SKIP'
+sha256sums=('a36780f5918bf383520f44374b2daa2bc737f55aa2601458b9b35d576b4aa7df'
 '2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
 validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
 



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

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




[Git][archlinux/packaging/packages/binutils] Pushed new tag 2.42-3

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


Frederik Schwan pushed new tag 2.42-3 at Arch Linux / Packaging / Packages / 
binutils

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




[Git][archlinux/packaging/packages/openldap] Pushed new tag 2.6.7-2

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


Frederik Schwan pushed new tag 2.6.7-2 at Arch Linux / Packaging / Packages / 
openldap

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




[Git][archlinux/packaging/packages/openldap][main] upgpkg: 2.6.7-2: rebuild to improve reproducibility with pacman 6.0.2-9

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


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


Commits:
8279ce42 by Frederik Schwan at 2024-04-19T11:47:49+02:00
upgpkg: 2.6.7-2: rebuild to improve reproducibility with pacman 6.0.2-9

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openldap
pkgver = 2.6.7
-   pkgrel = 1
+   pkgrel = 2
url = https://www.openldap.org/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('openldap' 'libldap')
 pkgver=2.6.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.openldap.org/;
 license=('custom')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openldap/-/commit/8279ce42e370c5dcdbd1886f49de9f8d7a08bf7a

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




[Git][archlinux/packaging/packages/libimobiledevice] Pushed new tag 1.3.0-13

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1.3.0-13 at Arch Linux / Packaging / Packages / 
libimobiledevice

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




[Git][archlinux/packaging/packages/gcc][main] upgpkg: 13.2.1-6: python 3.12 rebuild

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


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


Commits:
4ae051c5 by Frederik Schwan at 2024-04-19T10:58:37+02:00
upgpkg: 13.2.1-6: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gcc
pkgdesc = The GNU Compiler Collection
pkgver = 13.2.1
-   pkgrel = 5
+   pkgrel = 6
url = https://gcc.gnu.org
arch = x86_64
license = GPL-3.0-with-GCC-exception
@@ -24,7 +24,7 @@ pkgbase = gcc
makedepends = zstd
options = !emptydirs
options = !lto
-   source = 
git+https://sourceware.org/git/gcc.git#commit=860b0f0ef787f756c0e293671b4c4622dff63a79
+   source = 
git+https://sourceware.org/git/gcc.git#commit=ca7d454804045a39d10a9b1f691a940aeacdf25b
source = c89
source = c99
source = gcc-ada-repro.patch
@@ -33,7 +33,7 @@ pkgbase = gcc
validpgpkeys = 86CFFCA918CF3AF47147588051E8B148AC34
validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
-   sha256sums = SKIP
+   sha256sums = 
4730129b2d8bc80630bfe512e6cbe69151395be6bd2eb1967d64ca87ed8c0e09
sha256sums = 
de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931
sha256sums = 
2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a
sha256sums = 
1773f5137f08ac1f48f0f7297e324d5d868d55201c03068670ee4602babdef2f
@@ -41,7 +41,7 @@ pkgbase = gcc
 
 pkgname = gcc
pkgdesc = The GNU Compiler Collection - C and C++ frontends
-   depends = gcc-libs=13.2.1-5
+   depends = gcc-libs=13.2.1-6
depends = binutils>=2.28
depends = libmpc
depends = zstd
@@ -80,7 +80,7 @@ pkgname = lib32-gcc-libs
 
 pkgname = gcc-ada
pkgdesc = Ada front-end for GCC (GNAT)
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
provides = gcc-ada-multilib
replaces = gcc-ada-multilib
@@ -89,7 +89,7 @@ pkgname = gcc-ada
 
 pkgname = gcc-d
pkgdesc = D frontend for GCC
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
provides = gdc
replaces = gdc
@@ -97,14 +97,14 @@ pkgname = gcc-d
 
 pkgname = gcc-fortran
pkgdesc = Fortran front-end for GCC
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
provides = gcc-fortran-multilib
replaces = gcc-fortran-multilib
 
 pkgname = gcc-go
pkgdesc = Go front-end for GCC
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
provides = go=1.17
provides = gcc-go-multilib
@@ -113,22 +113,22 @@ pkgname = gcc-go
 
 pkgname = gcc-m2
pkgdesc = Modula-2 frontend for GCC
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
 
 pkgname = gcc-objc
pkgdesc = Objective-C front-end for GCC
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
provides = gcc-objc-multilib
replaces = gcc-objc-multilib
 
 pkgname = lto-dump
pkgdesc = Dump link time optimization object files
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so
 
 pkgname = libgccjit
pkgdesc = Just-In-Time Compilation with GCC backend
-   depends = gcc=13.2.1-5
+   depends = gcc=13.2.1-6
depends = libisl.so


=
PKGBUILD
=
@@ -10,8 +10,8 @@
 pkgname=(gcc gcc-libs lib32-gcc-libs gcc-ada gcc-d gcc-fortran gcc-go gcc-m2 
gcc-objc lto-dump libgccjit)
 pkgver=13.2.1
 _majorver=${pkgver%%.*}
-_commit=860b0f0ef787f756c0e293671b4c4622dff63a79
-pkgrel=5
+_commit=ca7d454804045a39d10a9b1f691a940aeacdf25b
+pkgrel=6
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL-3.0-with-GCC-exception GFDL-1.3-or-later)
@@ -47,7 +47,7 @@ validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrowski@archlinux.
   86CFFCA918CF3AF47147588051E8B148AC34  # 
evange...@foutrelis.com
   13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
richard.guent...@gmail.com
   D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek 

-sha256sums=('SKIP'
+sha256sums=('4730129b2d8bc80630bfe512e6cbe69151395be6bd2eb1967d64ca87ed8c0e09'
 'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
 '2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a'
 '1773f5137f08ac1f48f0f7297e324d5d868d55201c03068670ee4602babdef2f'



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

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

[Git][archlinux/packaging/packages/gcc] Pushed new tag 13.2.1-6

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


Frederik Schwan pushed new tag 13.2.1-6 at Arch Linux / Packaging / Packages / 
gcc

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




[Git][archlinux/packaging/packages/diesel-cli] Pushed new tag 2.1.6-1

2024-04-19 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 2.1.6-1 at Arch Linux / Packaging / Packages / diesel-cli

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




[Git][archlinux/packaging/packages/osv-scanner][main] upgpkg: 1.7.1-1

2024-04-19 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / osv-scanner


Commits:
ce938694 by kpcyrd at 2024-04-19T10:51:07+02:00
upgpkg: 1.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = osv-scanner
pkgdesc = Vulnerability scanner written in Go which uses the data 
provided by https://osv.dev
-   pkgver = 1.7.0
+   pkgver = 1.7.1
pkgrel = 1
url = https://github.com/google/osv-scanner
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
-   source = 
https://github.com/google/osv-scanner/archive/v1.7.0/osv-scanner-1.7.0.tar.gz
-   sha256sums = 
2e36bb23c87665e0081b1d3d538fe342cd27d041d864158d099f3c1a9de6de31
-   b2sums = 
3b0b9d6dbf1f41e1c8b91e1a990a2a87cf2d4e96adfffc98306bc56bb0462458cc7e2fa2b616660b51e507fbeff0092597415483035a28248b469a342e8ea355
+   source = 
https://github.com/google/osv-scanner/archive/v1.7.1/osv-scanner-1.7.1.tar.gz
+   sha256sums = 
9aa9ebd72bcf62a377231f6b821d328ab7163d1a7eb39d7e9271bb6c7c01a3b0
+   b2sums = 
fe599cd2f51d5d87f6fadd6432a10fda9cb7fea9b69cd0979dc30a07ffac96e9a7644fc9b7d2eb116237ecb93d9eebedec88736eafe62ea9dc84af2ef2aa7820
 
 pkgname = osv-scanner


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=osv-scanner
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Vulnerability scanner written in Go which uses the data provided by 
https://osv.dev;
 url='https://github.com/google/osv-scanner'
@@ -10,8 +10,8 @@ license=('Apache-2.0')
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/google/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2e36bb23c87665e0081b1d3d538fe342cd27d041d864158d099f3c1a9de6de31')
-b2sums=('3b0b9d6dbf1f41e1c8b91e1a990a2a87cf2d4e96adfffc98306bc56bb0462458cc7e2fa2b616660b51e507fbeff0092597415483035a28248b469a342e8ea355')
+sha256sums=('9aa9ebd72bcf62a377231f6b821d328ab7163d1a7eb39d7e9271bb6c7c01a3b0')
+b2sums=('fe599cd2f51d5d87f6fadd6432a10fda9cb7fea9b69cd0979dc30a07ffac96e9a7644fc9b7d2eb116237ecb93d9eebedec88736eafe62ea9dc84af2ef2aa7820')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osv-scanner/-/commit/ce938694e47b866640cca4fc4569b7ad6464e1b2

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




[Git][archlinux/packaging/packages/osv-scanner] Pushed new tag 1.7.1-1

2024-04-19 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.7.1-1 at Arch Linux / Packaging / Packages / osv-scanner

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




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

2024-04-19 Thread @bgyorgy


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


Commits:
5b0dada5 by Balló György at 2024-04-19T10:14:29+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libimobiledevice]
+source = "git"
+git = "https://github.com/libimobiledevice/libimobiledevice.git;



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

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




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

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


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


Commits:
2b3cd4e2 by Jelle van der Waa at 2024-04-19T10:00:35+02:00
upgpkg: 10.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = grafana
pkgdesc = Gorgeous metric viz, dashboards & editors for Graphite, 
InfluxDB & OpenTSDB
-   pkgver = 10.4.1
+   pkgver = 10.4.2
pkgrel = 1
url = https://grafana.com/
install = grafana.install
@@ -19,11 +19,11 @@ pkgbase = grafana
depends = fontconfig
depends = gsfonts
backup = etc/grafana.ini
-   source = git+https://github.com/grafana/grafana.git#tag=v10.4.1
+   source = git+https://github.com/grafana/grafana.git#tag=v10.4.2
source = grafana.service
source = grafana.sysusers
source = grafana.tmpfiles
-   sha512sums = 
e361b58dae126bba45d0226e11d6ae6de71dc9df6c07dc00b30fe30b6f3d6063b5793b9bfe58d011511015bb3c2e8bdf2741f99cf102f05cad92b6b4ea2add10
+   sha512sums = 
45db571c3c5ea92360a81403ef2669d4c7e702e65291afe35d14c4eb8a0ab5110297e8a384be489d7a28a6960d34efd3cee7cc48b9f238672b3811b6afe4018d
sha512sums = 
02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850
sha512sums = 
38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4
sha512sums = 
c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/gsound][main] Switch to git source

2024-04-19 Thread @bgyorgy


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


Commits:
36c08e3d by Balló György at 2024-04-19T09:49:45+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,13 +5,15 @@ pkgbase = gsound
url = https://wiki.gnome.org/Projects/GSound
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
makedepends = gobject-introspection
+   makedepends = gtk-doc
makedepends = meson
makedepends = vala
depends = glib2
depends = glibc
depends = libcanberra
-   source = 
https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz
-   sha256sums = 
ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a
+   source = git+https://gitlab.gnome.org/GNOME/gsound.git#tag=1.0.3
+   b2sums = 
91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8
 
 pkgname = gsound


=
PKGBUILD
=
@@ -10,12 +10,12 @@ arch=('x86_64')
 url='https://wiki.gnome.org/Projects/GSound'
 license=('LGPL-2.1-or-later')
 depends=('glib2' 'glibc' 'libcanberra')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
+b2sums=('91b34e0e9f4c0f60bad65d70767f4c7ba995fccdc2ee3d050930e76ea038c75303710d3bfe6815c612d8ed4a8980269fb41964197306f12f1f9492be7135cec8')
 
 build() {
-  arch-meson $pkgname-$pkgver build -D gtk_doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   meson compile -C build
 }
 



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

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




[Git][archlinux/packaging/packages/praat][main] upgpkg: 6.4.08-2: Add replaces for deleted AUR bin variant

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


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


Commits:
69c738b3 by Caleb Maclennan at 2024-04-19T10:48:39+03:00
upgpkg: 6.4.08-2: Add replaces for deleted AUR bin variant

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = praat
pkgdesc = A speech analysis tool used for doing phonetics by computer
pkgver = 6.4.08
-   pkgrel = 1
+   pkgrel = 2
url = https://www.praat.org
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = praat
depends = ttf-charis-sil
depends = ttf-doulos-sil
optdepends = ttf-sil-fonts
+   replaces = praat-bin
source = 
https://github.com/praat/praat/archive/v6.4.08/praat-6.4.08.tar.gz
source = praat.1
source = praat.desktop


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgname=praat
 pkgver=6.4.08
-pkgrel=1
+pkgrel=2
 pkgdesc='A speech analysis tool used for doing phonetics by computer'
 arch=(x86_64 i686 aarch64)
 url=https://www.praat.org
@@ -20,6 +20,7 @@ depends=(alsa-lib
  ttf-charis-sil
  ttf-doulos-sil)
 optdepends=('ttf-sil-fonts')
+replaces=("$pkgname-bin") # recently deleted AUR bin variant
 _url="https://github.com/$pkgname/$pkgname;
 _archive="$pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz"



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

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




[Git][archlinux/packaging/packages/praat] Pushed new tag 6.4.08-2

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


Caleb Maclennan pushed new tag 6.4.08-2 at Arch Linux / Packaging / Packages / 
praat

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




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

2024-04-19 Thread Lukas Fleischer (@lfleischer)


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


Commits:
c452e7ed by Lukas Fleischer at 2024-04-19T14:40:44+07:00
upgpkg: 1:26.0.2-1: update to 26.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = docker
pkgdesc = Pack, ship and run any application as a lightweight container
-   pkgver = 26.0.1
+   pkgver = 26.0.2
pkgrel = 1
epoch = 1
url = https://www.docker.com/
@@ -29,12 +29,12 @@ pkgbase = docker
optdepends = docker-scan: vulnerability scanner
optdepends = docker-buildx: extended build capabilities
options = !lto
-   source = git+https://github.com/docker/cli.git#tag=v26.0.1
-   source = git+https://github.com/moby/moby.git#tag=v26.0.1
+   source = git+https://github.com/docker/cli.git#tag=v26.0.2
+   source = git+https://github.com/moby/moby.git#tag=v26.0.2
source = 
git+https://github.com/krallin/tini.git#commit=de40ad007797e0dcd8b7126f27bb87401d224240
source = docker.sysusers
-   sha256sums = 
b23b6fa696568ddd103c3ce34c78269a685756d7623473debb7ed0d0e8c0997e
-   sha256sums = 
224b46afa04e2b358e7bbc5b4c8ac4f6ad206f89e3c918bc04bfb6f0f1acb1b1
+   sha256sums = 
797a8b87a390248bcc8f929c9fc6ec58d75808f21dab5f6f10da259ca599a1e3
+   sha256sums = 
e61fdaa01ce4ffd56aa9fe189357782afe2d3df74db7bddc1603acb2b380d8b2
sha256sums = 
28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121
sha256sums = 
541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker
-pkgver=26.0.1
+pkgver=26.0.2
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -22,8 +22,8 @@ source=("git+https://github.com/docker/cli.git#tag=v$pkgver;
 "git+https://github.com/moby/moby.git#tag=v$pkgver;
 "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
 "$pkgname.sysusers")
-sha256sums=('b23b6fa696568ddd103c3ce34c78269a685756d7623473debb7ed0d0e8c0997e'
-'224b46afa04e2b358e7bbc5b4c8ac4f6ad206f89e3c918bc04bfb6f0f1acb1b1'
+sha256sums=('797a8b87a390248bcc8f929c9fc6ec58d75808f21dab5f6f10da259ca599a1e3'
+'e61fdaa01ce4ffd56aa9fe189357782afe2d3df74db7bddc1603acb2b380d8b2'
 '28a6641d508f60d47315efb3c85d97360188750a45bd6d3c8737d3f1a2b44121'
 '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
 



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

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




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

2024-04-19 Thread Lukas Fleischer (@lfleischer)


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

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




[Git][archlinux/packaging/packages/gom][main] Use variables for pkgname

2024-04-19 Thread @bgyorgy


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


Commits:
59ca22c3 by Balló György at 2024-04-19T09:40:19+02:00
Use variables for pkgname

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,11 +11,11 @@ url='https://wiki.gnome.org/Projects/Gom'
 license=('LGPL-2.1-or-later')
 depends=('glib2' 'glibc' 'sqlite')
 makedepends=('gdk-pixbuf2' 'gi-docgen' 'git' 'gobject-introspection' 'meson' 
'python-gobject')
-source=("git+https://gitlab.gnome.org/GNOME/gom.git#tag=$pkgver;)
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
 
b2sums=('5cf75e36680d2865b37c042177f1ef4e3cd35c79a4f9fa3c79150d3a218415e2f4fc8ba592e16e4bd776cb40174ffaba04425defee2caea6477108cf04f28fe7')
 
 build() {
-  arch-meson gom build -D enable-gtk-doc=true
+  arch-meson $pkgname build -D enable-gtk-doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gom/-/commit/59ca22c3893d2a9cd7565940fa46be1a936e6877

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




[Git][archlinux/packaging/packages/libgtop][main] upgpkg: 2.41.3-2: Add upstream patch to make the package reproducible, switch...

2024-04-19 Thread @bgyorgy


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


Commits:
5b9642b1 by Balló György at 2024-04-19T09:30:56+02:00
upgpkg: 2.41.3-2: Add upstream patch to make the package reproducible, switch 
to git source, add config for nvchecker

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = libgtop
pkgdesc = Library for collecting system monitoring data
pkgver = 2.41.3
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/GNOME/libgtop
arch = x86_64
license = GPL-2.0-or-later
+   makedepends = git
makedepends = gobject-introspection
makedepends = gtk-doc
depends = glib2
depends = glibc
depends = libxau
-   provides = libgtop-2.0.so
-   source = 
https://download.gnome.org/sources/libgtop/2.41/libgtop-2.41.3.tar.xz
-   sha256sums = 
775676df958e2ea2452f7568f28b2ea581063d312773dd5c0b7624c1b9b2da8c
+   source = git+https://gitlab.gnome.org/GNOME/libgtop.git#tag=2.41.3
+   b2sums = 
ee017fd3b75d36f6617a6258ca6b65c83dbbdcbbd2bd6345326d7e321678d9529639303c65e98de3eae5a18f88ac6ccfc75ee287ee9647e329eba77c7bb7804c
 
 pkgname = libgtop


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libgtop]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/libgtop.git;
+ignored = "3.18.0"


=
PKGBUILD
=
@@ -3,19 +3,28 @@
 
 pkgname=libgtop
 pkgver=2.41.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for collecting system monitoring data'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/libgtop'
 license=('GPL-2.0-or-later')
 depends=('glib2' 'glibc' 'libxau')
-makedepends=('gobject-introspection' 'gtk-doc')
-provides=('libgtop-2.0.so')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('775676df958e2ea2452f7568f28b2ea581063d312773dd5c0b7624c1b9b2da8c')
+makedepends=('git' 'gobject-introspection' 'gtk-doc')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver;)
+b2sums=('ee017fd3b75d36f6617a6258ca6b65c83dbbdcbbd2bd6345326d7e321678d9529639303c65e98de3eae5a18f88ac6ccfc75ee287ee9647e329eba77c7bb7804c')
+
+prepare() {
+  cd $pkgname
+
+  # Make the package reproducible
+  # https://gitlab.gnome.org/GNOME/libgtop/-/merge_requests/44
+  git cherry-pick -n 6370ad16e7dfcabd1485c2981a006f9cda90a878
+
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -23,6 +32,6 @@ build() {
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



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

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




[Git][archlinux/packaging/packages/libgtop] Pushed new tag 2.41.3-2

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 2.41.3-2 at Arch Linux / Packaging / Packages / 
libgtop

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




[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.110.2-2: Rebuild Python 3.12

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


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


Commits:
fe28f981 by Robin Candau at 2024-04-19T08:52:13+02:00
upgpkg: 0.110.2-2: Rebuild Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to 
code, ready for production
pkgver = 0.110.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/tiangolo/fastapi
arch = any
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _name=fastapi
 pkgname=python-$_name
 pkgver=0.110.2
-pkgrel=1
+pkgrel=2
 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
 arch=(any)
 url="https://github.com/tiangolo/fastapi;



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

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




[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.2-2

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


Robin Candau pushed new tag 0.110.2-2 at Arch Linux / Packaging / Packages / 
python-fastapi

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




[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.2-1

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


Robin Candau pushed new tag 0.110.2-1 at Arch Linux / Packaging / Packages / 
python-fastapi

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




[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.110.2-1: New upstream release

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


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


Commits:
2ff45ce5 by Robin Candau at 2024-04-19T08:50:04+02:00
upgpkg: 0.110.2-1: New upstream release
https://github.com/tiangolo/fastapi/releases/tag/0.110.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to 
code, ready for production
-   pkgver = 0.110.1
-   pkgrel = 3
+   pkgver = 0.110.2
+   pkgrel = 1
url = https://github.com/tiangolo/fastapi
arch = any
license = MIT
@@ -49,8 +49,8 @@ pkgbase = python-fastapi
optdepends = python-httpx: for TestClient support
optdepends = python-ujson: for faster JSON parsing and UJSONResponse
optdepends = uvicorn: for Uvicorn as ASGI server
-   source = 
fastapi-0.110.1.tar.gz::https://github.com/tiangolo/fastapi/archive/0.110.1.tar.gz
-   sha512sums = 
8bd09a2f6826a0afde0bc9b9d9e495407f4af6a9fb42ac582d584d1aff818ec1f398bd68db734b4c1318177c801c48ca814adcf3bee9841fe178fe18ec3c1eb8
-   b2sums = 
eec674731030e3611f200104c6ca40d27d93b394b2c5a0b51a2149002d0be5ce4e66a5fba98e585a53181547eb359e3fd3b60111aa4744f667b0a718e5c7796b
+   source = 
fastapi-0.110.2.tar.gz::https://github.com/tiangolo/fastapi/archive/0.110.2.tar.gz
+   sha512sums = 
dc183c2986d33dc0d71f7e695969403eac7dccd1fc5ec3350318369423c3cca96e180aaa48774862cd1f0ff487cd64bef0d1a44a10b8b309accc483c9e7256c4
+   b2sums = 
1d7015e4a5cceb8650ee6e4598b191ad0fad94debd6b75c5a1ed53d7ae0d31ef89195cf9e22d127cdcdf923c29ca3eb63f468dd201e63793c2e3460101e65e08
 
 pkgname = python-fastapi


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _name=fastapi
 pkgname=python-$_name
-pkgver=0.110.1
-pkgrel=3
+pkgver=0.110.2
+pkgrel=1
 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
 arch=(any)
 url="https://github.com/tiangolo/fastapi;
@@ -68,8 +68,8 @@ optdepends=(
   'uvicorn: for Uvicorn as ASGI server'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('8bd09a2f6826a0afde0bc9b9d9e495407f4af6a9fb42ac582d584d1aff818ec1f398bd68db734b4c1318177c801c48ca814adcf3bee9841fe178fe18ec3c1eb8')
-b2sums=('eec674731030e3611f200104c6ca40d27d93b394b2c5a0b51a2149002d0be5ce4e66a5fba98e585a53181547eb359e3fd3b60111aa4744f667b0a718e5c7796b')
+sha512sums=('dc183c2986d33dc0d71f7e695969403eac7dccd1fc5ec3350318369423c3cca96e180aaa48774862cd1f0ff487cd64bef0d1a44a10b8b309accc483c9e7256c4')
+b2sums=('1d7015e4a5cceb8650ee6e4598b191ad0fad94debd6b75c5a1ed53d7ae0d31ef89195cf9e22d127cdcdf923c29ca3eb63f468dd201e63793c2e3460101e65e08')
 
 prepare() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/2ff45ce5a535b5bbcfffcac5b32be49db862a685

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




[Git][archlinux/packaging/packages/libgme][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
5189bed2 by Balló György at 2024-04-19T08:47:20+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = libgme
+   pkgdesc = Video game music file emulation/playback library
+   pkgver = 0.6.3
+   pkgrel = 4
+   url = https://github.com/libgme/game-music-emu
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = cmake
+   makedepends = ninja
+   depends = gcc-libs
+   depends = glibc
+   depends = zlib
+   source = 
https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz
+   validpgpkeys = 5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2
+   sha256sums = 
aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d
+
+pkgname = libgme


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libgme]
+source = "git"
+git = "https://github.com/libgme/game-music-emu.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgme/-/commit/5189bed2012d4ecfc714742166cd67a3594669e8

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




[Git][archlinux/packaging/packages/yyjson] Pushed new tag 0.9.0-3

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


Robin Candau pushed new tag 0.9.0-3 at Arch Linux / Packaging / Packages / 
yyjson

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




[Git][archlinux/packaging/packages/yyjson][main] upgpkg: 0.9.0-3: Add so provides for libyyjson.so

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


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


Commits:
8bd9b5c3 by Robin Candau at 2024-04-19T08:43:47+02:00
upgpkg: 0.9.0-3: Add so provides for libyyjson.so

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = yyjson
pkgdesc = A high performance JSON library written in ANSI C
pkgver = 0.9.0
-   pkgrel = 2
+   pkgrel = 3
url = https://ibireme.github.io/yyjson
arch = x86_64
license = MIT
makedepends = cmake
depends = glibc
+   provides = libyyjson.so
source = 
yyjson-0.9.0.tar.gz::https://github.com/ibireme/yyjson/archive/refs/tags/0.9.0.tar.gz
sha256sums = 
59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd
 


=
PKGBUILD
=
@@ -4,13 +4,14 @@
 
 pkgname=yyjson
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high performance JSON library written in ANSI C"
 arch=('x86_64')
 url="https://ibireme.github.io/yyjson;
 license=('MIT')
 depends=('glibc')
 makedepends=('cmake')
+provides=('libyyjson.so')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibireme/yyjson/archive/refs/tags/${pkgver}.tar.gz;)
 sha256sums=('59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd')
 



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

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




[Git][archlinux/packaging/packages/haruna][main] upgpkg: 1.1.0-1: Update to 1.1.0

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


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


Commits:
0e3c3f97 by Antonio Rojas at 2024-04-19T08:28:04+02:00
upgpkg: 1.1.0-1: Update to 1.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = haruna
pkgdesc = Video player built with Qt/QML on top of libmpv
-   pkgver = 1.0.2
+   pkgver = 1.1.0
pkgrel = 1
url = https://apps.kde.org/haruna/
arch = x86_64
@@ -24,10 +24,10 @@ pkgbase = haruna
depends = qt6-base
depends = qt6-declarative
optdepends = yt-dlp: YouTube support
-   source = https://download.kde.org/stable/haruna/haruna-1.0.2.tar.xz
-   source = https://download.kde.org/stable/haruna/haruna-1.0.2.tar.xz.sig
+   source = https://download.kde.org/stable/haruna/haruna-1.1.0.tar.xz
+   source = https://download.kde.org/stable/haruna/haruna-1.1.0.tar.xz.sig
validpgpkeys = 4E421C6554B89766DF9B7A37E12AB207C8755905
-   sha256sums = 
656acdc4729d369ecccafdb270899244952baa237700335cae887048dd3faef1
+   sha256sums = 
29382f561ca39d9d00843c1ea3b7d862fd2193a818d4d49c179c69a453c79a4d
sha256sums = SKIP
 
 pkgname = haruna


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Caltlgin Stsodaat 
 
 pkgname=haruna
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Video player built with Qt/QML on top of libmpv'
 arch=(x86_64)
@@ -30,7 +30,7 @@ makedepends=(extra-cmake-modules
  kdoctools)
 optdepends=('yt-dlp: YouTube support')
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('656acdc4729d369ecccafdb270899244952baa237700335cae887048dd3faef1'
+sha256sums=('29382f561ca39d9d00843c1ea3b7d862fd2193a818d4d49c179c69a453c79a4d'
 'SKIP')
 validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș 

 



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

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




[Git][archlinux/packaging/packages/haruna] Pushed new tag 1.1.0-1

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


Antonio Rojas pushed new tag 1.1.0-1 at Arch Linux / Packaging / Packages / 
haruna

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




[Git][archlinux/packaging/packages/libdvdread][main] Formatting

2024-04-19 Thread @bgyorgy


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


Commits:
9621bfb7 by Balló György at 2024-04-19T08:26:58+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ optdepends=('libdvdcss: Decoding encrypted DVDs')
 
source=("https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"{,.asc})
 sha256sums=('ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369'
 'SKIP')
-validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release 
Signing Key (2015)
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release 
Signing Key (2015)
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/9621bfb733008f02dd94ac777d5eae972d7d61a6

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




[Git][archlinux/packaging/packages/python-exceptiongroup] Pushed new tag 1.2.1-2

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


Caleb Maclennan pushed new tag 1.2.1-2 at Arch Linux / Packaging / Packages / 
python-exceptiongroup

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




[Git][archlinux/packaging/packages/python-exceptiongroup][main] upgpkg: 1.2.1-2: Rebuild with Python 3.12

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


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


Commits:
936fe889 by Caleb Maclennan at 2024-04-19T09:23:54+03:00
upgpkg: 1.2.1-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-exceptiongroup
pkgdesc = Backport of PEP 654 (exception groups)
pkgver = 1.2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/agronholm/exceptiongroup
arch = any
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-exceptiongroup
 _pyname=${pkgname#python-}
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Backport of PEP 654 (exception groups)'
 arch=(any)
 url="https://github.com/agronholm/$_pyname;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/936fe8895de747a235100d2c80dd879889d8aa2c

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




[Git][archlinux/packaging/packages/python-exceptiongroup][main] upgpkg: 1.2.1-1

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


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


Commits:
971038ab by Caleb Maclennan at 2024-04-19T09:23:07+03:00
upgpkg: 1.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-exceptiongroup
pkgdesc = Backport of PEP 654 (exception groups)
-   pkgver = 1.2.0
-   pkgrel = 2
+   pkgver = 1.2.1
+   pkgrel = 1
url = https://github.com/agronholm/exceptiongroup
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-exceptiongroup
makedepends = python-wheel
makedepends = python-flit-scm
depends = python
-   source = 
https://github.com/agronholm/exceptiongroup/archive/1.2.0/exceptiongroup-1.2.0.tar.gz
-   sha256sums = 
8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572
+   source = 
https://github.com/agronholm/exceptiongroup/archive/1.2.1/exceptiongroup-1.2.1.tar.gz
+   sha256sums = 
b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b
 
 pkgname = python-exceptiongroup


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=python-exceptiongroup
 _pyname=${pkgname#python-}
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Backport of PEP 654 (exception groups)'
 arch=(any)
 url="https://github.com/agronholm/$_pyname;
@@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel}
 checkdepends=(python-pytest)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572')
+sha256sums=('b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/971038abd0a76661adb10b65b87b3d9e86bb6fbb

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




[Git][archlinux/packaging/packages/python-exceptiongroup] Pushed new tag 1.2.1-1

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


Caleb Maclennan pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
python-exceptiongroup

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




[Git][archlinux/packaging/packages/hypridle] Pushed new tag 0.1.2-1

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


Caleb Maclennan pushed new tag 0.1.2-1 at Arch Linux / Packaging / Packages / 
hypridle

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




[Git][archlinux/packaging/packages/hypridle][main] upgpkg: 0.1.2-1

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


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


Commits:
d3e09719 by Caleb Maclennan at 2024-04-19T09:21:24+03:00
upgpkg: 0.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hypridle
pkgdesc = hyprland’s idle daemon
-   pkgver = 0.1.1
-   pkgrel = 2
+   pkgver = 0.1.2
+   pkgrel = 1
url = https://github.com/hyprwm/hypridle
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = hypridle
depends = wayland
depends = libwayland-client.so
depends = wayland-protocols
-   source = 
https://github.com/hyprwm/hypridle/archive/v0.1.1/hypridle-0.1.1.tar.gz
-   sha256sums = 
55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798
+   source = 
https://github.com/hyprwm/hypridle/archive/v0.1.2/hypridle-0.1.2.tar.gz
+   sha256sums = 
40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79
 
 pkgname = hypridle


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=hypridle
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
 pkgdesc='hyprland’s idle daemon'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/$pkgname;
@@ -16,7 +16,7 @@ depends=(gcc-libs # libgcc_s.so libstdc++.so
 makedepends=(cmake)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798')
+sha256sums=('40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/commit/d3e09719184bb5713eae9382957d5db6de62483d

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




[Git][archlinux/packaging/packages/dolt] Pushed new tag 1-1.35.10-1

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


Caleb Maclennan pushed new tag 1-1.35.10-1 at Arch Linux / Packaging / Packages 
/ dolt

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.34-2: Rebuild with Python 3.12

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


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


Commits:
0dbe09ce by Caleb Maclennan at 2024-04-19T09:20:22+03:00
upgpkg: 0.1.34-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
pkgver = 0.1.34
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
 pkgver=0.1.34
-pkgrel=1
+pkgrel=2
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv;



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

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




[Git][archlinux/packaging/packages/dolt][main] upgpkg: 1:1.35.10-1: Add epoch to fix snafu with old-big tag

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


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


Commits:
2a92f704 by Caleb Maclennan at 2024-04-19T09:20:24+03:00
upgpkg: 1:1.35.10-1: Add epoch to fix snafu with old-big tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -2,6 +2,7 @@ pkgbase = dolt
pkgdesc = Git for data! A version controlled relational database
pkgver = 1.35.10
pkgrel = 1
+   epoch = 1
url = https://www.dolthub.com
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,6 +3,7 @@
 # Contributor: istimaldar_sntlk 
 
 pkgname=dolt
+epoch=1
 pkgver=1.35.10
 pkgrel=1
 pkgdesc='Git for data! A version controlled relational database'



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

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.34-2

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


Caleb Maclennan pushed new tag 0.1.34-2 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.34-1

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


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


Commits:
ef917dfc by Caleb Maclennan at 2024-04-19T09:17:23+03:00
upgpkg: 0.1.34-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.33
-   pkgrel = 2
+   pkgver = 0.1.34
+   pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.1.33
-   sha256sums = 
a4612682838be13d67f2c4d244e159fbe2c67e89a0bbc1a3ffd9c81ee1e2df62
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.34
+   sha256sums = 
11ddedc2f405b308be3aae1c0751ab14dc1e9811bd84c32af910eef2571121bd
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.33
-pkgrel=2
+pkgver=0.1.34
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv;
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('a4612682838be13d67f2c4d244e159fbe2c67e89a0bbc1a3ffd9c81ee1e2df62')
+sha256sums=('11ddedc2f405b308be3aae1c0751ab14dc1e9811bd84c32af910eef2571121bd')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/ef917dfc6822c8060ba38e51e71fa03a3f54b599

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.34-1

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


Caleb Maclennan pushed new tag 0.1.34-1 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.9.0-2

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


Caleb Maclennan pushed new tag 7.9.0-2 at Arch Linux / Packaging / Packages / 
calibre

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




[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.9.0-2: Rebuild with Python 3.12

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


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


Commits:
aaa397d3 by Caleb Maclennan at 2024-04-19T09:15:52+03:00
upgpkg: 7.9.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = calibre
pkgdesc = Ebook management application
pkgver = 7.9.0
-   pkgrel = 1
+   pkgrel = 2
url = https://calibre-ebook.com
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=calibre
 pkgver=7.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Ebook management application'
 arch=(x86_64)
 url=https://calibre-ebook.com



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/aaa397d376eb6688c9d0c8795381526c8a3d41df

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




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

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


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


Commits:
82bf165e by Caleb Maclennan at 2024-04-19T09:14:52+03:00
Fine-tune nvchecker

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,5 +1,6 @@
 [dolt]
 source = "github"
 github = "dolthub/dolt"
+include_regex = 'v\d+\.\d+\.\d+'
 prefix = "v"
 use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/82bf165ef2f38b7880c379b87d3febaeef0457cf

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




<    1   2   3   >