[Git][archlinux/packaging/packages/python-pytorch] Pushed new tag 2.3.0-3

2024-05-02 Thread @tpkessler


Torsten Keßler pushed new tag 2.3.0-3 at Arch Linux / Packaging / Packages / 
python-pytorch

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




[Git][archlinux/packaging/packages/python-pytorch][main] upgpkg: 2.3.0-3

2024-05-02 Thread @tpkessler


Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytorch


Commits:
81b2e909 by Torsten Keßler at 2024-05-03T07:39:44+02:00
upgpkg: 2.3.0-3

Rebuild with MKL 2023. Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/14

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytorch
pkgdesc = Tensors and Dynamic neural networks in Python with strong GPU 
acceleration
pkgver = 2.3.0
-   pkgrel = 2
+   pkgrel = 3
url = https://pytorch.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda" 
"${pkgbase}-rocm" "${pkgbase}-opt-rocm")
 pkgver=2.3.0
 _pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU 
acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/81b2e90930fcf16fd97772f603335acfd6072884

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




[Git][archlinux/packaging/packages/ibus][main] upgpkg: 1.5.30-1: Update to v1.5.30

2024-05-02 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / ibus


Commits:
701c07d1 by Campbell Jones at 2024-05-02T22:06:57-04:00
upgpkg: 1.5.30-1: Update to v1.5.30

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ibus
pkgdesc = Intelligent input bus for Linux/Unix
-   pkgver = 1.5.29
-   pkgrel = 5
+   pkgver = 1.5.30
+   pkgrel = 1
url = https://github.com/ibus/ibus/wiki
arch = x86_64
license = LGPL-2.1-or-later
@@ -36,8 +36,8 @@ pkgbase = ibus
depends = python-gobject
depends = wayland
options = !emptydirs
-   source = 
https://github.com/ibus/ibus/releases/download/1.5.29/ibus-1.5.29-rc2.tar.gz
-   b2sums = 
c185c0cf8af79a80ee04f414e13c4b58bd2f18891851d2f018713848b3bc0fe0516c8c0cf8f64204040f10b6b4a5304c8be6305449d7290b5d08412246d3af40
+   source = 
https://github.com/ibus/ibus/releases/download/1.5.30/ibus-1.5.30.tar.gz
+   b2sums = 
47dbcfec309bda14273463bff875e283148c7aba872d8e9f7673dd18e703f7b2a0eab5d538bd29a36525ab667b57488f4dc046bc955c1cd34edaec5b538e2bdd
 
 pkgname = ibus
depends = at-spi2-core
@@ -61,7 +61,7 @@ pkgname = ibus
depends = python-dbus
depends = python-gobject
depends = wayland
-   depends = libibus=1.5.29
+   depends = libibus=1.5.30
 
 pkgname = libibus
pkgdesc = IBus support library


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.29
-pkgrel=5
+pkgver=1.5.30
+pkgrel=1
 pkgdesc="Intelligent input bus for Linux/Unix"
 arch=('x86_64')
 url="https://github.com/ibus/ibus/wiki;
@@ -44,11 +44,11 @@ makedepends=(
 'vala'
 )
 options=('!emptydirs')
-source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/${pkgname}-${pkgver}-rc2.tar.gz;)
-b2sums=('c185c0cf8af79a80ee04f414e13c4b58bd2f18891851d2f018713848b3bc0fe0516c8c0cf8f64204040f10b6b4a5304c8be6305449d7290b5d08412246d3af40')
+source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('47dbcfec309bda14273463bff875e283148c7aba872d8e9f7673dd18e703f7b2a0eab5d538bd29a36525ab667b57488f4dc046bc955c1cd34edaec5b538e2bdd')
 
 build() {
-cd ${pkgname}-${pkgver}-rc2
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/ibus \
@@ -70,7 +70,7 @@ build() {
 package_ibus() {
 depends+=("libibus=$pkgver")
 
-cd ibus-${pkgver}-rc2
+cd ibus-${pkgver}
 make DESTDIR="$pkgdir" install
 make -C src DESTDIR="$pkgdir" uninstall
 make -C bindings DESTDIR="$pkgdir" uninstall
@@ -82,7 +82,7 @@ package_libibus() {
 depends=(libg{lib,object,io}-2.0.so python-gobject)
 provides=('libibus-1.0.so')
 
-cd ibus-${pkgver}-rc2
+cd ibus-${pkgver}
 make -C src DESTDIR="$pkgdir" install
 make -C bindings DESTDIR="$pkgdir" install
 make DESTDIR="$pkgdir" install-pkgconfigDATA



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus/-/commit/701c07d1dee057002c426617da371d931a14c97c

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




[Git][archlinux/packaging/packages/ibus] Pushed new tag 1.5.30-1

2024-05-02 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 1.5.30-1 at Arch Linux / Packaging / Packages / 
ibus

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




[Git][archlinux/packaging/packages/gimp] Pushed new tag 2.10.38-1

2024-05-02 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2.10.38-1 at Arch Linux / Packaging / Packages 
/ gimp

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




[Git][archlinux/packaging/packages/gimp][main] upgpkg: 2.10.38-1: new upstream release

2024-05-02 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
gimp


Commits:
9af7fe10 by Christian Heusel at 2024-05-03T03:21:40+02:00
upgpkg: 2.10.38-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = gimp
pkgdesc = GNU Image Manipulation Program
-   pkgver = 2.10.36
-   pkgrel = 6
+   pkgver = 2.10.38
+   pkgrel = 1
url = https://www.gimp.org/
install = gimp.install
arch = x86_64
-   license = GPL
-   license = LGPL
+   license = GPL-3.0-or-later
makedepends = alsa-lib
makedepends = ghostscript
makedepends = gtk-doc
@@ -60,14 +59,10 @@ pkgbase = gimp
optdepends = ghostscript: for PostScript support
optdepends = gutenprint: for sophisticated printing only as gimp has 
built-in cups print support
optdepends = gvfs: for HTTP/S support (and many other schemes)
-   conflicts = gimp-plugin-wavelet-decompose
-   replaces = gimp-plugin-wavelet-decompose
-   source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.36.tar.bz2
-   source = 
gimp-2_10_36_fix-crash-on-exit.patch::https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1444.patch
+   source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.38.tar.bz2
source = 0001-no-check-update.patch
source = linux.gpl
-   sha256sums = 
3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2
-   sha256sums = 
d153c8968fb88bd935a7cb4d1b1c7b235abb79e123fcc12f6096da63330ef13a
+   sha256sums = 
50a845eec11c8831fe8661707950f5b8446e35f30edfb9acf98f85c1133f856e
sha256sums = 
ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf
sha256sums = 
1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3
 


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 # Contributor: Daniel Isenmann 
 
 pkgname=gimp
-pkgver=2.10.36
-pkgrel=6
+pkgver=2.10.38
+pkgrel=1
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
 arch=('x86_64')
-license=('GPL' 'LGPL')
+license=('GPL-3.0-or-later')
 depends=(
   # Core deps
   'babl' 'cairo' 'fontconfig' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'gegl' 
'glib2' 'glibc' 'gtk2'
@@ -26,15 +26,11 @@ optdepends=('alsa-lib: for MIDI event controller module'
 'ghostscript: for PostScript support'
 'gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
 'gvfs: for HTTP/S support (and many other schemes)')
-conflicts=('gimp-plugin-wavelet-decompose')
-replaces=('gimp-plugin-wavelet-decompose')
 install=gimp.install
 
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
-
gimp-2_10_36_fix-crash-on-exit.patch::https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/1444.patch
 0001-no-check-update.patch
 linux.gpl)
-sha256sums=('3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2'
-'d153c8968fb88bd935a7cb4d1b1c7b235abb79e123fcc12f6096da63330ef13a'
+sha256sums=('50a845eec11c8831fe8661707950f5b8446e35f30edfb9acf98f85c1133f856e'
 'ac3e8b44cf391f4ab3050652f2cc1f146f451fb25178d5a596d905f5bad13fcf'
 '1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
 
@@ -42,8 +38,6 @@ prepare() {
   cd ${pkgname}-${pkgver}
 
   patch -Np1 < ../0001-no-check-update.patch
-  # https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues/2
-  patch -Np1 < ../gimp-2_10_36_fix-crash-on-exit.patch
 
   autoreconf -vi
 }
@@ -62,6 +56,7 @@ build() {
 --disable-python \
 
--with-bug-report-url='https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues'
 \
 --with-openexr
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



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

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




[Git][archlinux/packaging/packages/hdf5][main] upgpkg: 1.14.4.2-3: Revert unintended change

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


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


Commits:
a12477bc by Antonio Rojas at 2024-05-03T00:24:04+02:00
upgpkg: 1.14.4.2-3: Revert unintended change

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hdf5
pkgdesc = General purpose library and file format for storing 
scientific data
pkgver = 1.14.4.2
-   pkgrel = 2
+   pkgrel = 3
url = https://www.hdfgroup.org/hdf5
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=hdf5
 pkgver=1.14.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="General purpose library and file format for storing scientific data"
 arch=(x86_64)
 url="https://www.hdfgroup.org/hdf5;
@@ -60,8 +60,7 @@ build() {
 --enable-java \
 --with-pic \
 --with-zlib \
---with-szlib \
---disable-nonstandard-feature-float16
+--with-szlib
 make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hdf5/-/commit/a12477bc41a47b17a4f8093d7625858ef6921d51

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




[Git][archlinux/packaging/packages/hdf5] Pushed new tag 1.14.4.2-3

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


Antonio Rojas pushed new tag 1.14.4.2-3 at Arch Linux / Packaging / Packages / 
hdf5

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




[Git][archlinux/packaging/packages/linux-hardened][main] upgpkg: 6.8.9.hardened1-1

2024-05-02 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
linux-hardened


Commits:
6f5071e9 by Levente Polyak at 2024-05-03T00:17:02+02:00
upgpkg: 6.8.9.hardened1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = linux-hardened
pkgdesc = Security-Hardened Linux
-   pkgver = 6.8.8.hardened1
+   pkgver = 6.8.9.hardened1
pkgrel = 1
url = https://github.com/anthraxx/linux-hardened
arch = x86_64
@@ -21,26 +21,26 @@ pkgbase = linux-hardened
makedepends = texlive-latexextra
options = !debug
options = !strip
-   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.sign
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.8-hardened1/linux-hardened-6.8.8-hardened1.patch
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.8-hardened1/linux-hardened-6.8.8-hardened1.patch.sig
+   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.9.tar.xz
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.9.tar.sign
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.9-hardened1/linux-hardened-6.8.9-hardened1.patch
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.9-hardened1/linux-hardened-6.8.9-hardened1.patch.sig
source = config
source = 0006-docutils.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
-   sha256sums = 
1c4cdcb9d560fad1fb95db2cb8afbedc922f9ead848371fe40363b13f9f631ba
+   sha256sums = 
f905f1238ea7a8e85314bacf283302e8097006010d25fcea726d0de0ea5bc9b6
sha256sums = SKIP
-   sha256sums = 
8c0da45e63ac7a45e95d10bb3bbcbd22d4cff36744fc5485553c636704f207cd
+   sha256sums = 
ae678b84723cb7d80619ebd9a9f89c9a094741e161b8f25c758eb9d69e0bad84
sha256sums = SKIP
-   sha256sums = 
2b1e0c53c9608a073a0018df9c80038407352a9bcaca609084752303c4dbd132
+   sha256sums = 
c368f8cf4542c1d449110c84880ce910b3a4421b2411ec94d36dd83f94ff280f
sha256sums = 
9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38
-   b2sums = 
3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
+   b2sums = 
0305b6636a4e382855a2804cedc3984f1e891b26b24412e3533b1f29a07459d39be5121d4618da20098623290e922d502b7ac1b774f39e732f23a778a4b5b5be
b2sums = SKIP
-   b2sums = 
279cb974467f9e28a30589a0c662caa23e345751a019860c60dc655c47af753cc52202d493e00249c152df9a35b1164bf0fb97e79c29baca8673c32ae304bd73
+   b2sums = 
b6fbdd782038d9566684190d288fce0e1a38d5cf70c35951b0a93eab2648584906fcbb41cf128af7b3022f89754cadd30e5cdd22d80b10b36fe326450d53c17f
b2sums = SKIP
-   b2sums = 
af644fa64e3e95fa1a6b2fd34e5a940349ff57c893f04e2ba10d1bc53da7e6e4c5135caa8c1f5df3d70e3db163ed167b809e2b4e2ad8507b9077450ad61fef13
+   b2sums = 
d2a7f46268a62ee2c0c1414f2af9bfc9e2239d8c7ee27c7223eaec93b40426e7c808a4345015582bc27f4c5660e8a1ea75e477a443e40a08c539dcb85360e81b
b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
 
 pkgname = linux-hardened


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=6.8.8.hardened1
+pkgver=6.8.9.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -46,17 +46,17 @@ validpgpkeys=(
   E240B57E2C4630BA768E2F26FC1B547C8D8172C8  # Levente Polyak
 )
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256sums=('1c4cdcb9d560fad1fb95db2cb8afbedc922f9ead848371fe40363b13f9f631ba'
+sha256sums=('f905f1238ea7a8e85314bacf283302e8097006010d25fcea726d0de0ea5bc9b6'
 'SKIP'
-'8c0da45e63ac7a45e95d10bb3bbcbd22d4cff36744fc5485553c636704f207cd'
+'ae678b84723cb7d80619ebd9a9f89c9a094741e161b8f25c758eb9d69e0bad84'
 'SKIP'
-'2b1e0c53c9608a073a0018df9c80038407352a9bcaca609084752303c4dbd132'
+'c368f8cf4542c1d449110c84880ce910b3a4421b2411ec94d36dd83f94ff280f'
 '9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38')
-b2sums=('3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35'
+b2sums=('0305b6636a4e382855a2804cedc3984f1e891b26b24412e3533b1f29a07459d39be5121d4618da20098623290e922d502b7ac1b774f39e732f23a778a4b5b5be'
 'SKIP'
-

[Git][archlinux/packaging/packages/linux-hardened] Pushed new tag 6.8.9.hardened1-1

2024-05-02 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 6.8.9.hardened1-1 at Arch Linux / Packaging / 
Packages / linux-hardened

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




[Git][archlinux/packaging/packages/hdf5] Pushed new tag 1.14.4.2-2

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


Antonio Rojas pushed new tag 1.14.4.2-2 at Arch Linux / Packaging / Packages / 
hdf5

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




[Git][archlinux/packaging/packages/hdf5][main] upgpkg: 1.14.4.2-2: Fix segfault in h5py test suite

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


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


Commits:
644e7b70 by Antonio Rojas at 2024-05-03T00:08:18+02:00
upgpkg: 1.14.4.2-2: Fix segfault in h5py test suite

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hdf5
pkgdesc = General purpose library and file format for storing 
scientific data
pkgver = 1.14.4.2
-   pkgrel = 1
+   pkgrel = 2
url = https://www.hdfgroup.org/hdf5
arch = x86_64
license = custom
@@ -15,6 +15,8 @@ pkgbase = hdf5
provides = hdf5-java
replaces = hdf5-java
source = 
https://github.com/HDFGroup/hdf5/archive/hdf5_1.14.4.2/hdf5-1.14.4.2.tar.gz
+   source = https://github.com/HDFGroup/hdf5/commit/8329ef34.patch
sha256sums = 
44c47120e8beeb69f83b2de10203dceb6ef63f253b7859063a60205c8f48ab80
+   sha256sums = 
2cb9f19245acbaf61bb63e8f941d6c0a1fbd679c6925b9c49088e61b70ba6661
 
 pkgname = hdf5


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=hdf5
 pkgver=1.14.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="General purpose library and file format for storing scientific data"
 arch=(x86_64)
 url="https://www.hdfgroup.org/hdf5;
@@ -16,13 +16,17 @@ makedepends=(cmake time gcc-fortran java-environment)
 replaces=(hdf5-java)
 provides=(hdf5-java)
 
#source=(https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-source=(https://github.com/HDFGroup/hdf5/archive/hdf5_$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('44c47120e8beeb69f83b2de10203dceb6ef63f253b7859063a60205c8f48ab80')
+source=(https://github.com/HDFGroup/hdf5/archive/hdf5_$pkgver/$pkgname-$pkgver.tar.gz
+https://github.com/HDFGroup/hdf5/commit/8329ef34.patch)
+sha256sums=('44c47120e8beeb69f83b2de10203dceb6ef63f253b7859063a60205c8f48ab80'
+'2cb9f19245acbaf61bb63e8f941d6c0a1fbd679c6925b9c49088e61b70ba6661')
 
 prepare() {
 cd ${pkgname}-${pkgname}_${pkgver/_/-}
 # Don't mess with build flags
 sed -e '/-Werror/d' -i configure
+# Fix segfault in h5py tests
+patch -p1 -i ../8329ef34.patch
 }
 
 build() {
@@ -56,7 +60,8 @@ build() {
 --enable-java \
 --with-pic \
 --with-zlib \
---with-szlib
+--with-szlib \
+--disable-nonstandard-feature-float16
 make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hdf5/-/commit/644e7b70e58276aa685cdf335f68005b649c98d2

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




[Git][archlinux/packaging/packages/python-pykcs11][main] upgpkg: 1.5.15-2

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


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
python-pykcs11


Commits:
1e688bb8 by Fabian Bornschein at 2024-05-02T23:55:01+02:00
upgpkg: 1.5.15-2

* Add library opensc to make the wrapper actually work.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pykcs11
pkgdesc = PKCS#11 Wrapper for Python
pkgver = 1.5.15
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/LudovicRousseau/PyKCS11
arch = x86_64
license = GPL-2.0-or-later
@@ -13,6 +13,7 @@ pkgbase = python-pykcs11
makedepends = swig
depends = gcc-libs
depends = glibc
+   depends = opensc
depends = python
source = 
git+https://github.com/LudovicRousseau/PyKCS11.git/?signed#tag=1.5.15
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-pykcs11
 pkgver=1.5.15
-pkgrel=1
+pkgrel=2
 pkgdesc='PKCS#11 Wrapper for Python'
 arch=('x86_64')
 url='https://github.com/LudovicRousseau/PyKCS11'
@@ -10,6 +10,7 @@ license=('GPL-2.0-or-later')
 depends=(
   gcc-libs
   glibc
+  opensc
   python
 )
 makedepends=(



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

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




[Git][archlinux/packaging/packages/python-pykcs11] Pushed new tag 1.5.15-2

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


Fabian Bornschein pushed new tag 1.5.15-2 at Arch Linux / Packaging / Packages 
/ python-pykcs11

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




[Git][archlinux/packaging/packages/newsboat][main] upgpkg: 2.35-4: rebuild with -D_FORTIFY_SOURCE=3

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


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


Commits:
ff852145 by T.J. Townsend at 2024-05-02T17:42:53-04:00
upgpkg: 2.35-4: rebuild with -D_FORTIFY_SOURCE=3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = newsboat
pkgdesc = RSS/Atom feed reader for text terminals
pkgver = 2.35
-   pkgrel = 3
+   pkgrel = 4
url = https://newsboat.org/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=newsboat
 pkgver=2.35
-pkgrel=3
+pkgrel=4
 pkgdesc="RSS/Atom feed reader for text terminals"
 arch=('x86_64')
 url="https://newsboat.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/newsboat/-/commit/ff852145e4f554bc3b09fac1bb6ed03570052c16

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




[Git][archlinux/packaging/packages/newsboat] Pushed new tag 2.35-4

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


T.J. Townsend pushed new tag 2.35-4 at Arch Linux / Packaging / Packages / 
newsboat

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




[Git][archlinux/packaging/packages/python-pytorch][main] Make test.py executable

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


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


Commits:
07eaa9d3 by Sven-Hendrik Haase at 2024-05-02T23:39:11+02:00
Make test.py executable

- - - - -


1 changed file:

- test.py


Changes:

=
test.py
=



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/07eaa9d318760584c759a7b9c6f44a9f0e703faa

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




[Git][archlinux/packaging/packages/turbo] Pushed new tag 1.13.3-1

2024-05-02 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.13.3-1 at Arch Linux / Packaging / Packages / turbo

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




[Git][archlinux/packaging/packages/turbo][main] upgpkg: 1.13.3-1

2024-05-02 Thread kpcyrd (@kpcyrd)


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


Commits:
619412d1 by kpcyrd at 2024-05-02T23:27:42+02:00
upgpkg: 1.13.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = turbo
pkgdesc = Incremental bundler and build system optimized for JavaScript 
and TypeScript
-   pkgver = 1.13.2
+   pkgver = 1.13.3
pkgrel = 1
url = https://turbo.build/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = turbo
depends = zlib
depends = libz.so
options = !lto
-   source = 
https://github.com/vercel/turbo/archive/v1.13.2/turbo-1.13.2.tar.gz
-   sha256sums = 
52bb8119501d53c50a22a016c0b698509a4f37e7302d653dbfc656e8de72e382
-   b2sums = 
76f44de151e62b7b024736f820901d256180b63ce5d1e48d2fcf01dfaaa6b7d950d483957bdbdd7d38ecd3b1d31535c13e6a374fb5cae5bac6ceca51814c5ad0
+   source = 
https://github.com/vercel/turbo/archive/v1.13.3/turbo-1.13.3.tar.gz
+   sha256sums = 
4891512c1baedb0bf439516952fc4d828c49ff302853ebe43dd919e15758e4c3
+   b2sums = 
7fc9e0114fca3644000a8157a4435573281c6ad99628f27395f5327b409bfdbd834b718a4afd19a501ab49a613cc877bb7ad05570578f3ad5fcb71c0fbcc4a0f
 
 pkgname = turbo


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=turbo
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc="Incremental bundler and build system optimized for JavaScript and 
TypeScript"
 url='https://turbo.build/'
@@ -19,12 +19,11 @@ makedepends=(
 )
 options=(!lto)
 
source=(https://github.com/vercel/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('52bb8119501d53c50a22a016c0b698509a4f37e7302d653dbfc656e8de72e382')
-b2sums=('76f44de151e62b7b024736f820901d256180b63ce5d1e48d2fcf01dfaaa6b7d950d483957bdbdd7d38ecd3b1d31535c13e6a374fb5cae5bac6ceca51814c5ad0')
+sha256sums=('4891512c1baedb0bf439516952fc4d828c49ff302853ebe43dd919e15758e4c3')
+b2sums=('7fc9e0114fca3644000a8157a4435573281c6ad99628f27395f5327b409bfdbd834b718a4afd19a501ab49a613cc877bb7ad05570578f3ad5fcb71c0fbcc4a0f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  rm rust-toolchain
   RUSTC_BOOTSTRAP=1 cargo fetch --locked --target "$(rustc -vV | sed -n 
's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/turbo/-/commit/619412d1a706bf1e0f673454e5477ae5adad1455

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




[Git][archlinux/packaging/packages/libvpl-tools][main] upgpkg: 1.0.0-2: fix pkgdesc

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libvpl-tools


Commits:
fa95df61 by Daniel Bermond at 2024-05-02T18:27:24-03:00
upgpkg: 1.0.0-2: fix pkgdesc

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvpl-tools
-   pkgdesc = Tools for Intel Video Processing Library (git version)
+   pkgdesc = Tools for Intel Video Processing Library
pkgver = 1.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/intel/libvpl-tools/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=libvpl-tools
 pkgver=1.0.0
-pkgrel=1
-pkgdesc='Tools for Intel Video Processing Library (git version)'
+pkgrel=2
+pkgdesc='Tools for Intel Video Processing Library'
 arch=('x86_64')
 url='https://github.com/intel/libvpl-tools/'
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl-tools/-/commit/fa95df6188f735f64852b13a97b483753676092b

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




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new tag 1.0.0-2

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.0.0-2 at Arch Linux / Packaging / Packages / 
libvpl-tools

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




[Git][archlinux/packaging/packages/workerd][main] upgpkg: 1.20240502.0-1

2024-05-02 Thread kpcyrd (@kpcyrd)


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


Commits:
32678903 by kpcyrd at 2024-05-02T23:23:47+02:00
upgpkg: 1.20240502.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = workerd
pkgdesc = The JavaScript / Wasm runtime that powers Cloudflare Workers
-   pkgver = 1.20240423.0
+   pkgver = 1.20240502.0
pkgrel = 1
url = https://github.com/cloudflare/workerd
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = workerd
makedepends = rust
makedepends = tcl
depends = glibc
-   source = 
https://github.com/cloudflare/workerd/archive/v1.20240423.0/workerd-1.20240423.0.tar.gz
-   sha256sums = 
6527ffbbcfb2c704e6986d470554d10958dbd40b042a14e604474077f36d5d42
-   b2sums = 
a198c28e7f2b564b37716582b26bc0d3c30897c7a1ea7f40e8d70b5a44c39000d2ec0b411645ac4d707d728e8f3baecd5106c40931e790d3bd80c6976e8a3894
+   source = 
https://github.com/cloudflare/workerd/archive/v1.20240502.0/workerd-1.20240502.0.tar.gz
+   sha256sums = 
0ef304dfa5bb4923336483a5ad1a92f47ace562aecb74e0ac57c823429193b61
+   b2sums = 
2ed87284de06c6d70a3706e959fffca134274022d66a7b3902258ce9937e7da18ae9abf116032cfbd2ccd7d52832a018a52d832fb7d366477db3f29d803bd380
 
 pkgname = workerd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=workerd
-pkgver=1.20240423.0
+pkgver=1.20240502.0
 pkgrel=1
 pkgdesc="The JavaScript / Wasm runtime that powers Cloudflare Workers"
 url='https://github.com/cloudflare/workerd'
@@ -20,8 +20,8 @@ makedepends=(
   'tcl'
 )
 
source=(https://github.com/cloudflare/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6527ffbbcfb2c704e6986d470554d10958dbd40b042a14e604474077f36d5d42')
-b2sums=('a198c28e7f2b564b37716582b26bc0d3c30897c7a1ea7f40e8d70b5a44c39000d2ec0b411645ac4d707d728e8f3baecd5106c40931e790d3bd80c6976e8a3894')
+sha256sums=('0ef304dfa5bb4923336483a5ad1a92f47ace562aecb74e0ac57c823429193b61')
+b2sums=('2ed87284de06c6d70a3706e959fffca134274022d66a7b3902258ce9937e7da18ae9abf116032cfbd2ccd7d52832a018a52d832fb7d366477db3f29d803bd380')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/workerd/-/commit/32678903eba66e311e415ca8f36bdafea4ab623e

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




[Git][archlinux/packaging/packages/workerd] Pushed new tag 1.20240502.0-1

2024-05-02 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.20240502.0-1 at Arch Linux / Packaging / Packages / 
workerd

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




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new branch main

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new branch main at Arch Linux / Packaging / Packages / 
libvpl-tools

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




[Git][archlinux/packaging/packages/libvpl-tools] Pushed new tag 1.0.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.0.0-1 at Arch Linux / Packaging / Packages / 
libvpl-tools

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




[Git][archlinux/packaging/packages/cudnn] Pushed new tag 9.1.1.17-1

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


Sven-Hendrik Haase pushed new tag 9.1.1.17-1 at Arch Linux / Packaging / 
Packages / cudnn

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




[Git][archlinux/packaging/packages/cudnn][main] upgpkg: 9.1.1.17-1

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


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


Commits:
b9b798bd by Sven-Hendrik Haase at 2024-05-02T23:22:35+02:00
upgpkg: 9.1.1.17-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cudnn
pkgdesc = NVIDIA CUDA Deep Neural Network library
-   pkgver = 9.0.0.312
+   pkgver = 9.1.1.17
pkgrel = 1
url = https://developer.nvidia.com/cuDNN
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = cudnn
depends = cuda>=12
options = !strip
options = staticlibs
-   source = 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.0.0.312_cuda12-archive.tar.xz
+   source = 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.1.1.17_cuda12-archive.tar.xz
source = NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-   b2sums = 
d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526
+   b2sums = 
be3563d65d2c9a84fea3796d395be497db9977601075eb3160369930d8543dd58de80545a8b4f29abe9a4616689e8d136f1e97f75056252ce65347a3fe306a9b
b2sums = 
222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52
 
 pkgname = cudnn


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=9.0.0.312
+pkgver=9.1.1.17
 _cudaver=12
 pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
@@ -21,7 +21,7 @@ options=(!strip staticlibs)
 # or 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/
 
source=("https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-${pkgver}_cuda${_cudaver}-archive.tar.xz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-b2sums=('d48227a20621d1a9fce0c67ccc87cdf79edeee837eb076de2b311ea8c24e69cecf189007fe9e31154aa7a1e79af4cce0fa7945dc9fe9cb15f035cf688b271526'
+b2sums=('be3563d65d2c9a84fea3796d395be497db9977601075eb3160369930d8543dd58de80545a8b4f29abe9a4616689e8d136f1e97f75056252ce65347a3fe306a9b'
 
'222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cudnn/-/commit/b9b798bd19c6b7bfc2e3619d4e25f6ed213ac2f7

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




[Git][archlinux/packaging/packages/libvpl][main] upgpkg: 2.11.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libvpl


Commits:
256685e5 by Daniel Bermond at 2024-05-02T18:22:05-03:00
upgpkg: 2.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,20 @@
 pkgbase = libvpl
pkgdesc = Intel Video Processing Library
-   pkgver = 2.10.2
+   pkgver = 2.11.0
pkgrel = 1
url = https://intel.github.io/libvpl/
arch = x86_64
license = MIT
makedepends = cmake
-   makedepends = libpciaccess
-   makedepends = wayland-protocols
-   depends = libdrm
-   depends = libva
-   depends = libx11
-   depends = wayland
-   optdepends = intel-media-sdk: runtime for legacy Intel GPUs
-   optdepends = onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs
+   depends = gcc-libs
+   optdepends = intel-media-sdk: runtime implementation for legacy Intel 
GPUs
+   optdepends = vpl-gpu-rt: runtime implementation for Tiger Lake and 
newer GPUs
provides = onevpl
provides = libvpl.so
conflicts = onevpl
replaces = onevpl
-   source = 
https://github.com/intel/libvpl/archive/v2.10.2/libvpl-2.10.2.tar.gz
-   sha256sums = 
ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253
+   options = !emptydirs
+   source = 
https://github.com/intel/libvpl/archive/v2.11.0/libvpl-2.11.0.tar.gz
+   sha256sums = 
3e322ba6b3593da03e1cfdb8062f9f1545f6d9b1de39e36876de5934b26737d2
 
 pkgname = libvpl


=
PKGBUILD
=
@@ -1,21 +1,22 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=libvpl
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='Intel Video Processing Library'
 arch=('x86_64')
 url='https://intel.github.io/libvpl/'
 license=('MIT')
-depends=('libdrm' 'libva' 'libx11' 'wayland')
-optdepends=('intel-media-sdk: runtime for legacy Intel GPUs'
-'onevpl-intel-gpu: runtime for Tiger Lake and newer GPUs')
-makedepends=('cmake' 'libpciaccess' 'wayland-protocols')
+depends=('gcc-libs')
+optdepends=('intel-media-sdk: runtime implementation for legacy Intel GPUs'
+'vpl-gpu-rt: runtime implementation for Tiger Lake and newer GPUs')
+makedepends=('cmake')
 provides=('onevpl' 'libvpl.so')
 conflicts=('onevpl')
 replaces=('onevpl')
+options=('!emptydirs')
 
source=("https://github.com/intel/libvpl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ad956ea7ecf14614325f59dfb44cc5ba08e2fcac373342d61c7db152ac651253')
+sha256sums=('3e322ba6b3593da03e1cfdb8062f9f1545f6d9b1de39e36876de5934b26737d2')
 
 build() {
 export CFLAGS+=' -DNDEBUG'
@@ -27,7 +28,6 @@ build() {
 -DCMAKE_INSTALL_SYSCONFDIR:PATH='/etc' \
 -DBUILD_EXAMPLES:BOOL='OFF' \
 -DBUILD_TESTS:BOOL='ON' \
--DINSTALL_EXAMPLE_CODE:BOOL='OFF' \
 -DVPL_INSTALL_LICENSEDIR:PATH="share/licenses/${pkgname}" \
 -Wno-dev
 cmake --build build
@@ -39,13 +39,6 @@ check() {
 
 package() {
 DESTDIR="$pkgdir" cmake --install build
-
-local _file
-while read -r -d '' _file
-do
-if ! grep -q '^vpl-' <<< "$_file"
-then
-mv "${pkgdir}/usr/bin"/{,vpl-}"$_file"
-fi
-done < <(find "${pkgdir}/usr/bin" -mindepth 1 -maxdepth 1 -type f -print0 
| sed -z 's|.*/||')
+rm -r "${pkgdir}/usr/share/vpl/examples"
+rm 
"${pkgdir}/"{etc/vpl/vars.sh,usr/include/vpl/preview/{,legacy/}README.txt}
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/256685e5b73b228d1a9cd5d12a3b88c11a1868c7

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




[Git][archlinux/packaging/packages/libvpl] Pushed new tag 2.11.0-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 2.11.0-1 at Arch Linux / Packaging / Packages / 
libvpl

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




[Git][archlinux/packaging/packages/vpl-gpu-rt][main] upgpkg: 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
vpl-gpu-rt


Commits:
7f7dacaf by Daniel Bermond at 2024-05-02T18:21:10-03:00
upgpkg: 24.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = vpl-gpu-rt
pkgdesc = Intel VPL runtime implementation for Intel GPUs (Tiger Lake 
and newer)
-   pkgver = 24.2.1
+   pkgver = 24.2.2
pkgrel = 1
url = https://github.com/intel/vpl-gpu-rt/
arch = x86_64
@@ -10,11 +10,12 @@ pkgbase = vpl-gpu-rt
depends = libdrm
depends = libva
provides = onevpl-intel-gpu
+   provides = vpl-runtime
conflicts = onevpl-intel-gpu
replaces = onevpl-intel-gpu
-   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.1/vpl-gpu-rt-24.2.1.tar.gz
+   source = 
https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-24.2.2/vpl-gpu-rt-24.2.2.tar.gz
source = 010-vpl-gpu-rt-disable-verbose-makefile.patch
-   sha256sums = 
b261d87d91a56a6a462f6a129ddd97945a49637995ee6aa67ebd9b26c0a3c1a0
+   sha256sums = 
fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce
sha256sums = 
c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879
 
 pkgname = vpl-gpu-rt


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vpl-gpu-rt
-pkgver=24.2.1
+pkgver=24.2.2
 pkgrel=1
 pkgdesc='Intel VPL runtime implementation for Intel GPUs (Tiger Lake and 
newer)'
 arch=('x86_64')
@@ -9,12 +9,12 @@ url='https://github.com/intel/vpl-gpu-rt/'
 license=('MIT')
 depends=('intel-media-driver' 'libdrm' 'libva')
 makedepends=('cmake')
-provides=('onevpl-intel-gpu')
+provides=('onevpl-intel-gpu' 'vpl-runtime')
 conflicts=('onevpl-intel-gpu')
 replaces=('onevpl-intel-gpu')
 
source=("https://github.com/intel/vpl-gpu-rt/archive/intel-onevpl-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-vpl-gpu-rt-disable-verbose-makefile.patch')
-sha256sums=('b261d87d91a56a6a462f6a129ddd97945a49637995ee6aa67ebd9b26c0a3c1a0'
+sha256sums=('fc83bdea13a176812744e4c4c731b2387f03eafaa7375816a60555718a2b4dce'
 'c6b17b7026d16d02c3cab7b5081366c24021a86fa173eaee5db310691ce76879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpl-gpu-rt/-/commit/7f7dacafe4fc8ecd88b2388954f8a81b4a14e2a3

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




[Git][archlinux/packaging/packages/vpl-gpu-rt] Pushed new tag 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.2-1 at Arch Linux / Packaging / Packages / 
vpl-gpu-rt

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




[Git][archlinux/packaging/packages/intel-media-sdk] Pushed new tag 23.2.2-3

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 23.2.2-3 at Arch Linux / Packaging / Packages / 
intel-media-sdk

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




[Git][archlinux/packaging/packages/intel-media-driver][main] upgpkg: 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
intel-media-driver


Commits:
c947f66a by Daniel Bermond at 2024-05-02T18:15:40-03:00
upgpkg: 24.2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = intel-media-driver
pkgdesc = Intel Media Driver for VAAPI — Broadwell+ iGPUs
-   pkgver = 24.2.1
+   pkgver = 24.2.2
pkgrel = 1
url = https://github.com/intel/media-driver/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = intel-media-driver
depends = gcc-libs
depends = intel-gmmlib
depends = libva
-   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.1.tar.gz
-   sha256sums = 
94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955
+   source = 
https://github.com/intel/media-driver//archive/intel-media-24.2.2.tar.gz
+   sha256sums = 
7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c
 
 pkgname = intel-media-driver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-media-driver
-pkgver=24.2.1
+pkgver=24.2.2
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT BSD-3-Clause)
 depends=(gcc-libs intel-gmmlib libva)
 makedepends=(cmake)
 source=(${url}/archive/${pkgname%-*}-${pkgver}.tar.gz)
-sha256sums=('94dfcc4d2e6f75d0b9b9a5c95c1ff5d69178440888ff2ab98ec095d4adf8e955')
+sha256sums=('7d0d43e201706ab2dc62741b7873d52dc3779a7b1187b5a321cd0a37223b2b8c')
 
 build() {
   cmake -B build -S ${pkgname#*-}-${pkgname%-*}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-media-driver/-/commit/c947f66a293414401d19e88c7944a3bb397273bb

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




[Git][archlinux/packaging/packages/intel-media-driver] Pushed new tag 24.2.2-1

2024-05-02 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.2.2-1 at Arch Linux / Packaging / Packages / 
intel-media-driver

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




[Git][archlinux/packaging/packages/wrangler][main] upgpkg: 3.53.1-1

2024-05-02 Thread kpcyrd (@kpcyrd)


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


Commits:
9c686a76 by kpcyrd at 2024-05-02T23:15:28+02:00
upgpkg: 3.53.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wrangler
pkgdesc = The CLI for Cloudflare Workers
-   pkgver = 3.53.0
+   pkgver = 3.53.1
pkgrel = 1
url = https://github.com/cloudflare/workers-sdk
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = wrangler
depends = worker-build
depends = workerd
options = !lto
-   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.53.0.tar.gz
+   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.53.1.tar.gz
source = 
esbuild-0.17.19.tar.gz::https://github.com/evanw/esbuild/archive/v0.17.19.tar.gz
-   sha256sums = 
68f4f8e1304c39640553bf1e48f6ed72ffc5e7da42781ee40e447715e435fa20
+   sha256sums = 
b0ff9e58179b1048e3750ebafa405176f6014a448537f78460e7b0c338d88cd8
sha256sums = 
481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2
-   b2sums = 
44782e4419d231b3c393735ae48b2bc468b1a7b4ac1da59939737640bb9cd350880558be398988afb2bde53914029b68429b41bf0da4aef9bdde927454fbde65
+   b2sums = 
65c3c7f7bf8a156807a8cfffd391c67e41ca658d733a50e57a2a2a80d8c7f0c2a848b54521b05ff69bbb236c8b15dfef87b1f5c437a6af47a8957202af0cce7c
b2sums = 
4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea
 
 pkgname = wrangler


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=wrangler
-pkgver=3.53.0
+pkgver=3.53.1
 pkgrel=1
 _esbuild_ver='0.17.19'
 pkgdesc="The CLI for Cloudflare Workers"
@@ -26,9 +26,9 @@ makedepends=(
 options=(!lto)
 
source=(https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrangler@${pkgver}.tar.gz
 
"esbuild-${_esbuild_ver}.tar.gz::https://github.com/evanw/esbuild/archive/v${_esbuild_ver}.tar.gz;)
-sha256sums=('68f4f8e1304c39640553bf1e48f6ed72ffc5e7da42781ee40e447715e435fa20'
+sha256sums=('b0ff9e58179b1048e3750ebafa405176f6014a448537f78460e7b0c338d88cd8'
 '481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2')
-b2sums=('44782e4419d231b3c393735ae48b2bc468b1a7b4ac1da59939737640bb9cd350880558be398988afb2bde53914029b68429b41bf0da4aef9bdde927454fbde65'
+b2sums=('65c3c7f7bf8a156807a8cfffd391c67e41ca658d733a50e57a2a2a80d8c7f0c2a848b54521b05ff69bbb236c8b15dfef87b1f5c437a6af47a8957202af0cce7c'
 
'4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/wrangler] Pushed new tag 3.53.1-1

2024-05-02 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 3.53.1-1 at Arch Linux / Packaging / Packages / wrangler

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




[Git][archlinux/packaging/packages/telegram-desktop][main] upgpkg: 5.0.0-1

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


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


Commits:
adddf868 by Sven-Hendrik Haase at 2024-05-02T23:00:09+02:00
upgpkg: 5.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
-   pkgver = 4.16.8
+   pkgver = 5.0.0
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = telegram-desktop
depends = kcoreaddons
optdepends = webkit2gtk: embedded browser features
optdepends = xdg-desktop-portal: desktop integration
-   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.8/tdesktop-4.16.8-full.tar.gz
-   sha512sums = 
7d9d8ab4c62cf9e4f44ff879953f3d543427f7fd80682f6d08b58fb3dec481b0082086c3958e38b809b886359a76b1f5450142dbcfb58c867014d78f5fa19f60
+   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v5.0.0/tdesktop-5.0.0-full.tar.gz
+   sha512sums = 
9e674cf8b8bbb94cc7bd0fd9493c435f25314a317086e8c102fe0309bdcd5805b605257883831eb8548825597aab5b9f8f0b5074689b630b63f301506402323d
 
 pkgname = telegram-desktop


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.16.8
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -17,7 +17,7 @@ makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 
'tl-expected' 'microsoft-
 optdepends=('webkit2gtk: embedded browser features'
 'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('7d9d8ab4c62cf9e4f44ff879953f3d543427f7fd80682f6d08b58fb3dec481b0082086c3958e38b809b886359a76b1f5450142dbcfb58c867014d78f5fa19f60')
+sha512sums=('9e674cf8b8bbb94cc7bd0fd9493c435f25314a317086e8c102fe0309bdcd5805b605257883831eb8548825597aab5b9f8f0b5074689b630b63f301506402323d')
 
 build() {
 CXXFLAGS+=' -ffat-lto-objects'



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

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




[Git][archlinux/packaging/packages/telegram-desktop] Pushed new tag 5.0.0-1

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


Sven-Hendrik Haase pushed new tag 5.0.0-1 at Arch Linux / Packaging / Packages 
/ telegram-desktop

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




[Git][archlinux/packaging/packages/libreoffice-fresh][main] upgpkg: 24.2.3-1

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libreoffice-fresh


Commits:
a8fb22d5 by Andreas Radke at 2024-05-02T22:59:22+02:00
upgpkg: 24.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libreoffice-fresh
-   pkgver = 24.2.2
-   pkgrel = 3
+   pkgver = 24.2.3
+   pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0
@@ -124,12 +124,12 @@ pkgbase = libreoffice-fresh
noextract = 
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
noextract = 
f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
options = !lto
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-24.2.2.2.tar.xz
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-24.2.2.2.tar.xz.asc
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-help-24.2.2.2.tar.xz
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-help-24.2.2.2.tar.xz.asc
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-translations-24.2.2.2.tar.xz
-   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.2/libreoffice-translations-24.2.2.2.tar.xz.asc
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-24.2.3.2.tar.xz
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-24.2.3.2.tar.xz.asc
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-help-24.2.3.2.tar.xz
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-help-24.2.3.2.tar.xz.asc
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-translations-24.2.3.2.tar.xz
+   source = 
https://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-translations-24.2.3.2.tar.xz.asc
source = 
https://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
source = 
https://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
source = 
https://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
@@ -157,11 +157,11 @@ pkgbase = libreoffice-fresh
source = libreoffice-fresh.sh
source = libreoffice-fresh.csh
validpgpkeys = C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3
-   sha256sums = 
c205a65042f65c94b54ea310344b851043633c3eb5259f4e567d9341aae5e45e
+   sha256sums = 
f6e2059cd85d07793e8d95828b2412906bdba8bf61a5f76b8c51907898481e64
sha256sums = SKIP
-   sha256sums = 
e4ca31ec501c3c59e6c7aa4cc1279185675b088b2d042f17a7e6b0a8304ce025
+   sha256sums = 
8e8acf4c09e2a43e8a86a19418bade97f67b837917bd0c2c6af9c8a8b261bb6b
sha256sums = SKIP
-   sha256sums = 
925016b4172c1dcfb2774cdb0376df949241e369375399b9875b154e65f319b2
+   sha256sums = 
e71053a3b51f79079ef745663e68432c2bf20e49557083ab4de1a40c9fae2b4a
sha256sums = SKIP
sha256sums = 
64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1
sha256sums = 
1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753


=
PKGBUILD
=
@@ -10,9 +10,9 @@ _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=24.2.2.2
-pkgver=24.2.2
-pkgrel=3
+_LOver=24.2.3.2
+pkgver=24.2.3
+pkgrel=1
 arch=('x86_64')
 license=('MPL-2.0' 'LGPL-3.0-or-later')
 url="https://www.libreoffice.org/;
@@ -88,11 +88,11 @@ noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('c205a65042f65c94b54ea310344b851043633c3eb5259f4e567d9341aae5e45e'
+sha256sums=('f6e2059cd85d07793e8d95828b2412906bdba8bf61a5f76b8c51907898481e64'
 'SKIP'
-'e4ca31ec501c3c59e6c7aa4cc1279185675b088b2d042f17a7e6b0a8304ce025'
+'8e8acf4c09e2a43e8a86a19418bade97f67b837917bd0c2c6af9c8a8b261bb6b'
 'SKIP'
-'925016b4172c1dcfb2774cdb0376df949241e369375399b9875b154e65f319b2'
+'e71053a3b51f79079ef745663e68432c2bf20e49557083ab4de1a40c9fae2b4a'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'



View it on GitLab: 

[Git][archlinux/packaging/packages/libreoffice-fresh] Pushed new tag 24.2.3-1

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 24.2.3-1 at Arch Linux / Packaging / Packages / 
libreoffice-fresh

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




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

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


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


Commits:
1d20a4fc by Sven-Hendrik Haase at 2024-05-02T22:58:59+02:00
upgpkg: 550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=550.76
-pkgrel=4
+pkgver=550.78
+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/1d20a4fc007c8ae55deccbf667abebac9affb157

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




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

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


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

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




[Git][archlinux/packaging/packages/libreoffice-fresh-i18n][main] upgpkg: 24.2.3-1

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
libreoffice-fresh-i18n


Commits:
0f133fa0 by Andreas Radke at 2024-05-02T22:57:56+02:00
upgpkg: 24.2.3-1

- - - - -


1 changed file:

- .SRCINFO


The diff was not included because it is too large.


View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh-i18n/-/commit/0f133fa08b73a8fbe0b7caba262c6bc847c23676

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




[Git][archlinux/packaging/packages/libreoffice-fresh-i18n] Pushed new tag 24.2.3-1

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 24.2.3-1 at Arch Linux / Packaging / Packages / 
libreoffice-fresh-i18n

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




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

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


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


Commits:
be7c1735 by Sven-Hendrik Haase at 2024-05-02T22:46:15+02:00
upgpkg: 1:550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
-pkgver=550.76
-pkgrel=5
+pkgver=550.78
+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/be7c1735b8e6149e4f2b910e974d22f1bf4c2c8a

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




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

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


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

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




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

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


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

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




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

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


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


Commits:
d0a78778 by Sven-Hendrik Haase at 2024-05-02T22:45:05+02:00
upgpkg: 550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,27 +1,27 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
-   pkgver = 550.76
-   pkgrel = 4
+   pkgver = 550.78
+   pkgrel = 1
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = GPL
makedepends = linux-headers
-   depends = nvidia-utils=550.76
+   depends = nvidia-utils=550.78
depends = libglvnd
-   source = 
nvidia-open-550.76.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.76.tar.gz
+   source = 
nvidia-open-550.78.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.78.tar.gz
source = nvidia-open-gcc-ibt-sls.patch
-   sha512sums = 
5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac
+   sha512sums = 
2226b29d7606d92fc78bcc7489c88e44f5b675dc108843654c24cd56b075c318c3bc7df24acb0d3d82c57f6d5924701971a7864213fe2d76a1fae209f36b6da8
sha512sums = 
263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34
 
 pkgname = nvidia-open
-   depends = nvidia-utils=550.76
+   depends = nvidia-utils=550.78
depends = libglvnd
depends = linux
provides = NVIDIA-MODULE
conflicts = NVIDIA-MODULE
 
 pkgname = nvidia-open-dkms
-   depends = nvidia-utils=550.76
+   depends = nvidia-utils=550.78
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=550.76
-pkgrel=4
+pkgver=550.78
+pkgrel=1
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -11,7 +11,7 @@ makedepends=('linux-headers')
 license=('GPL')
 
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)
-sha512sums=('5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac'
+sha512sums=('2226b29d7606d92fc78bcc7489c88e44f5b675dc108843654c24cd56b075c318c3bc7df24acb0d3d82c57f6d5924701971a7864213fe2d76a1fae209f36b6da8'
 
'263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/python-pycrdt-websocket][main] upgpkg: 0.13.2-1: Update to 0.13.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pycrdt-websocket


Commits:
48dfb95a by Antonio Rojas at 2024-05-02T22:43:40+02:00
upgpkg: 0.13.2-1: Update to 0.13.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pycrdt-websocket
pkgdesc = CRDTs based on Yrs
-   pkgver = 0.13.1
+   pkgver = 0.13.2
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt-websocket
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-pycrdt-websocket
depends = python-anyio
depends = python-pycrdt
depends = python-sqlite-anyio
-   source = 
git+https://github.com/jupyter-server/pycrdt-websocket#tag=v0.13.1
-   sha256sums = 
da78bf96aa1ddec26b0df36beb7dbd4fdc2f7089d331b2ff5a23921f3995cd7e
+   source = 
git+https://github.com/jupyter-server/pycrdt-websocket#tag=v0.13.2
+   sha256sums = 
d75408f45307fce25a6f1fb8d78dec8e6db017641a90e0096965f6a6c5f4ed63
 
 pkgname = python-pycrdt-websocket


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pyname=pycrdt-websocket
 pkgname=python-$_pyname
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc='CRDTs based on Yrs'
 arch=(any)
@@ -24,7 +24,7 @@ checkdepends=(hypercorn
   python-websockets
   uvicorn)
 source=(git+https://github.com/jupyter-server/pycrdt-websocket#tag=v$pkgver)
-sha256sums=('da78bf96aa1ddec26b0df36beb7dbd4fdc2f7089d331b2ff5a23921f3995cd7e')
+sha256sums=('d75408f45307fce25a6f1fb8d78dec8e6db017641a90e0096965f6a6c5f4ed63')
 
 build() {
   cd $_pyname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt-websocket/-/commit/48dfb95a1854cd3e23ca6a5708e3d8032f6ae73d

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




[Git][archlinux/packaging/packages/python-pycrdt-websocket] Pushed new tag 0.13.2-1

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


Antonio Rojas pushed new tag 0.13.2-1 at Arch Linux / Packaging / Packages / 
python-pycrdt-websocket

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




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

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


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


Commits:
c4998aa9 by Sven-Hendrik Haase at 2024-05-02T22:38:37+02:00
upgpkg: 550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvidia-utils
-   pkgver = 550.76
-   pkgrel = 3
+   pkgver = 550.78
+   pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
@@ -9,11 +9,11 @@ pkgbase = nvidia-utils
source = nvidia-drm-outputclass.conf
source = nvidia-utils.sysusers
source = nvidia.rules
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.78/NVIDIA-Linux-x86_64-550.78.run
sha512sums = 
de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770
sha512sums = 
4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499
sha512sums = 
42d00548b72f29d9bedf958cae63d336568267094dc5bcee97fae32fbf1d05b210038f4b9332deff23368e0c9d27cd6e43054e59d1edea7d82b77bbcb263815c
-   sha512sums = 
a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec
+   sha512sums = 
02c69e2699cd20c99bf147139920ce4708c0e4224b7234c499481996e45a879f29ebe1e5eb0e94f756bf8290d2a019050dd92add9ad375ea3bd5e21704823249
 
 pkgname = nvidia-utils
pkgdesc = NVIDIA drivers utilities
@@ -39,7 +39,7 @@ pkgname = opencl-nvidia
 pkgname = nvidia-dkms
pkgdesc = NVIDIA drivers - module sources
depends = dkms
-   depends = nvidia-utils=550.76
+   depends = nvidia-utils=550.78
depends = libglvnd
provides = NVIDIA-MODULE
provides = nvidia


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=550.76
-pkgrel=3
+pkgver=550.78
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -20,7 +20,7 @@ source=('nvidia-drm-outputclass.conf'
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
 
'42d00548b72f29d9bedf958cae63d336568267094dc5bcee97fae32fbf1d05b210038f4b9332deff23368e0c9d27cd6e43054e59d1edea7d82b77bbcb263815c'
-
'a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec')
+
'02c69e2699cd20c99bf147139920ce4708c0e4224b7234c499481996e45a879f29ebe1e5eb0e94f756bf8290d2a019050dd92add9ad375ea3bd5e21704823249')
 
 
 create_links() {



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

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




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

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


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

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




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

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


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


Commits:
00c011c4 by Sven-Hendrik Haase at 2024-05-02T22:38:34+02:00
upgpkg: 550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nvidia-settings
pkgdesc = Tool for configuring the NVIDIA graphics driver
-   pkgver = 550.67
+   pkgver = 550.78
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-550.67.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/550.67.tar.gz
+   source = 
nvidia-settings-550.78.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/550.78.tar.gz
source = nvidia-settings-libxnvctrl_so.patch
-   sha512sums = 
54170439299ac2aa6749487b22c4506d6a96c8f0b47992f43f17e1c7a33057fac2e5e2e7ea3e2d6fda1e7b6819647d709634b33d0a615ae70192c1f30289fed5
+   sha512sums = 
68b47413180194814a97a330bd9248d70d7cbc8b4c0513075eb7f179f539f8f5adf487e0395da7461281fbc84ebb4581e5b1a004b0ea8a830babef1848122115
sha512sums = 
0303fe615d6ef4e14112998c531a17613b94776f9a6a027ddb81e400fddd5f2ff15583da8b8631c2306aca854edf2f54a8007eb36f1732b4c064c857aaf268ae
 
 pkgname = nvidia-settings


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=550.67
+pkgver=550.78
 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=('54170439299ac2aa6749487b22c4506d6a96c8f0b47992f43f17e1c7a33057fac2e5e2e7ea3e2d6fda1e7b6819647d709634b33d0a615ae70192c1f30289fed5'
+sha512sums=('68b47413180194814a97a330bd9248d70d7cbc8b4c0513075eb7f179f539f8f5adf487e0395da7461281fbc84ebb4581e5b1a004b0ea8a830babef1848122115'
 
'0303fe615d6ef4e14112998c531a17613b94776f9a6a027ddb81e400fddd5f2ff15583da8b8631c2306aca854edf2f54a8007eb36f1732b4c064c857aaf268ae')
 
 prepare() {



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

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




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

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


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

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




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

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


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


Commits:
97e4464d by Sven-Hendrik Haase at 2024-05-02T22:37:03+02:00
upgpkg: 550.78-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = lib32-nvidia-utils
-   pkgver = 550.76
+   pkgver = 550.78
pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
options = !strip
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run
-   sha512sums = 
a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.78/NVIDIA-Linux-x86_64-550.78.run
+   sha512sums = 
02c69e2699cd20c99bf147139920ce4708c0e4224b7234c499481996e45a879f29ebe1e5eb0e94f756bf8290d2a019050dd92add9ad375ea3bd5e21704823249
 
 pkgname = lib32-nvidia-utils
pkgdesc = NVIDIA drivers utilities (32-bit)
depends = lib32-zlib
depends = lib32-gcc-libs
depends = lib32-libglvnd
-   depends = nvidia-utils=550.76
+   depends = nvidia-utils=550.78
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=550.76
+pkgver=550.78
 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=('a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec')
+sha512sums=('02c69e2699cd20c99bf147139920ce4708c0e4224b7234c499481996e45a879f29ebe1e5eb0e94f756bf8290d2a019050dd92add9ad375ea3bd5e21704823249')
 
 create_links() {
 # create soname links



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

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




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

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


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

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




[Git][archlinux/packaging/packages/obs-studio][main] upgpkg: 30.1.2-1

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


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


Commits:
9947942e by Sven-Hendrik Haase at 2024-05-02T22:33:23+02:00
upgpkg: 30.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = obs-studio
pkgdesc = Free, open source software for live streaming and recording
-   pkgver = 30.1.1
-   pkgrel = 2
+   pkgver = 30.1.2
+   pkgrel = 1
url = https://obsproject.com
arch = x86_64
license = GPL2
@@ -33,10 +33,10 @@ pkgbase = obs-studio
optdepends = python: scripting support
optdepends = sndio: Sndio input client
optdepends = v4l2loopback-dkms: virtual camera support
-   source = 
obs-studio-30.1.1.tar.gz::https://github.com/obsproject/obs-studio/archive/30.1.1.tar.gz
+   source = 
obs-studio-30.1.2.tar.gz::https://github.com/obsproject/obs-studio/archive/30.1.2.tar.gz
source = fix_python_binary_loading.patch
source = ignore_unused_submodules.patch
-   sha256sums = 
7fe7f67d683fb1fdc2fc58b0c07dd75622a6daba36b90959fc5b5d642a293dab
+   sha256sums = 
490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a
sha256sums = 
bdfbd062f080bc925588aec1989bb1df34bf779cc2fc08ac27236679cf612abd
sha256sums = 
60b0ee1f78df632e1a8c13cb0a7a5772b2a4b092c4a2a78f23464a7d239557c3
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=30.1.1
-pkgrel=2
+pkgver=30.1.2
+pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com;
@@ -22,7 +22,7 @@ optdepends=('libfdk-aac: FDK AAC codec support'
 
source=($pkgname-$pkgver.tar.gz::https://github.com/obsproject/obs-studio/archive/$pkgver.tar.gz
 fix_python_binary_loading.patch
 ignore_unused_submodules.patch)
-sha256sums=('7fe7f67d683fb1fdc2fc58b0c07dd75622a6daba36b90959fc5b5d642a293dab'
+sha256sums=('490bae1c392b3b344b0270afd8cb887da4bc50bd92c0c426e96713c1ccb9701a'
 'bdfbd062f080bc925588aec1989bb1df34bf779cc2fc08ac27236679cf612abd'
 '60b0ee1f78df632e1a8c13cb0a7a5772b2a4b092c4a2a78f23464a7d239557c3')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/obs-studio/-/commit/9947942e9a80ac5e3cbdbb13311a44e79b93cd48

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




[Git][archlinux/packaging/packages/obs-studio] Pushed new tag 30.1.2-1

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


Sven-Hendrik Haase pushed new tag 30.1.2-1 at Arch Linux / Packaging / Packages 
/ obs-studio

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




[Git][archlinux/packaging/packages/praat][main] upgpkg: 6.4.12-1

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


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


Commits:
62d80b10 by Caleb Maclennan at 2024-05-02T23:30:10+03:00
upgpkg: 6.4.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = praat
pkgdesc = A speech analysis tool used for doing phonetics by computer
-   pkgver = 6.4.11
+   pkgver = 6.4.12
pkgrel = 1
url = https://www.praat.org
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = praat
depends = ttf-doulos-sil
optdepends = ttf-sil-fonts
replaces = praat-bin
-   source = 
https://github.com/praat/praat/archive/v6.4.11/praat-6.4.11.tar.gz
+   source = 
https://github.com/praat/praat/archive/v6.4.12/praat-6.4.12.tar.gz
source = praat.1
source = praat.desktop
source = praat.svg
source = praat.xpm
-   sha256sums = 
b91c72f02ca53738ae93eb0cd81d01e5284805a836a72748cc771db4798eb4e9
+   sha256sums = 
3046cde7ee0051d929d64fbc4f28138177024868d3e035f61b737cee7c5d50ec
sha256sums = 
21ee03cae45be634c57c167c2dfbdfd9d9b7feadb98e0124413d9426c199e81c
sha256sums = 
94720aedc8e9c9e9d53b3230d79ccaae551b5bc5e6986528664311d55f3cce5a
sha256sums = 
db6c7568f6e13b4ce7c37bd9fcf289832867f79ba7d7fc48c4f13f0045ad98f1


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 # https://tracker.debian.org/pkg/praat
 
 pkgname=praat
-pkgver=6.4.11
+pkgver=6.4.12
 pkgrel=1
 pkgdesc='A speech analysis tool used for doing phonetics by computer'
 arch=(x86_64 i686 aarch64)
@@ -28,7 +28,7 @@ source=("$_url/archive/v$pkgver/$_archive.tar.gz"
 "$pkgname.desktop"
 "$pkgname.svg"
 "$pkgname.xpm")
-sha256sums=('b91c72f02ca53738ae93eb0cd81d01e5284805a836a72748cc771db4798eb4e9'
+sha256sums=('3046cde7ee0051d929d64fbc4f28138177024868d3e035f61b737cee7c5d50ec'
 '21ee03cae45be634c57c167c2dfbdfd9d9b7feadb98e0124413d9426c199e81c'
 '94720aedc8e9c9e9d53b3230d79ccaae551b5bc5e6986528664311d55f3cce5a'
 'db6c7568f6e13b4ce7c37bd9fcf289832867f79ba7d7fc48c4f13f0045ad98f1'



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

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




[Git][archlinux/packaging/packages/praat] Pushed new tag 6.4.12-1

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


Caleb Maclennan pushed new tag 6.4.12-1 at Arch Linux / Packaging / Packages / 
praat

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




[Git][archlinux/packaging/packages/libdatachannel] Pushed new tag 0.21.0-1

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


Sven-Hendrik Haase pushed new tag 0.21.0-1 at Arch Linux / Packaging / Packages 
/ libdatachannel

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




[Git][archlinux/packaging/packages/libdatachannel][main] upgpkg: 0.21.0-1

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


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


Commits:
80e74e1a by Sven-Hendrik Haase at 2024-05-02T22:29:04+02:00
upgpkg: 0.21.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libdatachannel
pkgdesc = C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets
-   pkgver = 0.20.3
-   pkgrel = 2
+   pkgver = 0.21.0
+   pkgrel = 1
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
license = MPL-2.0
@@ -12,7 +12,7 @@ pkgbase = libdatachannel
depends = openssl
depends = libjuice
depends = libsrtp
-   source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.3
-   sha512sums = 
40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00
+   source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.21.0
+   sha512sums = 
9ee9b449c5cb6506a80772c801d92b5f7682fd31c20db239cd846c168154b3ca3aedc608df5f45c36a01861b941ee457ac4c8e6e917002557027b0b83a5713a6
 
 pkgname = libdatachannel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jay Schmidek 
 # Contributor: Paul-Louis Ageneau 
 pkgname=libdatachannel
-pkgver=0.20.3
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets"
 arch=('x86_64')
 url="https://github.com/paullouisageneau/$pkgname;
@@ -11,7 +11,7 @@ license=('MPL-2.0')
 makedepends=('git' 'cmake')
 depends=('glibc' 'gcc-libs' 'openssl' 'libjuice' 'libsrtp')
 source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver;)
-sha512sums=('40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00')
+sha512sums=('9ee9b449c5cb6506a80772c801d92b5f7682fd31c20db239cd846c168154b3ca3aedc608df5f45c36a01861b941ee457ac4c8e6e917002557027b0b83a5713a6')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/80e74e1a1b0dd11a53a366b74e37ce4610298328

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




[Git][archlinux/packaging/packages/libjuice][main] Fix license

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


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


Commits:
e5906739 by Sven-Hendrik Haase at 2024-05-02T22:23:55+02:00
Fix license

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
 arch=('x86_64')
 url="https://github.com/paullouisageneau/$pkgname;
-license=('MPL2')
+license=('MPL-2.0')
 makedepends=('cmake')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/e590673980e15ee125f258b6f28ca8eae2a71ab0

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




[Git][archlinux/packaging/packages/libjuice][main] upgpkg: 1.4.1-1

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


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


Commits:
1b4dc393 by Sven-Hendrik Haase at 2024-05-02T22:22:56+02:00
upgpkg: 1.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = libjuice
pkgdesc = UDP Interactive Connectivity Establishment (ICE) library
-   pkgver = 1.4.0
+   pkgver = 1.4.1
pkgrel = 1
url = https://github.com/paullouisageneau/libjuice
arch = x86_64
license = MPL2
makedepends = cmake
depends = glibc
-   source = 
libjuice-1.4.0.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.4.0.tar.gz
-   sha512sums = 
b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23
+   source = 
libjuice-1.4.1.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.4.1.tar.gz
+   sha512sums = 
88e24c0b8e45916780a47618e40adc5a2fcdea75efbcb97c2e1dcfc149069ef691ce62a7b723bb6671dcef4cae768b40e1e7d703e7da31b6953be8afe09a7c2d
 
 pkgname = libjuice


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Paul-Louis Ageneau 
 pkgname=libjuice
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL2')
 makedepends=('cmake')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23')
+sha512sums=('88e24c0b8e45916780a47618e40adc5a2fcdea75efbcb97c2e1dcfc149069ef691ce62a7b723bb6671dcef4cae768b40e1e7d703e7da31b6953be8afe09a7c2d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

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




[Git][archlinux/packaging/packages/libjuice] Pushed new tag 1.4.1-1

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


Sven-Hendrik Haase pushed new tag 1.4.1-1 at Arch Linux / Packaging / Packages 
/ libjuice

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




[Git][archlinux/packaging/packages/openshadinglanguage][main] upgpkg: 1.13.9.0-1

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


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


Commits:
36eb5e58 by Sven-Hendrik Haase at 2024-05-02T22:13:30+02:00
upgpkg: 1.13.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openshadinglanguage
pkgdesc = Advanced shading language for production GI renderers
-   pkgver = 1.13.8.0
-   pkgrel = 2
+   pkgver = 1.13.9.0
+   pkgrel = 1
url = https://github.com/imageworks/OpenShadingLanguage
arch = x86_64
license = custom
@@ -20,7 +20,7 @@ pkgbase = openshadinglanguage
depends = ncurses
depends = clang
optdepends = python: the Python module
-   source = 
openshadinglanguage-1.13.8.0.tar.gz::https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v1.13.8.0.tar.gz
-   sha512sums = 
2bbc9d3dfba86525153152d54efd9a020ecae92ca5946662facf3b3a8b18c29d5e98f6760612960da06909eadc2c5a20fefaddcdc5bc1d91c33ab390c207f205
+   source = 
openshadinglanguage-1.13.9.0.tar.gz::https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v1.13.9.0.tar.gz
+   sha512sums = 
d10a5f820dc9cada93bb3834aefd9e968d6dc2e3b06bbe0c560d5381a257d24c95c9396e91caa4e5918db9ad9237b9fd755c1f1c798e50a5ab07f3e5103b465e
 
 pkgname = openshadinglanguage


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
-pkgver=1.13.8.0
-pkgrel=2
+pkgver=1.13.9.0
+pkgrel=1
 pkgdesc="Advanced shading language for production GI renderers"
 arch=('x86_64')
 url="https://github.com/imageworks/OpenShadingLanguage;
@@ -11,7 +11,7 @@ depends=('boost-libs' 'openimageio' 'imath' 'freetype2' 
'libpng'
 makedepends=('boost' 'cmake' 'python' 'llvm' 'ninja')
 optdepends=('python: the Python module')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('2bbc9d3dfba86525153152d54efd9a020ecae92ca5946662facf3b3a8b18c29d5e98f6760612960da06909eadc2c5a20fefaddcdc5bc1d91c33ab390c207f205')
+sha512sums=('d10a5f820dc9cada93bb3834aefd9e968d6dc2e3b06bbe0c560d5381a257d24c95c9396e91caa4e5918db9ad9237b9fd755c1f1c798e50a5ab07f3e5103b465e')
 
 build() {
   cd OpenShadingLanguage-$pkgver



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

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




[Git][archlinux/packaging/packages/openshadinglanguage] Pushed new tag 1.13.9.0-1

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


Sven-Hendrik Haase pushed new tag 1.13.9.0-1 at Arch Linux / Packaging / 
Packages / openshadinglanguage

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




[Git][archlinux/packaging/packages/lib32-sdl2][main] upgpkg: 2.30.3-1

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


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


Commits:
43aea2a4 by Sven-Hendrik Haase at 2024-05-02T22:06:43+02:00
upgpkg: 2.30.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-sdl2
pkgdesc = A library for portable low-level access to a video 
framebuffer, audio output, mouse, and keyboard
-   pkgver = 2.30.2
+   pkgver = 2.30.3
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -30,10 +30,10 @@ pkgbase = lib32-sdl2
optdepends = lib32-jack: JACK audio driver
optdepends = lib32-libpulse: PulseAudio audio driver
optdepends = lib32-pipewire: PipeWire audio driver
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz.sig
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
-   sha512sums = 
19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca
+   sha512sums = 
75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372
sha512sums = SKIP
 
 pkgname = lib32-sdl2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: J0k3r 
 
 pkgname=lib32-sdl2
-pkgver=2.30.2
+pkgver=2.30.3
 pkgrel=1
 pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard'
 arch=(x86_64)
@@ -41,7 +41,7 @@ optdepends=(
   'lib32-pipewire: PipeWire audio driver'
 )
 
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca'
+sha512sums=('75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372'
 'SKIP')
 validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl2/-/commit/43aea2a406aca82b2ca01eba14aa312421ff55c4

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




[Git][archlinux/packaging/packages/lib32-sdl2] Pushed new tag 2.30.3-1

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


Sven-Hendrik Haase pushed new tag 2.30.3-1 at Arch Linux / Packaging / Packages 
/ lib32-sdl2

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




[Git][archlinux/packaging/packages/sdl2][main] upgpkg: 2.30.3-1

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


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


Commits:
72bde635 by Sven-Hendrik Haase at 2024-05-02T22:05:56+02:00
upgpkg: 2.30.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sdl2
pkgdesc = A library for portable low-level access to a video 
framebuffer, audio output, mouse, and keyboard (Version 2)
-   pkgver = 2.30.2
+   pkgver = 2.30.3
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -34,10 +34,10 @@ pkgbase = sdl2
optdepends = jack: JACK audio driver
optdepends = pipewire: PipeWire audio driver
optdepends = libdecor: Wayland client decorations
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz
-   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz.sig
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz
+   source = 
https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz.sig
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
-   sha512sums = 
19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca
+   sha512sums = 
75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372
sha512sums = SKIP
 
 pkgname = sdl2


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
-pkgver=2.30.2
+pkgver=2.30.3
 pkgrel=1
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('alsa-lib: ALSA audio driver'
 'pipewire: PipeWire audio driver'
 'libdecor: Wayland client decorations')
 
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('19316bb4c483a8c4be2140b70d906b7767beabada481873217a9207bd41e79c1854a837e1394325f59795da010f5344f791a7973a846b8189e3f9b662f408aca'
+sha512sums=('75ddea9ac3c2130e9f6036b4718dbe3d9d1b40dab3cd48d3d488d5a397dd0c226c0573bf18d82eb41498800accf045e259d2ae305f069fad7b34e47a017f2372'
 'SKIP')
 validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sdl2/-/commit/72bde6353ff671436308404412b30135e398eed1

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




[Git][archlinux/packaging/packages/sdl2] Pushed new tag 2.30.3-1

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


Sven-Hendrik Haase pushed new tag 2.30.3-1 at Arch Linux / Packaging / Packages 
/ sdl2

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




[Git][archlinux/packaging/packages/azure-cli][main] upgpkg: 2.60.0-3: Fix build process

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


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


Commits:
451bdff2 by Sven-Hendrik Haase at 2024-05-02T21:58:55+02:00
upgpkg: 2.60.0-3: Fix build process

In the last build, most of the packages in the venv were missing.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = azure-cli
pkgdesc = Command-line tools for Microsoft Azure
pkgver = 2.60.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/Azure/azure-cli
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux
 pkgname=azure-cli
 pkgver=2.60.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Command-line tools for Microsoft Azure"
 arch=('any')
 url="https://github.com/Azure/azure-cli;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/azure-cli/-/commit/451bdff2373a99d6c77336b642a7fb01eba6f2a8

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




[Git][archlinux/packaging/packages/azure-cli] Pushed new tag 2.60.0-3

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


Sven-Hendrik Haase pushed new tag 2.60.0-3 at Arch Linux / Packaging / Packages 
/ azure-cli

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




[Git][archlinux/packaging/packages/tp_smapi-lts][main] upgpkg: 0.44-28: kernel rebuild

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tp_smapi-lts


Commits:
b070b885 by Andreas Radke at 2024-05-02T21:56:05+02:00
upgpkg: 0.44-28: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.44-28 at Arch Linux / Packaging / Packages / 
tp_smapi-lts

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.053.00-4: kernel rebuild

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
r8168-lts


Commits:
fc53ae76 by Andreas Radke at 2024-05-02T21:55:00+02:00
upgpkg: 8.053.00-4: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.053.00-4

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 8.053.00-4 at Arch Linux / Packaging / Packages / 
r8168-lts

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




[Git][archlinux/packaging/packages/cotp][main] upgpkg: 1.6.0-1

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


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


Commits:
ec7dc05d by Caleb Maclennan at 2024-05-02T22:54:32+03:00
upgpkg: 1.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cotp
pkgdesc = Trustworthy, encrypted, command-line TOTP/HOTP authenticator 
app with import functionality
-   pkgver = 1.5.0
+   pkgver = 1.6.0
pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = cotp
makedepends = python
optdepends = cotp-converters: additional scripts import from other OTP 
apps
replaces = cotp-bin
-   source = 
https://github.com/replydev/cotp/archive/v1.5.0/cotp-1.5.0.tar.gz
-   sha256sums = 
3a868e3bbb0794a2f9baee571f43fcded4029ed92ddfeccfa2b4ee54e6e0c927
+   source = 
https://github.com/replydev/cotp/archive/v1.6.0/cotp-1.6.0.tar.gz
+   sha256sums = 
f6aca00525191d0d754a1d22785a9ec5b641593bdb3b34d06fcab58c21ac1d64
 
 pkgname = cotp
depends = gcc-libs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=cotp
 pkgname=(cotp cotp-converters)
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with 
import functionality'
 arch=(x86_64)
@@ -15,7 +15,7 @@ optdepends=('cotp-converters: additional scripts import from 
other OTP apps')
 replaces=("$pkgname-bin")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('3a868e3bbb0794a2f9baee571f43fcded4029ed92ddfeccfa2b4ee54e6e0c927')
+sha256sums=('f6aca00525191d0d754a1d22785a9ec5b641593bdb3b34d06fcab58c21ac1d64')
 
 prepare(){
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/ec7dc05d6c4f503ead431a6589adef4d6716a89a

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




[Git][archlinux/packaging/packages/cotp] Pushed new tag 1.6.0-1

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


Caleb Maclennan pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
cotp

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




[Git][archlinux/packaging/packages/acpi_call-lts][main] upgpkg: 1.2.2-187: kernel rebuild

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
acpi_call-lts


Commits:
d0cb40e5 by Andreas Radke at 2024-05-02T21:54:02+02:00
upgpkg: 1.2.2-187: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.2.2-187 at Arch Linux / Packaging / Packages / 
acpi_call-lts

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




[Git][archlinux/packaging/packages/doctl][main] upgpkg: 1.106.0-1

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


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


Commits:
e4eb8016 by Caleb Maclennan at 2024-05-02T22:53:15+03:00
upgpkg: 1.106.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = doctl
pkgdesc = The official command line interface for the DigitalOcean API
-   pkgver = 1.105.0
+   pkgver = 1.106.0
pkgrel = 1
url = https://github.com/digitalocean/doctl
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = doctl
makedepends = go
depends = glibc
options = !lto
-   source = 
https://github.com/digitalocean/doctl/archive/v1.105.0/doctl-1.105.0.tar.gz
-   sha256sums = 
75a7a4854f9607f1e1fcaf3571232c8733f754a428a779be687f41dafba43679
-   b2sums = 
e27c8deed5ad34e8a20860f4a35b9fbbd1520a39b1c8626587a08174e335923011b81affc27c743a274167af1485c9592b8a7081344dd7efeb02da1788c193e6
+   source = 
https://github.com/digitalocean/doctl/archive/v1.106.0/doctl-1.106.0.tar.gz
+   sha256sums = 
d6149354d3be1800a8fa428c3702369c79afc196f4165c453c96ec3b6df2eb31
+   b2sums = 
f9bccc49bea841341e70051b024b0db64fac7f73d94c4ca5f4dae9a6a6732a0d75ffa379e35bb37b3f6c4e0b46f456d2ffa5ae3d34eda52224e64714fb2df0df
 
 pkgname = doctl


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.105.0
+pkgver=1.106.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -14,8 +14,8 @@ depends=('glibc')
 makedepends=('go')
 options=('!lto')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('75a7a4854f9607f1e1fcaf3571232c8733f754a428a779be687f41dafba43679')
-b2sums=('e27c8deed5ad34e8a20860f4a35b9fbbd1520a39b1c8626587a08174e335923011b81affc27c743a274167af1485c9592b8a7081344dd7efeb02da1788c193e6')
+sha256sums=('d6149354d3be1800a8fa428c3702369c79afc196f4165c453c96ec3b6df2eb31')
+b2sums=('f9bccc49bea841341e70051b024b0db64fac7f73d94c4ca5f4dae9a6a6732a0d75ffa379e35bb37b3f6c4e0b46f456d2ffa5ae3d34eda52224e64714fb2df0df')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/commit/e4eb801641d5c8263becb33268c9267c11540be1

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.76-5: kernel rebuild

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-lts


Commits:
27e8b474 by Andreas Radke at 2024-05-02T21:53:16+02:00
upgpkg: 1:550.76-5: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=550.76
-pkgrel=4
+pkgrel=5
 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/27e8b474be9034897d12e90a4322702a6365d4fc

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




[Git][archlinux/packaging/packages/doctl] Pushed new tag 1.106.0-1

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


Caleb Maclennan pushed new tag 1.106.0-1 at Arch Linux / Packaging / Packages / 
doctl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/tree/1.106.0-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.76-5

2024-05-02 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1-550.76-5 at Arch Linux / Packaging / Packages / 
nvidia-lts

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




[Git][archlinux/packaging/packages/zerotier-one][main] upgpkg: 1.14.0-2: re-rolling the release... 浪

2024-05-02 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
zerotier-one


Commits:
49c3ac57 by Christian Hesse at 2024-05-02T21:51:07+02:00
upgpkg: 1.14.0-2: re-rolling the release... 浪

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zerotier-one
pkgdesc = Creates virtual Ethernet networks of almost unlimited size.
pkgver = 1.14.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.zerotier.com/
arch = x86_64
license = custom:BSL
@@ -12,7 +12,7 @@ pkgbase = zerotier-one
options = !lto
source = 
zerotier-one-1.14.0.tar.gz::https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.tar.gz
source = sysusers.conf
-   sha512sums = 
f795d515ab82188cee3d11002db5366ddab9c89abca5111d114aa51f21dfb34b0800aff1f4f6c8ef84e43341dcc91d93dc64580a99df28eb2547b6d05d11331e
+   sha512sums = 
14254c81aceabece5238c777659b33f91d2ff19300b9e6c32e1decf73f1a3daa52ebdd3d038ea2b16ef0fc3538cac20547ccb7b1030024f867539b1c1d1ca670
sha512sums = 
1fdcc2e2a888ac7a93985bb6c16ac818aa6b7a56ccdeedf3cbbd22158251f6119f841e41e79b5522f9d1c6b8a315525d178cc42197c5eef2c70498b7954541f0
 
 pkgname = zerotier-one


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=zerotier-one
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Creates virtual Ethernet networks of almost unlimited size.'
 arch=('x86_64')
 url='https://www.zerotier.com/'
@@ -14,7 +14,7 @@ makedepends=('rust')
 options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zerotier/ZeroTierOne/archive/refs/tags/$pkgver.tar.gz;
 'sysusers.conf')
-sha512sums=('f795d515ab82188cee3d11002db5366ddab9c89abca5111d114aa51f21dfb34b0800aff1f4f6c8ef84e43341dcc91d93dc64580a99df28eb2547b6d05d11331e'
+sha512sums=('14254c81aceabece5238c777659b33f91d2ff19300b9e6c32e1decf73f1a3daa52ebdd3d038ea2b16ef0fc3538cac20547ccb7b1030024f867539b1c1d1ca670'
 
'1fdcc2e2a888ac7a93985bb6c16ac818aa6b7a56ccdeedf3cbbd22158251f6119f841e41e79b5522f9d1c6b8a315525d178cc42197c5eef2c70498b7954541f0')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zerotier-one/-/commit/49c3ac571a61a0c86ceafd031deee4140ecd

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




[Git][archlinux/packaging/packages/zerotier-one] Pushed new tag 1.14.0-2

2024-05-02 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.14.0-2 at Arch Linux / Packaging / Packages / 
zerotier-one

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




[Git][archlinux/packaging/packages/gaupol][main] Remove bundled iso-codes

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


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


Commits:
87a47de2 by Evangelos Foutras at 2024-05-02T22:24:06+03:00
Remove bundled iso-codes

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,13 +22,15 @@ 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$p
 sha256sums=('fa88d60620796800c4408dfdf7148b1abd3d97483e536dd020e35234885eb90b')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
+  # remove bundled iso-codes
+  rm -r "$pkgdir/usr/share/gaupol/iso-codes"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gaupol/-/commit/87a47de2c73839522d01322d577e03834f4d68e5

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




[Git][archlinux/packaging/packages/cargo-generate][main] upgpkg: 0.21.0-1: upstream release

2024-05-02 Thread @orhun


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


Commits:
c1587613 by Orhun Parmaksız at 2024-05-02T22:22:51+03:00
upgpkg: 0.21.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cargo-generate
pkgdesc = Use pre-existing git repositories as templates
-   pkgver = 0.20.0
-   pkgrel = 2
+   pkgver = 0.21.0
+   pkgrel = 1
url = https://github.com/cargo-generate/cargo-generate
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = cargo-generate
depends = libgit2
depends = libssh2
depends = openssl
-   source = 
cargo-generate-0.20.0.tar.gz::https://github.com/cargo-generate/cargo-generate/archive/v0.20.0.tar.gz
-   sha256sums = 
7ef6c621fb5487de9b145ea0bc15e06d28964d632e1dab80eaa20f451687c1c2
+   source = 
cargo-generate-0.21.0.tar.gz::https://github.com/cargo-generate/cargo-generate/archive/v0.21.0.tar.gz
+   sha256sums = 
b1b5d0e76ed20c7167d52f8fde28716f35c817196697a01dec525e878300a942
 
 pkgname = cargo-generate


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: Philipp A. 
 
 pkgname=cargo-generate
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="Use pre-existing git repositories as templates"
 arch=('x86_64')
 url="https://github.com/cargo-generate/cargo-generate;
 license=('MIT' 'Apache-2.0')
 depends=('cargo' 'curl' 'libgit2' 'libssh2' 'openssl')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7ef6c621fb5487de9b145ea0bc15e06d28964d632e1dab80eaa20f451687c1c2')
+sha256sums=('b1b5d0e76ed20c7167d52f8fde28716f35c817196697a01dec525e878300a942')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

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




[Git][archlinux/packaging/packages/cargo-generate] Pushed new tag 0.21.0-1

2024-05-02 Thread @orhun


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

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




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

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


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

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




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

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


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

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




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

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


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

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




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

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


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


Commits:
21719921 by Jan Alexander Steffens (heftig) at 2024-05-02T21:19:57+02:00
20240202-19: linux 6.8.9.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/nvidia-open][main] 550.76-4: linux 6.8.9.arch1-1

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


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


Commits:
a4f8a453 by Jan Alexander Steffens (heftig) at 2024-05-02T21:19:57+02:00
550.76-4: linux 6.8.9.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/virtualbox-host-modules-arch][main] 7.0.16-5: linux 6.8.9.arch1-1

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


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


Commits:
964d4631 by Jan Alexander Steffens (heftig) at 2024-05-02T21:19:57+02:00
7.0.16-5: linux 6.8.9.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.16
-   pkgrel = 4
+   pkgrel = 5
url = https://virtualbox.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=7.0.16
-pkgrel=4
+pkgrel=5
 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/964d463151070990ce57f8b4ef38e21008cbc320

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




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

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


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

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




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

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


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


Commits:
b77c28e5 by Jan Alexander Steffens (heftig) at 2024-05-02T21:19:57+02:00
r73.0cf3b48-367: linux 6.8.9.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/r8168][main] 8.053.00-4: linux 6.8.9.arch1-1

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


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


Commits:
38892e80 by Jan Alexander Steffens (heftig) at 2024-05-02T21:19:59+02:00
8.053.00-4: linux 6.8.9.arch1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




  1   2   3   >