[Git][archlinux/packaging/packages/python-pydantic-core][main] 2 commits: Add nvchecker integration

2024-02-23 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pydantic-core


Commits:
4d72912a by David Runge at 2024-02-24T08:40:40+01:00
Add nvchecker integration

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

- - - - -
2b111ad9 by David Runge at 2024-02-24T08:45:42+01:00
upgpkg: 1:2.16.3-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pydantic-core
pkgdesc = Core validation logic for pydantic written in rust
-   pkgver = 2.16.2
+   pkgver = 2.16.3
pkgrel = 1
epoch = 1
url = https://github.com/pydantic/pydantic-core
@@ -21,8 +21,8 @@ pkgbase = python-pydantic-core
depends = python
depends = python-typing-extensions
options = !lto
-   source = 
python-pydantic-core-2.16.2.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.16.2.tar.gz
-   sha512sums = 
7671076100824d11c0fb95c1757a7e59f25bd1b197034fb96548c0db8b3dff8eb0c94ccdbed65869cd7fd861e8c9bcfab084dc0928f029b2f3ba79337b5f06b9
-   b2sums = 
efc0aeedaa2d2e598ddbf66d918d167b3560e763be9748e195d2dd0dde53af32f749a44437dae7c3ef2c708339e9cb6b81e4b88b49f88073155bffed046d5c64
+   source = 
python-pydantic-core-2.16.3.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.16.3.tar.gz
+   sha512sums = 
bcc1c8cc53f72934af6d5d570b6c8ade1dbb96e475f4899aa82436babee68fb9e7c805c373075207402bf0ad9b1c9d756b068ab05aa088ec876abf2a6d34d0aa
+   b2sums = 
372796a3f864717a87bea4c09c2ae411b8a400110912f45fdcc5b1b03e89bb88d84ba69e2b732dc88c54396a4d984a41003bf2dfbeacf39b082f9b2626152f10
 
 pkgname = python-pydantic-core


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-pydantic-core]
+source = "pypi"
+pypi = "pydantic-core"


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=pydantic-core
 pkgname=python-pydantic-core
 # WARNING: this package is pinned down to the patch-level version in 
python-pydantic and should only be updated in lock-step with it
-pkgver=2.16.2
+pkgver=2.16.3
 pkgrel=1
 epoch=1
 pkgdesc="Core validation logic for pydantic written in rust "
@@ -32,8 +32,8 @@ checkdepends=(
 )
 options=(!lto)
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('7671076100824d11c0fb95c1757a7e59f25bd1b197034fb96548c0db8b3dff8eb0c94ccdbed65869cd7fd861e8c9bcfab084dc0928f029b2f3ba79337b5f06b9')
-b2sums=('efc0aeedaa2d2e598ddbf66d918d167b3560e763be9748e195d2dd0dde53af32f749a44437dae7c3ef2c708339e9cb6b81e4b88b49f88073155bffed046d5c64')
+sha512sums=('bcc1c8cc53f72934af6d5d570b6c8ade1dbb96e475f4899aa82436babee68fb9e7c805c373075207402bf0ad9b1c9d756b068ab05aa088ec876abf2a6d34d0aa')
+b2sums=('372796a3f864717a87bea4c09c2ae411b8a400110912f45fdcc5b1b03e89bb88d84ba69e2b732dc88c54396a4d984a41003bf2dfbeacf39b082f9b2626152f10')
 
 prepare() {
   # we don't support version pinning



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/compare/10db9ee454d1e1b9810fdfd9630a99388fbaa86d...2b111ad9e8edf3bfb70bd1efbbb5bf7f83a0daac

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/compare/10db9ee454d1e1b9810fdfd9630a99388fbaa86d...2b111ad9e8edf3bfb70bd1efbbb5bf7f83a0daac
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pydantic-core] Pushed new tag 1-2.16.3-1

2024-02-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-2.16.3-1 at Arch Linux / Packaging / Packages / 
python-pydantic-core

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




[Git][archlinux/packaging/packages/python-orjson] Pushed new tag 3.9.15-1

2024-02-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.9.15-1 at Arch Linux / Packaging / Packages / 
python-orjson

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




[Git][archlinux/packaging/packages/python-orjson][main] 2 commits: Add nvchecker integration

2024-02-23 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-orjson


Commits:
79eed6b6 by David Runge at 2024-02-24T08:36:53+01:00
Add nvchecker integration

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

- - - - -
31df6460 by David Runge at 2024-02-24T08:38:52+01:00
upgpkg: 3.9.15-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-orjson
pkgdesc = Fast, correct Python JSON library supporting dataclasses and 
datetimes
-   pkgver = 3.9.14
+   pkgver = 3.9.15
pkgrel = 1
url = https://github.com/ijl/orjson
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = python-orjson
depends = gcc-libs
depends = glibc
depends = python
-   source = 
https://github.com/ijl/orjson/archive/3.9.14/orjson-3.9.14.tar.gz
-   sha512sums = 
67933350b3d8474578e33c9e38c9d252f2dc18a278549948e21c799d33b928f862c88775ca1357dc983dec444c153e49443f42e6f2b077ade1546ac9bb47ebea
-   b2sums = 
9da3432782c5d9d73f56bf9865e50c1ac4565d3dc8442b13886a2b2dc10f1e80e289db48dca40a5014bfe79fdbd35bbad0147ae1e525cc92be24319d484492f7
+   source = 
https://github.com/ijl/orjson/archive/3.9.15/orjson-3.9.15.tar.gz
+   sha512sums = 
9ee548ae24b684a185b8b81fefd12edbefce8967af5e65f4cc925ef5b470d5ee2f80a289f3964583c2f4b44c7f86991b406ac53c67347af9c99b4a28e5bf22bf
+   b2sums = 
cf53ee115babc89f128567ccb811934dc140939a663f4f514a76202f5db16fcb8e87257eb5d33210974415ef741785dc44a9598b4aa5d3c61a84ef88a9d3d31f
 
 pkgname = python-orjson


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-orjson]
+source = "pypi"
+pypi = "orjson"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.9.14
+pkgver=3.9.15
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=(x86_64)
@@ -30,8 +30,8 @@ checkdepends=(
   python-xxhash
 )
 source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('67933350b3d8474578e33c9e38c9d252f2dc18a278549948e21c799d33b928f862c88775ca1357dc983dec444c153e49443f42e6f2b077ade1546ac9bb47ebea')
-b2sums=('9da3432782c5d9d73f56bf9865e50c1ac4565d3dc8442b13886a2b2dc10f1e80e289db48dca40a5014bfe79fdbd35bbad0147ae1e525cc92be24319d484492f7')
+sha512sums=('9ee548ae24b684a185b8b81fefd12edbefce8967af5e65f4cc925ef5b470d5ee2f80a289f3964583c2f4b44c7f86991b406ac53c67347af9c99b4a28e5bf22bf')
+b2sums=('cf53ee115babc89f128567ccb811934dc140939a663f4f514a76202f5db16fcb8e87257eb5d33210974415ef741785dc44a9598b4aa5d3c61a84ef88a9d3d31f')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/compare/6909a9c8be86b338c31fbaa25be8457de9dbb6f9...31df646070cf79a97af225ed072fc36fb4157d58

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/compare/6909a9c8be86b338c31fbaa25be8457de9dbb6f9...31df646070cf79a97af225ed072fc36fb4157d58
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openmpi][main] 3 commits: Add backup array

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
openmpi


Commits:
be8689fd by Jakub Klinkovský at 2024-02-24T07:31:45+01:00
Add backup array

- - - - -
dce73f88 by Jakub Klinkovský at 2024-02-24T07:33:54+01:00
Move openssh to optdepends

While openssh is used by prrte and the optional dependency is
facilitated by prrte-ssh, we keep the entry in the openmpi package for
better visibility. See the following merge request for reference:

https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/merge_requests/2

- - - - -
567329f2 by Jakub Klinkovský at 2024-02-24T08:34:46+01:00
upgpkg: 5.0.2-5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openmpi
pkgdesc = High performance message passing library (MPI)
pkgver = 5.0.2
-   pkgrel = 4
+   pkgrel = 5
url = https://www.open-mpi.org
arch = x86_64
license = BSD-3-Clause AND LicenseRef-MPICH
@@ -15,7 +15,6 @@ pkgbase = openmpi
makedepends = libfabric
makedepends = libnl
makedepends = openpmix
-   makedepends = openssh
makedepends = openucc
makedepends = openucx
makedepends = prrte
@@ -36,7 +35,6 @@ pkgname = openmpi
depends = libnl
depends = openpmix
depends = libpmix.so
-   depends = openssh
depends = openucx
depends = prrte
depends = libprrte.so
@@ -44,6 +42,7 @@ pkgname = openmpi
optdepends = cuda: cuda support
optdepends = hip-runtime-amd: ROCm support
optdepends = gcc-fortran: fortran support
+   optdepends = openssh: for execution on remote hosts via pml_ssh_agent
optdepends = openucc: for UCC accelerated collectives
provides = libmpi.so
provides = libmpi_mpifh.so
@@ -51,6 +50,7 @@ pkgname = openmpi
provides = libmpi_usempif08.so
provides = libopen-pal.so
provides = liboshmem.so
+   backup = etc/openmpi/openmpi-mca-params.conf
 
 pkgname = openmpi-docs
pkgdesc = High performance message passing library (MPI) - documentation


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   openmpi-docs
 )
 pkgver=5.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='High performance message passing library (MPI)'
 arch=(x86_64)
 url='https://www.open-mpi.org'
@@ -25,7 +25,6 @@ makedepends=(
   libfabric
   libnl
   openpmix
-  openssh
   openucc
   openucx
   prrte
@@ -109,7 +108,6 @@ package_openmpi() {
 libfabric
 libnl
 openpmix libpmix.so
-openssh
 openucx
 prrte libprrte.so
 zlib
@@ -118,6 +116,7 @@ package_openmpi() {
 'cuda: cuda support'
 'hip-runtime-amd: ROCm support'
 'gcc-fortran: fortran support'
+'openssh: for execution on remote hosts via pml_ssh_agent'
 'openucc: for UCC accelerated collectives'
   )
   provides=(
@@ -128,6 +127,7 @@ package_openmpi() {
 libopen-pal.so
 liboshmem.so
   )
+  backup=(etc/$pkgname/$pkgname-mca-params.conf)
 
   make DESTDIR="$pkgdir" install -C $pkgbase-$pkgver
   (



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmpi/-/compare/5809d1055e849fa3dc02fa392c1299b414f0b1a1...567329f22895f96549154886b27b0bde935ed852

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmpi/-/compare/5809d1055e849fa3dc02fa392c1299b414f0b1a1...567329f22895f96549154886b27b0bde935ed852
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openmpi] Pushed new tag 5.0.2-5

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed new tag 5.0.2-5 at Arch Linux / Packaging / Packages / 
openmpi

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




[Git][archlinux/packaging/packages/npth][main] 3 commits: Switch to correct SPDX license identifier for project

2024-02-23 Thread David Runge (@dvzrv)


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


Commits:
e84d5ff6 by David Runge at 2024-02-24T08:24:28+01:00
Switch to correct SPDX license identifier for project

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

- - - - -
ec2ccc44 by David Runge at 2024-02-24T08:26:01+01:00
Add nvchecker integration

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

- - - - -
4bc3ad87 by David Runge at 2024-02-24T08:33:01+01:00
upgpkg: 1.7-1

Add new OpenPGP signing key 6DAA6E64A76D2840571B4902528897B826403ADA,
which has been certified by one of the previous
(D8692123C4065DEA5E0F3AB5249B39D24F25E3B6):
https://keyserver.ubuntu.com/pks/lookup?search=6DAA6E64A76D2840571B4902528897B826403ADAfingerprint=onop=index

- - - - -


5 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD
- + keys/pgp/6DAA6E64A76D2840571B4902528897B826403ADA.asc
- keys/pgp/D8692123C4065DEA5E0F3AB5249B39D24F25E3B6.asc


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = npth
+   pkgdesc = The new GNU portable threads library
+   pkgver = 1.7
+   pkgrel = 1
+   url = https://www.gnupg.org/software/npth/index.html
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   depends = glibc
+   depends = sh
+   provides = libnpth.so
+   source = https://gnupg.org/ftp/gcrypt/npth/npth-1.7.tar.bz2
+   source = https://gnupg.org/ftp/gcrypt/npth/npth-1.7.tar.bz2.sig
+   validpgpkeys = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
+   validpgpkeys = 46CC730865BB5C78EBABADCF04376F3EE0856959
+   validpgpkeys = 031EC2536E580D8EA286A9F22071B08A33BD3F06
+   validpgpkeys = D238EA65D64C67ED4C3073F28A861B1C7EFD60D9
+   validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
+   sha512sums = 
8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec117cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244
+   sha512sums = SKIP
+   b2sums = 
39bc5857fb61a4264bef6ff23c28755d2a3b3ceef93034aefd5cf1c2ad905adf696c6753ebd5cea5e0a875df4ecb97db03e023a50a27f51ec0641bbc36b54089
+   b2sums = SKIP
+
+pkgname = npth


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[npth]
+source = "git"
+git = "https://dev.gnupg.org/source/npth.git;
+prefix = "npth-"


=
PKGBUILD
=
@@ -2,24 +2,25 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=npth
-pkgver=1.6
-pkgrel=4
+pkgver=1.7
+pkgrel=1
 pkgdesc='The new GNU portable threads library'
 arch=(x86_64)
 url="https://www.gnupg.org/software/npth/index.html;
-license=(LGPL2.1)
+license=(LGPL-2.1-or-later)
 depends=(glibc sh)
 provides=(libnpth.so)
 source=(https://gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2'
+sha512sums=('8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec117cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244'
 'SKIP')
-b2sums=('665fdb2f4cbe59750b6b4b7c2701ee80a23a122df10c9f8be47c4af5f3bf5968f709637ab3f4878bb68609752fbb6ce1364e109fdfeba64e4db258733a33f3fc'
+b2sums=('39bc5857fb61a4264bef6ff23c28755d2a3b3ceef93034aefd5cf1c2ad905adf696c6753ebd5cea5e0a875df4ecb97db03e023a50a27f51ec0641bbc36b54089'
 'SKIP')
 validpgpkeys=(
   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch (dist sig)
   '46CC730865BB5C78EBABADCF04376F3EE0856959'  # David Shaw (GnuPG Release 
Signing Key)
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'  # NIIBE Yutaka (GnuPG Release 
Key) 
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9'  # Werner Koch (Release Signing 
Key)
+  '6DAA6E64A76D2840571B4902528897B826403ADA'  # Werner Koch (dist signing 2020)
 )
 
 prepare() {


=
keys/pgp/6DAA6E64A76D2840571B4902528897B826403ADA.asc
=
@@ -0,0 +1,10 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mDMEX0PliRYJKwYBBAHaRw8BAQdAz75Hlekc16JhhfI0MKdEVxLdkxhcMCO0ZG6W
+MBAmNpe0H1dlcm5lciBLb2NoIChkaXN0IHNpZ25pbmcgMjAyMCmImgQTFgoAQhYh
+BG2qbmSnbShAVxtJAlKIl7gmQDraBQJfQ+w1AhsDBQkShccRBQsJCAcCAyICAQYV
+CgkICwIEFgIDAQIeBwIXgAAKCRBSiJe4JkA62nmuAP9uL/HOdB0gvwWrH+FpURJL
+s4bnaZaPIk9ARrU0EXRgJgD/YCGfHQXpIPT0ZaXuwJexK04Z+qMFR/bM1q1Leo5C
+jgY=
+=ukul
+-END PGP PUBLIC KEY BLOCK-


=
keys/pgp/D8692123C4065DEA5E0F3AB5249B39D24F25E3B6.asc
=
@@ -6,13 +6,13 @@ 
jvDAH8cZ+fkIayWtObTxwqLfPivjFxEM//IdShFFVQj+QHmXYBJggWyEIil8Bje7
 KRw6B5ucs4qSzp5VH4CqDr9PDnLD8lBGHk0x8jpwh4V/yEODJKATY0Vj00793L8u
 qA35ZiyczUvvJSLYvf7STO943GswkxdAfqxXbYifiK2gjE/7SAmB+2jFxsonUDOB
 1BAY5s3FKqrkaxZr3BBjeuGGoCuiSX/cXRIhABEBAAG0Fldlcm5lciBLb2NoIChk
-aXN0IHNpZymJAWwEEwEIAD8CGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAFiEE

[Git][archlinux/packaging/packages/npth] Pushed new tag 1.7-1

2024-02-23 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.7-1 at Arch Linux / Packaging / Packages / npth

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




[Git][archlinux/packaging/packages/prrte][main] upgpkg: 3.0.4-2

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
prrte


Commits:
649077f3 by Jakub Klinkovský at 2024-02-24T08:27:03+01:00
upgpkg: 3.0.4-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = prrte
pkgdesc = PMIx Reference RunTime Environment
pkgver = 3.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/openpmix/prrte
arch = x86_64
license = BSD-3-Clause
@@ -11,15 +11,24 @@ pkgbase = prrte
makedepends = openpmix
makedepends = perl
source = 
prrte-3.0.4.tar.gz::https://github.com/openpmix/prrte/releases/download/v3.0.4/prrte-3.0.4.tar.gz
+   source = prte-mca-params.conf
+   source = prrte-ssh
sha512sums = 
94b87c213d8789791217011ec27596ccf27f787aa49608793cefe8c907391b4d7fc5191acd11e9895524867bd456b0b6ae2627b811fe472cc5bcec2d003062b9
+   sha512sums = 
7a1c9d8785bf9bd51a72e526bcdceb8e7bea382528ac67989c56b0b5643d2b86cef04414136d5f959630da1eb67ae5dddb87e074aa28e974f01edadb492e9e7a
+   sha512sums = 
ababfc5afa98c1f050b2f3f40a923e3fd83b2048c96689efa9f2f032670253136dcae800117875bf46fb5625e2dacee45b036eb7df807cceb98b059b6fab913a
b2sums = 
54f81aada7f54b811aed5be5eae6154732a73557b232f2d9092b8bc4e4da9491c4e09bbd4ef624132070999a141c4a8d220d5035644e05e05be8a29769700b26
+   b2sums = 
ebdad2a0c220c6ecd10df0804f5bd2afa9aa50652fdb38d45ebf8f1402cbbb6521ac358371d2055011e907e3ed4b0269e5f92880bb4f1758ef2ecc184110ccb7
+   b2sums = 
cdac9def9d40d3df5e13449cfb8f0c977eaf5da5884135221c29b7add01c0b9bc151558f038ae972344cea242130ee6baa32f2b769f004c5517edf4200869337
 
 pkgname = prrte
depends = glibc
depends = hwloc
depends = libevent
+   depends = libevent_core-2.1.so
+   depends = libevent_pthreads-2.1.so
depends = openpmix
depends = libpmix.so
+   optdepends = openssh: for execution on remote hosts via pml_ssh_agent
optdepends = prrte-docs: for documentation
provides = libprrte.so
backup = etc/prrte/prte-default-hostfile


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgbase=prrte
 pkgname=(prrte{,-docs})
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="PMIx Reference RunTime Environment"
 arch=(x86_64)
 url="https://github.com/openpmix/prrte;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/commit/649077f32fb1bf3d1e1d5a5e5f12917965f645d4

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




[Git][archlinux/packaging/packages/prrte] Pushed new tag 3.0.4-2

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed new tag 3.0.4-2 at Arch Linux / Packaging / Packages / 
prrte

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




[Git][archlinux/packaging/packages/prrte][main] 2 commits: Add libevent libraries to depends

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
prrte


Commits:
20e41d31 by Jakub Klinkovský at 2024-02-23T23:21:08+01:00
Add libevent libraries to depends

- - - - -
d1024cc1 by Jakub Klinkovský at 2024-02-23T23:51:18+01:00
Add dummy wrapper for ssh to avoid hard dependency on openssh

- - - - -


3 changed files:

- PKGBUILD
- + prrte-ssh
- + prte-mca-params.conf


Changes:

=
PKGBUILD
=
@@ -16,9 +16,17 @@ makedepends=(
   openpmix
   perl
 )
-source=($pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('94b87c213d8789791217011ec27596ccf27f787aa49608793cefe8c907391b4d7fc5191acd11e9895524867bd456b0b6ae2627b811fe472cc5bcec2d003062b9')
-b2sums=('54f81aada7f54b811aed5be5eae6154732a73557b232f2d9092b8bc4e4da9491c4e09bbd4ef624132070999a141c4a8d220d5035644e05e05be8a29769700b26')
+source=(
+  
$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+  prte-mca-params.conf
+  prrte-ssh
+)
+sha512sums=('94b87c213d8789791217011ec27596ccf27f787aa49608793cefe8c907391b4d7fc5191acd11e9895524867bd456b0b6ae2627b811fe472cc5bcec2d003062b9'
+
'7a1c9d8785bf9bd51a72e526bcdceb8e7bea382528ac67989c56b0b5643d2b86cef04414136d5f959630da1eb67ae5dddb87e074aa28e974f01edadb492e9e7a'
+
'ababfc5afa98c1f050b2f3f40a923e3fd83b2048c96689efa9f2f032670253136dcae800117875bf46fb5625e2dacee45b036eb7df807cceb98b059b6fab913a')
+b2sums=('54f81aada7f54b811aed5be5eae6154732a73557b232f2d9092b8bc4e4da9491c4e09bbd4ef624132070999a141c4a8d220d5035644e05e05be8a29769700b26'
+
'ebdad2a0c220c6ecd10df0804f5bd2afa9aa50652fdb38d45ebf8f1402cbbb6521ac358371d2055011e907e3ed4b0269e5f92880bb4f1758ef2ecc184110ccb7'
+
'cdac9def9d40d3df5e13449cfb8f0c977eaf5da5884135221c29b7add01c0b9bc151558f038ae972344cea242130ee6baa32f2b769f004c5517edf4200869337')
 
 _pick() {
   local p="$1" f d; shift
@@ -33,6 +41,8 @@ _pick() {
 prepare() {
   cd $pkgname-$pkgver
   ./autogen.pl
+  # append our options to the system config file
+  cat ../prte-mca-params.conf >> src/etc/prte-mca-params.conf
 }
 
 build() {
@@ -61,10 +71,11 @@ package_prrte() {
   depends=(
 glibc
 hwloc
-libevent
+libevent libevent_{core,pthreads}-2.1.so
 openpmix libpmix.so
   )
   optdepends=(
+'openssh: for execution on remote hosts via pml_ssh_agent'
 'prrte-docs: for documentation'
   )
   provides=(libprrte.so)
@@ -84,6 +95,9 @@ package_prrte() {
   # avoid a conflict with putty which also provides pterm: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/issues/1
   mv "$pkgdir"/usr/bin/{,prrte-}pterm
   mv "$pkgdir"/usr/share/man/man1/{,prrte-}pterm.1
+
+  # install our dummy ssh wrapper
+  install -vDm 755 prrte-ssh -t "$pkgdir/usr/bin/"
 }
 
 package_prrte-docs() {


=
prrte-ssh
=
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# This script is a dummy wrapper which allows having openssh as *optional*
+# dependency for prrte - it always requires a valid plm_ssh_agent, even when it
+# is not actually used.
+exec /usr/bin/ssh "$@"


=
prte-mca-params.conf
=
@@ -0,0 +1,4 @@
+
+# Set a dummy wrapper as default plm_ssh_agent. Note that prrte always
+# requires a valid plm_ssh_agent, even when it is not actually used.
+plm_ssh_agent = prrte-ssh



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/compare/b9b5fe6c60eef3dc4b192d55d574b28c51627e18...d1024cc1f0de3cc949ddc740f6f42b359450b003

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prrte/-/compare/b9b5fe6c60eef3dc4b192d55d574b28c51627e18...d1024cc1f0de3cc949ddc740f6f42b359450b003
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gdal] Pushed new tag 3.8.4-1

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


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

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




[Git][archlinux/packaging/packages/libphonenumber][main] 1:8.13.31-1

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


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


Commits:
e75492fe by Jan Alexander Steffens (heftig) at 2024-02-24T01:26:17+01:00
1:8.13.31-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = libphonenumber
pkgdesc = Google's common library for parsing, formatting, and 
validating international phone numbers
-   pkgver = 8.13.27
+   pkgver = 8.13.31
pkgrel = 1
epoch = 1
url = https://github.com/googlei18n/libphonenumber
arch = x86_64
-   license = Apache
+   license = Apache-2.0 AND BSD-3-Clause
makedepends = cmake
makedepends = git
makedepends = gtest
@@ -13,7 +13,7 @@ pkgbase = libphonenumber
depends = abseil-cpp
depends = icu
depends = protobuf
-   source = 
git+https://github.com/googlei18n/libphonenumber#commit=7b3c8c91645ef44cf6fc938b9c6328561a137771
+   source = 
git+https://github.com/googlei18n/libphonenumber#commit=e47049b1f77b829b07de41c07353ca599581ee4c
source = protobuf-targets.diff
b2sums = SKIP
b2sums = 
911187934b234eeda64e64513daa2ad7ce5bbb56e91921cad49334286c147acafdaf7343545b3f896ab26ead774902b9f17ace93c8a49ae4b0e9763c0009781e


=
PKGBUILD
=
@@ -1,13 +1,13 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.13.27
+pkgver=8.13.31
 pkgrel=1
 epoch=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(x86_64)
-license=(Apache)
+license=('Apache-2.0 AND BSD-3-Clause')
 depends=(
   abseil-cpp
   icu
@@ -19,7 +19,7 @@ makedepends=(
   gtest
   jre-openjdk-headless
 )
-_commit=7b3c8c91645ef44cf6fc938b9c6328561a137771  # tags/v8.13.27^0
+_commit=e47049b1f77b829b07de41c07353ca599581ee4c  # tags/v8.13.31^0
 source=(
   "git+$url#commit=$_commit"
   protobuf-targets.diff
@@ -38,10 +38,6 @@ prepare() {
   # Use official protobuf cmake target instead of
   # custom one, fixes build with protobuf 23
   git apply -3 ../protobuf-targets.diff
-
-  # Fix build with abseil-cpp 2023
-  sed -e 's|CMAKE_CXX_STANDARD 11|CMAKE_CXX_STANDARD 17|' \
-  -i tools/cpp/CMakeLists.txt
 }
 
 build() {
@@ -53,10 +49,6 @@ build() {
 -DUSE_STDMUTEX=ON
   )
 
-  # Greatly reduce size of libgeocoding's relocation tables
-  # 
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0023-pack-relative-relocs.rst
-  LDFLAGS+=" -Wl,-z,pack-relative-relocs"
-
   cmake -S $pkgname/cpp -B build "${cmake_options[@]}"
   cmake --build build
 }
@@ -76,6 +68,8 @@ package() {
   )
 
   DESTDIR="$pkgdir" cmake --install build
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname/LICENSE.Chromium
 }
 
 # vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libphonenumber/-/commit/e75492fe16ed9b8e161a4cc8aec9a7aa12ea827e

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




[Git][archlinux/packaging/packages/libphonenumber] Pushed new tag 1-8.13.31-1

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


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

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




[Git][archlinux/packaging/packages/gdal][main] 3.8.3-3: libjxl 0.10.0

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


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


Commits:
dbfee596 by Jan Alexander Steffens (heftig) at 2024-02-24T01:18:53+01:00
3.8.3-3: libjxl 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data 
formats
pkgver = 3.8.3
-   pkgrel = 2
+   pkgrel = 3
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal)
 pkgver=3.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster and vector geospatial data formats"
 arch=(x86_64)
 url="https://gdal.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/dbfee59611f55856ddbaadfb716de6f5808189c1

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




[Git][archlinux/packaging/packages/gdal] Pushed new tag 3.8.3-3

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


Jan Alexander Steffens (heftig) pushed new tag 3.8.3-3 at Arch Linux / 
Packaging / Packages / gdal

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




[Git][archlinux/packaging/packages/netsurf][main] 3.11-7: libjxl 0.10.0

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


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


Commits:
6c647f5f by Jan Alexander Steffens (heftig) at 2024-02-24T01:17:10+01:00
3.11-7: libjxl 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = netsurf
pkgdesc = Lightweight and fast web browser
pkgver = 3.11
-   pkgrel = 6
+   pkgrel = 7
url = https://www.netsurf-browser.org/
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=netsurf
 pkgver=3.11
-pkgrel=6
+pkgrel=7
 pkgdesc='Lightweight and fast web browser'
 arch=(x86_64)
 url='https://www.netsurf-browser.org/'



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

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




[Git][archlinux/packaging/packages/netsurf] Pushed new tag 3.11-7

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


Jan Alexander Steffens (heftig) pushed new tag 3.11-7 at Arch Linux / Packaging 
/ Packages / netsurf

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




[Git][archlinux/packaging/packages/libvips] Pushed new tag 8.15.1-3

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


Jan Alexander Steffens (heftig) pushed new tag 8.15.1-3 at Arch Linux / 
Packaging / Packages / libvips

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




[Git][archlinux/packaging/packages/libvips][main] 8.15.1-3: libjxl 0.10.0

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


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


Commits:
277ccc01 by Jan Alexander Steffens (heftig) at 2024-02-24T01:16:56+01:00
8.15.1-3: libjxl 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvips
pkgdesc = A fast image processing library with low memory needs
pkgver = 8.15.1
-   pkgrel = 2
+   pkgrel = 3
url = https://libvips.github.io/libvips/
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libvips
 pkgver=8.15.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast image processing library with low memory needs"
 arch=('x86_64')
 license=('LGPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvips/-/commit/277ccc0110ba60934d6cb64ef243cf0ce046528a

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




[Git][archlinux/packaging/packages/gthumb][main] 3.12.5-2: libjxl 0.10.0

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


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


Commits:
ed0b334d by Jan Alexander Steffens (heftig) at 2024-02-24T01:14:05+01:00
3.12.5-2: libjxl 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gthumb
pkgdesc = Image browser and viewer for the GNOME Desktop
pkgver = 3.12.5
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.gnome.org/Apps/gthumb
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gthumb
 pkgver=3.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 url="https://wiki.gnome.org/Apps/gthumb;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/ed0b334d682672e8f6e34256a832a66676525b01

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




[Git][archlinux/packaging/packages/gthumb] Pushed new tag 3.12.5-2

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


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

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




[Git][archlinux/packaging/packages/sdl2_image][main] 2.8.2-4: disable avif-shared

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


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


Commits:
2b2a3344 by Jan Alexander Steffens (heftig) at 2024-02-24T01:13:33+01:00
2.8.2-4: disable avif-shared

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- keys/pgp/1528635D8053A57F77D1E08630A59377A7763BE6.asc


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sdl2_image
pkgdesc = A simple library to load images of various formats as SDL 
surfaces (Version 2)
pkgver = 2.8.2
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/libsdl-org/SDL_image
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2_image
 pkgver=2.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple library to load images of various formats as SDL surfaces 
(Version 2)"
 arch=('x86_64')
 url="https://github.com/libsdl-org/SDL_image;
@@ -16,6 +16,7 @@ validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
 build() {
   cd "${srcdir}/SDL2_image-${pkgver}/"
   ./configure --disable-static --prefix=/usr \
+--disable-avif-shared \
 --disable-jpg-shared \
 --disable-png-shared \
 --disable-stb-image \


=
keys/pgp/1528635D8053A57F77D1E08630A59377A7763BE6.asc
=
@@ -9,15 +9,15 @@ 
UOfF9MWmmbw59Lyx6+y2e0/C5xWzNOR1G4G5y4RZL/GXrp67xz/0fEhI85R+eASq
 AEfSBAC5ZxwnBwyl+h+PXeJYKrPQjSUlgtSAkKp7PNBywwlue1LcSb7j4cc+cmgH
 QMVuM883LPE59btNzFTAZjlzzIMiaXf5h9EkDARTGQ1wFiO3V5vIbVLh4kAoNfpT
 egy7bYn3UrlbKg3V2DbCdEXm1zQufZzK7T0yenA5Ps8xXX7mNrQhU2FtIExhbnRp
-bmdhIDxzbG91a2VuQGxpYnNkbC5vcmc+iF8EExECABcFAjpWOb0FCwcKAwQDFQMC
-AxYCAQIXgAASCRAwpZN3p3Y75gdlR1BHAAEB31EAnjxYj6c496zRYru3fzUiPgl9
-JjFZAKCOkxoODf9qHbcdmFi1Mq0dTMP3OLkBDQQ6VjnDEAQA++MHQHlE0CPyEEX8
-urvzDmsnX9/lGpZeZ1/ECm4QT/04QVdRJReaz1/8ha/JJ3J/jw+Ti3aHxvyLsXR/
-dH61wKnqbQ+3UFI0di6Z+a2idPLkUeqnAFWUSLsjSzmYPeTE76Tw9BsBMcfmyYWe
-jPZRNz4zNCNR21PNdSRSCq9/3NMAAwYD/1j+HquGLdhhd4jpKZtepybOxArNpZWE
-t7DruzN6OdiwognWNrgx59iW2EJeCYgGuI1+3Ega0EjQ9ybPCmfR6SdE0ro2CmYR
-JsYoJaHn0l6IArmF0E97jstIVVy3nNI729CFEPIvOHM8+0Hdd6gpNSQtbEFItt5l
-XBwc8gr/AtqXiE4EGBECAAYFAjpWOcMAEgkQMKWTd6d2O+YHZUdQRwABAcZlAJ9z
-Xumd1FC6YnvEST9eUQbeitjFhQCfYSvy7PxXgSfXedKsZmHWdka01zY=
-=62+H
+bmdhIDxzbG91a2VuQGxpYnNkbC5vcmc+iFcEExECABcFAjpWOb0FCwcKAwQDFQMC
+AxYCAQIXgAAKCRAwpZN3p3Y75t9RAJ4/thyz/TDdI3CruKwszF2RuHZYeACcDS0W
+70JNeJ+jhA9a5j220K3d3bO5AQ0EOlY5wxAEAPvjB0B5RNAj8hBF/Lq78w5rJ1/f
+5RqWXmdfxApuEE/9OEFXUSUXms9f/IWvySdyf48Pk4t2h8b8i7F0f3R+tcCp6m0P
+t1BSNHYumfmtonTy5FHqpwBVlEi7I0s5mD3kxO+k8PQbATHH5smFnoz2UTc+MzQj
+UdtTzXUkUgqvf9zTAAMGA/9Y/h6rhi3YYXeI6SmbXqcmzsQKzaWVhLew67szejnY
+sKIJ1ja4MefYlthCXgmIBriNftxIGtBI0Pcmzwpn0eknRNK6NgpmESbGKCWh59Je
+iAK5hdBPe47LSFVct5zSO9vQhRDyLzhzPPtB3XeoKTUkLWxBSLbeZVwcHPIK/wLa
+l4hOBBgRAgAGBQI6VjnDABIJEDClk3endjvmB2VHUEcAAQHGZQCfc17pndRQumJ7
+xEk/XlEG3orYxYUAn2Er8uz8V4En13nSrGZh1nZGtNc2
+=Qlpj
 -END PGP PUBLIC KEY BLOCK-



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

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




[Git][archlinux/packaging/packages/sdl2_image] Pushed new tag 2.8.2-4

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


Jan Alexander Steffens (heftig) pushed new tag 2.8.2-4 at Arch Linux / 
Packaging / Packages / sdl2_image

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




[Git][archlinux/packaging/packages/diffoscope] Pushed new tag 258-1

2024-02-23 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 258-1 at Arch Linux / Packaging / Packages / 
diffoscope

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




[Git][archlinux/packaging/packages/diffoscope][main] upgpkg: 258-1

2024-02-23 Thread Jelle van der Waa (@jelle)


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


Commits:
b1b31689 by Jelle van der Waa at 2024-02-24T00:25:45+01:00
upgpkg: 258-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = diffoscope
pkgdesc = Tool for in-depth comparison of files, archives, and 
directories
-   pkgver = 257
+   pkgver = 258
pkgrel = 1
url = https://diffoscope.org/
arch = x86_64
@@ -110,13 +110,13 @@ pkgbase = diffoscope
optdepends = xz: XZ and LZMA utilities support
optdepends = zstd: zst compression
optdepends = p7zip: 7z compression
-   source = https://diffoscope.org/archive/diffoscope-257.tar.bz2
-   source = https://diffoscope.org/archive/diffoscope-257.tar.bz2.asc
+   source = https://diffoscope.org/archive/diffoscope-258.tar.bz2
+   source = https://diffoscope.org/archive/diffoscope-258.tar.bz2.asc
validpgpkeys = C2FE4BD271C139B86C533E461E953E27D4311E58
validpgpkeys = 66AE2B4AFCCF3F52DA184D184B043FCDB9444540
-   sha512sums = 
236ff8fc7e74db2201dfbc0757e6c87aa769c69805319a4ad95faec82f1b0d842a54aaf1c0a0f8f7d74d59c078a696714d92a940d1847530288f95be66dd3dc2
+   sha512sums = 
962920b3493f1f0c99ff109f94f723be60cb2941320118b344aefef21eacccb41f42c429bf7a08a67ce17e6624bac8d509548f14948a357b9ea568a16d0e4213
sha512sums = SKIP
-   b2sums = 
cdd7901bdb7cfddb77d165d0084bfc4d9ad1c053bbaee67939acef4cbc0ecb81c2c7443fb7c37bc02b3884433e473dd5cf2afaad28b8535fab70b628df3561e4
+   b2sums = 
115db345f5ff4b79045a6297511c9487d7544b80f41161d7b7d6fc6711bce2869603ca6d044c7fbc00b987415cfbc8b359ecbf7a2bdf2061ff2d79e37b903fba
b2sums = SKIP
 
 pkgname = diffoscope


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=257
+pkgver=258
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -68,9 +68,9 @@ checkdepends=(
   'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc'
   'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 
'zstd' 'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('236ff8fc7e74db2201dfbc0757e6c87aa769c69805319a4ad95faec82f1b0d842a54aaf1c0a0f8f7d74d59c078a696714d92a940d1847530288f95be66dd3dc2'
+sha512sums=('962920b3493f1f0c99ff109f94f723be60cb2941320118b344aefef21eacccb41f42c429bf7a08a67ce17e6624bac8d509548f14948a357b9ea568a16d0e4213'
 'SKIP')
-b2sums=('cdd7901bdb7cfddb77d165d0084bfc4d9ad1c053bbaee67939acef4cbc0ecb81c2c7443fb7c37bc02b3884433e473dd5cf2afaad28b8535fab70b628df3561e4'
+b2sums=('115db345f5ff4b79045a6297511c9487d7544b80f41161d7b7d6fc6711bce2869603ca6d044c7fbc00b987415cfbc8b359ecbf7a2bdf2061ff2d79e37b903fba'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58"
   "66AE2B4AFCCF3F52DA184D184B043FCDB9444540")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/diffoscope/-/commit/b1b31689afcccd30f2518ec02c28ac236ce02f0b

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




[Git][archlinux/packaging/packages/eslint][main] upgpkg: 8.57.0-1

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


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


Commits:
894d7bf4 by Daniel M. Capella at 2024-02-23T17:28:45-05:00
upgpkg: 8.57.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = eslint
pkgdesc = An AST-based pattern checker for JavaScript
-   pkgver = 8.56.0
+   pkgver = 8.57.0
pkgrel = 1
url = https://eslint.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = eslint
depends = acorn
depends = nodejs
options = !emptydirs
-   source = git+https://github.com/eslint/eslint.git#tag=v8.56.0
+   source = git+https://github.com/eslint/eslint.git#tag=v8.57.0
b2sums = SKIP
 
 pkgname = eslint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=8.56.0
+pkgver=8.57.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eslint/-/commit/894d7bf47c265610b5baed1f004244992488f37d

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




[Git][archlinux/packaging/packages/eslint] Pushed new tag 8.57.0-1

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


Daniel M. Capella pushed new tag 8.57.0-1 at Arch Linux / Packaging / Packages 
/ eslint

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




[Git][archlinux/packaging/packages/openmpi][main] Disable showing errors for the coll/ucc framework explicitly

2024-02-23 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
openmpi


Commits:
5809d105 by Jakub Klinkovský at 2024-02-23T23:00:13+01:00
Disable showing errors for the coll/ucc framework explicitly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -80,7 +80,7 @@ build() {
 
--enable-mca-dso=accelerator_cuda,accelerator_rocm,btl_smcuda,rcache_gpusm,rcache_rgpusm,coll_ucc,scoll_ucc
 # mpirun should not warn on MCA component load failures by default - 
usually caused by missing optdepends, which is ok
 # 
https://docs.open-mpi.org/en/main/installing-open-mpi/configure-cli-options/installation.html
---with-show-load-errors='^accelerator,rcache,coll'
+--with-show-load-errors='^accelerator,rcache,coll/ucc'
   )
   cd $pkgbase-$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmpi/-/commit/5809d1055e849fa3dc02fa392c1299b414f0b1a1

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




[Git][archlinux/packaging/packages/plasma-workspace][main] upgpkg: 6.0.0-4: Respin

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
plasma-workspace


Commits:
4e8d9e31 by Antonio Rojas at 2024-02-23T22:45:08+01:00
upgpkg: 6.0.0-4: Respin

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = plasma-workspace
pkgdesc = KDE Plasma Workspace
pkgver = 6.0.0
-   pkgrel = 3
+   pkgrel = 4
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -129,7 +129,7 @@ pkgbase = plasma-workspace
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-   sha256sums = 
b1c32a3bc33168559626f6a398c31dbc2023ae2550dbe9db1d0e20549050f0b4
+   sha256sums = 
47dd87b4c0e09c1bcb34162b7aae3e5a3b9a4aaba1b9fed0f4d681bb3f9febba
sha256sums = SKIP
 
 pkgname = plasma-workspace


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=plasma-workspace
 pkgver=6.0.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=3
+pkgrel=4
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -130,7 +130,7 @@ conflicts=(plasma-wayland-session)
 replaces=(plasma-wayland-session)
 groups=(plasma)
 
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b1c32a3bc33168559626f6a398c31dbc2023ae2550dbe9db1d0e20549050f0b4'
+sha256sums=('47dd87b4c0e09c1bcb34162b7aae3e5a3b9a4aaba1b9fed0f4d681bb3f9febba'
 'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-workspace/-/commit/4e8d9e31c4a0dab06694eb4fd86507dd90668ca6

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




[Git][archlinux/packaging/packages/plasma-workspace] Pushed new tag 6.0.0-4

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


Antonio Rojas pushed new tag 6.0.0-4 at Arch Linux / Packaging / Packages / 
plasma-workspace

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




[Git][archlinux/packaging/packages/gnome-shell-extensions] Pushed new tag 46beta-1

2024-02-23 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 46beta-1 at Arch Linux / Packaging / Packages 
/ gnome-shell-extensions

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




[Git][archlinux/packaging/packages/conky][main] upgpkg: 1.19.7-1: Update to 1.19.7

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


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


Commits:
b6c76a27 by Antonio Rojas at 2024-02-23T22:25:58+01:00
upgpkg: 1.19.7-1: Update to 1.19.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, 
too
-   pkgver = 1.19.6
+   pkgver = 1.19.7
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@@ -32,6 +32,7 @@ pkgbase = conky
depends = libxext
depends = libxfixes
depends = libxft
+   depends = libxi
depends = libxinerama
depends = libxml2
depends = libxnvctrl
@@ -44,7 +45,7 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
-   source = 
git+https://github.com/brndnmtthws/conky.git#tag=6d985b350df9cdc0a9fab533710d04db27591bf0?signed
+   source = 
git+https://github.com/brndnmtthws/conky.git#tag=70ef89411aa0a70c5b25318d0329e1d9e57838d2?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
sha512sums = SKIP
b2sums = SKIP


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.19.6
-_gitcommit=6d985b350df9cdc0a9fab533710d04db27591bf0  # refs/tags/v1.19.6
+pkgver=1.19.7
+_gitcommit=70ef89411aa0a70c5b25318d0329e1d9e57838d2  # refs/tags/v1.19.7
 pkgrel=1
 pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
 url='https://github.com/brndnmtthws/conky'
@@ -42,6 +42,7 @@ depends=(
   'libxext'
   'libxfixes'
   'libxft'
+  'libxi'
   'libxinerama'
   'libxml2'
   'libxnvctrl' libXNVCtrl.so



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/commit/b6c76a27f4f698814288e58bcd285b665070123a

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




[Git][archlinux/packaging/packages/conky] Pushed new tag 1.19.7-1

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


Antonio Rojas pushed new tag 1.19.7-1 at Arch Linux / Packaging / Packages / 
conky

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




[Git][archlinux/packaging/packages/obsidian] Pushed new tag 1.5.8-2

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.5.8-2 at Arch Linux / Packaging / Packages 
/ obsidian

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




[Git][archlinux/packaging/packages/obsidian][main] 2 commits: upgpkg: 1.5.8-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
b281776d by Sven-Hendrik Haase at 2024-02-23T21:57:06+01:00
upgpkg: 1.5.8-1

- - - - -
5f20e8e5 by Sven-Hendrik Haase at 2024-02-23T21:58:11+01:00
upgpkg: 1.5.8-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = obsidian
pkgdesc = A powerful knowledge base that works on top of a local folder 
of plain text Markdown files
pkgver = 1.5.8
-   pkgrel = 1
+   pkgrel = 2
url = https://obsidian.md/
install = obsidian.install
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = obsidian
depends = zlib
depends = hicolor-icon-theme
depends = fuse
-   depends = electron25
+   depends = electron28
options = !strip
source = obsidian.sh
source = obsidian.desktop
source = 
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.8/obsidian-1.5.8.tar.gz
-   sha256sums = 
ac031c4ff765538acf60bee1504f6c5dada2de0792d1df1e7b32f63a72320919
+   sha256sums = 
b73e17b74983de0cf0df17e0a11ecd100af8a66c8afa8ca6f5ae816f458721df
sha256sums = 
be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056
sha256sums = 
a1cda203613769cfee50dbfaba7cdf69ce66787a90ce6cc3565fccf633694bf3
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=obsidian
 pkgver=1.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
 url="https://obsidian.md/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/compare/1dc1bbbaee897514554d362913a69b845d616e86...5f20e8e5744d31cf6e863441bdc9d56d6988e6d4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/compare/1dc1bbbaee897514554d362913a69b845d616e86...5f20e8e5744d31cf6e863441bdc9d56d6988e6d4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/obsidian][main] chore: update to Electron 28

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
1dc1bbba by Adrien Smith at 2024-02-23T10:41:53-07:00
chore: update to Electron 28

- - - - -


2 changed files:

- PKGBUILD
- obsidian.sh


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgdesc="A powerful knowledge base that works on top of a local 
folder of plain
 arch=('x86_64')
 url="https://obsidian.md/;
 license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron25')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron28')
 makedepends=('asar')
 install=obsidian.install
 options=(!strip)
@@ -17,7 +17,7 @@ source=("obsidian.sh"
 "obsidian.desktop"
 
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
 )
-sha256sums=('ac031c4ff765538acf60bee1504f6c5dada2de0792d1df1e7b32f63a72320919'
+sha256sums=('b73e17b74983de0cf0df17e0a11ecd100af8a66c8afa8ca6f5ae816f458721df'
 'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
 'a1cda203613769cfee50dbfaba7cdf69ce66787a90ce6cc3565fccf633694bf3')
 


=
obsidian.sh
=
@@ -8,4 +8,4 @@ if [[ -f "${OBSIDIAN_USER_FLAGS_FILE}" ]]; then
 fi
 
 # Launch
-exec electron25 /usr/lib/obsidian/app.asar $OBSIDIAN_USER_FLAGS "$@"
+exec electron28 /usr/lib/obsidian/app.asar $OBSIDIAN_USER_FLAGS "$@"



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

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




[Git][archlinux/packaging/packages/python-stevedore] Pushed new tag 5.2.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 5.2.0-1 at Arch Linux / Packaging / Packages / 
python-stevedore

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




[Git][archlinux/packaging/packages/python-stevedore][main] upgpkg: 5.2.0-1

2024-02-23 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
python-stevedore


Commits:
1de927b7 by Evangelos Foutras at 2024-02-23T22:34:33+02:00
upgpkg: 5.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-stevedore
+   pkgdesc = Manage dynamic plugins for Python applications
+   pkgver = 5.2.0
+   pkgrel = 1
+   url = https://github.com/openstack/stevedore
+   arch = any
+   license = Apache
+   makedepends = python-pbr
+   makedepends = python-setuptools
+   depends = python
+   options = !emptydirs
+   source = 
https://pypi.org/packages/source/s/stevedore/stevedore-5.2.0.tar.gz
+   sha256sums = 
46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d
+
+pkgname = python-stevedore


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
 license=('Apache')
 depends=('python')
-makedepends=('python-pbr')
+makedepends=('python-pbr' 'python-setuptools')
 options=('!emptydirs')
 source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c')
+sha256sums=('46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d')
 
 prepare() {
   cd stevedore-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stevedore/-/commit/1de927b7268de7508b59239fbe1a5125cb450749

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




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

2024-02-23 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 1-46beta-1 at Arch Linux / Packaging / 
Packages / gnome-shell

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




[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
af0af9f5 by Sven-Hendrik Haase at 2024-02-23T21:18:01+01:00
upgpkg: 550.54.14-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − nvidia-open-tfm-ctx-aligned.patch


Changes:

=
.SRCINFO
=
@@ -1,31 +1,29 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
-   pkgver = 545.29.06
-   pkgrel = 20
+   pkgver = 550.54.14
+   pkgrel = 1
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = GPL
makedepends = linux-headers
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd
options = !lto
options = !buildflags
-   source = 
nvidia-open-545.29.06.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/545.29.06.tar.gz
+   source = 
nvidia-open-550.54.14.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.54.14.tar.gz
source = nvidia-open-gcc-ibt-sls.patch
-   source = nvidia-open-tfm-ctx-aligned.patch
-   sha512sums = 
f8df8516d00ee3210b3a844493f74f0337cf50cd4ff11ba6a1de58384674dc7ab7390f98765ecb805fa792e0b5eee71f7384ddb55a739e4292cad8774302
+   sha512sums = 
68a953405ad47b2f9e19c57d96676cd28d2532895da818e1d234cbd6f0d736f77a737af37900fd5b160fb189e266f3e7a1e523139dd860ba2af287b5c55e2efa
sha512sums = 
263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34
-   sha512sums = 
e45e2e588298e15e6ab114b88181431189b79ca8454ac8ead666deaa48fd49f11953acb32ce365a429112827e889c30e4a0bc89027a0164f6c211088dd7cad5b
 
 pkgname = nvidia-open
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd
depends = linux
provides = NVIDIA-MODULE
conflicts = NVIDIA-MODULE
 
 pkgname = nvidia-open-dkms
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd
depends = dkms
provides = nvidia-open


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
-pkgver=545.29.06
-pkgrel=20
+pkgver=550.54.14
+pkgrel=1
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -11,11 +11,9 @@ makedepends=('linux-headers')
 license=('GPL')
 options=('!lto' '!buildflags')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;
-nvidia-open-gcc-ibt-sls.patch
-nvidia-open-tfm-ctx-aligned.patch)
-sha512sums=('f8df8516d00ee3210b3a844493f74f0337cf50cd4ff11ba6a1de58384674dc7ab7390f98765ecb805fa792e0b5eee71f7384ddb55a739e4292cad8774302'
-
'263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34'
-
'e45e2e588298e15e6ab114b88181431189b79ca8454ac8ead666deaa48fd49f11953acb32ce365a429112827e889c30e4a0bc89027a0164f6c211088dd7cad5b')
+nvidia-open-gcc-ibt-sls.patch)
+sha512sums=('68a953405ad47b2f9e19c57d96676cd28d2532895da818e1d234cbd6f0d736f77a737af37900fd5b160fb189e266f3e7a1e523139dd860ba2af287b5c55e2efa'
+
'263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34')
 
 prepare() {
   cd open-gpu-kernel-modules-${pkgver}
@@ -23,9 +21,6 @@ prepare() {
   # Fix for https://bugs.archlinux.org/task/74886
   patch -Np1 --no-backup-if-mismatch -i "$srcdir"/nvidia-open-gcc-ibt-sls.patch
 
-  # Fix for https://github.com/NVIDIA/open-gpu-kernel-modules/issues/574
-  patch -Np1 --no-backup-if-mismatch -i 
"$srcdir"/nvidia-open-tfm-ctx-aligned.patch
-
   # Attempt to make this reproducible
   sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
   sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk


=
nvidia-open-tfm-ctx-aligned.patch deleted
=
@@ -1,18 +0,0 @@
- kernel-open/nvidia/libspdm_shash.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git c/kernel-open/nvidia/libspdm_shash.c 
i/kernel-open/nvidia/libspdm_shash.c
-index 10e9bff..d0ef6b2 100644
 c/kernel-open/nvidia/libspdm_shash.c
-+++ i/kernel-open/nvidia/libspdm_shash.c
-@@ -87,8 +87,8 @@ bool lkca_hmac_duplicate(struct shash_desc *dst, struct 
shash_desc const *src)
- 
- struct crypto_shash *src_tfm = src->tfm;
- struct crypto_shash *dst_tfm = dst->tfm;
--char *src_ipad = crypto_tfm_ctx_aligned(_tfm->base);
--char *dst_ipad = crypto_tfm_ctx_aligned(_tfm->base);
-+ 

[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.54.14-1 at Arch Linux / Packaging / 
Packages / nvidia-open

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




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

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1-550.54.14-1 at Arch Linux / Packaging / 
Packages / nvidia-lts

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f150c536 by Sven-Hendrik Haase at 2024-02-23T21:05:42+01:00
upgpkg: 1:550.54.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = nvidia-lts
pkgdesc = NVIDIA drivers for linux-lts
-   pkgver = 545.29.06
-   pkgrel = 21
+   pkgver = 550.54.14
+   pkgrel = 1
epoch = 1
url = https://www.nvidia.com/
arch = x86_64
license = custom
makedepends = linux-lts-headers
-   makedepends = nvidia-dkms=545.29.06
+   makedepends = nvidia-dkms=550.54.14
provides = NVIDIA-MODULE
options = !strip
 
 pkgname = nvidia-lts
depends = linux-lts
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
-pkgver=545.29.06
-pkgrel=21
+pkgver=550.54.14
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/nvidia] Pushed new tag 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.54.14-1 at Arch Linux / Packaging / 
Packages / nvidia

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




[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
49097e36 by Sven-Hendrik Haase at 2024-02-23T21:03:54+01:00
upgpkg: 550.54.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = nvidia
pkgdesc = NVIDIA drivers for linux
-   pkgver = 545.29.06
-   pkgrel = 20
+   pkgver = 550.54.14
+   pkgrel = 1
url = https://www.nvidia.com/
arch = x86_64
license = custom
makedepends = linux-headers
-   makedepends = nvidia-dkms=545.29.06
+   makedepends = nvidia-dkms=550.54.14
provides = NVIDIA-MODULE
options = !strip
 
 pkgname = nvidia
depends = linux
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=545.29.06
-pkgrel=20
+pkgver=550.54.14
+pkgrel=1
 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/49097e360a202e583a79d5e70b92f6f9c910cd13

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils][main] upgpkg: 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-nvidia-utils


Commits:
b8ff364c by Sven-Hendrik Haase at 2024-02-23T21:01:05+01:00
upgpkg: 550.54.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = lib32-nvidia-utils
-   pkgver = 545.29.06
+   pkgver = 550.54.14
pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
options = !strip
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/545.29.06/NVIDIA-Linux-x86_64-545.29.06.run
-   sha512sums = 
b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/NVIDIA-Linux-x86_64-550.54.14.run
+   sha512sums = 
65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be
 
 pkgname = lib32-nvidia-utils
pkgdesc = NVIDIA drivers utilities (32-bit)
depends = lib32-zlib
depends = lib32-gcc-libs
depends = lib32-libglvnd
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
optdepends = lib32-opencl-nvidia
provides = lib32-vulkan-driver
provides = lib32-opengl-driver


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=545.29.06
+pkgver=550.54.14
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@ license=('custom')
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d')
+sha512sums=('65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be')
 
 create_links() {
 # create soname links



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

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils] Pushed new tag 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.54.14-1 at Arch Linux / Packaging / 
Packages / lib32-nvidia-utils

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




[Git][archlinux/packaging/packages/nvidia-utils][main] upgpkg: 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
afdb20c5 by Sven-Hendrik Haase at 2024-02-23T20:58:18+01:00
upgpkg: 550.54.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvidia-utils
-   pkgver = 545.29.06
-   pkgrel = 4
+   pkgver = 550.54.14
+   pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
@@ -9,13 +9,11 @@ pkgbase = nvidia-utils
source = nvidia-drm-outputclass.conf
source = nvidia-utils.sysusers
source = nvidia.rules
-   source = nvidia-drivers-470.223.02-gpl-pfn_valid.patch
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/545.29.06/NVIDIA-Linux-x86_64-545.29.06.run
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/NVIDIA-Linux-x86_64-550.54.14.run
sha512sums = 
de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770
sha512sums = 
4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499
sha512sums = 
84a4eb5cd6729ab2e8585873b9463d6cdc14f7ab130e1eba373eaee252be228d8e72ad21b8da1629d438f7f47531124fc17d7d0d713cecc7e53315409344c96d
-   sha512sums = 
6951e2382c4089bab738b9cd258cd2646fc2754cceeca9dc760414355e5f9fa74d8ed2b4f1c43b7d5b1ad16c3d4e7d88fecd79b5c15f4cc8963ae54aaa009a94
-   sha512sums = 
b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d
+   sha512sums = 
65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be
 
 pkgname = nvidia-utils
pkgdesc = NVIDIA drivers utilities
@@ -41,7 +39,7 @@ pkgname = opencl-nvidia
 pkgname = nvidia-dkms
pkgdesc = NVIDIA drivers - module sources
depends = dkms
-   depends = nvidia-utils=545.29.06
+   depends = nvidia-utils=550.54.14
depends = libglvnd
provides = NVIDIA-MODULE
provides = nvidia


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=545.29.06
-pkgrel=4
+pkgver=550.54.14
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -16,13 +16,11 @@ _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 source=('nvidia-drm-outputclass.conf'
 'nvidia-utils.sysusers'
 'nvidia.rules'
-'nvidia-drivers-470.223.02-gpl-pfn_valid.patch'
 
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
 
'84a4eb5cd6729ab2e8585873b9463d6cdc14f7ab130e1eba373eaee252be228d8e72ad21b8da1629d438f7f47531124fc17d7d0d713cecc7e53315409344c96d'
-
'6951e2382c4089bab738b9cd258cd2646fc2754cceeca9dc760414355e5f9fa74d8ed2b4f1c43b7d5b1ad16c3d4e7d88fecd79b5c15f4cc8963ae54aaa009a94'
-
'b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d')
+
'65fe0a3498e1b46368cfc7995fea720e4ba6373b0a74f4fc6280fbf75b2697948adf5b52b7d068b8df5ddbd347df7c0361db7e1a1fdc0d9fcfc6f47936be')
 
 
 create_links() {
@@ -42,10 +40,6 @@ prepare() {
 
 cd kernel
 
-# Fix incompat with Linux 6.6.15 and 6.7.3
-# From Gentoo at 
https://github.com/gentoo/gentoo/commit/c64caf5352e8b82edbaa2204aaf055cbcabfc8d1
-patch --no-backup-if-mismatch -Np2 -i 
"$srcdir/nvidia-drivers-470.223.02-gpl-pfn_valid.patch"
-
 sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
 sed -i 's/__JOBS/`nproc`/' dkms.conf
 sed -i 's/__DKMS_MODULES//' dkms.conf



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

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




[Git][archlinux/packaging/packages/nvidia-utils] Pushed new tag 550.54.14-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.54.14-1 at Arch Linux / Packaging / 
Packages / nvidia-utils

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




[Git][archlinux/packaging/packages/nvidia-settings] Pushed new tag 550.40.07-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.40.07-1 at Arch Linux / Packaging / 
Packages / nvidia-settings

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




[Git][archlinux/packaging/packages/nvidia-settings][main] upgpkg: 550.40.07-1

2024-02-23 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
649bb0e4 by Sven-Hendrik Haase at 2024-02-23T20:56:35+01:00
upgpkg: 550.40.07-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvidia-settings
pkgdesc = Tool for configuring the NVIDIA graphics driver
-   pkgver = 545.29.06
+   pkgver = 550.40.07
pkgrel = 1
url = https://github.com/NVIDIA/nvidia-settings
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = nvidia-settings
makedepends = nvidia-utils
makedepends = libxext
options = staticlibs
-   source = 
nvidia-settings-545.29.06.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/545.29.06.tar.gz
+   source = 
nvidia-settings-550.40.07.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/550.40.07.tar.gz
source = nvidia-settings-libxnvctrl_so.patch
-   sha512sums = 
8828731ccbfea0f43a194ee7fa37dc7771331044b500cf3ca53b57b96a27de1fbf9180cd78bf742ea1cb935fe52a5d1a6a8a12e86d40c21489d7834f421f90c9
+   sha512sums = 
9efc664e9e39a4d920892d817d72b3ba2df2cef7892a72c9b42855471027a5c2d1da968c93252600a31de51b84807388d9d7823e9e0d573177838c4fa789852e
sha512sums = 
0303fe615d6ef4e14112998c531a17613b94776f9a6a027ddb81e400fddd5f2ff15583da8b8631c2306aca854edf2f54a8007eb36f1732b4c064c857aaf268ae
 
 pkgname = nvidia-settings


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=545.29.06
+pkgver=550.40.07
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@ makedepends=('inetutils' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'lib
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 nvidia-settings-libxnvctrl_so.patch)
-sha512sums=('8828731ccbfea0f43a194ee7fa37dc7771331044b500cf3ca53b57b96a27de1fbf9180cd78bf742ea1cb935fe52a5d1a6a8a12e86d40c21489d7834f421f90c9'
+sha512sums=('9efc664e9e39a4d920892d817d72b3ba2df2cef7892a72c9b42855471027a5c2d1da968c93252600a31de51b84807388d9d7823e9e0d573177838c4fa789852e'
 
'0303fe615d6ef4e14112998c531a17613b94776f9a6a027ddb81e400fddd5f2ff15583da8b8631c2306aca854edf2f54a8007eb36f1732b4c064c857aaf268ae')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-16

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


Robin Candau pushed new tag 0.4.1-16 at Arch Linux / Packaging / Packages / 
zathura-pdf-mupdf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-16
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-16: Rebuild against mupdf 1.23.11

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


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-pdf-mupdf


Commits:
845e6517 by Robin Candau at 2024-02-23T20:54:50+01:00
upgpkg: 0.4.1-16: Rebuild against mupdf 1.23.11
https://archlinux.org/todo/mupdf-12311-rebuild/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-pdf-mupdf
pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, 
and OpenXPS)
pkgver = 0.4.1
-   pkgrel = 15
+   pkgrel = 16
url = https://pwmt.org/projects/zathura-pdf-mupdf/
arch = x86_64
license = Zlib


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.4.1
-pkgrel=15
+pkgrel=16
 
 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/845e65177496de886c5a75ae99e2d282522047b9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/845e65177496de886c5a75ae99e2d282522047b9
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-02-23 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 46beta-1 at Arch Linux / Packaging / Packages 
/ mutter

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




[Git][archlinux/packaging/packages/mupdf][main] upgpkg: 1.23.11-1: New upstream release

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


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


Commits:
43c9a0f1 by Robin Candau at 2024-02-23T20:45:04+01:00
upgpkg: 1.23.11-1: New upstream release
https://github.com/ArtifexSoftware/mupdf/releases/tag/1.23.11

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mupdf
pkgdesc = Lightweight PDF and XPS viewer
-   pkgver = 1.23.10
+   pkgver = 1.23.11
pkgrel = 1
url = https://mupdf.com/
arch = x86_64
@@ -26,13 +26,13 @@ pkgbase = mupdf
makedepends = tesseract
makedepends = zlib
options = staticlibs
-   source = https://mupdf.com/downloads/archive/mupdf-1.23.10-source.tar.gz
+   source = https://mupdf.com/downloads/archive/mupdf-1.23.11-source.tar.gz
source = mupdf.desktop
source = mupdf.xpm
source = mupdf-1.23.9-no_venv.patch
source = mupdf-1.23.9-cpp_ldflags.patch
source = mupdf-1.23.9-install_targets.patch
-   sha256sums = 
c3a2eaf19b3f0d58f923bf7132b72eff6205db4cea2f9c4651ee5ec9095242da
+   sha256sums = 
478f2a167feae2a291c8b8bc5205f2ce2f09f09b574a6eb0525bfad95a3cfe66
sha256sums = 
ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f
sha256sums = 
a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8
sha256sums = 
fed5ccebf5c8d3a4f4b777ce058f647cde673826b465c777994fc436dc1dca5a
@@ -71,7 +71,7 @@ pkgname = mupdf-gl
depends = libgl
depends = libmupdf
depends = openssl
-   provides = mupdf=1.23.10
+   provides = mupdf=1.23.11
conflicts = mupdf
 
 pkgname = mupdf-tools


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools python-mupdf)
-pkgver=1.23.10
+pkgver=1.23.11
 pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('x86_64')
@@ -47,7 +47,7 @@ source=(
   $pkgbase-1.23.9-cpp_ldflags.patch
   $pkgbase-1.23.9-install_targets.patch
 )
-sha256sums=('c3a2eaf19b3f0d58f923bf7132b72eff6205db4cea2f9c4651ee5ec9095242da'
+sha256sums=('478f2a167feae2a291c8b8bc5205f2ce2f09f09b574a6eb0525bfad95a3cfe66'
 'ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f'
 'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8'
 'fed5ccebf5c8d3a4f4b777ce058f647cde673826b465c777994fc436dc1dca5a'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/commit/43c9a0f1193c2741b7c99083d3fe2de7679a2a8f

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




[Git][archlinux/packaging/packages/mupdf] Pushed new tag 1.23.11-1

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


Robin Candau pushed new tag 1.23.11-1 at Arch Linux / Packaging / Packages / 
mupdf

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




[Git][archlinux/packaging/packages/gnome-shell-extension-gtile][main] upgpkg: 58-1: Update to 58

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-gtile


Commits:
e7c70584 by Antonio Rojas at 2024-02-23T20:35:18+01:00
upgpkg: 58-1: Update to 58

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gnome-shell-extension-gtile
pkgdesc = A window tiling extension for GNOME Shell
-   pkgver = 56
+   pkgver = 58
pkgrel = 1
url = https://github.com/gTile/gTile
arch = any
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-gtile
makedepends = npm
makedepends = typescript
depends = gnome-shell
-   source = 
https://github.com/gTile/gTile/archive/V56/gnome-shell-extension-gtile-56.tar.gz
-   sha256sums = 
3e3493ff79e203b9c6cfe391f46e9d5c9327ebc6256ce747cba7163bd6c49a2a
+   source = 
https://github.com/gTile/gTile/archive/V58/gnome-shell-extension-gtile-58.tar.gz
+   sha256sums = 
62bdeac84c96655a8367cf5a3136a7611ee0d62ac32efd70de5820efd7dde02e
 
 pkgname = gnome-shell-extension-gtile


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell-extension-gtile
 _uuid=gTile@vibou
-pkgver=56
+pkgver=58
 pkgrel=1
 pkgdesc='A window tiling extension for GNOME Shell'
 url='https://github.com/gTile/gTile'
@@ -13,7 +13,7 @@ license=('GPL-2.0-or-later')
 depends=('gnome-shell')
 makedepends=('npm' 'typescript')
 
source=("https://github.com/gTile/gTile/archive/V$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3e3493ff79e203b9c6cfe391f46e9d5c9327ebc6256ce747cba7163bd6c49a2a')
+sha256sums=('62bdeac84c96655a8367cf5a3136a7611ee0d62ac32efd70de5820efd7dde02e')
 
 build() {
   cd gTile-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-gtile/-/commit/e7c7058470419f56170682ae184227f8099155cb

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




[Git][archlinux/packaging/packages/gnome-shell-extension-gtile] Pushed new tag 58-1

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


Antonio Rojas pushed new tag 58-1 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-gtile

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




[Git][archlinux/packaging/packages/ddcutil][main] upgpkg: 2.1.4-1: Update to 2.1.4

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


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


Commits:
43c36571 by Antonio Rojas at 2024-02-23T20:31:42+01:00
upgpkg: 2.1.4-1: Update to 2.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
-   pkgver = 2.1.3
+   pkgver = 2.1.4
pkgrel = 1
url = http://ddcutil.com/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ddcutil
depends = libusb
depends = libdrm
depends = jansson
-   source = 
https://github.com/rockowitz/ddcutil/archive/v2.1.3/ddcutil-2.1.3.tar.gz
-   sha512sums = 
e58b0c2ea3f4cd0e15a3b772fdd840486d1c5d62bb797ad1500fdb8bcafe33ac3318162b66b972393e3f6f41186b2819e87c7c3c14a7a3bb6d6d79142c7ed5d6
+   source = 
https://github.com/rockowitz/ddcutil/archive/v2.1.4/ddcutil-2.1.4.tar.gz
+   sha512sums = 
8c352bfacc2a5cdd22b8d84f2facd58de6d425d0d3f98de543cf36a3e6b15aa10fc86e87780c82f872f0bf0db984e1cc800aaff914bafe4dbf17602e2a7caeb0
 
 pkgname = ddcutil


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Deon Spengler 
 
 pkgname=ddcutil
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
 url='http://ddcutil.com/'
@@ -11,7 +11,7 @@ license=('GPL2')
 depends=('glib2' 'i2c-tools' 'libusb' 'libdrm' 'jansson')
 makedepends=('systemd')
 
source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('e58b0c2ea3f4cd0e15a3b772fdd840486d1c5d62bb797ad1500fdb8bcafe33ac3318162b66b972393e3f6f41186b2819e87c7c3c14a7a3bb6d6d79142c7ed5d6')
+sha512sums=('8c352bfacc2a5cdd22b8d84f2facd58de6d425d0d3f98de543cf36a3e6b15aa10fc86e87780c82f872f0bf0db984e1cc800aaff914bafe4dbf17602e2a7caeb0')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ddcutil/-/commit/43c36571eb9039455a07383419114714f4027687

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




[Git][archlinux/packaging/packages/ddcutil] Pushed new tag 2.1.4-1

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


Antonio Rojas pushed new tag 2.1.4-1 at Arch Linux / Packaging / Packages / 
ddcutil

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




[Git][archlinux/packaging/packages/sbt] Pushed new tag 1-1.9.9-1

2024-02-23 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1-1.9.9-1 at Arch Linux / Packaging / 
Packages / sbt

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




[Git][archlinux/packaging/packages/sbt][main] upgpkg: 1:1.9.9-1: new upstream release, add nvchecker

2024-02-23 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
b62ce47f by Leonidas Spyropoulos at 2024-02-23T19:30:59+00:00
upgpkg: 1:1.9.9-1: new upstream release, add nvchecker

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = sbt
pkgdesc = The interactive build tool
-   pkgver = 1.9.8
+   pkgver = 1.9.9
pkgrel = 1
epoch = 1
url = https://www.scala-sbt.org/
install = sbt.install
arch = any
-   license = BSD
+   license = Apache-2.0
makedepends = sbt
makedepends = git
makedepends = jdk8-openjdk
@@ -15,12 +15,9 @@ pkgbase = sbt
optdepends = rsync: offline installation support
options = !debug
backup = etc/sbt/sbtopts
-   source = git+https://github.com/sbt/sbt.git#tag=v1.9.8
-   source = LICENSE
+   source = git+https://github.com/sbt/sbt.git#tag=v1.9.9
validpgpkeys = 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sha256sums = SKIP
-   sha256sums = 
70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed
b2sums = SKIP
-   b2sums = 
3ca8b8ce126690b8389bdcd56fb9c8bda5d229ed00fbf0e1423b5b0285a1f3af5e30586c50fcd6e0254035e3578c630a6da5925a5bc363a84365e883372e8c40
 
 pkgname = sbt


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[sbt]
+source = "github"
+github = "sbt/sbt"
+use_latest_tag = true
+prefix = "v"
\ No newline at end of file


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.9.8
+pkgver=1.9.9
 pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sbt/-/commit/b62ce47f5f6bafab1d013f462afbfaf6c0775372

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




[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 124.0b3-1

2024-02-23 Thread Andrew Crerar (@andrewsc)


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

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




[Git][archlinux/packaging/packages/lib32-giflib][main] upgpkg: 5.2.2-1: Update to 5.2.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-giflib


Commits:
345e53e2 by Antonio Rojas at 2024-02-23T20:30:09+01:00
upgpkg: 5.2.2-1: Update to 5.2.2

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- giflib-5.1.9-make-flags.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = lib32-giflib
+   pkgdesc = Library for reading and writing gif images
+   pkgver = 5.2.2
+   pkgrel = 1
+   url = http://giflib.sourceforge.net/
+   arch = x86_64
+   license = MIT
+   makedepends = xmlto
+   makedepends = docbook-xsl
+   makedepends = docbook-xml
+   makedepends = imagemagick
+   depends = lib32-glibc
+   depends = giflib
+   source = 
https://downloads.sourceforge.net/project/giflib/giflib-5.2.2.tar.gz
+   source = giflib-5.1.9-fix-missing-quantize-API-symbols.patch
+   source = giflib-5.1.9-make-flags.patch
+   sha512sums = 
0865ab2b1904fa14640c655fdb14bb54244ad18a66e358565c00287875d00912343f9be8bfac7658cc0146200d626f7ec9160d7a339f20ba3be6b9941d73975f
+   sha512sums = 
5de1e8724f5221fa3637b4e6a482f650f7608673e2c9200233290018ec8a0bf1beea049b3979b5f57dbf2b2a5fda409324e636e9af10582fd01c71d92d4de3b3
+   sha512sums = 
8b8d6f483a18467bf6ad169fec04f9ef61534d3e25e1714d39231620142e64672dc336b347b02c8f74172b30e94b104edc83619b8e156ad18a4af521f65d1e31
+
+pkgname = lib32-giflib


=
PKGBUILD
=
@@ -7,20 +7,20 @@
 
 _pkgbasename=giflib
 pkgname=lib32-$_pkgbasename
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc='Library for reading and writing gif images'
 url='http://giflib.sourceforge.net/'
 arch=('x86_64')
 license=('MIT')
 depends=('lib32-glibc' $_pkgbasename)
-makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
+makedepends=('xmlto' 'docbook-xsl' 'docbook-xml' 'imagemagick')
 
source=(https://downloads.sourceforge.net/project/giflib/${_pkgbasename}-${pkgver}.tar.gz
 giflib-5.1.9-fix-missing-quantize-API-symbols.patch
 giflib-5.1.9-make-flags.patch)
-sha512sums=('4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736'
+sha512sums=('0865ab2b1904fa14640c655fdb14bb54244ad18a66e358565c00287875d00912343f9be8bfac7658cc0146200d626f7ec9160d7a339f20ba3be6b9941d73975f'
 
'5de1e8724f5221fa3637b4e6a482f650f7608673e2c9200233290018ec8a0bf1beea049b3979b5f57dbf2b2a5fda409324e636e9af10582fd01c71d92d4de3b3'
-
'b9afd436c31b971087485c7b476f796817e6ee4f237ef8a0e61e47f8ac59fbe5e673d7194895fcc9aafbb79f133469d27c2f69041ae0cccd9acb78667c0222dd')
+
'8b8d6f483a18467bf6ad169fec04f9ef61534d3e25e1714d39231620142e64672dc336b347b02c8f74172b30e94b104edc83619b8e156ad18a4af521f65d1e31')
 
 prepare() {
   cd ${_pkgbasename}-${pkgver}


=
giflib-5.1.9-make-flags.patch
=
@@ -22,22 +22,26 @@ index e4ded69..7fef84a 100644
  
  SHELL = /bin/sh
  TAR = tar
-@@ -68,13 +68,13 @@ all: libgif.so libgif.a libutil.so libutil.a $(UTILS)
- $(UTILS):: libgif.a libutil.a
- 
- libgif.so: $(OBJECTS) $(HEADERS)
--  $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,libgif.so.$(LIBMAJOR) -o libgif.so $(OBJECTS)
-+  $(CC) $(CFLAGS) $(CPPFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,libgif.so.$(LIBMAJOR) -o libgif.so $(OBJECTS)
+@@ -68,17 +68,17 @@ all: libgif.so libgif.a libutil.so libutil.a $(UTILS)
+ ifeq ($(UNAME), Darwin)
+   $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o 
$(LIBGIFSO)
+ else
+-  $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBGIFSOMAJOR) -o 
$(LIBGIFSO) $(OBJECTS)
++  $(CC) $(CFLAGS) $(CPPFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,$(LIBGIFSOMAJOR) -o $(LIBGIFSO) $(OBJECTS)
+ endif
  
  libgif.a: $(OBJECTS) $(HEADERS)
$(AR) rcs libgif.a $(OBJECTS)
  
- libutil.so: $(UOBJECTS) $(UHEADERS)
--  $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,libutil.so.$(LIBMAJOR) -o libutil.so $(UOBJECTS)
-+  $(CC) $(CFLAGS) $(CPPFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,libutil.so.$(LIBMAJOR) -o libutil.so $(UOBJECTS)
+ $(LIBUTILSO): $(UOBJECTS) $(UHEADERS)
+ ifeq ($(UNAME), Darwin)
+   $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o 
$(LIBUTILSO)
+ else
+-  $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBUTILMAJOR) -o 
$(LIBUTILSO) $(UOBJECTS)
++  $(CC) $(CFLAGS) $(CPPFLAGS) -shared $(LDFLAGS) -Wl,-soname 
-Wl,$(LIBUTILMAJOR) -o $(LIBUTILSO) $(UOBJECTS)
+ endif
  
  libutil.a: $(UOBJECTS) $(UHEADERS)
-   $(AR) rcs libutil.a $(UOBJECTS)
 -- 
 2.21.0
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-giflib/-/commit/345e53e287ce6e8086a9c93976128391026682fc

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/lib32-giflib] Pushed new tag 5.2.2-1

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


Antonio Rojas pushed new tag 5.2.2-1 at Arch Linux / Packaging / Packages / 
lib32-giflib

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




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 124.0b3-1

2024-02-23 Thread Andrew Crerar (@andrewsc)


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


Commits:
86143eca by Andrew Crerar at 2024-02-23T14:27:45-05:00
upgpkg: 124.0b3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 124.0b2
+   pkgver = 124.0b3
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0b2/source/firefox-124.0b2.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0b2/source/firefox-124.0b2.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0b3/source/firefox-124.0b3.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0b3/source/firefox-124.0b3.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
262c3027bacf997177e4dcbf989bdef6b6af1e3c3bdd7ddc56b3a74945df22b7
+   sha256sums = 
ca63167db15ead6d0b639e4985539eda9df48b840ceee18e7e23936d83bfa9a9
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
37f89354479cb2f841c9bc63c5f1bc3eae201489ae5fa33a96589a6a13c0316f46c4f62557c37d2a140e38caf833e8031a04bdaf8c9c11dc0390cd7c5de63deb
+   b2sums = 
d305c0f2d757d07424ff71251edc23018b3c54b91bc41894db3afafab6de5abfdf6e438ba8308f2680b8d6428d4fa84766831b94b0427726b580a144e13edf77
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=124.0b2
+pkgver=124.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 url="https://www.mozilla.org/firefox/developer;
@@ -66,12 +66,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('262c3027bacf997177e4dcbf989bdef6b6af1e3c3bdd7ddc56b3a74945df22b7'
+sha256sums=('ca63167db15ead6d0b639e4985539eda9df48b840ceee18e7e23936d83bfa9a9'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('37f89354479cb2f841c9bc63c5f1bc3eae201489ae5fa33a96589a6a13c0316f46c4f62557c37d2a140e38caf833e8031a04bdaf8c9c11dc0390cd7c5de63deb'
+b2sums=('d305c0f2d757d07424ff71251edc23018b3c54b91bc41894db3afafab6de5abfdf6e438ba8308f2680b8d6428d4fa84766831b94b0427726b580a144e13edf77'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



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

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




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 124.0b3-1

2024-02-23 Thread Andrew Crerar (@andrewsc)


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

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




[Git][archlinux/packaging/packages/remmina][main] upgpkg: 1:1.4.35-1: New upstream release

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


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


Commits:
8853ded3 by Robin Candau at 2024-02-23T20:23:51+01:00
upgpkg: 1:1.4.35-1: New upstream release
https://gitlab.com/Remmina/Remmina/-/releases/v1.4.35

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = remmina
pkgdesc = remote desktop client written in GTK+
-   pkgver = 1.4.34
+   pkgver = 1.4.35
pkgrel = 1
epoch = 1
url = https://www.remmina.org/
@@ -18,6 +18,8 @@ pkgbase = remmina
makedepends = webkit2gtk-4.1
makedepends = gtk-vnc
makedepends = ninja
+   makedepends = curl
+   makedepends = openssl
depends = avahi
depends = libgcrypt
depends = libssh
@@ -35,7 +37,7 @@ pkgbase = remmina
optdepends = gnome-terminal: external tools
provides = remmina-plugins
replaces = remmina-plugins
-   source = 
remmina-1.4.34.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v1.4.34/Remmina-v1.4.34.tar.bz2
-   sha512sums = 
1b9811f55e7a491f9f49d0384b84ae6ab84ee143421d4478b02f3ba8b311ab30babc8fbc47ff2fffc8adb6749d6af6d200f4aff511098e4f047313e5e05d8f66
+   source = 
remmina-1.4.35.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v1.4.35/Remmina-v1.4.35.tar.bz2
+   sha512sums = 
36dc419b4473c71f6b3e53338f4a3cf7a1fe60534ea0dce375b4c9fd00cd9d8a618c4376be4d031bdee1eed8b4aade4538a6cc414629ef6dde41cdcd513a6d36
 
 pkgname = remmina


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.4.34
+pkgver=1.4.35
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 url="https://www.remmina.org/;
@@ -12,7 +12,7 @@ license=('GPL-2.0-or-later')
 depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libayatana-appindicator' 'libsoup3')
 makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol'
  'harfbuzz' 'xorgproto' 'gobject-introspection' 'kwallet5'
- 'webkit2gtk-4.1' 'gtk-vnc' 'ninja')
+ 'webkit2gtk-4.1' 'gtk-vnc' 'ninja' 'curl' 'openssl')
 optdepends=('freerdp: RDP plugin'
 'libsecret: Secret plugin'
 'libvncserver: VNC plugin'
@@ -25,7 +25,7 @@ optdepends=('freerdp: RDP plugin'
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('1b9811f55e7a491f9f49d0384b84ae6ab84ee143421d4478b02f3ba8b311ab30babc8fbc47ff2fffc8adb6749d6af6d200f4aff511098e4f047313e5e05d8f66')
+sha512sums=('36dc419b4473c71f6b3e53338f4a3cf7a1fe60534ea0dce375b4c9fd00cd9d8a618c4376be4d031bdee1eed8b4aade4538a6cc414629ef6dde41cdcd513a6d36')
 
 build() {
   cmake -S Remmina-v${pkgver/rc/-rc} -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/remmina/-/commit/8853ded3f5d543c44b7592015be0ab71e6bfe531

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




[Git][archlinux/packaging/packages/remmina] Pushed new tag 1-1.4.35-1

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


Robin Candau pushed new tag 1-1.4.35-1 at Arch Linux / Packaging / Packages / 
remmina

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




[Git][archlinux/packaging/packages/python-greenlet][main] upgpkg: 3.0.3-1

2024-02-23 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / python-greenlet


Commits:
117ad70c by Massimiliano Torromeo at 2024-02-23T20:07:14+01:00
upgpkg: 3.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-greenlet
pkgdesc = Lightweight in-process concurrent programming
-   pkgver = 3.0.1
+   pkgver = 3.0.3
pkgrel = 1
url = https://pypi.org/project/greenlet/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-greenlet
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   source = 
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.0.1.tar.gz
-   sha512sums = 
67d74352802331642eba0917550a75e9bc2a7d223bc0ce4ee7993d05197b4d0650813439e7c495baf2309303740cd21e60a157e634aafff470332a685603ffec
+   source = 
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-3.0.3.tar.gz
+   sha512sums = 
20d8818376a200332cbc2c85968317ddf828d2adf3fcc3c53623cd1504ec9a4e4e987e841bd2fe65e934e2b8a5e73a7205847526f0bd196e7afcdf3ae40e9d9b
 
 pkgname = python-greenlet


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Ralf Schmitt 
 
 pkgname=python-greenlet
-pkgver=3.0.1
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer' 
'python-setuptools'
  'python-wheel')
 checkdepends=('python-objgraph' 'python-psutil')
 
source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('67d74352802331642eba0917550a75e9bc2a7d223bc0ce4ee7993d05197b4d0650813439e7c495baf2309303740cd21e60a157e634aafff470332a685603ffec')
+sha512sums=('20d8818376a200332cbc2c85968317ddf828d2adf3fcc3c53623cd1504ec9a4e4e987e841bd2fe65e934e2b8a5e73a7205847526f0bd196e7afcdf3ae40e9d9b')
 
 build() {
 cd greenlet-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-greenlet/-/commit/117ad70c017e20be5fe8aa37ed0ca7fd577a2be8

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




[Git][archlinux/packaging/packages/python-greenlet] Pushed new tag 3.0.3-1

2024-02-23 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 3.0.3-1 at Arch Linux / Packaging / 
Packages / python-greenlet

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




[Git][archlinux/packaging/packages/incus][main] upgpkg: 0.6.0-1

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


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


Commits:
e30efec4 by Morten Linderud at 2024-02-23T20:06:02+01:00
upgpkg: 0.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = incus
pkgdesc = Powerful system container and virtual machine manager
-   pkgver = 0.5.1
+   pkgver = 0.6.0
pkgrel = 1
url = https://linuxcontainers.org/incus/
arch = x86_64
@@ -35,15 +35,15 @@ pkgbase = incus
optdepends = systemd-libs: unix device hotplug support
optdepends = apparmor: apparmor support
optdepends = xdelta3: support delta downloads of images
-   source = 
https://github.com/lxc/incus/releases/download/v0.5.1/incus-0.5.1.tar.xz
-   source = 
https://github.com/lxc/incus/releases/download/v0.5.1/incus-0.5.1.tar.xz.asc
+   source = https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz
+   source = 
https://linuxcontainers.org/downloads/incus/incus-v0.6.0.tar.xz.asc
source = incus.socket
source = incus.service
source = incus-user.socket
source = incus-user.service
source = incus.sysusers
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
-   sha256sums = 
99621ccf3f9edc10203ec29290f6686fcfd5e71be8fa9155dec051d3ff00d9f1
+   sha256sums = 
dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80
sha256sums = SKIP
sha256sums = 
602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4
sha256sums = 
646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgbase=incus
 pkgname=(incus incus-tools)
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Powerful system container and virtual machine manager"
 arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
 'apparmor: apparmor support'
 'xdelta3: support delta downloads of images'
 )
-source=("https://github.com/lxc/incus/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+source=("https://linuxcontainers.org/downloads/incus/incus-v$pkgver.tar.xz"{,.asc}
 "incus.socket"
 "incus.service"
 "incus-user.socket"
@@ -38,7 +38,7 @@ 
source=("https://github.com/lxc/incus/releases/download/v${pkgver}/${pkgname}-${
 "incus.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67'  # Stéphane Graber 

  )
-sha256sums=('99621ccf3f9edc10203ec29290f6686fcfd5e71be8fa9155dec051d3ff00d9f1'
+sha256sums=('dd79abc494bcbce3f5e63a3d26176ce55910da6499f69d563f57066c6f742f80'
 'SKIP'
 '602a8035cc51b8e0c4ca265e31ebf96c7977db4239d384d8f60fed0d2d0317c4'
 '646b0a9b38954890bc8706b41dfb93c7fdc83cbee1a3632c7258d77a1fddd725'
@@ -47,14 +47,14 @@ 
sha256sums=('99621ccf3f9edc10203ec29290f6686fcfd5e71be8fa9155dec051d3ff00d9f1'
 '90beead5dbde947936a58df8773519c49d92a2028881ae0ec81ee5402510e39a')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgbase-${pkgver%.0}"
 
   mkdir bin
   go mod verify
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgbase-${pkgver%.0}"
 
   export GOFLAGS="-buildmode=pie -modcacherw"
   export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
@@ -74,7 +74,7 @@ build() {
 }
 
 package_incus() {
-  cd "$pkgbase-$pkgver"
+  cd "$pkgbase-${pkgver%.0}"
 
   for tool in incus incusd incus-agent incus-user lxd-to-incus; do
 install -v -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
@@ -102,7 +102,7 @@ package_incus() {
 
 package_incus-tools() {
   conflicts=('lxd')
-  cd "$pkgbase-$pkgver"
+  cd "$pkgbase-${pkgver%.0}"
   for tool in fuidshift lxc-to-incus incus-benchmark; do
 install -v -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
   done



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/incus/-/commit/e30efec46a32f851ebab8f871be119317a2db80c

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




[Git][archlinux/packaging/packages/incus] Pushed new tag 0.6.0-1

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


Morten Linderud pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages / 
incus

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




[Git][archlinux/packaging/packages/pari] Pushed new tag 2.15.5-1

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


Antonio Rojas pushed new tag 2.15.5-1 at Arch Linux / Packaging / Packages / 
pari

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




[Git][archlinux/packaging/packages/pari][main] upgpkg: 2.15.5-1: Update to 2.15.5

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


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


Commits:
ea13b474 by Antonio Rojas at 2024-02-23T20:04:00+01:00
upgpkg: 2.15.5-1: Update to 2.15.5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,32 @@
+pkgbase = pari
+   pkgdesc = Computer algebra system designed for fast computations in 
number theory
+   pkgver = 2.15.5
+   pkgrel = 1
+   url = https://pari.math.u-bordeaux.fr/
+   arch = x86_64
+   license = GPL-2.0-or-later
+   checkdepends = pari-elldata
+   checkdepends = pari-galdata
+   checkdepends = pari-seadata
+   checkdepends = pari-galpol
+   makedepends = chrpath
+   makedepends = perl
+   makedepends = texlive-latex
+   depends = gcc-libs
+   depends = glibc
+   depends = gmp
+   depends = libx11
+   depends = readline
+   depends = sh
+   optdepends = perl: gphelp, tex2mail
+   optdepends = pari-elldata: J. Cremona elliptic curve database
+   optdepends = pari-galdata: to compute Galois groups in degrees 8 
through 11
+   optdepends = pari-seadata: needed by ellap for large primes
+   optdepends = pari-galpol: GALPOL database of polynomials defining 
Galois extensions of the rationals
+   source = 
https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.5.tar.gz
+   source = 
https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.15.5.tar.gz.asc
+   validpgpkeys = 42028EA404A2E9D80AC453148F0E7C2B4522E387
+   sha256sums = 
0efdda7515d9d954f63324c34b34c560e60f73a81c3924a71260a2cc91d5f981
+   sha256sums = SKIP
+
+pkgname = pari


=
PKGBUILD
=
@@ -2,14 +2,21 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=pari
-pkgver=2.15.4
+pkgver=2.15.5
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='https://pari.math.u-bordeaux.fr/'
-license=(GPL)
+license=(GPL-2.0-or-later)
 arch=(x86_64)
-depends=(gmp libx11)
-makedepends=(perl texlive-latex chrpath)
+depends=(gcc-libs
+ glibc
+ gmp
+ libx11
+ readline
+ sh)
+makedepends=(chrpath
+ perl
+ texlive-latex)
 optdepends=('perl: gphelp, tex2mail'
 'pari-elldata: J. Cremona elliptic curve database'
 'pari-galdata: to compute Galois groups in degrees 8 through 11'
@@ -17,7 +24,7 @@ optdepends=('perl: gphelp, tex2mail'
 'pari-galpol: GALPOL database of polynomials defining Galois 
extensions of the rationals')
 checkdepends=(pari-elldata pari-galdata pari-seadata pari-galpol)
 
source=(https://pari.math.u-bordeaux.fr/pub/pari/unix/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('c3545bfee0c6dfb40b77fb4bbabaf999d82e60069b9f6d28bcb6cf004c8c5c0f'
+sha256sums=('0efdda7515d9d954f63324c34b34c560e60f73a81c3924a71260a2cc91d5f981'
 'SKIP')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pari/-/commit/ea13b474c93390a2a239dc2d38dcb8e1ce7cab3a

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




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.8.5-1: New upstream release

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


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


Commits:
e31c208b by Robin Candau at 2024-02-23T20:01:36+01:00
upgpkg: 2.8.5-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.8.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.8.3
+   pkgver = 2.8.5
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.8.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.3.tar.gz
-   sha256sums = 
f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953
+   source = 
fastfetch-2.8.5.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.5.tar.gz
+   sha256sums = 
8d72869c91f3c4f6e7cd9bb91431147108bffbdc8c351aa616eb4a6c900386de
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.8.3
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('f60c357738fe2f0a82fb2a11dd01015b5c36e8c3da394c448a065807b7a56953')
+sha256sums=('8d72869c91f3c4f6e7cd9bb91431147108bffbdc8c351aa616eb4a6c900386de')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/e31c208b282a914fcac2c243c654f424933c7c0c

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




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.8.5-1

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


Robin Candau pushed new tag 2.8.5-1 at Arch Linux / Packaging / Packages / 
fastfetch

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




[Git][archlinux/packaging/packages/bolt][main] upgpkg: 0.9.7-1

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


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


Commits:
af7d33c7 by Morten Linderud at 2024-02-23T20:01:19+01:00
upgpkg: 0.9.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bolt
pkgdesc = Thunderbolt 3 device manager
-   pkgver = 0.9.6
-   pkgrel = 2
+   pkgver = 0.9.7
+   pkgrel = 1
url = https://gitlab.freedesktop.org/bolt/bolt
arch = x86_64
license = LGPL-2.1-or-later
@@ -12,7 +12,7 @@ pkgbase = bolt
makedepends = patch
depends = polkit
depends = systemd
-   source = 
https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.6/bolt-0.9.6.tar.gz
-   sha256sums = 
87b442645e8dc06bc4cb3718b6ba8bff6e91401f642aeff83cc4274d633b38fe
+   source = 
https://gitlab.freedesktop.org/bolt/bolt/-/archive/0.9.7/bolt-0.9.7.tar.gz
+   sha256sums = 
593c7e7d0ecebd7b9e2c3efabe33f8fec5501ff02ffd6d8563cfc14a91c31c1c
 
 pkgname = bolt


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=bolt
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/bolt/bolt;
@@ -12,7 +12,7 @@ depends=('polkit' 'systemd')
 makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
 
source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('87b442645e8dc06bc4cb3718b6ba8bff6e91401f642aeff83cc4274d633b38fe')
+sha256sums=('593c7e7d0ecebd7b9e2c3efabe33f8fec5501ff02ffd6d8563cfc14a91c31c1c')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bolt/-/commit/af7d33c784023199b667a828d1e83819c0a88b15

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




[Git][archlinux/packaging/packages/bolt] Pushed new tag 0.9.7-1

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


Morten Linderud pushed new tag 0.9.7-1 at Arch Linux / Packaging / Packages / 
bolt

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




[Git][archlinux/packaging/packages/delve][main] upgpkg: 1.22.1-1

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


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


Commits:
61378aa2 by Morten Linderud at 2024-02-23T19:57:30+01:00
upgpkg: 1.22.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = delve
pkgdesc = A debugger for the Go programming language.
-   pkgver = 1.22.0
+   pkgver = 1.22.1
pkgrel = 1
url = https://github.com/go-delve/delve
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = delve
optdepends = debuginfod: debuginfod support
options = !lto
options = strip
-   source = 
delve-1.22.0.tar.gz::https://github.com/go-delve/delve/archive/v1.22.0.tar.gz
-   sha256sums = 
826b0623ba054a4c212509b89794864864022a6996bab7df3739870938876c47
+   source = 
delve-1.22.1.tar.gz::https://github.com/go-delve/delve/archive/v1.22.1.tar.gz
+   sha256sums = 
fe6f0d97c233d4f0f1ed422c11508cc57c14e9e0915f9a258f1912c46824cbfb
 
 pkgname = delve


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=delve
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
 optdepends=('debuginfod: debuginfod support')
 options=(!lto strip)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('826b0623ba054a4c212509b89794864864022a6996bab7df3739870938876c47')
+sha256sums=('fe6f0d97c233d4f0f1ed422c11508cc57c14e9e0915f9a258f1912c46824cbfb')
 
 build(){
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/61378aa267a0c428fd102c2fdc0378a42ec10cd8

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




[Git][archlinux/packaging/packages/delve] Pushed new tag 1.22.1-1

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


Morten Linderud pushed new tag 1.22.1-1 at Arch Linux / Packaging / Packages / 
delve

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




[Git][archlinux/packaging/packages/staticcheck][main] upgpkg: 2023.1.7-1

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


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


Commits:
4d576814 by Morten Linderud at 2024-02-23T19:50:08+01:00
upgpkg: 2023.1.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = staticcheck
pkgdesc = The advanced Go linter
-   pkgver = 2023.1.6
+   pkgver = 2023.1.7
pkgrel = 1
url = https://staticcheck.io
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = staticcheck
makedepends = git
depends = glibc
options = !lto
-   source = 
staticcheck-2023.1.6.tar.gz::https://github.com/dominikh/go-tools/archive/2023.1.6.tar.gz
-   sha512sums = 
f6b777f5b36cfbfa41bee4242215e235a6ca8d61b075197018d7e404ab79d886067a4a8f63055e5191f3a57d529ccb15f04801c5999b86708b0cb767711366ba
-   b2sums = 
0c0251fba269c3e74ebfceeb32b85d1b69ce876ac05389f64a64b2fefce34ac90fd727ac7705a03efb91e3ad0ba04944d30a13277c94f8cac0bca8583a71e282
+   source = 
staticcheck-2023.1.7.tar.gz::https://github.com/dominikh/go-tools/archive/2023.1.7.tar.gz
+   sha512sums = 
1a45decc0082d4c8428a401a5919c23dc3da8cd74f553d3dc8f5402fa86d3e360239ecc5604f62ff73774a1c40443ab8a865cb4cf9e2512b189889bbd4c4b3ee
+   b2sums = 
c2d8708d6f3339ad2bd04126e6d0e9e9ab0c48f958992325b4db7d367508b7107fd52c17fff0b86292e358938044b2fa367e141cb03bed50ff97b18e8c89da17
 
 pkgname = staticcheck


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=staticcheck
-pkgver=2023.1.6
+pkgver=2023.1.7
 pkgrel=1
 pkgdesc="The advanced Go linter"
 arch=('x86_64')
@@ -11,16 +11,16 @@ depends=('glibc')
 makedepends=('go' 'git')
 options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
-sha512sums=('f6b777f5b36cfbfa41bee4242215e235a6ca8d61b075197018d7e404ab79d886067a4a8f63055e5191f3a57d529ccb15f04801c5999b86708b0cb767711366ba')
-b2sums=('0c0251fba269c3e74ebfceeb32b85d1b69ce876ac05389f64a64b2fefce34ac90fd727ac7705a03efb91e3ad0ba04944d30a13277c94f8cac0bca8583a71e282')
+sha512sums=('1a45decc0082d4c8428a401a5919c23dc3da8cd74f553d3dc8f5402fa86d3e360239ecc5604f62ff73774a1c40443ab8a865cb4cf9e2512b189889bbd4c4b3ee')
+b2sums=('c2d8708d6f3339ad2bd04126e6d0e9e9ab0c48f958992325b4db7d367508b7107fd52c17fff0b86292e358938044b2fa367e141cb03bed50ff97b18e8c89da17')
 
 prepare(){
-   cd "go-tools-$pkgver"
-   mkdir -p bin
+  cd "go-tools-$pkgver"
+  mkdir -p bin
 }
 
 build(){
-   cd "go-tools-$pkgver"
+  cd "go-tools-$pkgver"
 
   # set Go flags
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -34,19 +34,19 @@ build(){
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS}" \
+-extldflags \"${LDFLAGS}\"" \
 -o bin\
 ./cmd/staticcheck
 }
 
 check(){
-   cd "go-tools-$pkgver"
-   GOROOT="/usr/lib/go" go test -v ./...
+  cd "go-tools-$pkgver"
+  GOROOT="/usr/lib/go" go test -v ./...
 }
 
 package(){
-   cd "go-tools-$pkgver"
-   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
-   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
+  cd "go-tools-$pkgver"
+  install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
+  install -Dm644 "LICENSE"  "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+  install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
 }



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

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




[Git][archlinux/packaging/packages/staticcheck] Pushed new tag 2023.1.7-1

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


Morten Linderud pushed new tag 2023.1.7-1 at Arch Linux / Packaging / Packages 
/ staticcheck

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




[Git][archlinux/packaging/packages/nitroshare][main] upgpkg: 0.3.4-6: Move KDE service menu to modern location

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


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


Commits:
1a659325 by Antonio Rojas at 2024-02-23T19:47:53+01:00
upgpkg: 0.3.4-6: Move KDE service menu to modern location

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = nitroshare
+   pkgdesc = LAN file sender application, designed to make transferring 
files from one device to another extremely simple
+   pkgver = 0.3.4
+   pkgrel = 6
+   url = https://nitroshare.net
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = qt5-tools
+   depends = hicolor-icon-theme
+   depends = python
+   depends = qhttpengine
+   depends = qmdnsengine
+   depends = qt5-svg
+   optdepends = nemo-python: integration with Nemo
+   optdepends = python-caja: integration with Caja
+   optdepends = python-nautilus: integration with Nautilus
+   source = 
https://github.com/nitroshare/nitroshare-desktop/archive/0.3.4/nitroshare-0.3.4.tar.gz
+   source = nitroshare.appdata.xml
+   source = qt-5.11.patch
+   sha256sums = 
29874e5909c29211a3c9e13f8c0f49b901ec2996e5d60d80af80d2fb80c3d7ec
+   sha256sums = 
199d7b6d510e15483ca3c995083d764762a88144a2d6230467496e5e6b28bba5
+   sha256sums = 
e2a8417f36a5df37c5fb34c1a371f86b0059f48bf6dd588fc776ca7c38a67cd5
+
+pkgname = nitroshare


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=nitroshare
 pkgver=0.3.4
-pkgrel=5
+pkgrel=6
 pkgdesc='LAN file sender application, designed to make transferring files from 
one device to another extremely simple'
 arch=('x86_64')
 url='https://nitroshare.net'
@@ -30,6 +30,9 @@ prepare() {
   sed -i 's/from urllib/from urllib.request/
   s/from urlparse/from urllib.parse/' \
 $pkgname-desktop-$pkgver/src/dist/nitroshare.py.in
+
+  # Fix KDE service menu install dir
+  sed -e 's|kservices5|kio/servicemenus|' -i 
$pkgname-desktop-$pkgver/src/CMakeLists.txt
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/nitroshare] Pushed new tag 0.3.4-6

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


Antonio Rojas pushed new tag 0.3.4-6 at Arch Linux / Packaging / Packages / 
nitroshare

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




[Git][archlinux/packaging/packages/mutt][main] update maintainer line

2024-02-23 Thread T.J. Townsend (@blakkheim)


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


Commits:
d2525769 by T.J. Townsend at 2024-02-23T13:43:21-05:00
update maintainer line

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,4 +1,5 @@
 # Maintainer: David Runge 
+# Maintainer: T.J. Townsend 
 # Contributor: Gaetan Bisson 
 # Contributor: tobias [tobias [at] archlinux.org]
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mutt/-/commit/d252576942d902846a868c700a7b1f4ae7e73865

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




[Git][archlinux/packaging/packages/recoll][main] Add comment

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


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


Commits:
8e75c4b1 by Antonio Rojas at 2024-02-23T19:23:15+01:00
Add comment

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -52,6 +52,7 @@ build() {
 --enable-publiclib
   make
 
+#  KDE Applets not ported to KF6 yet
 #  pushd kde/kioslave/kio_recoll
 #  mkdir -p build
 #  cd build



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

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




[Git][archlinux/packaging/packages/recoll] Pushed new tag 1.37.4-1

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


Antonio Rojas pushed new tag 1.37.4-1 at Arch Linux / Packaging / Packages / 
recoll

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




[Git][archlinux/packaging/packages/gitui][main] upgpkg: 0.25.1-1

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


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


Commits:
8261e6fe by Caleb Maclennan at 2024-02-23T21:16:39+03:00
upgpkg: 0.25.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gitui
pkgdesc = Blazing fast terminal-ui for git written in Rust
-   pkgver = 0.25.0
+   pkgver = 0.25.1
pkgrel = 1
url = https://github.com/extrawurst/gitui
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = gitui
depends = libxcb
depends = openssl
depends = zlib
-   source = 
https://github.com/extrawurst/gitui/archive/v0.25.0/gitui-0.25.0.tar.gz
-   sha256sums = 
711fc5e72fe02e6bc37dc71ec33c2fdf43771e680140a2cc718b2ae5a9fc3174
-   b2sums = 
1a841db3f5c819e14852d579d83e29f6f3c1a38cd23bf813f298fc62c28d61f688d3d9f719642972d0288c9dbc61ab3205fc7845861eb62bd8bc78ce4530e391
+   source = 
https://github.com/extrawurst/gitui/archive/v0.25.1/gitui-0.25.1.tar.gz
+   sha256sums = 
78d31ba66de1521477aef1642c798a385106ff4858f59e79775ba08a694d0ae4
+   b2sums = 
9acd976784484f5249ee6195852d98d4495ee382803269c8bdd647044b974d9070b91437e06c48949a81e2f3392038e10e0215840d8fa22877d85b34
 
 pkgname = gitui


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=gitui
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
@@ -14,8 +14,8 @@ license=('MIT')
 depends=('gcc-libs' 'libgit2.so' 'libxcb' 'openssl' 'zlib')
 makedepends=('cargo' 'python') # xcb crate needs python
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('711fc5e72fe02e6bc37dc71ec33c2fdf43771e680140a2cc718b2ae5a9fc3174')
-b2sums=('1a841db3f5c819e14852d579d83e29f6f3c1a38cd23bf813f298fc62c28d61f688d3d9f719642972d0288c9dbc61ab3205fc7845861eb62bd8bc78ce4530e391')
+sha256sums=('78d31ba66de1521477aef1642c798a385106ff4858f59e79775ba08a694d0ae4')
+b2sums=('9acd976784484f5249ee6195852d98d4495ee382803269c8bdd647044b974d9070b91437e06c48949a81e2f3392038e10e0215840d8fa22877d85b34')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitui/-/commit/8261e6feb91d17c955aff32ad780a1ac6174386c

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




[Git][archlinux/packaging/packages/gitui] Pushed new tag 0.25.1-1

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


Caleb Maclennan pushed new tag 0.25.1-1 at Arch Linux / Packaging / Packages / 
gitui

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




[Git][archlinux/packaging/packages/libkscreen5][main] upgpkg: 5.27.10-2; drop replaces=

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


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


Commits:
c6bff182 by Chih-Hsuan Yen at 2024-02-24T02:06:20+08:00
upgpkg: 5.27.10-2; drop replaces=

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libkscreen5
pkgdesc = KDE screen management software
pkgver = 5.27.10
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -16,7 +16,6 @@ pkgbase = libkscreen5
depends = kconfig5
depends = libkscreen>=6.0
conflicts = libkscreen<6.0
-   replaces = libkscreen<6.0
source = 
https://download.kde.org/stable/plasma/5.27.10/libkscreen-5.27.10.tar.xz
source = 
https://download.kde.org/stable/plasma/5.27.10/libkscreen-5.27.10.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _name=libkscreen
 pkgname=${_name}5
 pkgver=5.27.10
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE screen management software'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -21,7 +21,6 @@ license=(LGPL)
 depends=(qt5-x11extras kwayland5 kconfig5 'libkscreen>=6.0')
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc 
plasma-wayland-protocols)
 conflicts=("$_name<6.0")
-replaces=("$_name<6.0")
 groups=(plasma)
 
source=(https://download.kde.org/stable/plasma/$_dirver/$_name-$pkgver.tar.xz{,.sig})
 sha256sums=('27f59f088929bc7fb560c353fb9da98832dde5b58fde88d9c694c98fdf3aff98'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libkscreen5/-/commit/c6bff182f0258215095ed735e0b93e1eefbe603a

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




[Git][archlinux/packaging/packages/libkscreen5] Pushed new tag 5.27.10-2

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


Chih-Hsuan Yen pushed new tag 5.27.10-2 at Arch Linux / Packaging / Packages / 
libkscreen5

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




[Git][archlinux/packaging/packages/libsecret][main] 0.21.4-1

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


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


Commits:
4e352881 by Jan Alexander Steffens (heftig) at 2024-02-23T19:05:46+01:00
0.21.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libsecret
pkgdesc = Library for storing and retrieving passwords and other secrets
-   pkgver = 0.21.3
+   pkgver = 0.21.4
pkgrel = 1
url = https://gnome.pages.gitlab.gnome.org/libsecret/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = libsecret
depends = glib2
depends = libgcrypt
depends = tpm2-tss
-   source = 
git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=70597d01b2add2321b4f2a34446261d76e5b2b39
+   source = 
git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=6b5a6c28afc6dd93c232a4907a87c881079ff91b
b2sums = SKIP
 
 pkgname = libsecret


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=(
   libsecret
   libsecret-docs
 )
-pkgver=0.21.3
+pkgver=0.21.4
 pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://gnome.pages.gitlab.gnome.org/libsecret/;
@@ -32,7 +32,7 @@ checkdepends=(
   swtpm
   tpm2-abrmd
 )
-_commit=70597d01b2add2321b4f2a34446261d76e5b2b39  # tags/0.21.3^0
+_commit=6b5a6c28afc6dd93c232a4907a87c881079ff91b  # tags/0.21.4^0
 source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/libsecret] Pushed new tag 0.21.4-1

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


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

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




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

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


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

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




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

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


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


Commits:
39804485 by Jan Alexander Steffens (heftig) at 2024-02-23T18:44:55+01:00
0.8-654: linux 6.7.6.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 = 653
+   pkgrel = 654
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=653
+pkgrel=654
 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/398044854026b1b4344d253ad75ac9f70b078765

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




[Git][archlinux/packaging/packages/linux-zen][main] Update .SRCINFO

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


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


Commits:
bb4d8d3d by Jan Alexander Steffens (heftig) at 2024-02-23T18:44:54+01:00
Update .SRCINFO

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -31,12 +31,12 @@ pkgbase = linux-zen
sha256sums = SKIP
sha256sums = 
c6bc98b4ca0839519bc3b497d3094df4094ab346cea90dea5d6189e2439eedb1
sha256sums = SKIP
-   sha256sums = 
8a76b7c40b9b9dc8798942b5d112f4b0baacdc910659f03b22a789c66f7f65d1
+   sha256sums = 
d78c3994a51057cdc1167ddd111252bb3f2dfa7f7b9872505defb732eabac169
b2sums = 
51d6e2304e7a9188a0fec5714276589cb46948157c76a2f4ed3f5e0bf634d94a89ea75251229a86e018767a3367328c16b610d631c78d82663dcd1d904b73385
b2sums = SKIP
b2sums = 
804a6bfbd65c834da19bfc0e763c0c51a5bb56db27afa025f6122ca429cfa63b55ca384c45d70fe0601cd16001daf75981a55be86d71b471b005363229213c3e
b2sums = SKIP
-   b2sums = 
06d3e228877c0e24c47e35d0b704c94257fcfde2b1b2382b9254746df7ca8cdeec2be25c5e20a32bac53ef12e0b81e6a3895ce79cb52cb0f417cadda9114a40f
+   b2sums = 
c8a837ca6b0bef2b658192db8c3cd5f998cbbd657d5cc596ebbda345d95cdadaaefccfa9f79672589ca61848ad3f761de3ef4b3a713296605bf18e78e21a9f97
 
 pkgname = linux-zen
pkgdesc = The Linux ZEN kernel and modules



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

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




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

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


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

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.14-9: linux 6.7.6.arch1-1

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


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


Commits:
e81546c4 by Jan Alexander Steffens (heftig) at 2024-02-23T18:44:55+01:00
7.0.14-9: linux 6.7.6.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.14
-   pkgrel = 8
+   pkgrel = 9
url = https://virtualbox.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.14
-pkgrel=8
+pkgrel=9
 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/e81546c45c21aaeca920e2498fb149c9f51613b8

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




  1   2   3   >