[Git][archlinux/packaging/packages/flatpak-builder][main] 1.4.3-1

2024-07-07 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
9168af98 by Jan Alexander Steffens (heftig) at 2024-07-08T02:01:19+02:00
1.4.3-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = flatpak-builder
pkgdesc = Tool to build flatpaks from source
-   pkgver = 1.4.2
+   pkgver = 1.4.3
pkgrel = 1
url = https://flatpak.org
arch = x86_64
@@ -15,20 +15,29 @@ pkgbase = flatpak-builder
depends = binutils
depends = breezy
depends = cpio
+   depends = curl
depends = debugedit
depends = elfutils
depends = flatpak
depends = fuse3
+   depends = gcc-libs
depends = git
+   depends = glib2
+   depends = glibc
+   depends = json-glib
+   depends = libelf
+   depends = libxml2
+   depends = libyaml
+   depends = ostree
depends = patch
depends = rpmextract
depends = tar
depends = unzip
replaces = flatpak<0.9.10
-   source = 
git+https://github.com/flatpak/flatpak-builder#commit=0b9070037a573a6061d7893312611957561ca841
+   source = git+https://github.com/flatpak/flatpak-builder#tag=1.4.3
source = git+https://gitlab.gnome.org/GNOME/libglnx.git
source = fusermount3.diff
-   b2sums = SKIP
+   b2sums = 
fabb2a890fe39a0b1bb130a6858cbd348a80b35e14d73c1165bb70c9e649c990f5b7ae56ef1802f1c7c9a6c42ce7db0706f5fa099544eb682bc104bca4a06e7f
b2sums = SKIP
b2sums = 
ef1a73c8e2876a8c0c1401300b4367cfc3e656d2144fb66fbf22a57c178588a42ac842f5d7ccec9fba15084dc8bb6a544b2b77c1877c4c924dbe4ab6cd1962c4
 


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[flatpak-builder]
+source = "github"
+github = "flatpak/flatpak-builder"
+use_max_tag = true
+include_regex = '\d+\.\d*[02468]\.\d+'


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak-builder
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="https://flatpak.org;
@@ -12,11 +12,20 @@ depends=(
   binutils
   breezy
   cpio
+  curl
   debugedit
   elfutils
   flatpak
   fuse3
+  gcc-libs
   git
+  glib2
+  glibc
+  json-glib
+  libelf
+  libxml2
+  libyaml
+  ostree
   patch
   rpmextract
   tar
@@ -31,32 +40,24 @@ makedepends=(
 )
 checkdepends=(valgrind)
 replaces=('flatpak<0.9.10')
-_commit=0b9070037a573a6061d7893312611957561ca841  # tags/1.4.2
 source=(
-  "git+https://github.com/flatpak/flatpak-builder#commit=$_commit;
+  "git+https://github.com/flatpak/flatpak-builder#tag=$pkgver;
   "git+https://gitlab.gnome.org/GNOME/libglnx.git;
   fusermount3.diff
 )
-b2sums=('SKIP'
+b2sums=('fabb2a890fe39a0b1bb130a6858cbd348a80b35e14d73c1165bb70c9e649c990f5b7ae56ef1802f1c7c9a6c42ce7db0706f5fa099544eb682bc104bca4a06e7f'
 'SKIP'
 
'ef1a73c8e2876a8c0c1401300b4367cfc3e656d2144fb66fbf22a57c178588a42ac842f5d7ccec9fba15084dc8bb6a544b2b77c1877c4c924dbe4ab6cd1962c4')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 prepare() {
   cd $pkgname
 
-  # Fix build (update libglnx)
-  git cherry-pick -n ae86bde81fbb0316f08121793c0824c18b1cfb9a
-
   # https://bugs.archlinux.org/task/75649
   git apply -3 ../fusermount3.diff
 
   git submodule set-url subprojects/libglnx "$srcdir/libglnx"
-  git -c protocol.file.allow=always submodule update --init -- 
subprojects/libglnx
+  git -c protocol.file.allow=always -c protocol.allow=never \
+submodule update --init -- subprojects/libglnx
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/flatpak-builder/-/commit/9168af98a6b9dcd431930f07dbb350288ae6269c

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




[Git][archlinux/packaging/packages/flatpak-builder] Pushed new tag 1.4.3-1

2024-07-07 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.4.3-1 at Arch Linux / 
Packaging / Packages / flatpak-builder

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




[Git][archlinux/packaging/packages/linux] Pushed new tag 6.9.8.arch1-1

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


Jan Alexander Steffens (heftig) pushed new tag 6.9.8.arch1-1 at Arch Linux / 
Packaging / Packages / linux

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




[Git][archlinux/packaging/packages/linux-zen] Pushed new tag 6.9.8.zen1-1

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


Jan Alexander Steffens (heftig) pushed new tag 6.9.8.zen1-1 at Arch Linux / 
Packaging / Packages / linux-zen

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




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

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


Jan Alexander Steffens (heftig) pushed new tag 0.8-681 at Arch Linux / 
Packaging / Packages / bbswitch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/tree/0.8-681
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-79

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


Jan Alexander Steffens (heftig) pushed new tag 6.1.2-79 at Arch Linux / 
Packaging / Packages / deepin-anything-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/tree/6.1.2-79
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bbswitch][main] 0.8-681: linux 6.9.8.arch1-1

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


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


Commits:
3f4e6860 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:21+02:00
0.8-681: linux 6.9.8.arch1-1

- - - - -


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 = 680
+   pkgrel = 681
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=680
+pkgrel=681
 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/3f4e68605a2569bcfbc1ab6d3c89e3b621266ae6

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




[Git][archlinux/packaging/packages/deepin-anything-arch][main] 6.1.2-79: linux 6.9.8.arch1-1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / deepin-anything-arch


Commits:
a4534453 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:20+02:00
6.1.2-79: linux 6.9.8.arch1-1

- - - - -


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 = 78
+   pkgrel = 79
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=78
+pkgrel=79
 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/a4534453d950b8f3e8305cc2bc35908ba4f04d4a

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




[Git][archlinux/packaging/packages/vhba-module][main] 20240202-30: linux 6.9.8.arch1-1

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


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


Commits:
2798f0ab by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:17+02:00
20240202-30: linux 6.9.8.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vhba-module
pkgdesc = Kernel module that emulates SCSI devices
pkgver = 20240202
-   pkgrel = 29
+   pkgrel = 30
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=29
+pkgrel=30
 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/2798f0ab815fe2713208dc48c937630e9317d745

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




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

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


Jan Alexander Steffens (heftig) pushed new tag 20240202-30 at Arch Linux / 
Packaging / Packages / vhba-module

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




[Git][archlinux/packaging/packages/nvidia-open][main] 555.58.02-2: linux 6.9.8.arch1-1

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


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


Commits:
e5da9ef9 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:23+02:00
555.58.02-2: linux 6.9.8.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
pkgver = 555.58.02
-   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=555.58.02
-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/e5da9ef9d5d683038ca9d1d81381e83a78c7de03

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




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

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


Jan Alexander Steffens (heftig) pushed new tag 555.58.02-2 at Arch Linux / 
Packaging / Packages / nvidia-open

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/tree/555.58.02-2
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-557

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


Jan Alexander Steffens (heftig) pushed new tag 6.30.223.271-557 at Arch Linux / 
Packaging / Packages / broadcom-wl

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




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

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


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

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




[Git][archlinux/packaging/packages/nvidia][main] 555.58.02-2: linux 6.9.8.arch1-1

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


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


Commits:
6533b3a0 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:17+02:00
555.58.02-2: linux 6.9.8.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=555.58.02
-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/6533b3a060076f4568c8c85ed009d31a821d28c3

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




[Git][archlinux/packaging/packages/broadcom-wl][main] 6.30.223.271-557: linux 6.9.8.arch1-1

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


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


Commits:
d9c399fa by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:23+02:00
6.30.223.271-557: linux 6.9.8.arch1-1

- - - - -


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 = 556
+   pkgrel = 557
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=556
+pkgrel=557
 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/d9c399fa36b294af858df7983bdce9d99431d3b9

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




[Git][archlinux/packaging/packages/acpi_call][main] 1.2.2-213: linux 6.9.8.arch1-1

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


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


Commits:
edf0fa68 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:20+02:00
1.2.2-213: linux 6.9.8.arch1-1

- - - - -


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 = 212
+   pkgrel = 213
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=212
+pkgrel=213
 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/edf0fa6808153fd073c9c8d58f1e1f213d3c2b39

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




[Git][archlinux/packaging/packages/netfilter-fullconenat][main] r73.0cf3b48-378: linux 6.9.8.arch1-1

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


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


Commits:
2dacc3d1 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:21+02:00
r73.0cf3b48-378: linux 6.9.8.arch1-1

- - - - -


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 = 377
+   pkgrel = 378
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=377
+pkgrel=378
 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/2dacc3d182308232279f08e318435725a84841b6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/commit/2dacc3d182308232279f08e318435725a84841b6
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-213

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


Jan Alexander Steffens (heftig) pushed new tag 1.2.2-213 at Arch Linux / 
Packaging / Packages / acpi_call

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




[Git][archlinux/packaging/packages/tp_smapi][main] 0.44-66: linux 6.9.8.arch1-1

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


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


Commits:
1fced451 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:17+02:00
0.44-66: linux 6.9.8.arch1-1

- - - - -


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 = 65
+   pkgrel = 66
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=65
+pkgrel=66
 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/1fced451d7e09e7c9f1e4c63c55c3dc634d596d7

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




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

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


Jan Alexander Steffens (heftig) pushed new tag 0.44-66 at Arch Linux / 
Packaging / Packages / tp_smapi

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.18-12: linux 6.9.8.arch1-1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / virtualbox-host-modules-arch


Commits:
e73c1273 by Jan Alexander Steffens (heftig) at 2024-07-06T01:55:21+02:00
7.0.18-12: linux 6.9.8.arch1-1

- - - - -


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.18
-   pkgrel = 11
+   pkgrel = 12
url = https://virtualbox.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.18
-pkgrel=11
+pkgrel=12
 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/e73c127303a2799342cfe007123e2229bc3eecb2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/e73c127303a2799342cfe007123e2229bc3eecb2
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.18-12

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


Jan Alexander Steffens (heftig) pushed new tag 7.0.18-12 at Arch Linux / 
Packaging / Packages / virtualbox-host-modules-arch

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/tree/7.0.18-12
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


Jan Alexander Steffens (heftig) pushed new tag r73.0cf3b48-378 at Arch Linux / 
Packaging / Packages / netfilter-fullconenat

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netfilter-fullconenat/-/tree/r73.0cf3b48-378
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-zen][main] 6.9.8.zen1-1

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


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


Commits:
59a3db32 by Jan Alexander Steffens (heftig) at 2024-07-06T00:04:06+02:00
6.9.8.zen1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = linux-zen
pkgdesc = Linux ZEN
-   pkgver = 6.9.7.zen1
+   pkgver = 6.9.8.zen1
pkgrel = 1
url = https://github.com/zen-kernel/zen-kernel
arch = x86_64
@@ -21,24 +21,24 @@ pkgbase = linux-zen
makedepends = texlive-latexextra
options = !debug
options = !strip
-   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.7.tar.xz
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.7.tar.sign
-   source = 
https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.7-zen1/linux-v6.9.7-zen1.patch.zst
-   source = 
https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.7-zen1/linux-v6.9.7-zen1.patch.zst.sig
+   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.8.tar.xz
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.8.tar.sign
+   source = 
https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.8-zen1/linux-v6.9.8-zen1.patch.zst
+   source = 
https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.8-zen1/linux-v6.9.8-zen1.patch.zst.sig
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
-   sha256sums = 
e4f588cd91eef9d461e5e14fdf9415feff8a72fbcc274089a0f768a58de001f8
+   sha256sums = 
f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281
sha256sums = SKIP
-   sha256sums = 
f10cdb271ae9c49e110304d3b3c903f9ce56ef7c19a904f4a77f84e29cd72558
+   sha256sums = 
d16b1156467bc4a944ae11ffc480eb48cab61d472d20bcff9b3008196081232d
sha256sums = SKIP
-   sha256sums = 
96f0da8f0763ce5d2ca3304c2d96290cdba45acd988e05f254674dd07b055afe
-   b2sums = 
67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77
+   sha256sums = 
642a29b7c727adfedb4c5ffed6d030f0413a2e55aad487b081987b82ff62f339
+   b2sums = 
3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06
b2sums = SKIP
-   b2sums = 
2ad724f78afdf3eaa44ce5f36c532fe2da8809bdb76990edba7745c8a95ec00f9f4280ca17869d086a4136062139a6436ee71a8e334adbbb81ba51f583ae6ebe
+   b2sums = 
c77784719bfc87e6dc4daa6f5958f17d8e41d87b0d2856499e645195a5e51fe149af34066babf6c879044b854cd3ca60a0696684af725dfcec38abb4da93c005
b2sums = SKIP
-   b2sums = 
a2eb52a35f1fafeca8389a1873399259801050ad2c2015e357e87e1b2605da74c832f15d261e55543bd32e796f5b1530e3c543b26c3382d0cc8244728a49f291
+   b2sums = 
cca8452f8183d5cedf3b00f84d94eed41b62c17a18069617cc437076f981a7e321743840f9739be77420c10845a17210f058e35742d69af39414a3e8a12d07bb
 
 pkgname = linux-zen
pkgdesc = The Linux ZEN kernel and modules


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=6.9.7.zen1
+pkgver=6.9.8.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 url='https://github.com/zen-kernel/zen-kernel'
@@ -42,16 +42,16 @@ validpgpkeys=(
   83BC8889351B5DEBBB68416EB8AC08600F108CDF  # Jan Alexander Steffens (heftig)
 )
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256sums=('e4f588cd91eef9d461e5e14fdf9415feff8a72fbcc274089a0f768a58de001f8'
+sha256sums=('f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281'
 'SKIP'
-'f10cdb271ae9c49e110304d3b3c903f9ce56ef7c19a904f4a77f84e29cd72558'
+'d16b1156467bc4a944ae11ffc480eb48cab61d472d20bcff9b3008196081232d'
 'SKIP'
-'96f0da8f0763ce5d2ca3304c2d96290cdba45acd988e05f254674dd07b055afe')
-b2sums=('67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77'
+'642a29b7c727adfedb4c5ffed6d030f0413a2e55aad487b081987b82ff62f339')
+b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
 'SKIP'
-
'2ad724f78afdf3eaa44ce5f36c532fe2da8809bdb76990edba7745c8a95ec00f9f4280ca17869d086a4136062139a6436ee71a8e334adbbb81ba51f583ae6ebe'
+
'c77784719bfc87e6dc4daa6f5958f17d8e41d87b0d2856499e645195a5e51fe149af34066babf6c879044b854cd3ca60a0696684af725dfcec38abb4da93c005'
 'SKIP'
-

[Git][archlinux/packaging/packages/linux][main] 6.9.8.arch1-1

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


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


Commits:
05ab431d by Jan Alexander Steffens (heftig) at 2024-07-06T00:01:47+02:00
6.9.8.arch1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = linux
pkgdesc = Linux
-   pkgver = 6.9.7.arch1
+   pkgver = 6.9.8.arch1
pkgrel = 1
url = https://github.com/archlinux/linux
arch = x86_64
@@ -21,24 +21,24 @@ pkgbase = linux
makedepends = texlive-latexextra
options = !debug
options = !strip
-   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.7.tar.xz
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.7.tar.sign
-   source = 
https://github.com/archlinux/linux/releases/download/v6.9.7-arch1/linux-v6.9.7-arch1.patch.zst
-   source = 
https://github.com/archlinux/linux/releases/download/v6.9.7-arch1/linux-v6.9.7-arch1.patch.zst.sig
+   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.8.tar.xz
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.8.tar.sign
+   source = 
https://github.com/archlinux/linux/releases/download/v6.9.8-arch1/linux-v6.9.8-arch1.patch.zst
+   source = 
https://github.com/archlinux/linux/releases/download/v6.9.8-arch1/linux-v6.9.8-arch1.patch.zst.sig
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
-   sha256sums = 
e4f588cd91eef9d461e5e14fdf9415feff8a72fbcc274089a0f768a58de001f8
+   sha256sums = 
f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281
sha256sums = SKIP
-   sha256sums = 
64c589c6f1177bcbaf7f76ab54aa51785f96bf2e32d23407f871b0348388c85a
+   sha256sums = 
39abcb5ab2380e0bd4ae1883fcf7aacf9b24986262f1e3c84bdfc9b689b0
sha256sums = SKIP
-   sha256sums = 
377877445a9f8bfc386bf8ca8fa41a808237285edfbbaaf834adcad9e8750e6c
-   b2sums = 
67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77
+   sha256sums = 
c4bf544eb67e5881c7cf22dd8d02f0075e183a502daec8e3cb27c047cc47399b
+   b2sums = 
3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06
b2sums = SKIP
-   b2sums = 
66b713330a9fada066b7fc79b52d3f508a5bf069b32fe301c4ffbe444c25971e0f338bc8fdef6c237b6899448a2501872f69a4abb8ac4c81eefeedd65933c252
+   b2sums = 
33cefe5af2c65c990df9d8fd8b76d2bdda2827f08d596a0498818445027dc06381541bed63d21a7635c235b9dd74ee70479f2c0ace1a07b66a71cfa51a8f3f25
b2sums = SKIP
-   b2sums = 
d79621cc9350cd7bbb5155863c40524482e9faa3d41a07a4b142b28dde24a9923c289d3f3718918826af9d51cddd53e256c1472149cdd7c1012e9d7aabc039d8
+   b2sums = 
03c9c77f09b825d207482fae6ded24c26635de4c1772ec5d15436ba8458ae5e888042061d8bb8fd2097f06b7313a0f6e56cf80fa795cdd91e879a76d6a30c75e
 
 pkgname = linux
pkgdesc = The Linux kernel and modules


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=6.9.7.arch1
+pkgver=6.9.8.arch1
 pkgrel=1
 pkgdesc='Linux'
 url='https://github.com/archlinux/linux'
@@ -42,16 +42,16 @@ validpgpkeys=(
   83BC8889351B5DEBBB68416EB8AC08600F108CDF  # Jan Alexander Steffens (heftig)
 )
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256sums=('e4f588cd91eef9d461e5e14fdf9415feff8a72fbcc274089a0f768a58de001f8'
+sha256sums=('f048267b7b88316c9ca708c68d15a9ae802dcfc943c3188c1273eb958c433281'
 'SKIP'
-'64c589c6f1177bcbaf7f76ab54aa51785f96bf2e32d23407f871b0348388c85a'
+'39abcb5ab2380e0bd4ae1883fcf7aacf9b24986262f1e3c84bdfc9b689b0'
 'SKIP'
-'377877445a9f8bfc386bf8ca8fa41a808237285edfbbaaf834adcad9e8750e6c')
-b2sums=('67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77'
+'c4bf544eb67e5881c7cf22dd8d02f0075e183a502daec8e3cb27c047cc47399b')
+b2sums=('3c3874b053d7076564936f2053ef666733d329c402999aac736cf64418cb74e471cf9d7ae62e8fab49e4e916f196c5b8317aa243691b1d18119a25196108dd06'
 'SKIP'
-
'66b713330a9fada066b7fc79b52d3f508a5bf069b32fe301c4ffbe444c25971e0f338bc8fdef6c237b6899448a2501872f69a4abb8ac4c81eefeedd65933c252'
+
'33cefe5af2c65c990df9d8fd8b76d2bdda2827f08d596a0498818445027dc06381541bed63d21a7635c235b9dd74ee70479f2c0ace1a07b66a71cfa51a8f3f25'
 'SKIP'
-
'd79621cc9350cd7bbb5155863c40524482e9faa3d41a07a4b142b28dde24a9923c289d3f3718918826af9d51cddd53e256c1472149cdd7c1012e9d7aabc039d8')
+

[Git][archlinux/packaging/packages/networkmanager][main] 1.48.4-1

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


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


Commits:
d2f23375 by Jan Alexander Steffens (heftig) at 2024-07-05T20:39:52+02:00
1.48.4-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = networkmanager
pkgdesc = Network connection manager and user applications
-   pkgver = 1.48.2
+   pkgver = 1.48.4
pkgrel = 1
url = https://networkmanager.dev/
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = networkmanager
makedepends = vala
makedepends = vala
makedepends = wpa_supplicant
-   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=1.48.2
+   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=1.48.4
validpgpkeys = 3D10AD045AB4AAFF8E8F36AF9B980AC2FB874FEB
validpgpkeys = F07F7C1EABD382F81CBFBA3B998D4828CD7E1656
validpgpkeys = 2B5F3B2028801E15F57AAA309906C97AA15D984F
@@ -55,7 +55,7 @@ pkgbase = networkmanager
validpgpkeys = E472337703D0C46002928B5790617850A125DE59
validpgpkeys = 49EA7C670E0850E7419514F629C2366E4DFC5728
validpgpkeys = 07F9AEC86144386D9576210B66A44781B4EBC2D0
-   b2sums = 
9a728c000cebbb35cbbf1e2ab5d827f4d748165bd3c3dc6401cd4163152556d91b0f04306b074374a6e37e5a23f0f4aa1b1fff86d03e56b1f1cb10893c567c61
+   b2sums = 
323cff19f9d4afb5d3773d74928fc0e6ec819d11ebb30b555e86fdde0e2dc95361d34b60e2ebf3417d9ef1bcf8321658510dda745df0203916a05942c803206e
 
 pkgname = networkmanager
license = LGPL-2.1-or-later


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[networkmanager]
+source = "git"
+git = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git;
+include_regex = '\d+\.\d*[02468]\.\d*[02468]'


=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgname=(
   nm-cloud-setup
   networkmanager-docs
 )
-pkgver=1.48.2
+pkgver=1.48.4
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://networkmanager.dev/;
@@ -66,7 +66,7 @@ checkdepends=(
 source=(
   
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=$pkgver;
 )
-b2sums=('9a728c000cebbb35cbbf1e2ab5d827f4d748165bd3c3dc6401cd4163152556d91b0f04306b074374a6e37e5a23f0f4aa1b1fff86d03e56b1f1cb10893c567c61')
+b2sums=('323cff19f9d4afb5d3773d74928fc0e6ec819d11ebb30b555e86fdde0e2dc95361d34b60e2ebf3417d9ef1bcf8321658510dda745df0203916a05942c803206e')
 validpgpkeys=(
   3D10AD045AB4AAFF8E8F36AF9B980AC2FB874FEB # Ana Cabral 
   F07F7C1EABD382F81CBFBA3B998D4828CD7E1656 # Beniamino Galvani 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager/-/commit/d2f233755b66a2773097c97ac605038077f3f88b

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




[Git][archlinux/packaging/packages/networkmanager] Pushed new tag 1.48.4-1

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


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

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




[Git][archlinux/packaging/packages/lib32-libnm][main] 1.48.4-1

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


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


Commits:
40bda06b by Jan Alexander Steffens (heftig) at 2024-07-05T20:39:59+02:00
1.48.4-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libnm
pkgdesc = NetworkManager client library (32-bit)
-   pkgver = 1.48.2
+   pkgver = 1.48.4
pkgrel = 1
url = https://networkmanager.dev/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = lib32-libnm
depends = lib32-util-linux
depends = libnm
provides = libnm.so
-   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=1.48.2
+   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=1.48.4
validpgpkeys = 3D10AD045AB4AAFF8E8F36AF9B980AC2FB874FEB
validpgpkeys = F07F7C1EABD382F81CBFBA3B998D4828CD7E1656
validpgpkeys = 2B5F3B2028801E15F57AAA309906C97AA15D984F
@@ -31,6 +31,6 @@ pkgbase = lib32-libnm
validpgpkeys = E472337703D0C46002928B5790617850A125DE59
validpgpkeys = 49EA7C670E0850E7419514F629C2366E4DFC5728
validpgpkeys = 07F9AEC86144386D9576210B66A44781B4EBC2D0
-   b2sums = 
9a728c000cebbb35cbbf1e2ab5d827f4d748165bd3c3dc6401cd4163152556d91b0f04306b074374a6e37e5a23f0f4aa1b1fff86d03e56b1f1cb10893c567c61
+   b2sums = 
323cff19f9d4afb5d3773d74928fc0e6ec819d11ebb30b555e86fdde0e2dc95361d34b60e2ebf3417d9ef1bcf8321658510dda745df0203916a05942c803206e
 
 pkgname = lib32-libnm


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[lib32-libnm]
+source = "git"
+git = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git;
+include_regex = '\d+\.\d*[02468]\.\d*[02468]'


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Contributor: Ryszard Knop 
 
 pkgname=lib32-libnm
-pkgver=1.48.2
+pkgver=1.48.4
 pkgrel=1
 pkgdesc="NetworkManager client library (32-bit)"
 url="https://networkmanager.dev/;
@@ -38,7 +38,7 @@ provides=(libnm.so)
 source=(
   
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git?signed#tag=$pkgver;
 )
-b2sums=('9a728c000cebbb35cbbf1e2ab5d827f4d748165bd3c3dc6401cd4163152556d91b0f04306b074374a6e37e5a23f0f4aa1b1fff86d03e56b1f1cb10893c567c61')
+b2sums=('323cff19f9d4afb5d3773d74928fc0e6ec819d11ebb30b555e86fdde0e2dc95361d34b60e2ebf3417d9ef1bcf8321658510dda745df0203916a05942c803206e')
 validpgpkeys=(
   3D10AD045AB4AAFF8E8F36AF9B980AC2FB874FEB # Ana Cabral 
   F07F7C1EABD382F81CBFBA3B998D4828CD7E1656 # Beniamino Galvani 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnm/-/commit/40bda06be2fc22dfcffd97f5386dee884de482a7

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




[Git][archlinux/packaging/packages/lib32-libnm] Pushed new tag 1.48.4-1

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


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

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




[Git][archlinux/packaging/packages/lib32-libxslt] Pushed new tag 1.1.42-1

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


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

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




[Git][archlinux/packaging/packages/lib32-libxslt][main] 1.1.42-1

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


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


Commits:
e3cd by Jan Alexander Steffens (heftig) at 2024-07-04T21:43:05+02:00
1.1.42-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libxslt
pkgdesc = XML stylesheet transformation library (32-bit)
-   pkgver = 1.1.41
+   pkgver = 1.1.42
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = lib32-libxslt
depends = lib32-libxml2
depends = lib32-xz
depends = libxslt
-   source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.41
+   source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.42
source = 0001-runtest-Print-output-causing-failure.patch
-   b2sums = 
6acf532a59cb6d2bfa1fee8c409f21f3b68caa2bc0362906e83e0fc133d4c946ee26eded171aad6a50f0c6efe7c8bf13ffbd16c6f3e3937c0cca47509bef1305
+   b2sums = 
70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804
b2sums = 
b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee
 
 pkgname = lib32-libxslt


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase=lib32-libxslt
 pkgname=(
   lib32-libxslt
 )
-pkgver=1.1.41
+pkgver=1.1.42
 pkgrel=1
 pkgdesc="XML stylesheet transformation library (32-bit)"
 url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home;
@@ -31,7 +31,7 @@ source=(
   "git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v$pkgver;
   0001-runtest-Print-output-causing-failure.patch
 )
-b2sums=('6acf532a59cb6d2bfa1fee8c409f21f3b68caa2bc0362906e83e0fc133d4c946ee26eded171aad6a50f0c6efe7c8bf13ffbd16c6f3e3937c0cca47509bef1305'
+b2sums=('70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804'
 
'b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/libxslt][main] 1.1.42-1

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


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


Commits:
d6546ebb by Jan Alexander Steffens (heftig) at 2024-07-04T21:43:01+02:00
1.1.42-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxslt
pkgdesc = XML stylesheet transformation library
-   pkgver = 1.1.41
+   pkgver = 1.1.42
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = libxslt
depends = libgcrypt
depends = libxml2
depends = xz
-   source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.41
+   source = git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v1.1.42
source = 0001-runtest-Print-output-causing-failure.patch
-   b2sums = 
6acf532a59cb6d2bfa1fee8c409f21f3b68caa2bc0362906e83e0fc133d4c946ee26eded171aad6a50f0c6efe7c8bf13ffbd16c6f3e3937c0cca47509bef1305
+   b2sums = 
70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804
b2sums = 
b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee
 
 pkgname = libxslt


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   libxslt
   libxslt-docs
 )
-pkgver=1.1.41
+pkgver=1.1.42
 pkgrel=1
 pkgdesc="XML stylesheet transformation library"
 url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home;
@@ -31,7 +31,7 @@ source=(
   "git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v$pkgver;
   0001-runtest-Print-output-causing-failure.patch
 )
-b2sums=('6acf532a59cb6d2bfa1fee8c409f21f3b68caa2bc0362906e83e0fc133d4c946ee26eded171aad6a50f0c6efe7c8bf13ffbd16c6f3e3937c0cca47509bef1305'
+b2sums=('70549d4ad6784c41bc8f947db0f689399a0c6b4a1d91e1a8e67772f942192a391eebc58b64069500dd76b4c06bc4bd682b66945112298c7bc3f1af90e41ce804'
 
'b63a1f2bf704d4561cc30734cee980534fb0586234b7b593d57d9c70fe59abd72610b6d825ab136d4d1dd7540bbfb6b8a6edc95618c15cc79e5a4bbd8f6341ee')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxslt/-/commit/d6546ebb0d4e45be5bcb077931b9a97e6eb4b5ae

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




[Git][archlinux/packaging/packages/libxslt] Pushed new tag 1.1.42-1

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


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

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




[Git][archlinux/packaging/packages/zenity][main] 4.0.2-1

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


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


Commits:
8c009677 by Jan Alexander Steffens (heftig) at 2024-07-04T21:42:31+02:00
4.0.2-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,24 @@
 pkgbase = zenity
pkgdesc = Display graphical dialog boxes from shell scripts
-   pkgver = 4.0.1
+   pkgver = 4.0.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/zenity
arch = x86_64
license = LGPL-2.1-or-later
makedepends = git
+   makedepends = glib2-devel
makedepends = help2man
makedepends = meson
makedepends = util-linux
makedepends = yelp-tools
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gtk4
+   depends = hicolor-icon-theme
depends = libadwaita
-   source = 
git+https://gitlab.gnome.org/GNOME/zenity.git#commit=34366d85f2d408e5f74cb688a392fd85cd22548c
-   b2sums = SKIP
+   depends = pango
+   source = git+https://gitlab.gnome.org/GNOME/zenity.git#tag=4.0.2
+   b2sums = 
5d99c70fec39102d93a33832615a2b58107792ad2478b20d5e75642b3c9baff6f80df8c4e8e75ecf749513758c6208cf586b4b0251e1caf446b8b1ea6452600f
 
 pkgname = zenity


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[zenity]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/zenity.git;
+include_regex = '\d+\.([1-8]\d*)?[02468]\.\d+'


=
PKGBUILD
=
@@ -2,40 +2,41 @@
 # Contributor: Jan de Groot 
 
 pkgname=zenity
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 url="https://gitlab.gnome.org/GNOME/zenity;
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
+  gcc-libs
+  glib2
+  glibc
+  gtk4
+  hicolor-icon-theme
   libadwaita
+  pango
 )
 makedepends=(
   git
+  glib2-devel
   help2man
   meson
   util-linux
   yelp-tools
 )
-_commit=34366d85f2d408e5f74cb688a392fd85cd22548c  # tags/4.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd zenity
-  git describe --tags | sed 's/-real//;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=(
+  # unknown public key E520923A38618D6C (Logan Rathbone )
+  "git+$url.git#tag=$pkgver"
+)
+b2sums=('5d99c70fec39102d93a33832615a2b58107792ad2478b20d5e75642b3c9baff6f80df8c4e8e75ecf749513758c6208cf586b4b0251e1caf446b8b1ea6452600f')
 
 prepare() {
   cd zenity
 }
 
 build() {
-  local meson_options=(
-  )
-
-  arch-meson zenity build "${meson_options[@]}"
+  arch-meson zenity build
   meson compile -C build
 }
 



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

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




[Git][archlinux/packaging/packages/zenity] Pushed new tag 4.0.2-1

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


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

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




[Git][archlinux/packaging/packages/p11-kit][main] 0.25.5-1

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


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


Commits:
8668677b by Jan Alexander Steffens (heftig) at 2024-07-04T21:14:07+02:00
0.25.5-1

- - - - -


3 changed files:

- .SRCINFO
- − 0001-iter-Fix-recursive-attribute-loading.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = p11-kit
pkgdesc = Loads and enumerates PKCS#11 modules
-   pkgver = 0.25.4
+   pkgver = 0.25.5
pkgrel = 1
url = https://p11-glue.freedesktop.org
arch = x86_64
@@ -15,15 +15,13 @@ pkgbase = p11-kit
depends = glibc
depends = libtasn1
depends = systemd-libs
-   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.4/p11-kit-0.25.4.tar.xz
-   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.4/p11-kit-0.25.4.tar.xz.sig
-   source = 0001-iter-Fix-recursive-attribute-loading.patch
+   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz
+   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz.sig
validpgpkeys = C0F67099B808FB063E2C81117BFB1108D92765AF
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
validpgpkeys = 5D46CB0F763405A7053556F47A75A648B3F9220C
-   b2sums = 
51bfaf02de0cf251542d86dfcabcfd15817b90b11e7c6d2f534d99598a7e7e08109ec665835a5fee63da77fc183baccdeb8a7d526fbdacaf90d6fb9bf593e7d6
+   b2sums = 
96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc
b2sums = SKIP
-   b2sums = 
0395e962c245fc8d16190fe4bc88f7d8a3e6f892ba59cf982d7b172ca0c2dda40fa4db9348760d181d3e136d6b8b12476bffb17554bc44e67f618061f1d2c1c5
 
 pkgname = p11-kit
install = p11-kit.install
@@ -31,7 +29,7 @@ pkgname = p11-kit
depends = glibc
depends = libtasn1
depends = systemd-libs
-   depends = libp11-kit=0.25.4-1
+   depends = libp11-kit=0.25.5-1
depends = libp11-kit.so
depends = libsystemd.so
 


=
0001-iter-Fix-recursive-attribute-loading.patch deleted
=
@@ -1,24 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 2 Jul 2024 22:34:26 +0200
-Subject: [PATCH] iter: Fix recursive attribute loading
-
-Fixes: https://github.com/p11-glue/p11-kit/issues/641
-Signed-off-by: Jan Alexander Steffens (heftig) 

- p11-kit/iter.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/p11-kit/iter.c b/p11-kit/iter.c
-index d423b06e18b2..955d098393d7 100644
 a/p11-kit/iter.c
-+++ b/p11-kit/iter.c
-@@ -1048,7 +1048,7 @@ prepare_recursive_attribute (P11KitIter *iter,
-   templ[i].pValue = malloc (templ[i].ulValueLen);
-   return_val_if_fail (templ[i].pValue != NULL, CKR_HOST_MEMORY);
- 
--  if (IS_ATTRIBUTE_ARRAY (attr)) {
-+  if (IS_ATTRIBUTE_ARRAY (templ + i)) {
- rv = prepare_recursive_attribute (iter, attr, 
templ[i].pValue,
- templ[i].ulValueLen);
-   return_val_if_fail (rv == CKR_OK, rv);


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   libp11-kit
   p11-kit-docs
 )
-pkgver=0.25.4
+pkgver=0.25.5
 pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules"
 url="https://p11-glue.freedesktop.org;
@@ -31,11 +31,9 @@ checkdepends=(
 )
 source=(
   
https://github.com/p11-glue/p11-kit/releases/download/$pkgver/p11-kit-$pkgver.tar.xz{,.sig}
-  0001-iter-Fix-recursive-attribute-loading.patch
 )
-b2sums=('51bfaf02de0cf251542d86dfcabcfd15817b90b11e7c6d2f534d99598a7e7e08109ec665835a5fee63da77fc183baccdeb8a7d526fbdacaf90d6fb9bf593e7d6'
-'SKIP'
-
'0395e962c245fc8d16190fe4bc88f7d8a3e6f892ba59cf982d7b172ca0c2dda40fa4db9348760d181d3e136d6b8b12476bffb17554bc44e67f618061f1d2c1c5')
+b2sums=('96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc'
+'SKIP')
 validpgpkeys=(
   C0F67099B808FB063E2C81117BFB1108D92765AF  # Stef Walter 
   462225C3B46F34879FC8496CD605848ED7E69871  # Daiki Ueno 
@@ -44,9 +42,6 @@ validpgpkeys=(
 
 prepare() {
   cd p11-kit-$pkgver
-
-  # https://github.com/p11-glue/p11-kit/issues/641
-  patch -Np1 -i ../0001-iter-Fix-recursive-attribute-loading.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/p11-kit/-/commit/8668677be10482b0fe751221a1b68ac4b6ed243b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/p11-kit/-/commit/8668677be10482b0fe751221a1b68ac4b6ed243b
You're receiving this email 

[Git][archlinux/packaging/packages/p11-kit] Pushed new tag 0.25.5-1

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


Jan Alexander Steffens (heftig) pushed new tag 0.25.5-1 at Arch Linux / 
Packaging / Packages / p11-kit

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




[Git][archlinux/packaging/packages/lib32-p11-kit] Pushed new tag 0.25.5-1

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


Jan Alexander Steffens (heftig) pushed new tag 0.25.5-1 at Arch Linux / 
Packaging / Packages / lib32-p11-kit

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




[Git][archlinux/packaging/packages/lib32-p11-kit][main] 0.25.5-1

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


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


Commits:
ebb6e18a by Jan Alexander Steffens (heftig) at 2024-07-04T21:14:11+02:00
0.25.5-1

- - - - -


3 changed files:

- .SRCINFO
- − 0001-iter-Fix-recursive-attribute-loading.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-p11-kit
pkgdesc = Loads and enumerates PKCS#11 modules (32-bit library)
-   pkgver = 0.25.4
+   pkgver = 0.25.5
pkgrel = 1
url = https://p11-glue.freedesktop.org
arch = x86_64
@@ -13,15 +13,13 @@ pkgbase = lib32-p11-kit
depends = lib32-libffi
depends = lib32-libtasn1
depends = libp11-kit
-   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.4/p11-kit-0.25.4.tar.xz
-   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.4/p11-kit-0.25.4.tar.xz.sig
-   source = 0001-iter-Fix-recursive-attribute-loading.patch
+   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz
+   source = 
https://github.com/p11-glue/p11-kit/releases/download/0.25.5/p11-kit-0.25.5.tar.xz.sig
validpgpkeys = C0F67099B808FB063E2C81117BFB1108D92765AF
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
validpgpkeys = 5D46CB0F763405A7053556F47A75A648B3F9220C
-   b2sums = 
51bfaf02de0cf251542d86dfcabcfd15817b90b11e7c6d2f534d99598a7e7e08109ec665835a5fee63da77fc183baccdeb8a7d526fbdacaf90d6fb9bf593e7d6
+   b2sums = 
96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc
b2sums = SKIP
-   b2sums = 
0395e962c245fc8d16190fe4bc88f7d8a3e6f892ba59cf982d7b172ca0c2dda40fa4db9348760d181d3e136d6b8b12476bffb17554bc44e67f618061f1d2c1c5
 
 pkgname = lib32-p11-kit
provides = libp11-kit.so


=
0001-iter-Fix-recursive-attribute-loading.patch deleted
=
@@ -1,24 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 2 Jul 2024 22:34:26 +0200
-Subject: [PATCH] iter: Fix recursive attribute loading
-
-Fixes: https://github.com/p11-glue/p11-kit/issues/641
-Signed-off-by: Jan Alexander Steffens (heftig) 

- p11-kit/iter.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/p11-kit/iter.c b/p11-kit/iter.c
-index d423b06e18b2..955d098393d7 100644
 a/p11-kit/iter.c
-+++ b/p11-kit/iter.c
-@@ -1048,7 +1048,7 @@ prepare_recursive_attribute (P11KitIter *iter,
-   templ[i].pValue = malloc (templ[i].ulValueLen);
-   return_val_if_fail (templ[i].pValue != NULL, CKR_HOST_MEMORY);
- 
--  if (IS_ATTRIBUTE_ARRAY (attr)) {
-+  if (IS_ATTRIBUTE_ARRAY (templ + i)) {
- rv = prepare_recursive_attribute (iter, attr, 
templ[i].pValue,
- templ[i].ulValueLen);
-   return_val_if_fail (rv == CKR_OK, rv);


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase=lib32-p11-kit
 pkgname=(
   lib32-p11-kit
 )
-pkgver=0.25.4
+pkgver=0.25.5
 pkgrel=1
 pkgdesc="Loads and enumerates PKCS#11 modules (32-bit library)"
 url="https://p11-glue.freedesktop.org;
@@ -28,11 +28,9 @@ checkdepends=(
 )
 source=(
   
https://github.com/p11-glue/p11-kit/releases/download/$pkgver/p11-kit-$pkgver.tar.xz{,.sig}
-  0001-iter-Fix-recursive-attribute-loading.patch
 )
-b2sums=('51bfaf02de0cf251542d86dfcabcfd15817b90b11e7c6d2f534d99598a7e7e08109ec665835a5fee63da77fc183baccdeb8a7d526fbdacaf90d6fb9bf593e7d6'
-'SKIP'
-
'0395e962c245fc8d16190fe4bc88f7d8a3e6f892ba59cf982d7b172ca0c2dda40fa4db9348760d181d3e136d6b8b12476bffb17554bc44e67f618061f1d2c1c5')
+b2sums=('96d6a9c2807586abafae4da4df89f566672733963997d6a83e00aaf83a7a0c0e2995638f505e98fb87a90c60bde28814f1e8b7d5071bf0af96bb0467105a1ddc'
+'SKIP')
 validpgpkeys=(
   C0F67099B808FB063E2C81117BFB1108D92765AF  # Stef Walter 
   462225C3B46F34879FC8496CD605848ED7E69871  # Daiki Ueno 
@@ -41,9 +39,6 @@ validpgpkeys=(
 
 prepare() {
   cd p11-kit-$pkgver
-
-  # https://github.com/p11-glue/p11-kit/issues/641
-  patch -Np1 -i ../0001-iter-Fix-recursive-attribute-loading.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-p11-kit/-/commit/ebb6e18a77b0c115508d9d3fb78b0f8fc4d1b6e7

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




[Git][archlinux/packaging/packages/lib32-libxml2][main] 2.13.2-1

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


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


Commits:
82402b39 by Jan Alexander Steffens (heftig) at 2024-07-04T21:13:37+02:00
2.13.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-libxml2
pkgdesc = XML C parser and toolkit (32-bit)
-   pkgver = 2.13.1
+   pkgver = 2.13.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = lib32-libxml2
depends = lib32-xz
depends = lib32-zlib
depends = libxml2
-   source = git+https://gitlab.gnome.org/GNOME/libxml2.git#tag=v2.13.1
+   source = git+https://gitlab.gnome.org/GNOME/libxml2.git#tag=v2.13.2
source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz
source = 0001-HACK-Don-t-run-fuzzing-tests.patch
-   b2sums = 
38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0
+   b2sums = 
dc591e69571ead25e44a126746815c9d851ad99b7887f8021b054e6af98c80f87c421763648adbcf7c6e3a4f037aa111d4202b1f8479dda42731f05974902f86
b2sums = 
63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be
b2sums = 
151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516
 


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgbase=lib32-libxml2
 pkgname=(
   lib32-libxml2
 )
-pkgver=2.13.1
+pkgver=2.13.2
 pkgrel=1
 pkgdesc="XML C parser and toolkit (32-bit)"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home;
@@ -30,7 +30,7 @@ source=(
   https://www.w3.org/XML/Test/xmlts20130923.tar.gz
   0001-HACK-Don-t-run-fuzzing-tests.patch
 )
-b2sums=('38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0'
+b2sums=('dc591e69571ead25e44a126746815c9d851ad99b7887f8021b054e6af98c80f87c421763648adbcf7c6e3a4f037aa111d4202b1f8479dda42731f05974902f86'
 
'63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be'
 
'151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxml2/-/commit/82402b396b50d2c9f954847b2762e7e8382e26f9

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




[Git][archlinux/packaging/packages/lib32-libxml2] Pushed new tag 2.13.2-1

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


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

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




[Git][archlinux/packaging/packages/libxml2][main] 2.13.2-1

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


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


Commits:
f9eeb13b by Jan Alexander Steffens (heftig) at 2024-07-04T21:13:30+02:00
2.13.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxml2
pkgdesc = XML C parser and toolkit
-   pkgver = 2.13.1
+   pkgver = 2.13.2
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = libxml2
depends = readline
depends = xz
depends = zlib
-   source = git+https://gitlab.gnome.org/GNOME/libxml2.git#tag=v2.13.1
+   source = git+https://gitlab.gnome.org/GNOME/libxml2.git#tag=v2.13.2
source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz
source = 0001-HACK-Don-t-run-fuzzing-tests.patch
-   b2sums = 
38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0
+   b2sums = 
dc591e69571ead25e44a126746815c9d851ad99b7887f8021b054e6af98c80f87c421763648adbcf7c6e3a4f037aa111d4202b1f8479dda42731f05974902f86
b2sums = 
63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be
b2sums = 
151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516
 


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   libxml2
   libxml2-docs
 )
-pkgver=2.13.1
+pkgver=2.13.2
 pkgrel=1
 pkgdesc="XML C parser and toolkit"
 url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home;
@@ -33,7 +33,7 @@ source=(
   https://www.w3.org/XML/Test/xmlts20130923.tar.gz
   0001-HACK-Don-t-run-fuzzing-tests.patch
 )
-b2sums=('38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0'
+b2sums=('dc591e69571ead25e44a126746815c9d851ad99b7887f8021b054e6af98c80f87c421763648adbcf7c6e3a4f037aa111d4202b1f8479dda42731f05974902f86'
 
'63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be'
 
'151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/commit/f9eeb13b8ae95654241a70bc6f445dbe56f98a4d

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




[Git][archlinux/packaging/packages/libxml2] Pushed new tag 2.13.2-1

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


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

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




[Git][archlinux/packaging/packages/nss][main] 3.102-1

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


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


Commits:
891f6f81 by Jan Alexander Steffens (heftig) at 2024-07-04T21:12:14+02:00
3.102-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nss
pkgdesc = Network Security Services
-   pkgver = 3.101.1
+   pkgver = 3.102
pkgrel = 1
url = https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = nss
depends = sqlite
depends = zlib
depends = sh
-   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_101_1_RTM
+   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_102_RTM
source = bundle.sh
source = certdata2pem.py
-   b2sums = 
0e07fca135f8ee576a25bdcee2e6e8931add1cfd6d58c8a71d60e9f962391cc2cccfa1680879a02e07b4193bd8734c53d359eca7cf66f6f483e5969e95d7a287
+   b2sums = 
66366090d0bfa278b6d9c41a8b1c4daafb7c9e1c2e127160e09341879100a4dc054fdde4c40653cadc7b8b78934869528993f04173279e76d8606a9c82edfb4b
b2sums = 
4be5dd836c844fdd7b63302a6994d62149082c3bc81eef70f373f416fed80a61a923960e4390d1c391b81ab01b409370d788818a30ffdd3a4ed467b670f990f6
b2sums = 
6bb59dcc9289916dcbf8fb6d73db0c0cd7582dc12a3aa4e8be19ec62c9ede65fdd9470a2d92ec5a114506b78d2d21b8ae0a1b45a17dc1f90f7d75434a93da510
 


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   nss
   ca-certificates-mozilla
 )
-pkgver=3.101.1
+pkgver=3.102
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -32,7 +32,7 @@ source=(
   bundle.sh
   certdata2pem.py
 )
-b2sums=('0e07fca135f8ee576a25bdcee2e6e8931add1cfd6d58c8a71d60e9f962391cc2cccfa1680879a02e07b4193bd8734c53d359eca7cf66f6f483e5969e95d7a287'
+b2sums=('66366090d0bfa278b6d9c41a8b1c4daafb7c9e1c2e127160e09341879100a4dc054fdde4c40653cadc7b8b78934869528993f04173279e76d8606a9c82edfb4b'
 
'4be5dd836c844fdd7b63302a6994d62149082c3bc81eef70f373f416fed80a61a923960e4390d1c391b81ab01b409370d788818a30ffdd3a4ed467b670f990f6'
 
'6bb59dcc9289916dcbf8fb6d73db0c0cd7582dc12a3aa4e8be19ec62c9ede65fdd9470a2d92ec5a114506b78d2d21b8ae0a1b45a17dc1f90f7d75434a93da510')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nss/-/commit/891f6f8138586afe17b0540bc7df6879ff1b1c68

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




[Git][archlinux/packaging/packages/lib32-nss][main] 3.102-1

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


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


Commits:
8b2a2e4c by Jan Alexander Steffens (heftig) at 2024-07-04T21:12:07+02:00
3.102-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-nss
pkgdesc = Network Security Services (32-bit)
-   pkgver = 3.101.1
+   pkgver = 3.102
pkgrel = 1
url = https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = lib32-nss
depends = lib32-sqlite
depends = lib32-zlib
depends = nss
-   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_101_1_RTM
+   source = hg+https://hg.mozilla.org/projects/nss#tag=NSS_3_102_RTM
source = 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
-   b2sums = 
0e07fca135f8ee576a25bdcee2e6e8931add1cfd6d58c8a71d60e9f962391cc2cccfa1680879a02e07b4193bd8734c53d359eca7cf66f6f483e5969e95d7a287
+   b2sums = 
66366090d0bfa278b6d9c41a8b1c4daafb7c9e1c2e127160e09341879100a4dc054fdde4c40653cadc7b8b78934869528993f04173279e76d8606a9c82edfb4b
b2sums = 
5a1f419e0cb6f61413bba9af4264bb1d8cc5b9a7d679b0b8fcceb030f6eeb50291509cd7317e2129d848048ad023818284f10942ce6d8c1bbcaaebc106a9726e
 
 pkgname = lib32-nss


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=lib32-nss
 pkgname=(
   lib32-nss
 )
-pkgver=3.101.1
+pkgver=3.102
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -32,7 +32,7 @@ source=(
   "hg+https://hg.mozilla.org/projects/nss#tag=NSS_${pkgver//./_}_RTM;
   0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 )
-b2sums=('0e07fca135f8ee576a25bdcee2e6e8931add1cfd6d58c8a71d60e9f962391cc2cccfa1680879a02e07b4193bd8734c53d359eca7cf66f6f483e5969e95d7a287'
+b2sums=('66366090d0bfa278b6d9c41a8b1c4daafb7c9e1c2e127160e09341879100a4dc054fdde4c40653cadc7b8b78934869528993f04173279e76d8606a9c82edfb4b'
 
'5a1f419e0cb6f61413bba9af4264bb1d8cc5b9a7d679b0b8fcceb030f6eeb50291509cd7317e2129d848048ad023818284f10942ce6d8c1bbcaaebc106a9726e')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nss/-/commit/8b2a2e4cac6568a624b30d0c50fd018922aed01e

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




[Git][archlinux/packaging/packages/nss] Pushed new tag 3.102-1

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


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

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




[Git][archlinux/packaging/packages/lib32-nss] Pushed new tag 3.102-1

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


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

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




[Git][archlinux/packaging/packages/wasi-libcplusplus] Pushed new tag 18.1.8-3

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


Jan Alexander Steffens (heftig) pushed new tag 18.1.8-3 at Arch Linux / 
Packaging / Packages / wasi-libc++

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




[Git][archlinux/packaging/packages/wasm-component-ld][main] Remove _commit

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wasm-component-ld


Commits:
a08f162b by Jan Alexander Steffens (heftig) at 2024-07-04T09:59:11+02:00
Remove _commit

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,7 +18,6 @@ makedepends=(
   git
 )
 checkdepends=(rust-wasm)
-_commit=ef524ad0747ebe0060feb5060753642ea98bad4b
 source=("git+$url#tag=v$pkgver")
 
b2sums=('dc70ca61ca0832729a9ceee9ab584d73f3cd3cfda275bd40fe81a5bb138e2fd288dcd5feaf6e330f7186e5c6cda7d84e9a11878db4d00bb097ea15d2de458242')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasm-component-ld/-/commit/a08f162b07693cc44b8653d234d2f088fc19ff24

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




[Git][archlinux/packaging/packages/wasm-component-ld] Pushed new tag 0.5.4-1

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


Jan Alexander Steffens (heftig) pushed new tag 0.5.4-1 at Arch Linux / 
Packaging / Packages / wasm-component-ld

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




[Git][archlinux/packaging/packages/wasm-component-ld] Pushed new branch main

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


Jan Alexander Steffens (heftig) pushed new branch main at Arch Linux / 
Packaging / Packages / wasm-component-ld

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




[Git][archlinux/packaging/packages/rust] Pushed new tag 1-1.79.0-3

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


Jan Alexander Steffens (heftig) pushed new tag 1-1.79.0-3 at Arch Linux / 
Packaging / Packages / rust

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




[Git][archlinux/packaging/packages/rust][main] 1:1.79.0-3: add more wasi targets

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


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


Commits:
6357b13e by Jan Alexander Steffens (heftig) at 2024-07-04T08:11:38+02:00
1:1.79.0-3: add more wasi targets

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rust
pkgdesc = Systems programming language focused on safety, speed and 
concurrency
pkgver = 1.79.0
-   pkgrel = 2
+   pkgrel = 3
epoch = 1
url = https://www.rust-lang.org/
arch = x86_64


=
PKGBUILD
=
@@ -14,7 +14,7 @@ pkgname=(
 )
 epoch=1
 pkgver=1.79.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Systems programming language focused on safety, speed and concurrency"
 url=https://www.rust-lang.org/
 arch=(x86_64)
@@ -87,7 +87,10 @@ prepare() {
   patch -Np1 -i ../0004-compiler-Use-wasm-ld-for-wasm-targets.patch
 
   cat >config.toml 

[Git][archlinux/packaging/packages/wasi-libcplusplus] Pushed new tag 18.1.8-2

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


Jan Alexander Steffens (heftig) pushed new tag 18.1.8-2 at Arch Linux / 
Packaging / Packages / wasi-libc++

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




[Git][archlinux/packaging/packages/wasi-compiler-rt] Pushed new tag 18.1.8-2

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


Jan Alexander Steffens (heftig) pushed new tag 18.1.8-2 at Arch Linux / 
Packaging / Packages / wasi-compiler-rt

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




[Git][archlinux/packaging/packages/wasi-compiler-rt][main] 18.1.8-2: add more targets

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wasi-compiler-rt


Commits:
5cc25eca by Jan Alexander Steffens (heftig) at 2024-07-04T06:57:33+02:00
18.1.8-2: add more targets

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = wasi-compiler-rt
pkgdesc = WASI LLVM compiler runtime
pkgver = 18.1.8
-   pkgrel = 1
+   pkgrel = 2
url = https://compiler-rt.llvm.org/
arch = any
-   license = custom:Apache 2.0 with LLVM Exception
+   license = Apache-2.0 WITH LLVM-exception
makedepends = cmake
makedepends = ninja
makedepends = llvm


=
PKGBUILD
=
@@ -2,11 +2,11 @@
 
 pkgname=wasi-compiler-rt
 pkgver=18.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='WASI LLVM compiler runtime'
 arch=('any')
 url='https://compiler-rt.llvm.org/'
-license=('custom:Apache 2.0 with LLVM Exception')
+license=('Apache-2.0 WITH LLVM-exception')
 depends=('wasi-libc')
 makedepends=('cmake' 'ninja' 'llvm' 'clang' 'lld')
 
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz{,.sig}
@@ -58,5 +58,8 @@ build() {
 package() {
   DESTDIR="${pkgdir}" cmake --install build -v
 
+  ln -sr "${pkgdir}"/usr/lib/clang/${pkgver%%.*}/lib/{wasi,wasip1}
+  ln -sr "${pkgdir}"/usr/lib/clang/${pkgver%%.*}/lib/{wasi,wasip2}
+
   install -Dm644 compiler-rt-${pkgver}.src/LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


=
keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
=
@@ -13,17 +13,40 @@ 
YoXCscW041DUMBX2CC7SjMCcmAC39UX1c3GbTpS3rkJR9cmXt50nviMnKpIwlIPd
 ZYhmxKifwTJ70+c4GVK2o0MG9bTYvpYhLnYxv6iJCfgmT40E+qkDSzSoZwARAQAB
 tCJUb20gU3RlbGxhcmQgPHRzdGVsbGFyQHJlZGhhdC5jb20+iQJWBBMBCABAAhsD
 BwsJCAcDAgEGFQgCCQoLBBYCAwECHgECF4AWIQRHTiIxar9HhaiMbo6ix5SphkGd
-igUCYJMrXwUJCWsRIgAKCRCix5SphkGdir/GD/4zT43DAD9GU6VHGFeOphisH2kN
-IORVDEn8T+7iR7XLY9nVHJDxqQPUgB/gKYibrVYE0KVqjSSj3dr1cTorubMsDYgy
-gjjJSroOZupYC1+Yd8wb0jfdB6Z+CNKh0QN64BDS6D7P1GAcaIbxTyITjoz6jhyF
-Lkj4QCLiGWsMbapQA7MB4ij8t/AKORp1kW+tMyn6wfjfmYjrYOyE65UxmJtrV9Fv
-YllBt9oCAP0V9qphT6C6wxarJOuhIq9BoZOYKaUa5qRJfzNZagPG8ZalraP/MFfM
-g20hLuX5jN1jdzlHEgNt5WCYuI+uekOIUuT1PiFrmWwYXKWMAxnsVefpv8kmW8LR
-2TCG+ALvnYCRwr0Ykqh4KZcn4mpsV+QnwNAyVR6Bl6QTsPGtoHkU9Pg640mzkvgg
-w55X5kC3x4IxLskD1PFdFpW9LSRL5zz6jT5gL9Eb+zAuKpg/8w64MLnXaX69cR/p
-1rrNqZUfBOqf8fbrzy296ZSfeK4tV414iT8j76swQMAONGXoNKxO7E1cAgtxPUWW
-u3R4de3sZHGXTiEv70UNRv1TWjlVMK3Av7yDIGUnt+2wi3jilYjLWnAIgSQ46CDQ
-tUCdhdwmFcJLa3IJrs/UvHtlq6nU1sIo4wqJwfNBMHx0JZc+bKf41OgYL9ve11F5
-IKZNcvom0Pf7MkUKRQ==
-=Kuwb
+igUCZjPSRwUJDSqEigAKCRCix5SphkGdisTyEACUP/NStR4FHReHHDcqZ5ID5lw6
+waKsFs8J1GZpW9qVSUudpPVGVurUlft7pRfA8Lk9Ufanjmnq1QpX9WvQD8sk4RYp
+3bu1DnX7L2GV50cpi3OdsDQAuz17cEeRuVqh4PJjl9gkGmZoEMHkEuawahxvHZ3G
+tXWWquvnt41P2KHrvoeKXHSZnrq+TlJ6qy4EDle22xEyhUezRAXtZue3NhDf/qQA
+L9Z4cp7Xm+wvqKTcIDngBSbq11VSfbnA/FLeLAKM0sYXDbO4V1uz8pOKlcpI1hHp
+QSb5T30edXE4RbaURMmQrezNoBpE6E3fG6rFqLW2VuhkEZcCOXOP6sv7kVvLbEB1
+FHzk+KYlemGXAS3tDP7BjsKgpMMC1oowU1+PWs+spFrM/51fKGw6eXNNoPwlpn+v
+MGHGjTWeD50uCwCmDz4uZsJ31YdGWEJGWDdS0m4IujgoLb5n/wPVc/6N4eHAmGPw
+umre2xxK7mwDOXH573B7PIlUpZfhV6YwYHpQkQIo372tWYQIf5SjgE8Ohv6N+s4a
+Si6wAanRnzSfu69EB1E8mDbys/Kr/pvItUT1mdgHE9st0RYjz40Sg4OZoDFM68je
+21Zvdwa1A0Pat/7vvSXuiLD0eCDUDp8Cl3xjPxgiTrJrRqD+9TJyYj/J+LOxezpN
+6yz3ed+yUn8NuWQmSrkCDQRa6oE9ARAAwdrwxzLnsZGlJt6z4ukr8jBnLB1pXn3g
+FpvlI0TiiGle+6x8KNP/J3Cm7aEMeGWYw13SO+zNm1we7T4MhDC/dG1gzDBjf4J6
+cFkrIg0VqRSFf/oQ+gfpfVGhIuFLxLLVGyHITpBq2YD2eEIrJuBUlaLBCvhROxCg
+k+D0kvi4gSksSWQfP4Nrl/t6Sb1cWLq73FaU5ojZV71MpZeCjKc8uXtCimv9MsPY
+e0gK3ud/fXEjPBOzw0GUA29RMG8lcjtsgy4LPqd8sz7USQMnWqkT5k9SW0gmH4XI
+oU61YjAOBAzeRkYx9hBJSN+/thzKYC7OK3OgG89ReBVFRYaliVwilHACKxte8AO2
+FJWIN/Eul8LNl49VX2f1j+/6iDCWYnWEx2WzfVlgmonwj3y5ROVQzbGvMujMZrhT
+AQAeD6QdYJpj/aT2bDs1fUpnmLfIdj/HFSg1tn+ems6QWb2V+jRZ/HtPmQ10uPAU
+M99Rtl3X2t7jhFdCdycT13BG37j8wx2+zjGD/tmKY6MdU6M09Xvc6+OkkJfThTIJ
+TgZ8C2SfW2gPyKmZKi6uYruTqnWuOBCFTQJ7UN4Hm4t/qt2BtUrzVLHiMtvvMnDV
+rXQ7lr9+ugH9KJAnaygHWqfPim0RHq/bl4Wprb8XOPUQqFsLiqCnwc9EXVbzL0fz
+8tsVfAOz2iEAEQEAAYkCPAQYAQgAJgIbDBYhBEdOIjFqv0eFqIxujqLHlKmGQZ2K
+BQJmM9KkBQkNKoTnAAoJEKLHlKmGQZ2KbGsP/2YbbnSJf2ZTr2DfgvOw+Z/FL1Kf
+owgQbak9RMv1rf6FKVvXJfE97HCVuj/32yOsNOifphWSv59dxWXFt+sM49jTJCpq
+skArpIQ0inZhP/L7NJcWwc3PlpFQ3LkHu8DWgg6V1cbVpp74YWVt5Ecxsj2XXDSp
+JtQmaonA+a27K3xfKZYt/tscssh0b4atLpGCcigPVtUHihaqP5RJNZT70DW9b+sZ
+ibb8OJkiUVHS4xNE9b6XlThUFgh3JXz/N4eW03wdzSC5hFGBocHB7Ypl/vsaRQcv
+8QVoVzBcPGwvJ5DT2/zWlA9cXfVImCs3bR3I/KgW9sdyhRmVmyqP/VjXxn4XZkMD
+GyRsHKMfoQ+z9Q25P79tsXSGTXp2yol1h+3K3VcBJOWEuenGW2qmeGLLc1chfwnS
++NyGngMoJAkQWX8/6ghLpzKfR5hThGINPZ2EsDgxS+HbtalvfAVmpKT4iD2pfYtK

[Git][archlinux/packaging/packages/wasi-libc][main] 1:0+374+9e8c5423-2: add more targets

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


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


Commits:
84bb69cc by Jan Alexander Steffens (heftig) at 2024-07-04T06:53:51+02:00
1:0+374+9e8c5423-2: add more targets

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,14 @@
 pkgbase = wasi-libc
pkgdesc = WASI libc implementation for WebAssembly
pkgver = 0+374+9e8c5423
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://github.com/WebAssembly/wasi-libc
arch = any
-   license = Apache
-   license = MIT
+   license = Apache-2.0 WITH LLVM-exception AND Apache-2.0 AND MIT
+   makedepends = clang
makedepends = git
makedepends = llvm
-   makedepends = clang
options = staticlibs
source = 
git+https://github.com/WebAssembly/wasi-libc.git#commit=9e8c542319242a5e536e14e6046de5968d298038
b2sums = 
b38704e419dba9be28004d2615800082832769874573d8d9534e4c0386cf9a93214872bda7ce2d3793ec7a5a16bd444adef0b221cfbe60e38216b53b1cf02346


=
PKGBUILD
=
@@ -2,17 +2,21 @@
 
 pkgname=wasi-libc
 pkgver=0+374+9e8c5423
-_commit=9e8c542319242a5e536e14e6046de5968d298038 # main
-pkgrel=1
+_commit=9e8c542319242a5e536e14e6046de5968d298038  # tags/wasi-sdk-22
+pkgrel=2
 epoch=1
 pkgdesc='WASI libc implementation for WebAssembly'
-arch=('any')
 url='https://github.com/WebAssembly/wasi-libc'
-license=('Apache' 'MIT')
-makedepends=('git' 'llvm' 'clang')
+arch=('any')
+license=('Apache-2.0 WITH LLVM-exception AND Apache-2.0 AND MIT')
+makedepends=(
+  'clang'
+  'git'
+  'llvm'
+)
+options=('staticlibs')
 source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit};)
 
b2sums=('b38704e419dba9be28004d2615800082832769874573d8d9534e4c0386cf9a93214872bda7ce2d3793ec7a5a16bd444adef0b221cfbe60e38216b53b1cf02346')
-options=('staticlibs')
 
 pkgver() {
   cd ${pkgname}
@@ -20,22 +24,30 @@ pkgver() {
 }
 
 build() {
-  local make_options=(
+  local target= make_options=(
 WASM_CC=/usr/bin/clang
 WASM_AR=/usr/bin/llvm-ar
 WASM_NM=/usr/bin/llvm-nm
-
-# Remove bulk memory support
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
-BULK_MEMORY_SOURCES=
+  )
+  local -A targets=(
+wasm32-wasi   ''
+wasm32-wasip1 ''
+wasm32-wasip1-threads 'THREAD_MODEL=posix'
+wasm32-wasip2 'WASI_SNAPSHOT=p2'
   )
 
   cd ${pkgname}
-  make "${make_options[@]}"
+
+  for target in "${!targets[@]}"; do
+make "${make_options[@]}" TARGET_TRIPLE="$target" ${targets[$target]}
+  done
 }
 
 package() {
   cd ${pkgname}
   install -dm755 "${pkgdir}"/usr/share
   cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+  install -Dm644 LICENSE* -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }
+
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasi-libc/-/commit/84bb69cc9be79c59f8f498c997b58f4a7f4b6720

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




[Git][archlinux/packaging/packages/wasi-libc] Pushed new tag 1-0+374+9e8c5423-2

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


Jan Alexander Steffens (heftig) pushed new tag 1-0+374+9e8c5423-2 at Arch Linux 
/ Packaging / Packages / wasi-libc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasi-libc/-/tree/1-0+374+9e8c5423-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mutter][main] 46.3.1-1

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


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


Commits:
1ac0e9ed by Jan Alexander Steffens (heftig) at 2024-07-04T05:34:01+02:00
46.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mutter
pkgdesc = Window manager and compositor for GNOME
-   pkgver = 46.3
+   pkgver = 46.3.1
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -68,8 +68,8 @@ pkgbase = mutter
depends = systemd-libs
depends = wayland
depends = xorg-xwayland
-   source = git+https://gitlab.gnome.org/GNOME/mutter.git#tag=46.3
-   b2sums = 
b228db453c22a94783ceed71eb9489117e0576293f6daa37b7f20b6992b80ee4e67ebeee3b1cf474d306d2341e8d0e26b16820cec9d6c53132ddc7ffd4157634
+   source = git+https://gitlab.gnome.org/GNOME/mutter.git#tag=46.3.1
+   b2sums = 
7d9041df986220470c287fe65194ec6e4da8f15540140fb7e0c3fddc95ce6e9ec9fd4f691ed349a31af28e903c769c97d9817ac65c3cc424b002e095cf559606
 
 pkgname = mutter
provides = libmutter-14.so


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   mutter
   mutter-docs
 )
-pkgver=46.3
+pkgver=46.3.1
 pkgrel=1
 pkgdesc="Window manager and compositor for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -85,7 +85,7 @@ source=(
   # Mutter tags use SSH signatures which makepkg doesn't understand
   "git+$url.git#tag=${pkgver/[a-z]/.&}"
 )
-b2sums=('b228db453c22a94783ceed71eb9489117e0576293f6daa37b7f20b6992b80ee4e67ebeee3b1cf474d306d2341e8d0e26b16820cec9d6c53132ddc7ffd4157634')
+b2sums=('7d9041df986220470c287fe65194ec6e4da8f15540140fb7e0c3fddc95ce6e9ec9fd4f691ed349a31af28e903c769c97d9817ac65c3cc424b002e095cf559606')
 
 prepare() {
   cd mutter



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

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




[Git][archlinux/packaging/packages/mutter] Pushed new tag 46.3.1-1

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


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

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




[Git][archlinux/packaging/packages/adobe-source-code-pro-fonts] Pushed new tag 2.042u+1.062i+1.026vf-2

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


Jan Alexander Steffens (heftig) pushed new tag 2.042u+1.062i+1.026vf-2 at Arch 
Linux / Packaging / Packages / adobe-source-code-pro-fonts

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-code-pro-fonts/-/tree/2.042u+1.062i+1.026vf-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-code-pro-fonts][main] 2.042u+1.062i+1.026vf-2: .SRCINFO rebuild

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-code-pro-fonts


Commits:
ae747071 by Jan Alexander Steffens (heftig) at 2024-07-04T00:09:07+02:00
2.042u+1.062i+1.026vf-2: .SRCINFO rebuild

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,11 @@
+pkgbase = adobe-source-code-pro-fonts
+   pkgdesc = Monospaced font family for user interface and coding 
environments
+   pkgver = 2.042u+1.062i+1.026vf
+   pkgrel = 2
+   url = https://adobe-fonts.github.io/source-code-pro/
+   arch = any
+   license = OFL-1.1
+   source = 
source-code-pro-2.042R-u-1.062R-i-1.026R-vf.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/refs/tags/2.042R-u/1.062R-i/1.026R-vf.tar.gz
+   b2sums = 
16d5097bb8adbdbf0c0c61f708ea460e7608ebde7921fed464a2b71ed159416d9920bcbd72ad63d47a89460426a5c5af0c5a19ebac00ee7a1db0d61ae77a9823
+
+pkgname = adobe-source-code-pro-fonts


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[adobe-source-code-pro-fonts]
+source = "github"
+github = "adobe-fonts/source-code-pro"
+use_latest_release = true
+from_pattern = '^(.+)R-u/(.+)R-i/(.+)R-vf$'
+to_pattern = '\1u+\2i+\3vf'


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=adobe-source-code-pro-fonts
 pkgver=2.042u+1.062i+1.026vf
-pkgrel=1
+pkgrel=2
 pkgdesc="Monospaced font family for user interface and coding environments"
 url="https://adobe-fonts.github.io/source-code-pro/;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-code-pro-fonts/-/commit/ae7470715d032b318692ff808dc1f2fc82b91684

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-code-pro-fonts/-/commit/ae7470715d032b318692ff808dc1f2fc82b91684
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-sans-fonts] Pushed new tag 3.052-2

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


Jan Alexander Steffens (heftig) pushed new tag 3.052-2 at Arch Linux / 
Packaging / Packages / adobe-source-sans-fonts

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-sans-fonts/-/tree/3.052-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-sans-fonts][main] 3.052-2: .SRCINFO rebuild

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-sans-fonts


Commits:
4463fde6 by Jan Alexander Steffens (heftig) at 2024-07-04T00:09:07+02:00
3.052-2: .SRCINFO rebuild

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = adobe-source-sans-fonts
+   pkgdesc = Sans-serif font family for user interface environments
+   pkgver = 3.052
+   pkgrel = 2
+   url = https://adobe-fonts.github.io/source-sans/
+   arch = any
+   license = OFL-1.1
+   provides = adobe-source-sans-pro-fonts=3.052
+   replaces = adobe-source-sans-pro-fonts<=3.028-1
+   source = 
source-sans-3.052R.tar.gz::https://github.com/adobe-fonts/source-sans/archive/refs/tags/3.052R.tar.gz
+   source = 
source-sans-3.006R.tar.gz::https://github.com/adobe-fonts/source-sans/archive/refs/tags/3.006R.tar.gz
+   b2sums = 
7cb3965a4172c467f2fd536b1ea96d65bdb41c8546baa9f318adedca217601762cf506d050afd2e9f4e4fb840282734254cec484ac40178e62d9539308d56ddd
+   b2sums = 
26c700209ae1bb34bc4328e32e06437e078bd1ddeae771ff0f2ff1247dcca44b7fb39c8f2d1388913cc6c42507b37f71b398aa4c5b2a342aa206cbd044000a30
+
+pkgname = adobe-source-sans-fonts


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[adobe-source-sans-fonts]
+source = "github"
+github = "adobe-fonts/source-sans"
+use_latest_release = true
+from_pattern = '^(.+)R$'
+to_pattern = '\1'


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=adobe-source-sans-fonts
 pkgver=3.052
-pkgrel=1
+pkgrel=2
 pkgdesc="Sans-serif font family for user interface environments"
 url="https://adobe-fonts.github.io/source-sans/;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-sans-fonts/-/commit/4463fde60ed7748e4e8fad60bb5c6cca54591a1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-sans-fonts/-/commit/4463fde60ed7748e4e8fad60bb5c6cca54591a1e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-serif-fonts][main] 4.005-2: .SRCINFO rebuild

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / adobe-source-serif-fonts


Commits:
425a9907 by Jan Alexander Steffens (heftig) at 2024-07-04T00:09:06+02:00
4.005-2: .SRCINFO rebuild

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = adobe-source-serif-fonts
+   pkgdesc = Serif typeface designed to complement Source Sans
+   pkgver = 4.005
+   pkgrel = 2
+   url = https://adobe-fonts.github.io/source-serif/
+   arch = any
+   license = OFL-1.1
+   provides = adobe-source-serif-pro-fonts=4.005
+   replaces = adobe-source-serif-pro-fonts<=4.004-1
+   source = 
source-serif-4.005R.tar.gz::https://github.com/adobe-fonts/source-serif/archive/refs/tags/4.005R.tar.gz
+   source = 
source-serif-3.001R.tar.gz::https://github.com/adobe-fonts/source-serif/archive/refs/tags/3.001R.tar.gz
+   b2sums = 
7dec81fd559a0bf620b2351dc26f2a481825a77148019797b5726699cc3e5977194278e8ef5cc6acd2dea8e30f8b19afa12dd301abbbf75bb192a9e7bfbde51d
+   b2sums = 
f6d7c5f9a521165bb4557fea36cf53cf535697f7114186c68f5702ccbcb7edb228b3d43bb80a7e4cfe7ea9c55a8194eec31fd33be5d88039264ec5955127191d
+
+pkgname = adobe-source-serif-fonts


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[adobe-source-serif-fonts]
+source = "github"
+github = "adobe-fonts/source-serif"
+use_latest_release = true
+from_pattern = '^(.+)R$'
+to_pattern = '\1'


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=adobe-source-serif-fonts
 pkgver=4.005
-pkgrel=1
+pkgrel=2
 pkgdesc="Serif typeface designed to complement Source Sans"
 url="https://adobe-fonts.github.io/source-serif/;
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-serif-fonts/-/commit/425a990727a0d7c104d7e773c6b526025c1e8bde

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-serif-fonts/-/commit/425a990727a0d7c104d7e773c6b526025c1e8bde
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/adobe-source-serif-fonts] Pushed new tag 4.005-2

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


Jan Alexander Steffens (heftig) pushed new tag 4.005-2 at Arch Linux / 
Packaging / Packages / adobe-source-serif-fonts

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adobe-source-serif-fonts/-/tree/4.005-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/json-c][main] 0.17-2: Use tag pinning

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


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


Commits:
084c1d4a by Jan Alexander Steffens (heftig) at 2024-07-03T23:36:28+02:00
0.17-2: Use tag pinning

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = json-c
+   pkgdesc = A JSON implementation in C
+   pkgver = 0.17
+   pkgrel = 2
+   url = https://github.com/json-c/json-c/wiki
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   makedepends = git
+   makedepends = ninja
+   depends = glibc
+   provides = libjson-c.so
+   source = git+https://github.com/json-c/json-c#tag=json-c-0.17-20230812
+   b2sums = 
9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff
+
+pkgname = json-c


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[json-c]
+source = "github"
+github = "json-c/json-c"
+use_max_tag = true
+from_pattern = '^json-c-(.+)-\d+$'
+to_pattern = '\1'


=
PKGBUILD
=
@@ -4,7 +4,8 @@
 
 pkgname=json-c
 pkgver=0.17
-pkgrel=1
+_tagdate=20230812
+pkgrel=2
 pkgdesc="A JSON implementation in C"
 url="https://github.com/json-c/json-c/wiki;
 license=(MIT)
@@ -18,20 +19,8 @@ makedepends=(
   ninja
 )
 provides=(libjson-c.so)
-_commit=b4c371fa0cbc4dcbaccc359ce9e957a22988fb34  # tags/json-c-0.17-20230812^0
-source=("git+https://github.com/json-c/json-c#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd json-c
-  local tag="$(git describe --tags --abbrev=0)"
-  local ver="$(git describe --tags)"
-  echo "${tag%-*}${ver#$tag}" | sed 's/^json-c-//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd json-c
-}
+source=("git+https://github.com/json-c/json-c#tag=json-c-$pkgver-$_tagdate;)
+b2sums=('9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff')
 
 build() {
   local cmake_options=(
@@ -48,8 +37,7 @@ build() {
 }
 
 check() {
-  cd build
-  ctest --output-on-failure --stop-on-failure -j$(nproc)
+  ctest --test-dir build --output-on-failure --stop-on-failure -j$(nproc)
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/json-c/-/commit/084c1d4a1dbf17db73763a5661a736aad4b2e299

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




[Git][archlinux/packaging/packages/lib32-json-c][main] 0.17-2: Use tag pinning

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


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


Commits:
b6615d91 by Jan Alexander Steffens (heftig) at 2024-07-03T23:37:42+02:00
0.17-2: Use tag pinning

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = lib32-json-c
+   pkgdesc = A JSON implementation in C (32-bit)
+   pkgver = 0.17
+   pkgrel = 2
+   url = https://github.com/json-c/json-c/wiki
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   makedepends = git
+   makedepends = ninja
+   depends = lib32-glibc
+   depends = json-c
+   provides = libjson-c.so
+   source = git+https://github.com/json-c/json-c#tag=json-c-0.17-20230812
+   b2sums = 
9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff
+
+pkgname = lib32-json-c


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[lib32-json-c]
+source = "github"
+github = "json-c/json-c"
+use_max_tag = true
+from_pattern = '^json-c-(.+)-\d+$'
+to_pattern = '\1'


=
PKGBUILD
=
@@ -4,7 +4,8 @@
 
 pkgname=lib32-json-c
 pkgver=0.17
-pkgrel=1
+_tagdate=20230812
+pkgrel=2
 pkgdesc="A JSON implementation in C (32-bit)"
 url="https://github.com/json-c/json-c/wiki;
 license=(MIT)
@@ -19,20 +20,8 @@ makedepends=(
   ninja
 )
 provides=(libjson-c.so)
-_commit=b4c371fa0cbc4dcbaccc359ce9e957a22988fb34  # tags/json-c-0.17-20230812^0
-source=("git+https://github.com/json-c/json-c#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd json-c
-  local tag="$(git describe --tags --abbrev=0)"
-  local ver="$(git describe --tags)"
-  echo "${tag%-*}${ver#$tag}" | sed 's/^json-c-//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd json-c
-}
+source=("git+https://github.com/json-c/json-c#tag=json-c-$pkgver-$_tagdate;)
+b2sums=('9e0b0f41703460a4a61bf4e2b005bbc436f0f563a1a82ce8acb399d5efa18744ec86e8610866568fc6f77e3eec097fd688cbb9cb6bfbf7179b8178d8ee2de3ff')
 
 build() {
   local cmake_options=(
@@ -44,17 +33,15 @@ build() {
 -DENABLE_RDRAND=OFF
   )
 
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="i686-pc-linux-gnu-pkg-config"
+  export CC="gcc -m32" CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
   cmake -S json-c -B build -G Ninja "${cmake_options[@]}"
   cmake --build build
 }
 
 check() {
-  cd build
-  ctest --output-on-failure --stop-on-failure -j$(nproc)
+  ctest --test-dir build --output-on-failure --stop-on-failure -j$(nproc)
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-json-c/-/commit/b6615d911ab2ef62513cc02af0a18e30941728d0

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




[Git][archlinux/packaging/packages/json-c] Pushed new tag 0.17-2

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


Jan Alexander Steffens (heftig) pushed new tag 0.17-2 at Arch Linux / Packaging 
/ Packages / json-c

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




[Git][archlinux/packaging/packages/lib32-json-c] Pushed new tag 0.17-2

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


Jan Alexander Steffens (heftig) pushed new tag 0.17-2 at Arch Linux / Packaging 
/ Packages / lib32-json-c

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




[Git][archlinux/packaging/packages/linux][main] config: Build in VIRTIO_PCI

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


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


Commits:
e58b9c60 by Jan Alexander Steffens (heftig) at 2024-07-03T23:24:53+02:00
config: Build in VIRTIO_PCI

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/43#note_195416

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -33,12 +33,12 @@ pkgbase = linux
sha256sums = SKIP
sha256sums = 
64c589c6f1177bcbaf7f76ab54aa51785f96bf2e32d23407f871b0348388c85a
sha256sums = SKIP
-   sha256sums = 
76ea816b833da4f9287d4c2c14d4993afe6d1c614684f5e6837360ffc1ba7ec3
+   sha256sums = 
377877445a9f8bfc386bf8ca8fa41a808237285edfbbaaf834adcad9e8750e6c
b2sums = 
67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77
b2sums = SKIP
b2sums = 
66b713330a9fada066b7fc79b52d3f508a5bf069b32fe301c4ffbe444c25971e0f338bc8fdef6c237b6899448a2501872f69a4abb8ac4c81eefeedd65933c252
b2sums = SKIP
-   b2sums = 
d13eb511af5a631004d9dba105361abe8e450679847b1a389c5af41ca153785790e856530173f8dff41bae3958055bf4d2dbdcb7e29188292422c4f58af1fdbc
+   b2sums = 
d79621cc9350cd7bbb5155863c40524482e9faa3d41a07a4b142b28dde24a9923c289d3f3718918826af9d51cddd53e256c1472149cdd7c1012e9d7aabc039d8
 
 pkgname = linux
pkgdesc = The Linux kernel and modules


=
PKGBUILD
=
@@ -46,12 +46,12 @@ 
sha256sums=('e4f588cd91eef9d461e5e14fdf9415feff8a72fbcc274089a0f768a58de001f8'
 'SKIP'
 '64c589c6f1177bcbaf7f76ab54aa51785f96bf2e32d23407f871b0348388c85a'
 'SKIP'
-'76ea816b833da4f9287d4c2c14d4993afe6d1c614684f5e6837360ffc1ba7ec3')
+'377877445a9f8bfc386bf8ca8fa41a808237285edfbbaaf834adcad9e8750e6c')
 
b2sums=('67b49d64f8ceba02dc1eade59991c683c81a533eec7105466d235898de2cee692aa5730d538a33bb04f1b0260e9dcbf63b332ddfab42a7d44425c9a9d8410d77'
 'SKIP'
 
'66b713330a9fada066b7fc79b52d3f508a5bf069b32fe301c4ffbe444c25971e0f338bc8fdef6c237b6899448a2501872f69a4abb8ac4c81eefeedd65933c252'
 'SKIP'
-
'd13eb511af5a631004d9dba105361abe8e450679847b1a389c5af41ca153785790e856530173f8dff41bae3958055bf4d2dbdcb7e29188292422c4f58af1fdbc')
+
'd79621cc9350cd7bbb5155863c40524482e9faa3d41a07a4b142b28dde24a9923c289d3f3718918826af9d51cddd53e256c1472149cdd7c1012e9d7aabc039d8')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase


=
config
=
@@ -8966,10 +8966,10 @@ CONFIG_SEV_GUEST=m
 CONFIG_TDX_GUEST_DRIVER=m
 CONFIG_VIRTIO_ANCHOR=y
 CONFIG_VIRTIO=y
-CONFIG_VIRTIO_PCI_LIB=m
-CONFIG_VIRTIO_PCI_LIB_LEGACY=m
+CONFIG_VIRTIO_PCI_LIB=y
+CONFIG_VIRTIO_PCI_LIB_LEGACY=y
 CONFIG_VIRTIO_MENU=y
-CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y
 CONFIG_VIRTIO_PCI_LEGACY=y
 CONFIG_VIRTIO_VDPA=m



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

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




[Git][archlinux/packaging/packages/libndp][main] Reduce differences to lib32-libndp

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


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


Commits:
1626a3c7 by Jan Alexander Steffens (heftig) at 2024-07-03T09:48:10+02:00
Reduce differences to lib32-libndp

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,13 +7,15 @@ pkgdesc="Library for Neighbor Discovery Protocol"
 url="http://libndp.org/;
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
-depends=(glibc)
+depends=(
+  glibc
+)
 makedepends=(git)
 source=("git+https://github.com/jpirko/libndp#tag=v$pkgver;)
 
b2sums=('150f2bc4d0e67c44a694f6c6d0fb7f6927f7af2a8467b39fd77a41c0f5abb9df28d99432e444cff7328d0c8cd514516216d777cc416cfed3bb4cfa62007d6173')
 
 prepare() {
-  cd $pkgname
+  cd libndp
   ./autogen.sh
 }
 
@@ -26,18 +28,18 @@ build() {
 --disable-static
   )
 
-  cd $pkgname
+  cd libndp
   ./configure "${configure_options[@]}"
   make
 }
 
 check() {
-  cd $pkgname
+  cd libndp
   make check
 }
 
 package() {
-  cd $pkgname
+  cd libndp
   make DESTDIR="$pkgdir" install
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libndp/-/commit/1626a3c7e6ab724e403b313332ea6aa9eda76e38

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




[Git][archlinux/packaging/packages/lib32-libndp][main] 1.9-1: Reduce differences to libndp

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


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


Commits:
51ee961e by Jan Alexander Steffens (heftig) at 2024-07-03T09:50:38+02:00
1.9-1: Reduce differences to libndp

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = lib32-libndp
+   pkgdesc = Library for Neighbor Discovery Protocol (32-bit)
+   pkgver = 1.9
+   pkgrel = 1
+   url = http://libndp.org/
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = git
+   depends = lib32-glibc
+   depends = libndp
+   source = git+https://github.com/jpirko/libndp#tag=v1.9
+   b2sums = 
150f2bc4d0e67c44a694f6c6d0fb7f6927f7af2a8467b39fd77a41c0f5abb9df28d99432e444cff7328d0c8cd514516216d777cc416cfed3bb4cfa62007d6173
+
+pkgname = lib32-libndp


=
PKGBUILD
=
@@ -3,42 +3,53 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-libndp
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
-pkgdesc='Library for Neighbor Discovery Protocol'
-arch=('x86_64')
-url='http://libndp.org/'
-license=('LGPL')
-depends=('lib32-glibc' 'libndp')
-makedepends=('git')
-source=("git+https://github.com/jpirko/libndp#tag=v${pkgver};)
-sha256sums=('SKIP')
+pkgdesc="Library for Neighbor Discovery Protocol (32-bit)"
+url="http://libndp.org/;
+arch=(x86_64)
+license=(LGPL-2.1-or-later)
+depends=(
+  lib32-glibc
+  libndp
+)
+makedepends=(git)
+source=("git+https://github.com/jpirko/libndp#tag=v$pkgver;)
+b2sums=('150f2bc4d0e67c44a694f6c6d0fb7f6927f7af2a8467b39fd77a41c0f5abb9df28d99432e444cff7328d0c8cd514516216d777cc416cfed3bb4cfa62007d6173')
 
 prepare() {
   cd libndp
-
   ./autogen.sh
 }
 
 build() {
+  local configure_options=(
+--prefix=/usr
+--libdir=/usr/lib32
+--sysconfdir=/etc
+--localstatedir=/var
+--libexecdir=/usr/lib
+--disable-static
+  )
+
   cd libndp
 
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export CC="gcc -m32" CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
 
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32' \
---localstatedir='/var' \
---sysconfdir='/etc' \
---disable-static
+  ./configure "${configure_options[@]}"
   make
 }
 
+check() {
+  cd libndp
+  make check
+}
+
 package() {
-  make DESTDIR="${pkgdir}" -C libndp install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  cd libndp
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libndp/-/commit/51ee961ee0923889a65322fd78b84976cbc4fb9a

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




[Git][archlinux/packaging/packages/lib32-libndp] Pushed new tag 1.9-1

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


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

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




[Git][archlinux/packaging/packages/libndp][main] 1.9-1

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


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


Commits:
59dcea27 by Jan Alexander Steffens (heftig) at 2024-07-03T09:43:31+02:00
1.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = libndp
pkgdesc = Library for Neighbor Discovery Protocol
-   pkgver = 1.8
-   pkgrel = 2
+   pkgver = 1.9
+   pkgrel = 1
url = http://libndp.org/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = git
depends = glibc
-   source = git+https://github.com/jpirko/libndp#tag=v1.8
-   b2sums = 
e2b6d04137c769fa870fa85be159f3a9d3b7c3302d762279a643ecc85639e9513c6c8d6a531b23b4bfb929aa16382eab062ee4e5a3f46425ed3ea7747b2e
+   source = git+https://github.com/jpirko/libndp#tag=v1.9
+   b2sums = 
150f2bc4d0e67c44a694f6c6d0fb7f6927f7af2a8467b39fd77a41c0f5abb9df28d99432e444cff7328d0c8cd514516216d777cc416cfed3bb4cfa62007d6173
 
 pkgname = libndp


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libndp
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc="Library for Neighbor Discovery Protocol"
 url="http://libndp.org/;
 arch=(x86_64)
@@ -10,15 +10,10 @@ license=(LGPL-2.1-or-later)
 depends=(glibc)
 makedepends=(git)
 source=("git+https://github.com/jpirko/libndp#tag=v$pkgver;)
-b2sums=('e2b6d04137c769fa870fa85be159f3a9d3b7c3302d762279a643ecc85639e9513c6c8d6a531b23b4bfb929aa16382eab062ee4e5a3f46425ed3ea7747b2e')
+b2sums=('150f2bc4d0e67c44a694f6c6d0fb7f6927f7af2a8467b39fd77a41c0f5abb9df28d99432e444cff7328d0c8cd514516216d777cc416cfed3bb4cfa62007d6173')
 
 prepare() {
   cd $pkgname
-
-  # Fix CVE-2024-5564
-  # https://github.com/jpirko/libndp/issues/26
-  git cherry-pick -n 05e4ba7b0d126eea4c04387dcf40596059ee24af
-
   ./autogen.sh
 }
 



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

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




[Git][archlinux/packaging/packages/libndp] Pushed new tag 1.9-1

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


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

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




[Git][archlinux/packaging/packages/jruby][main] 9.4.8.0-1

2024-07-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
99ea7698 by Jan Alexander Steffens (heftig) at 2024-07-03T04:22:50+02:00
9.4.8.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jruby
pkgdesc = 100% pure-Java implementation of the Ruby programming language
-   pkgver = 9.4.7.0
+   pkgver = 9.4.8.0
pkgrel = 1
url = https://www.jruby.org/
arch = any
@@ -11,16 +11,16 @@ pkgbase = jruby
depends = java-runtime-headless
options = !debug
options = !strip
-   source = 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.7.0/jruby-dist-9.4.7.0-bin.tar.gz
-   source = 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.7.0/jruby-dist-9.4.7.0-bin.tar.gz.asc
+   source = 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.8.0/jruby-dist-9.4.8.0-bin.tar.gz
+   source = 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.8.0/jruby-dist-9.4.8.0-bin.tar.gz.asc
validpgpkeys = 416952B945B78A34C6C7678562EBFC78FE4156D1
-   md5sums = a0633ca837efff62edca84ceae1f5515
+   md5sums = 9f520a3a416b598b4e53916e7180b623
md5sums = SKIP
-   sha1sums = ea3b99edcb48ed436173977551a113759541c18c
+   sha1sums = 57089c106c6d0ad09a00db519ab1e984ea716d13
sha1sums = SKIP
-   sha256sums = 
f1c39f8257505300a528ff83fe4721fbe61a855abb25e3d27d52d43ac97a4d80
+   sha256sums = 
347b6692bd9c91c480a45af25ce88d77be8b6e4ac4a77bc94870f2c5b54bc929
sha256sums = SKIP
-   b2sums = 
8459baaf4769cb4977f3865f0833ce051be303f56dccfd5f6e14dcd765388b8c8bc7ceb632b0fbcd4187a2a6924e07be9e27fd416b0a7004ed567b03641c4587
+   b2sums = 
a53b94bdfcddb34325a61d6f78007c7c078755b49ccabeddbcb8e9bd976deff198b140d75e5b3ec1127220d2f1da5ed5efe3302431ac559c93e8db0ed6732f4a
b2sums = SKIP
 
 pkgname = jruby


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[jruby]
+source = "gems"
+gems = "jruby-jars"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.4.7.0
+pkgver=9.4.8.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/;
@@ -23,18 +23,18 @@ options=(
 source=(
   
"https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz"{,.asc}
 )
-b2sums=('8459baaf4769cb4977f3865f0833ce051be303f56dccfd5f6e14dcd765388b8c8bc7ceb632b0fbcd4187a2a6924e07be9e27fd416b0a7004ed567b03641c4587'
+b2sums=('a53b94bdfcddb34325a61d6f78007c7c078755b49ccabeddbcb8e9bd976deff198b140d75e5b3ec1127220d2f1da5ed5efe3302431ac559c93e8db0ed6732f4a'
 'SKIP')
 validpgpkeys=(
   416952B945B78A34C6C7678562EBFC78FE4156D1  # Thomas E. Enebo 

 )
 
 # https://www.jruby.org/download
-md5sums=('a0633ca837efff62edca84ceae1f5515'
+md5sums=('9f520a3a416b598b4e53916e7180b623'
  'SKIP')
-sha1sums=('ea3b99edcb48ed436173977551a113759541c18c'
+sha1sums=('57089c106c6d0ad09a00db519ab1e984ea716d13'
   'SKIP')
-sha256sums=('f1c39f8257505300a528ff83fe4721fbe61a855abb25e3d27d52d43ac97a4d80'
+sha256sums=('347b6692bd9c91c480a45af25ce88d77be8b6e4ac4a77bc94870f2c5b54bc929'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jruby/-/commit/99ea76988a7d4e10c8090861dd0c8a3e64c3a511

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




[Git][archlinux/packaging/packages/jruby] Pushed new tag 9.4.8.0-1

2024-07-02 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/lib32-p11-kit] Pushed new tag 0.25.4-1

2024-07-02 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.25.4-1 at Arch Linux / 
Packaging / Packages / lib32-p11-kit

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




[Git][archlinux/packaging/packages/p11-kit] Pushed new tag 0.25.4-1

2024-07-02 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.25.4-1 at Arch Linux / 
Packaging / Packages / p11-kit

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




[Git][archlinux/packaging/packages/python-pynitrokey] Pushed new tag 0.4.47-4

2024-07-02 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.4.47-4 at Arch Linux / 
Packaging / Packages / python-pynitrokey

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




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

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


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


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

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

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



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

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




[Git][archlinux/packaging/packages/gnome-remote-desktop] Pushed new tag 46.3-1

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


Jan Alexander Steffens (heftig) pushed new tag 46.3-1 at Arch Linux / Packaging 
/ Packages / gnome-remote-desktop

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




[Git][archlinux/packaging/packages/lib32-json-glib] Pushed new tag 1.8.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 1.8.0-2 at Arch Linux / 
Packaging / Packages / lib32-json-glib

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




[Git][archlinux/packaging/packages/json-glib] Pushed new tag 1.8.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 1.8.0-2 at Arch Linux / 
Packaging / Packages / json-glib

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




[Git][archlinux/packaging/packages/gnome-shell][main] 1:46.3.1-1

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


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


Commits:
9c509eb8 by Jan Alexander Steffens (heftig) at 2024-06-30T05:24:33+02:00
1:46.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnome-shell
pkgdesc = Next generation desktop shell
-   pkgver = 46.2
+   pkgver = 46.3.1
pkgrel = 1
epoch = 1
url = https://gitlab.gnome.org/GNOME/gnome-shell
@@ -11,6 +11,7 @@ pkgbase = gnome-shell
makedepends = evolution-data-server
makedepends = gi-docgen
makedepends = git
+   makedepends = glib2-devel
makedepends = gnome-keybindings
makedepends = gobject-introspection
makedepends = meson
@@ -58,10 +59,10 @@ pkgbase = gnome-shell
depends = unzip
depends = upower
depends = webkitgtk-6.0
-   source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=46.2
-   source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
-   b2sums = 
dbc32a609c1ee2f59ce777f2af4a541b376d5e53bded7d4b6ddfa0a913db503fc429fa0f9b8c8068b9e00382383e669ea6cbf553caa2348666cdc33bee8ad4ad
-   b2sums = SKIP
+   source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=46.3.1
+   source = 
git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=5f9768a2eac29c1ed56f1fbb449a77a3523683b6
+   b2sums = 
1ab8d447e52f554634dc5d80628615e2628c2e9ee2f37c5c7b01cadf33c160f64c9fdd04a1fbe1b0bbc619d7128a5364ca650398c844e505d0783d4be5b223d6
+   b2sums = 
e31ae379039dfc345e8032f7b9803a59ded075fc52457ba1553276d3031e7025d9304a7f2167a01be2d54c5e121bae00a2824a9c5ccbf926865d0b24520bb053
 
 pkgname = gnome-shell
groups = gnome


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   gnome-shell
   gnome-shell-docs
 )
-pkgver=46.2
+pkgver=46.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Next generation desktop shell"
@@ -66,6 +66,7 @@ makedepends=(
   evolution-data-server
   gi-docgen
   git
+  glib2-devel
   gnome-keybindings
   gobject-introspection
   meson
@@ -74,17 +75,16 @@ makedepends=(
 source=(
   # GNOME Shell tags use SSH signatures which makepkg doesn't understand
   "git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=${pkgver/[a-z]/.&};
-  "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+  
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git#commit=5f9768a2eac29c1ed56f1fbb449a77a3523683b6;
 )
-b2sums=('dbc32a609c1ee2f59ce777f2af4a541b376d5e53bded7d4b6ddfa0a913db503fc429fa0f9b8c8068b9e00382383e669ea6cbf553caa2348666cdc33bee8ad4ad'
-'SKIP')
+b2sums=('1ab8d447e52f554634dc5d80628615e2628c2e9ee2f37c5c7b01cadf33c160f64c9fdd04a1fbe1b0bbc619d7128a5364ca650398c844e505d0783d4be5b223d6'
+
'e31ae379039dfc345e8032f7b9803a59ded075fc52457ba1553276d3031e7025d9304a7f2167a01be2d54c5e121bae00a2824a9c5ccbf926865d0b24520bb053')
 
 prepare() {
-  cd $pkgbase
+  # Inject gvc
+  ln -s libgnome-volume-control gvc
 
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git -c protocol.file.allow=always -c protocol.allow=never submodule update
+  cd $pkgbase
 }
 
 build() {
@@ -96,6 +96,9 @@ build() {
   CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
   LDFLAGS+=" -Wl,-Bsymbolic-functions"
 
+  # Inject gvc
+  export MESON_PACKAGE_CACHE_DIR="$srcdir"
+
   arch-meson $pkgbase build "${meson_options[@]}"
   meson compile -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell/-/commit/9c509eb8301cdf50758836c8a27aaeb97876e0a5

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




[Git][archlinux/packaging/packages/gnome-shell] Pushed new tag 1-46.3.1-1

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


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

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




[Git][archlinux/packaging/packages/gtk2][main] Add .nvchecker.toml

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


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


Commits:
bc175776 by Jan Alexander Steffens (heftig) at 2024-06-30T05:07:12+02:00
Add .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gtk2]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gtk.git;
+include_regex = '2\.24\.\d+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk2/-/commit/bc17577617064cdf904bb9571bc76732d1d1bad0

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




[Git][archlinux/packaging/packages/gtk3][main] Add .nvchecker.toml, remove pkgver function

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


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


Commits:
47336460 by Jan Alexander Steffens (heftig) at 2024-06-30T05:04:26+02:00
Add .nvchecker.toml, remove pkgver function

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,7 +8,7 @@ pkgbase = gtk3
license = LGPL-2.1-or-later
makedepends = at-spi2-core
makedepends = git
-   makedepends = glib2-docs
+   makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = hicolor-icon-theme


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gtk3]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gtk.git;
+include_regex = '3\.([1-8]\d*)?[02468]\.\d+'


=
PKGBUILD
=
@@ -71,11 +71,6 @@ 
b2sums=('3f79244cfeac535186b84e6c9ad3dad7dbb5737e4ebd8762985fce95930a9bbb07fcc33
 
'8e6a3906126749c6d853f582e3802254cdbba099c6af7190ad576eff6ea5425404a72b1b36950a87e3afdac82295cfe246003172c3e0341a73bd931a36f3b407'
 
'7da1746e7702e4bf397f59dd1019e2c8fa8951b2bcc6bf64ec05f322de6dcec6fe5552848d6b389818f625988a3fb2211501d7f72ae97d2c49fbad1e5fe9cd6a')
 
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 prepare() {
   cd gtk
   git apply -3 ../0001-Allow-disabling-legacy-Tracker-search.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/commit/473364601bb68dd331489c24779be0ed5ad0f810

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




[Git][archlinux/packaging/packages/gtk4][main] Add .nvchecker.toml

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


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


Commits:
842fc914 by Jan Alexander Steffens (heftig) at 2024-06-30T04:58:22+02:00
Add .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gtk4]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gtk.git;
+include_regex = '4\.\d*[02468]\.\d+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4/-/commit/842fc9147b98a14a0a7a009c8bf1df99494514aa

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




[Git][archlinux/packaging/packages/mutter] Pushed new tag 46.3-1

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


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

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




[Git][archlinux/packaging/packages/mutter][main] 46.3-1

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


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


Commits:
79b5b5be by Jan Alexander Steffens (heftig) at 2024-06-30T04:57:15+02:00
46.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mutter
pkgdesc = Window manager and compositor for GNOME
-   pkgver = 46.2
-   pkgrel = 3
+   pkgver = 46.3
+   pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
license = GPL-2.0-or-later
@@ -68,8 +68,8 @@ pkgbase = mutter
depends = systemd-libs
depends = wayland
depends = xorg-xwayland
-   source = git+https://gitlab.gnome.org/GNOME/mutter.git#tag=46.2
-   b2sums = 
4b474f4bbb5ed15db053cba509c3f4b0d112a74359597dc1ab9af118b0e1360a20ccc6af89af3b248895e5dd95193c039cd3396b0fd2c71a0deadc3ff4e15920
+   source = git+https://gitlab.gnome.org/GNOME/mutter.git#tag=46.3
+   b2sums = 
b228db453c22a94783ceed71eb9489117e0576293f6daa37b7f20b6992b80ee4e67ebeee3b1cf474d306d2341e8d0e26b16820cec9d6c53132ddc7ffd4157634
 
 pkgname = mutter
provides = libmutter-14.so


=
PKGBUILD
=
@@ -8,8 +8,8 @@ pkgname=(
   mutter
   mutter-docs
 )
-pkgver=46.2
-pkgrel=3
+pkgver=46.3
+pkgrel=1
 pkgdesc="Window manager and compositor for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
 arch=(x86_64)
@@ -85,7 +85,7 @@ source=(
   # Mutter tags use SSH signatures which makepkg doesn't understand
   "git+$url.git#tag=${pkgver/[a-z]/.&}"
 )
-b2sums=('4b474f4bbb5ed15db053cba509c3f4b0d112a74359597dc1ab9af118b0e1360a20ccc6af89af3b248895e5dd95193c039cd3396b0fd2c71a0deadc3ff4e15920')
+b2sums=('b228db453c22a94783ceed71eb9489117e0576293f6daa37b7f20b6992b80ee4e67ebeee3b1cf474d306d2341e8d0e26b16820cec9d6c53132ddc7ffd4157634')
 
 prepare() {
   cd mutter



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter/-/commit/79b5b5be9c4a6dbb97141c6fca56fbd8f986cc5e

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




[Git][archlinux/packaging/packages/js102][main] Remove unnecessary autoconf2.13 makedep

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


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


Commits:
c6607553 by Michał Wojdyła at 2024-06-29T23:51:47+02:00
Remove unnecessary autoconf2.13 makedep
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,6 @@ depends=(
   zlib
 )
 makedepends=(
-  autoconf2.13
   clang
   lld
   llvm



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

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




[Git][archlinux/packaging/packages/js91][main] Remove unnecessary autoconf2.13 makedep

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


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


Commits:
ad2dbe55 by Michał Wojdyła at 2024-06-29T23:51:26+02:00
Remove unnecessary autoconf2.13 makedep
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,6 @@ depends=(
   zlib
 )
 makedepends=(
-  autoconf2.13
   clang
   lld
   llvm



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

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




[Git][archlinux/packaging/packages/js115][main] Remove unnecessary autoconf2.13 makedep

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


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


Commits:
7424a7d1 by Michał Wojdyła at 2024-06-29T21:49:36+00:00
Remove unnecessary autoconf2.13 makedep
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,6 @@ depends=(
   zlib
 )
 makedepends=(
-  autoconf2.13
   clang
   lld
   llvm



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

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




[Git][archlinux/packaging/packages/gnome-online-accounts][main] 3.50.3-1

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


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


Commits:
181437c6 by Jan Alexander Steffens (heftig) at 2024-06-29T23:49:55+02:00
3.50.3-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = gnome-online-accounts
pkgdesc = Single sign-on framework for GNOME
-   pkgver = 3.50.2
+   pkgver = 3.50.3
pkgrel = 1
url = https://wiki.gnome.org/Projects/GnomeOnlineAccounts
arch = x86_64
license = LGPL-2.0-or-later
makedepends = git
+   makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = meson
-   makedepends = python-packaging
makedepends = vala
depends = dbus
depends = dconf
@@ -25,8 +25,8 @@ pkgbase = gnome-online-accounts
depends = libsecret
depends = libsoup3
depends = libxml2
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#tag=3.50.2
-   b2sums = 
1cf1b6fa02a94e8f414a47fe4e19e1864d4f30df29229699e46a3fd642ae9828bf7867b108320ff33f10a0748b2e390612892f5fb4e7efe113eb32ef5a34442c
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#tag=3.50.3
+   b2sums = 
323ecb4fd0a2d5e78cb2c0e17184c69f8d953f9015f8e74d547d8427dcbe94207164f363e6653263257f365a25452cc1f0c58c7f4218ea2009711d30b30b2c2e
 
 pkgname = gnome-online-accounts
depends = dbus
@@ -44,7 +44,7 @@ pkgname = gnome-online-accounts
depends = libsecret
depends = libsoup3
depends = libxml2
-   depends = libgoa=3.50.2-1
+   depends = libgoa=3.50.3-1
optdepends = epiphany: (or another modern browser): OAuth authentication
optdepends = gvfs-goa: Virtual file systems, e.g. OwnCloud
optdepends = gvfs-google: Google Drive


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gnome-online-accounts]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git;
+include_regex = '\d+\.\d*[02468]\.\d+'


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   gnome-online-accounts
   libgoa
 )
-pkgver=3.50.2
+pkgver=3.50.3
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
@@ -41,7 +41,7 @@ source=(
   # GOA tags use SSH signatures which makepkg doesn't understand
   "git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#tag=$pkgver;
 )
-b2sums=('1cf1b6fa02a94e8f414a47fe4e19e1864d4f30df29229699e46a3fd642ae9828bf7867b108320ff33f10a0748b2e390612892f5fb4e7efe113eb32ef5a34442c')
+b2sums=('323ecb4fd0a2d5e78cb2c0e17184c69f8d953f9015f8e74d547d8427dcbe94207164f363e6653263257f365a25452cc1f0c58c7f4218ea2009711d30b30b2c2e')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-online-accounts/-/commit/181437c642f58e6390ed4ab100ece65ffd5ca33f

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




[Git][archlinux/packaging/packages/gnome-online-accounts] Pushed new tag 3.50.3-1

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


Jan Alexander Steffens (heftig) pushed new tag 3.50.3-1 at Arch Linux / 
Packaging / Packages / gnome-online-accounts

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




[Git][archlinux/packaging/packages/pipewire] Pushed new tag 1-1.2.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 1-1.2.0-2 at Arch Linux / 
Packaging / Packages / pipewire

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




[Git][archlinux/packaging/packages/pipewire][main] 1:1.2.0-2: rebuild for roc-toolkit again

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


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


Commits:
56a7fbad by Jan Alexander Steffens (heftig) at 2024-06-29T21:35:59+02:00
1:1.2.0-2: rebuild for roc-toolkit again

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pipewire
pkgdesc = Low-latency audio/video router and processor
pkgver = 1.2.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://pipewire.org
arch = x86_64
@@ -52,7 +52,7 @@ pkgname = pipewire
install = pipewire.install
license = MIT
license = LGPL-2.1-or-later
-   depends = libpipewire=1:1.2.0-1
+   depends = libpipewire=1:1.2.0-2
depends = gcc-libs
depends = glibc
depends = libpipewire-0.3.so


=
PKGBUILD
=
@@ -23,7 +23,7 @@ pkgname=(
   pulse-native-provider
 )
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org;



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

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




  1   2   3   4   5   6   7   8   9   10   >