[Git][archlinux/packaging/packages/lz4][main] upgpkg: 1:1.10.0-2: Rebuild with meson and multithreading

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
e9b3d450 by Sven-Hendrik Haase at 2024-07-28T21:37:04+02:00
upgpkg: 1:1.10.0-2: Rebuild with meson and multithreading

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lz4
pkgdesc = Extremely fast compression algorithm
pkgver = 1.10.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://lz4.github.io/lz4/
arch = x86_64


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=lz4
 epoch=1
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extremely fast compression algorithm'
 arch=('x86_64')
 url='https://lz4.github.io/lz4/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lz4/-/commit/e9b3d450141b1c06ccd226650c5048ccf25e2974

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




[Git][archlinux/packaging/packages/lz4] Pushed new tag 1-1.10.0-2

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1-1.10.0-2 at Arch Linux / Packaging / 
Packages / lz4

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




[Git][archlinux/packaging/packages/lz4][main] Build with meson to enable multithreading

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
895ebc8d by nl6720 at 2024-07-24T16:30:58+03:00
Build with meson to enable multithreading

Before:

$ lz4 -V
*** lz4 v1.10.0 64-bit single-thread, by Yann Collet ***

After:

$ lz4 -V
*** lz4 v1.10.0 64-bit multithread, by Yann Collet ***

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -8,7 +8,7 @@ pkgbase = lz4
license = GPL-2.0-or-later
checkdepends = diffutils
makedepends = git
-   makedepends = cmake
+   makedepends = meson
makedepends = ninja
depends = glibc
provides = liblz4.so


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgdesc='Extremely fast compression algorithm'
 arch=('x86_64')
 url='https://lz4.github.io/lz4/'
 license=('GPL-2.0-or-later')
-makedepends=('git' 'cmake' 'ninja')
+makedepends=('git' 'meson' 'ninja')
 checkdepends=('diffutils')
 depends=('glibc')
 provides=('liblz4.so')
@@ -16,24 +16,21 @@ source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver;)
 sha256sums=('487f9bc24fdaf589e2f4bb23dd98b1f21a71b643db09251145616587c9468555')
 
 build() {
-  cmake -B build -S "$pkgname"/build/cmake \
--G Ninja \
--DCMAKE_BUILD_TYPE='None' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--Wno-dev
-  cmake --build build
+  meson setup --prefix=/usr --buildtype=plain lz4/build/meson build
+  meson configure build -Dcontrib=true -Dexamples=true -Dprograms=true
+  meson compile -C build
 }
 
 check() {
   rm -f passwd.lz4
-  build/lz4 /etc/passwd passwd.lz4
-  build/lz4 -d passwd.lz4 passwd
+  build/meson/programs/lz4 /etc/passwd passwd.lz4
+  build/meson/programs/lz4 -d passwd.lz4 passwd
   diff -q /etc/passwd passwd
   rm passwd
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --install build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lz4/-/commit/895ebc8d9146a841c76586e230d8e9e63bb69757

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




[Git][archlinux/packaging/packages/netdata][main] upgpkg: 1.46.3-1

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
8ccf3840 by Sven-Hendrik Haase at 2024-07-28T21:26:36+02:00
upgpkg: 1.46.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = netdata
pkgdesc = Real-time performance monitoring, in the greatest possible 
detail, over the web
-   pkgver = 1.46.2
+   pkgver = 1.46.3
pkgrel = 1
url = https://github.com/netdata/netdata
arch = x86_64
@@ -35,11 +35,11 @@ pkgbase = netdata
optdepends = nvme-cli: for go.d/nvme module
optdepends = iw: for monitoring Linux as access point
backup = etc/netdata/netdata.conf
-   source = 
netdata-1.46.2.tar.gz::https://github.com/netdata/netdata/releases/download/v1.46.2/netdata-v1.46.2.tar.gz
+   source = 
netdata-1.46.3.tar.gz::https://github.com/netdata/netdata/releases/download/v1.46.3/netdata-v1.46.3.tar.gz
source = 0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch
source = netdata.sysusers
source = netdata.tmpfiles
-   sha512sums = 
d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3
+   sha512sums = 
8a53f47d2570b7d9f28b049b43bbe53a5ff031211375457b9494e3650c37bf870fcc7dee8a4bd443b50e63403a2faeecd84211c1f68eed48fbd2a52f0a7f9442
sha512sums = 
87a97db04edc986d0b687e325c0bd9fbc4bc364f3186cb6ef2b8258a77efe56e20585944260280b20c1280d924f015ee0dc21363562f7f60afb468d049b7e315
sha512sums = 
a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66
sha512sums = 
9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.46.2
+pkgver=1.46.3
 pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
@@ -24,7 +24,7 @@ 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/do
 '0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch'
 netdata.sysusers
 netdata.tmpfiles)
-sha512sums=('d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3'
+sha512sums=('8a53f47d2570b7d9f28b049b43bbe53a5ff031211375457b9494e3650c37bf870fcc7dee8a4bd443b50e63403a2faeecd84211c1f68eed48fbd2a52f0a7f9442'
 
'87a97db04edc986d0b687e325c0bd9fbc4bc364f3186cb6ef2b8258a77efe56e20585944260280b20c1280d924f015ee0dc21363562f7f60afb468d049b7e315'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66'
 
'9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832')
@@ -33,7 +33,7 @@ prepare() {
   cd $pkgname-v$pkgver
 
   # fix libbpf build
-  git apply -3 
"$srcdir/0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch"
+  patch -Np1 -i 
"$srcdir/0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch"
 
   sed -i "s/CMAKE_CXX_STANDARD 14/CMAKE_CXX_STANDARD 17/" CMakeLists.txt
   sed -i "s|usr/sbin|usr/bin|g" CMakeLists.txt



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

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




[Git][archlinux/packaging/packages/netdata] Pushed new tag 1.46.3-1

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.46.3-1 at Arch Linux / Packaging / Packages 
/ netdata

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




[Git][archlinux/packaging/packages/f3d][main] upgpkg: 2.5.0-3: Rebuild to fix #2

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
8d88f3e1 by Sven-Hendrik Haase at 2024-07-28T21:21:22+02:00
upgpkg: 2.5.0-3: Rebuild to fix #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 2.5.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=f3d
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A fast and minimalist 3D viewer'
 arch=('x86_64')
 url="https://github.com/${pkgname}-app/${pkgname};



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

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




[Git][archlinux/packaging/packages/f3d] Pushed new tag 2.5.0-3

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.5.0-3 at Arch Linux / Packaging / Packages 
/ f3d

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




[Git][archlinux/packaging/packages/netdata][main] netdata: unbreak libbpf build

2024-07-28 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
71bc0117 by Ivan Shapovalov at 2024-07-28T20:55:37+02:00
netdata: unbreak libbpf build

- - - - -


3 changed files:

- .SRCINFO
- + 0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -36,9 +36,11 @@ pkgbase = netdata
optdepends = iw: for monitoring Linux as access point
backup = etc/netdata/netdata.conf
source = 
netdata-1.46.2.tar.gz::https://github.com/netdata/netdata/releases/download/v1.46.2/netdata-v1.46.2.tar.gz
+   source = 0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch
source = netdata.sysusers
source = netdata.tmpfiles
sha512sums = 
d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3
+   sha512sums = 
87a97db04edc986d0b687e325c0bd9fbc4bc364f3186cb6ef2b8258a77efe56e20585944260280b20c1280d924f015ee0dc21363562f7f60afb468d049b7e315
sha512sums = 
a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66
sha512sums = 
9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832
 


=
0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch
=
@@ -0,0 +1,31 @@
+From 81a351257b66b2c2e06e6b372b88fa06f60ce128 Mon Sep 17 00:00:00 2001
+From: Ivan Shapovalov 
+Date: Sun, 28 Jul 2024 20:43:08 +0200
+Subject: [PATCH] Fix libbpf build (workaround for netdata/libbpf#4)
+
+---
+ packaging/cmake/Modules/NetdataLibBPF.cmake | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/packaging/cmake/Modules/NetdataLibBPF.cmake 
b/packaging/cmake/Modules/NetdataLibBPF.cmake
+index 17a26a10f..823a45b4a 100644
+--- a/packaging/cmake/Modules/NetdataLibBPF.cmake
 b/packaging/cmake/Modules/NetdataLibBPF.cmake
+@@ -72,11 +72,11 @@ function(netdata_bundle_libbpf)
+ GIT_REPOSITORY https://github.com/netdata/libbpf.git
+ GIT_TAG ${_libbpf_tag}
+ SOURCE_DIR "${libbpf_SOURCE_DIR}"
+-CONFIGURE_COMMAND ""
+-BUILD_COMMAND ${MAKE_COMMAND} -C src CC=${CMAKE_C_COMPILER} 
BUILD_STATIC_ONLY=1 OBJDIR=build/ DESTDIR=../ install
++CONFIGURE_COMMAND mkdir -pv src/build/
++BUILD_COMMAND ${MAKE_COMMAND} -C src CC=${CMAKE_C_COMPILER} 
BUILD_STATIC_ONLY=1 OBJDIR=build/ all
+ BUILD_IN_SOURCE 1
+ BUILD_BYPRODUCTS "${_libbpf_library}"
+-INSTALL_COMMAND ""
++INSTALL_COMMAND ${MAKE_COMMAND} -C src CC=${CMAKE_C_COMPILER} 
BUILD_STATIC_ONLY=1 OBJDIR=build/ DESTDIR=../ install
+ EXCLUDE_FROM_ALL 1
+ )
+ 
+-- 
+2.45.2.5.g411eac4b43
+


=
PKGBUILD
=
@@ -21,15 +21,20 @@ optdepends=('iproute2: for monitoring Linux QoS'
 'nvme-cli: for go.d/nvme module'
 'iw: for monitoring Linux as access point')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/v$pkgver/netdata-v$pkgver.tar.gz;
+'0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch'
 netdata.sysusers
 netdata.tmpfiles)
 
sha512sums=('d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3'
+
'87a97db04edc986d0b687e325c0bd9fbc4bc364f3186cb6ef2b8258a77efe56e20585944260280b20c1280d924f015ee0dc21363562f7f60afb468d049b7e315'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66'
 
'9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832')
 
 prepare() {
   cd $pkgname-v$pkgver
 
+  # fix libbpf build
+  git apply -3 
"$srcdir/0001-Fix-libbpf-build-workaround-for-netdata-libbpf-4.patch"
+
   sed -i "s/CMAKE_CXX_STANDARD 14/CMAKE_CXX_STANDARD 17/" CMakeLists.txt
   sed -i "s|usr/sbin|usr/bin|g" CMakeLists.txt
   sed -i "s|usr/libexec|usr/lib|g" CMakeLists.txt



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/71bc011760d7196868dc43a02ce941357f5bb81a

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




[Git][archlinux/packaging/packages/hcloud][main] upgpkg: 1.46.0-1

2024-07-26 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f3d696c6 by Sven-Hendrik Haase at 2024-07-27T01:31:31+02:00
upgpkg: 1.46.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hcloud
pkgdesc = CLI for Hetzner Cloud
-   pkgver = 1.44.0
+   pkgver = 1.46.0
pkgrel = 1
url = https://github.com/hetznercloud/cli
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hcloud
optdepends = bash-completion: tab auto-completion
optdepends = zsh: tab auto-completion
provides = hcloud
-   source = 
hcloud-1.44.0.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v1.44.0.tar.gz
-   sha512sums = 
606c4d589d75adee7380b64ee77042dd6575fa19fc53c0f39696609b3159961a0ae350562caf446c82dbe65ce0a75a570cddc6c23591d06225714c01792061c6
+   source = 
hcloud-1.46.0.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v1.46.0.tar.gz
+   sha512sums = 
0c07c8c9f4d6178f1cfe3d37c6b3207f67594baa7592735f33e06d0d3d834af3fae371f0aa1614d2f126b2b9a180c6e400ee05711b184394966463f0de7e7e8b
 
 pkgname = hcloud


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.44.0
+pkgver=1.46.0
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=('go-pie')
 depends=('glibc')
 provides=('hcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('606c4d589d75adee7380b64ee77042dd6575fa19fc53c0f39696609b3159961a0ae350562caf446c82dbe65ce0a75a570cddc6c23591d06225714c01792061c6')
+sha512sums=('0c07c8c9f4d6178f1cfe3d37c6b3207f67594baa7592735f33e06d0d3d834af3fae371f0aa1614d2f126b2b9a180c6e400ee05711b184394966463f0de7e7e8b')
 
 build() {
   export CGO_ENABLED=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hcloud/-/commit/f3d696c61c1d81cbec8fe855711d44e104c10b10

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




[Git][archlinux/packaging/packages/hcloud] Pushed new tag 1.46.0-1

2024-07-26 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.46.0-1 at Arch Linux / Packaging / Packages 
/ hcloud

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




[Git][archlinux/packaging/packages/csfml][main] upgpkg: 2.6.1-1

2024-07-26 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
db7d03d8 by Sven-Hendrik Haase at 2024-07-27T01:30:58+02:00
upgpkg: 2.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = csfml
pkgdesc = C bindings for sfml
-   pkgver = 2.6.0
+   pkgver = 2.6.1
pkgrel = 1
url = http://www.sfml-dev.org/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = csfml
makedepends = doxygen
makedepends = ninja
depends = sfml
-   source = 
csfml-2.6.0.tar.gz::https://github.com/SFML/CSFML/archive/2.6.0.tar.gz
-   sha512sums = 
d4d00349cbfa47a39be13ff02ae473e3dcd3100c4d9456c491a539e1dca6aabcaa3d80056d282b4a24c8344ee1e0b1802e916d7af21384916ee2b71f7756286f
+   source = 
csfml-2.6.1.tar.gz::https://github.com/SFML/CSFML/archive/2.6.1.tar.gz
+   sha512sums = 
34c733e0024ffdcbee117fe3d859ab7604cea0241aa56068b86116fe305afec3405ed909b6da96c1cda5660a841abbfd9051b5d3602e36e33085aa52df633561
 
 pkgname = csfml


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=csfml
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='C bindings for sfml'
 arch=('x86_64')
@@ -9,7 +9,7 @@ license=('custom:zlib')
 depends=("sfml")
 makedepends=('cmake' 'doxygen' 'ninja')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
-sha512sums=('d4d00349cbfa47a39be13ff02ae473e3dcd3100c4d9456c491a539e1dca6aabcaa3d80056d282b4a24c8344ee1e0b1802e916d7af21384916ee2b71f7756286f')
+sha512sums=('34c733e0024ffdcbee117fe3d859ab7604cea0241aa56068b86116fe305afec3405ed909b6da96c1cda5660a841abbfd9051b5d3602e36e33085aa52df633561')
 
 build() {
   cd CSFML-*



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csfml/-/commit/db7d03d8cc024f00464102a7beb8e2e2adbb4637

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




[Git][archlinux/packaging/packages/csfml] Pushed new tag 2.6.1-1

2024-07-26 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.6.1-1 at Arch Linux / Packaging / Packages 
/ csfml

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




[Git][archlinux/packaging/packages/libtg_owt][main] upgpkg: 0.git26.c9cc439-1

2024-07-25 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
92313d1e by Sven-Hendrik Haase at 2024-07-25T23:44:31+02:00
upgpkg: 0.git26.c9cc439-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libtg_owt
pkgdesc = WebRTC library
-   pkgver = 0.git25.afd9d5d
+   pkgver = 0.git26.c9cc439
pkgrel = 1
url = https://github.com/desktop-app/tg_owt
arch = x86_64
@@ -25,15 +25,17 @@ pkgbase = libtg_owt
depends = libdrm
depends = libxdamage
options = staticlibs
-   source = 
git+https://github.com/desktop-app/tg_owt.git#commit=afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60
+   source = 
git+https://github.com/desktop-app/tg_owt.git#commit=c9cc4390ab951f2cbc103ff783a11f398b27660b
source = git+https://chromium.googlesource.com/libyuv/libyuv/
source = git+https://github.com/google/crc32c
source = git+https://github.com/abseil/abseil-cpp
source = git+https://github.com/cisco/libsrtp
-   b2sums = 
b9f1270b273f87bac80c481599a001b67b47aff6127977e21e5cc16fc70312f771accf7d49d1b55706442d04df5b76c53e374c488926cccb47e499aeb9b13f3a
+   source = 
libtg_owt_ffmpeg7.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/tg_owt/pull/128.patch
+   b2sums = 
3a3a67816c4f6637fd5cd1752049ed95911edde3149ce4190fa066b745cd837f969cc8d9669976d01f0a96fcaa7cdd99342a2616154ce895000c617f5156a5ee
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+   b2sums = 
2f86d30632e200e9082727eb19ccb33f44f1a57b33b007f5d64e222af1ec95bd85cae5297d3011c692dfe4bf7251d03f7f7d8edd3c7e0dac44cfee2fe50c7e11
 
 pkgname = libtg_owt


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 pkgname=libtg_owt
 # It seems the currently desired version can be gotten from
 # 
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile
-_commit=afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60
-pkgver=0.git25.${_commit:0:7}
+_commit=c9cc4390ab951f2cbc103ff783a11f398b27660b
+pkgver=0.git26.${_commit:0:7}
 pkgrel=1
 pkgdesc='WebRTC library'
 arch=('x86_64')
@@ -20,12 +20,14 @@ source=("git+${url}.git#commit=${_commit}"
 "git+https://chromium.googlesource.com/libyuv/libyuv/;
 "git+https://github.com/google/crc32c;
 "git+https://github.com/abseil/abseil-cpp;
-"git+https://github.com/cisco/libsrtp;)
-b2sums=('b9f1270b273f87bac80c481599a001b67b47aff6127977e21e5cc16fc70312f771accf7d49d1b55706442d04df5b76c53e374c488926cccb47e499aeb9b13f3a'
+"git+https://github.com/cisco/libsrtp;
+
libtg_owt_ffmpeg7.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/tg_owt/pull/128.patch)
+b2sums=('3a3a67816c4f6637fd5cd1752049ed95911edde3149ce4190fa066b745cd837f969cc8d9669976d01f0a96fcaa7cdd99342a2616154ce895000c617f5156a5ee'
 'SKIP'
 'SKIP'
 'SKIP'
-'SKIP')
+'SKIP'
+
'2f86d30632e200e9082727eb19ccb33f44f1a57b33b007f5d64e222af1ec95bd85cae5297d3011c692dfe4bf7251d03f7f7d8edd3c7e0dac44cfee2fe50c7e11')
 
 prepare() {
   cd tg_owt
@@ -35,6 +37,8 @@ prepare() {
   git submodule set-url src/third_party/abseil-cpp "$srcdir"/abseil-cpp
   git submodule set-url src/third_party/libsrtp "$srcdir"/libsrtp
   git -c protocol.file.allow=always submodule update
+
+  patch -Np1 -i "$srcdir"/libtg_owt_ffmpeg7.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtg_owt/-/commit/92313d1ed3f4c3531637e58d40f1faa5ea63fc2a

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




[Git][archlinux/packaging/packages/libtg_owt] Pushed new tag 0.git26.c9cc439-1

2024-07-25 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.git26.c9cc439-1 at Arch Linux / Packaging / 
Packages / libtg_owt

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




[Git][archlinux/packaging/packages/libvirt] Pushed new tag 1-10.5.0-2

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1-10.5.0-2 at Arch Linux / Packaging / 
Packages / libvirt

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




[Git][archlinux/packaging/packages/libvirt][main] upgpkg: 1:10.5.0-2: Add network.conf to backup array

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f98d791a by Sven-Hendrik Haase at 2024-07-24T15:02:40+02:00
upgpkg: 1:10.5.0-2: Add network.conf to backup array

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvirt
pkgdesc = API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 10.5.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://libvirt.org/
arch = x86_64
@@ -71,6 +71,7 @@ pkgbase = libvirt
backup = etc/libvirt/nwfilter/no-other-rarp-traffic.xml
backup = etc/libvirt/nwfilter/qemu-announce-self-rarp.xml
backup = etc/libvirt/nwfilter/qemu-announce-self.xml
+   backup = etc/libvirt/network.conf
backup = etc/libvirt/qemu.conf
backup = etc/libvirt/qemu-lockd.conf
backup = etc/libvirt/qemu/networks/default.xml


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
 epoch=1
 pkgver=10.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
@@ -61,6 +61,7 @@ backup=(
   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
   'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/network.conf'
   'etc/libvirt/qemu.conf'
   'etc/libvirt/qemu-lockd.conf'
   'etc/libvirt/qemu/networks/default.xml'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/f98d791a0f489e81b6c8de87b9249afb1f79c0b3

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




[Git][archlinux/packaging/packages/conky][main] upgpkg: 1.21.5-1

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
aa71e09c by Sven-Hendrik Haase at 2024-07-24T14:31:08+02:00
upgpkg: 1.21.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, 
too
-   pkgver = 1.21.4
+   pkgver = 1.21.5
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@@ -46,9 +46,9 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
-   source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.4?signed
+   source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.5?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
-   sha512sums = 
1f2205d68308da6177200a69fffd7dbceee5501a621b17d05e51d47006f8af0e990e1dd8a26562a3bb8a3f24f9422e2ae13155e584cf9a112eed56ee5769838e
-   b2sums = 
7cbb5002512c2d4cbeffadbc767591289efa66f933abe5f757ee86374007060b0f1b097abd15d690980a8b591d2841ddfe2d625ae00763183f574418c17f2b25
+   sha512sums = 
740ae8fb1e81807f76aecd091a70f52a282ab88f4fde65a59345d2833e4e91c392f840b116124ce4f88436f0e95daa6e45e6d9515ed8eddef55fc6dbbe724397
+   b2sums = 
0343e3c78d76ae4f9f2dff5dfde0a9dcbcbb2e2204e58a9c9600f5d15a7b42087282b77686ba66db99fd41a25f43cf130a3f3c56187c9bfeaa7050b9f837b64a
 
 pkgname = conky


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.21.4
+pkgver=1.21.5
 pkgrel=1
 pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
 url='https://github.com/brndnmtthws/conky'
@@ -54,8 +54,8 @@ depends=(
   'wireless_tools'
 )
 source=("git+$url.git#tag=v${pkgver}?signed")
-sha512sums=('1f2205d68308da6177200a69fffd7dbceee5501a621b17d05e51d47006f8af0e990e1dd8a26562a3bb8a3f24f9422e2ae13155e584cf9a112eed56ee5769838e')
-b2sums=('7cbb5002512c2d4cbeffadbc767591289efa66f933abe5f757ee86374007060b0f1b097abd15d690980a8b591d2841ddfe2d625ae00763183f574418c17f2b25')
+sha512sums=('740ae8fb1e81807f76aecd091a70f52a282ab88f4fde65a59345d2833e4e91c392f840b116124ce4f88436f0e95daa6e45e6d9515ed8eddef55fc6dbbe724397')
+b2sums=('0343e3c78d76ae4f9f2dff5dfde0a9dcbcbb2e2204e58a9c9600f5d15a7b42087282b77686ba66db99fd41a25f43cf130a3f3c56187c9bfeaa7050b9f837b64a')
 validpgpkeys=(
   'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews 

 )



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

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




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

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.21.5-1 at Arch Linux / Packaging / Packages 
/ conky

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




[Git][archlinux/packaging/packages/conky][main] upgpkg: 1.21.4-1

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
8ec5f8ef by Sven-Hendrik Haase at 2024-07-24T14:03:23+02:00
upgpkg: 1.21.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = conky
pkgdesc = Light-weight system monitor for X, Wayland, and other things, 
too
-   pkgver = 1.21.3
+   pkgver = 1.21.4
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@@ -46,9 +46,9 @@ pkgbase = conky
depends = libsystemd.so
depends = wayland
depends = wireless_tools
-   source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.3?signed
+   source = git+https://github.com/brndnmtthws/conky.git#tag=v1.21.4?signed
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
-   sha512sums = 
9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77
-   b2sums = 
55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1
+   sha512sums = 
1f2205d68308da6177200a69fffd7dbceee5501a621b17d05e51d47006f8af0e990e1dd8a26562a3bb8a3f24f9422e2ae13155e584cf9a112eed56ee5769838e
+   b2sums = 
7cbb5002512c2d4cbeffadbc767591289efa66f933abe5f757ee86374007060b0f1b097abd15d690980a8b591d2841ddfe2d625ae00763183f574418c17f2b25
 
 pkgname = conky


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Partha Chowdhury 
 
 pkgname=conky
-pkgver=1.21.3
+pkgver=1.21.4
 pkgrel=1
 pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
 url='https://github.com/brndnmtthws/conky'
@@ -54,8 +54,8 @@ depends=(
   'wireless_tools'
 )
 source=("git+$url.git#tag=v${pkgver}?signed")
-sha512sums=('9ae1cdf105c62cbeca6c96a7db659d7589e87ea7b35a3908a0295f2f6eb4f2e1f1a5692bfbd2e85da75e098f339303b51e458e69a090e6e45ae811db3130fd77')
-b2sums=('55caf24db5abf775c5b6a95b40909e60c9dcc316e1eab37a57d965a1930dfc7974dea05ea0e9b0791f8e1c175c0fe1ae8a007eb3bf1b7b6b10e30c6bf2a25ff1')
+sha512sums=('1f2205d68308da6177200a69fffd7dbceee5501a621b17d05e51d47006f8af0e990e1dd8a26562a3bb8a3f24f9422e2ae13155e584cf9a112eed56ee5769838e')
+b2sums=('7cbb5002512c2d4cbeffadbc767591289efa66f933abe5f757ee86374007060b0f1b097abd15d690980a8b591d2841ddfe2d625ae00763183f574418c17f2b25')
 validpgpkeys=(
   'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews 

 )



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

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




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

2024-07-24 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.21.4-1 at Arch Linux / Packaging / Packages 
/ conky

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




[Git][archlinux/packaging/packages/laz-perf][main] upgpkg: 2:3.4.0-1

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


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


Commits:
d7c7a250 by Sven-Hendrik Haase at 2024-07-23T15:53:11+02:00
upgpkg: 2:3.4.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = laz-perf
+   pkgdesc = Alternative LAZ implementation for C++ and JavaScript
+   pkgver = 3.4.0
+   pkgrel = 1
+   epoch = 2
+   url = https://github.com/hobu/laz-perf
+   arch = any
+   license = LGPL
+   makedepends = cmake
+   makedepends = ninja
+   source = 
laz-perf-3.4.0.tar.gz::https://github.com/hobu/laz-perf/archive/3.4.0.tar.gz
+   sha512sums = 
ec3e133d671a388f9cc448599035a57d0334015f18e6787ed05e463b4d3eddb5a4a09336a410f23c24d590d0d3242f3621ab49d4ce1400f226112e26f0759311
+
+pkgname = laz-perf


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=laz-perf
-pkgver=3.0.0
+pkgver=3.4.0
 pkgrel=1
 epoch=2
 pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
@@ -9,7 +9,7 @@ url="https://github.com/hobu/laz-perf;
 license=('LGPL')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hobu/laz-perf/archive/${pkgver}.tar.gz;)
-sha512sums=('57fcbf661c306b01f86254c4471de68f7359d050cc562ff549ab3560f54f9a4455624740335009d2dfd6d9b3298c4742198106886ba1b0c97d4dfdeddeb180c0')
+sha512sums=('ec3e133d671a388f9cc448599035a57d0334015f18e6787ed05e463b4d3eddb5a4a09336a410f23c24d590d0d3242f3621ab49d4ce1400f226112e26f0759311')
 
 build() {
   cd laz-perf-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/laz-perf/-/commit/d7c7a2508d5294eae7cc6c0c85150a25ba034c2f

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




[Git][archlinux/packaging/packages/laz-perf] Pushed new tag 2-3.4.0-1

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


Sven-Hendrik Haase pushed new tag 2-3.4.0-1 at Arch Linux / Packaging / 
Packages / laz-perf

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




[Git][archlinux/packaging/packages/schemacrawler][main] upgpkg: 16.21.4-1

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


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


Commits:
e4883916 by Sven-Hendrik Haase at 2024-07-23T15:08:55+02:00
upgpkg: 16.21.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = schemacrawler
+   pkgdesc = Free database schema discovery and comprehension tool
+   pkgver = 16.21.4
+   pkgrel = 1
+   url = https://www.schemacrawler.com
+   arch = any
+   license = GPL3
+   makedepends = maven
+   makedepends = java-environment=17
+   makedepends = unzip
+   depends = java-runtime
+   depends = graphviz
+   source = 
schemacrawler-16.21.4.tar.gz::https://github.com/schemacrawler/SchemaCrawler/archive/refs/tags/v16.21.4.tar.gz
+   sha512sums = 
edba1c317e7bcd44f52d353044f995e4b09f9872bc25c141926147aea12262f46f16af08c7f31ad9443268807a796e2187720ede549b86d595496669ebe5f691
+
+pkgname = schemacrawler


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=schemacrawler
-pkgver=16.19.11
+pkgver=16.21.4
 pkgrel=1
 pkgdesc="Free database schema discovery and comprehension tool"
 arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
 depends=('java-runtime' 'graphviz')
 makedepends=('maven' 'java-environment=17' 'unzip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/schemacrawler/SchemaCrawler/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('caa6cfea0d4846bbdf22d82c94b8a38c09920acf6cddcddefbf663f1c974dde04ea78c1ce54374da8f982d5976f6b7665ac86a0f94cbcac5567bad733efe8159')
+sha512sums=('edba1c317e7bcd44f52d353044f995e4b09f9872bc25c141926147aea12262f46f16af08c7f31ad9443268807a796e2187720ede549b86d595496669ebe5f691')
 
 build() {
   cd SchemaCrawler-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/schemacrawler/-/commit/e48839167307682973c577a67a86074d708499db

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




[Git][archlinux/packaging/packages/schemacrawler] Pushed new tag 16.21.4-1

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


Sven-Hendrik Haase pushed new tag 16.21.4-1 at Arch Linux / Packaging / 
Packages / schemacrawler

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




[Git][archlinux/packaging/packages/vkmark] Pushed new tag 20230412-1

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


Sven-Hendrik Haase pushed new tag 20230412-1 at Arch Linux / Packaging / 
Packages / vkmark

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




[Git][archlinux/packaging/packages/vkmark][main] upgpkg: 20230412-1

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


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


Commits:
1af7b153 by Sven-Hendrik Haase at 2024-07-23T15:02:33+02:00
upgpkg: 20230412-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = vkmark
+   pkgdesc = Vulkan benchmark
+   pkgver = 20230412
+   pkgrel = 1
+   url = https://github.com/vkmark/vkmark
+   arch = x86_64
+   license = LGPL
+   makedepends = git
+   makedepends = vulkan-headers
+   makedepends = meson
+   makedepends = ninja
+   makedepends = wayland-protocols
+   makedepends = glm
+   makedepends = xcb-util-wm
+   makedepends = xorgproto
+   makedepends = wayland
+   depends = vulkan-icd-loader
+   depends = assimp
+   optdepends = xcb-util-wm: for X11 support
+   optdepends = wayland: for Wayland support
+   source = git+https://github.com/vkmark/vkmark.git#commit=ab6e6f3
+   sha256sums = 
e3a97e56b54398c7204951b30877e24a65c7a8de4eecbb21de9b1d975b10a0ee
+
+pkgname = vkmark


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase
 pkgname=vkmark
 pkgdesc='Vulkan benchmark'
-pkgver=20220318
+pkgver=20230412
 pkgrel=1
 url='https://github.com/vkmark/vkmark'
 arch=('x86_64')
@@ -11,15 +11,8 @@ makedepends=('git' 'vulkan-headers' 'meson' 'ninja' 
'wayland-protocols' 'glm' 'x
  'xorgproto' 'wayland')
 optdepends=('xcb-util-wm: for X11 support'
 'wayland: for Wayland support')
-source=(git+https://github.com/vkmark/vkmark.git#commit=cf45f2f
-
$pkgname-38.patch::https://patch-diff.githubusercontent.com/raw/vkmark/vkmark/pull/38.patch)
-sha256sums=('SKIP'
-'ac9641daf0db4e8008edad29bc1ba62ed32f2238ff64b48e34e32e2cd71c2f9d')
-
-prepare() {
-  cd vkmark
-  patch -Np1 -i "${srcdir}"/$pkgname-38.patch
-}
+source=(git+https://github.com/vkmark/vkmark.git#commit=ab6e6f3)
+sha256sums=('e3a97e56b54398c7204951b30877e24a65c7a8de4eecbb21de9b1d975b10a0ee')
 
 build() {
   cd vkmark



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

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




[Git][archlinux/packaging/packages/wasmer][main] upgpkg: 4.3.5-1

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


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


Commits:
d14de9a6 by Sven-Hendrik Haase at 2024-07-23T14:39:29+02:00
upgpkg: 4.3.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wasmer
pkgdesc = Universal Binaries Powered by WebAssembly
-   pkgver = 4.3.2
+   pkgver = 4.3.5
pkgrel = 1
url = https://github.com/wasmerio/wasmer
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = wasmer
depends = libxkbcommon
options = staticlibs
options = !lto
-   source = 
wasmer-4.3.2.tar.gz::https://github.com/wasmerio/wasmer/archive/refs/tags/v4.3.2.tar.gz
+   source = 
wasmer-4.3.5.tar.gz::https://github.com/wasmerio/wasmer/archive/refs/tags/v4.3.5.tar.gz
source = reproducible-builds.patch
-   sha512sums = 
bdcbe8b28248aeed0906be9be7c4532ebb391b4b4368ced27a9c3fb51d968cae4dbe35e3f1bf5bd27eda55ae9a7f5aa9fccbb8a96dacc40d20a315c5575ebc7e
+   sha512sums = 
b8d6ddd12b641595f3893104b4a38afd70f5f123e26724e9606d7be4afe7085cd6942b3b7c58ba7b660d5ff6838d6261b3d6681048a0b290b1a1b509a212c9de
sha512sums = 
dbefb95fb2cb4449251451e931f6c3ee2e128809b34f096393b5dbf9d260a55185e5542aafce2714d8db9baded086ec9af97b63d87340d8a22d3010a1f756a17
 
 pkgname = wasmer


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Julius Michaelis 
 
 pkgname=wasmer
-pkgver=4.3.2
+pkgver=4.3.5
 pkgrel=1
 pkgdesc="Universal Binaries Powered by WebAssembly"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
 makedepends=('rustup' 'cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/refs/tags/v${pkgver}.tar.gz;
 reproducible-builds.patch)
-sha512sums=('bdcbe8b28248aeed0906be9be7c4532ebb391b4b4368ced27a9c3fb51d968cae4dbe35e3f1bf5bd27eda55ae9a7f5aa9fccbb8a96dacc40d20a315c5575ebc7e'
+sha512sums=('b8d6ddd12b641595f3893104b4a38afd70f5f123e26724e9606d7be4afe7085cd6942b3b7c58ba7b660d5ff6838d6261b3d6681048a0b290b1a1b509a212c9de'
 
'dbefb95fb2cb4449251451e931f6c3ee2e128809b34f096393b5dbf9d260a55185e5542aafce2714d8db9baded086ec9af97b63d87340d8a22d3010a1f756a17')
 options=('staticlibs' '!lto')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmer/-/commit/d14de9a6984e0e234ef5edf849b0a0dba8828c0c

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




[Git][archlinux/packaging/packages/wasmer] Pushed new tag 4.3.5-1

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


Sven-Hendrik Haase pushed new tag 4.3.5-1 at Arch Linux / Packaging / Packages 
/ wasmer

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




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

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


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


Commits:
f03907f3 by Sven-Hendrik Haase at 2024-07-23T14:36:02+02:00
upgpkg: 9.2.1.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cudnn
pkgdesc = NVIDIA CUDA Deep Neural Network library
-   pkgver = 9.2.0.82
+   pkgver = 9.2.1.18
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.2.0.82_cuda12-archive.tar.xz
+   source = 
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-9.2.1.18_cuda12-archive.tar.xz
source = NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-   b2sums = 
8856af087380dc960a9429897b13954357d26cae948c619732ef914c313f6f0f7e45e46b547f3bd861f075696c2c0f9f23c6a52e2c9f577266bf351b5f9a86ef
+   b2sums = 
f034a7d9aa55b29faa8aa00c92c42e1f46d009a5caf4a5ed69a0a37bf02a7058bec281f94a23fee2fb1f8ba2b64209e9923e5dfa5e4eb13eadfce664454e197a
b2sums = 
222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52
 
 pkgname = cudnn


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=9.2.0.82
+pkgver=9.2.1.18
 _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=('8856af087380dc960a9429897b13954357d26cae948c619732ef914c313f6f0f7e45e46b547f3bd861f075696c2c0f9f23c6a52e2c9f577266bf351b5f9a86ef'
+b2sums=('f034a7d9aa55b29faa8aa00c92c42e1f46d009a5caf4a5ed69a0a37bf02a7058bec281f94a23fee2fb1f8ba2b64209e9923e5dfa5e4eb13eadfce664454e197a'
 
'222e3d3640808a130dfc339fa8e48ea396f784af77d09d90fae1e5550de8272e643d9a765d832b3d950234a3f7a8706a12191d49717f732cff190e5fd920ed52')
 
 package() {



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

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




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

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


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

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




[Git][archlinux/packaging/packages/embree] Pushed new tag 4.3.3-1

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.3.3-1 at Arch Linux / Packaging / Packages 
/ embree

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




[Git][archlinux/packaging/packages/embree][main] upgpkg: 4.3.3-1

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
950bf6dd by Sven-Hendrik Haase at 2024-07-23T01:49:39+02:00
upgpkg: 4.3.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = embree
pkgdesc = Collection of high-performance ray tracing kernels
-   pkgver = 4.3.2
+   pkgver = 4.3.3
pkgrel = 1
url = https://embree.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = embree
depends = gcc-libs
depends = glibc
depends = intel-tbb
-   source = 
https://github.com/embree/embree/archive/v4.3.2/embree-4.3.2.tar.gz
-   sha256sums = 
dc7bb6bac095b2e7bc64321435acd07c6137d6d60e4b79ec07bb0b215ddf81cb
+   source = 
https://github.com/embree/embree/archive/v4.3.3/embree-4.3.3.tar.gz
+   sha256sums = 
8a3bc3c3e21aa209d9861a28f8ba93b2f82ed0dc93341dddac09f1f03c36ef2d
 
 pkgname = embree


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Lukas Jirkovsky 
 
 pkgname=embree
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc="Collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('gcc-libs' 'glibc' 'intel-tbb')
 makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'ninja')
 
source=(https://github.com/embree/embree/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dc7bb6bac095b2e7bc64321435acd07c6137d6d60e4b79ec07bb0b215ddf81cb')
+sha256sums=('8a3bc3c3e21aa209d9861a28f8ba93b2f82ed0dc93341dddac09f1f03c36ef2d')
 
 build() {
 # Embree detects actual ISA at runtime but we have to set a high maximum



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/embree/-/commit/950bf6dd9f24267c2298911ef73bc9ddade41d55

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




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

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 555.58.02-7 at Arch Linux / Packaging / 
Packages / nvidia-open

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




[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 555.58.02-7: Compress kernel modules using -19

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
32562047 by Sven-Hendrik Haase at 2024-07-22T14:35:35+02:00
upgpkg: 555.58.02-7: Compress kernel modules using -19

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
pkgver = 555.58.02
-   pkgrel = 6
+   pkgrel = 7
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = MIT AND GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=555.58.02
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -64,7 +64,7 @@ package_nvidia-open() {
   _extradir="/usr/lib/modules/$(https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/32562047e424c9cede46d1105dbd2848aa9dc614

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




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

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 555.58.02-7 at Arch Linux / Packaging / 
Packages / nvidia

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




[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 555.58.02-7: Compress kernel modules using -19

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
67268e3e by Sven-Hendrik Haase at 2024-07-22T14:31:30+02:00
upgpkg: 555.58.02-7: Compress kernel modules using -19

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=555.58.02
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -27,7 +27,7 @@ package() {
 install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/extramodules" -m644 
nvidia/${pkgver}/${_kernver}/${CARCH}/module/*
 
 # compress each module individually
-find "$pkgdir" -name '*.ko' -exec zstd --rm {} +
+find "$pkgdir" -name '*.ko' -exec zstd --rm -19 {} +
 
 install -Dm644 /usr/share/licenses/nvidia-dkms/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:555.58.02-7: Compress kernel modules using -19

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3de9e14b by Sven-Hendrik Haase at 2024-07-22T14:28:15+02:00
upgpkg: 1:555.58.02-7: Compress kernel modules using -19

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=555.58.02
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -26,7 +26,7 @@ package() {
 install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/extramodules" -m644 
nvidia/${pkgver}/${_kernver}/${CARCH}/module/*
 
 # compress each module individually
-find "$pkgdir" -name '*.ko' -exec zstd --rm {} +
+find "$pkgdir" -name '*.ko' -exec zstd --rm -19 {} +
 
 install -Dm644 /usr/share/licenses/nvidia-dkms/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

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




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

2024-07-22 Thread Sven-Hendrik Haase (@svenstaro)


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

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




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

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:555.58.02-6: Switch to zstd modules

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
6f892514 by Sven-Hendrik Haase at 2024-07-22T06:25:33+02:00
upgpkg: 1:555.58.02-6: Switch to zstd modules

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=555.58.02
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -26,7 +26,7 @@ package() {
 install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/extramodules" -m644 
nvidia/${pkgver}/${_kernver}/${CARCH}/module/*
 
 # compress each module individually
-find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+find "$pkgdir" -name '*.ko' -exec zstd --rm {} +
 
 install -Dm644 /usr/share/licenses/nvidia-dkms/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

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




[Git][archlinux/packaging/packages/blender][main] Remove unnecessary cherry-pick

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
efb6a5f0 by Sven-Hendrik Haase at 2024-07-22T02:37:36+02:00
Remove unnecessary cherry-pick

This is now already integrated.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -152,9 +152,6 @@ prepare() {
   # fix build with ffmpeg 7
   patch -p1 -i ../ffmpeg-7-1.patch
   patch -p1 -i ../ffmpeg-7-2.patch
-
-  # fix build with usd 24.05
-  git cherry-pick -n 2db96ee8cae8b4e5d6278ba7a12308ee959164bc
 }
 
 _get_pyver() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/efb6a5f0a70a4000a96e87dfb43075a936869c7b

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




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

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 555.58.02-6 at Arch Linux / Packaging / 
Packages / nvidia-open

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




[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 555.58.02-6: Switch to zstd modules

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3e1e8288 by Sven-Hendrik Haase at 2024-07-22T01:46:02+02:00
upgpkg: 555.58.02-6: Switch to zstd modules

Fixes #2.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
pkgver = 555.58.02
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
-   license = GPL
+   license = MIT AND GPL-2.0-only
makedepends = linux-headers
depends = nvidia-utils=555.58.02
depends = libglvnd


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=555.58.02
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -64,7 +64,7 @@ package_nvidia-open() {
   _extradir="/usr/lib/modules/$(https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/3e1e828879167c07064699efc867447b172e971c

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




[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 555.58.02-6: Switch to zstd modules

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
4fcc8650 by Sven-Hendrik Haase at 2024-07-22T01:46:06+02:00
upgpkg: 555.58.02-6: Switch to zstd modules

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=555.58.02
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -27,7 +27,7 @@ package() {
 install -Dt "${pkgdir}/usr/lib/modules/${_kernver}/extramodules" -m644 
nvidia/${pkgver}/${_kernver}/${CARCH}/module/*
 
 # compress each module individually
-find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+find "$pkgdir" -name '*.ko' -exec zstd --rm {} +
 
 install -Dm644 /usr/share/licenses/nvidia-dkms/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

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




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

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 555.58.02-6 at Arch Linux / Packaging / 
Packages / nvidia

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




[Git][archlinux/packaging/packages/nvidia-open][main] Drop NVreg_OpenRmEnableUnsupportedGpus=1 since its deprecated and no longer required

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
4d07025a by Peter Jung at 2024-07-21T23:23:07+00:00
Drop NVreg_OpenRmEnableUnsupportedGpus=1 since its deprecated and no longer 
required

Signed-off-by: Peter Jung ad...@ptr1337.dev

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -66,10 +66,6 @@ package_nvidia-open() {
   find "${pkgdir}" -name '*.ko' -exec strip --strip-debug {} +
   find "${pkgdir}" -name '*.ko' -exec xz {} +
 
-  # Force module to load even on unsupported GPUs
-  mkdir -p "$pkgdir"/usr/lib/modprobe.d
-  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
-
   install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
 }
 
@@ -83,10 +79,6 @@ package_nvidia-open-dkms() {
   cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
   mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
 
-  # Force module to load even on unsupported GPUs
-  mkdir -p "$pkgdir"/usr/lib/modprobe.d
-  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
-
   install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
 }
 



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

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




[Git][archlinux/packaging/packages/nvidia-open][main] Fix License for nvidia-open

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f95bc1e9 by Peter Jung at 2024-07-20T22:16:31+02:00
Fix License for nvidia-open

Signed-off-by: Peter Jung ad...@ptr1337.dev

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,7 +8,7 @@ arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
 depends=("nvidia-utils=${pkgver}" 'libglvnd')
 makedepends=('linux-headers')
-license=('GPL')
+license=('MIT AND GPL-2.0-only')
 
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=('5cc927d994ba5ec79333b21534dbc60904b5e1ce746d231d29764648d6f6ffd8e7646b69f32b3d28f9ef8c407df5a04e5a94ff26d503201ec8fd17028bf3ccc9'



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

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




[Git][archlinux/packaging/packages/espup] Pushed new tag 0.12.2-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.12.2-1 at Arch Linux / Packaging / Packages 
/ espup

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




[Git][archlinux/packaging/packages/espup][main] upgpkg: 0.12.2-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
db2a7376 by Sven-Hendrik Haase at 2024-07-22T00:11:23+02:00
upgpkg: 0.12.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = espup
pkgdesc = Tool for installing and maintaining ESP Rust ecosystem
-   pkgver = 0.12.1
-   pkgrel = 2
+   pkgver = 0.12.2
+   pkgrel = 1
url = https://github.com/esp-rs/espup
arch = x86_64
license = MIT
@@ -20,11 +20,8 @@ pkgbase = espup
depends = python-pip
depends = udev
options = !lto
-   source = 
https://github.com/esp-rs/espup/archive/v0.12.1/espup-0.12.1.tar.gz
-   source = 
espup-fix-extended-llvm-16.patch::https://github.com/esp-rs/espup/commit/8ba8dcbe7b8fd6760ec4ec21aac1662e20205b98.patch
-   sha256sums = 
90c9dfd9c108d581459c35de2ec2175e8e089daa6a470f7a18a966819a8d6e57
-   sha256sums = 
86fd0ff1557b55f1b990938b148eabefb990637030ad0e3aff52e73de341d082
-   b2sums = 
83f9882a7c88953f475f43affe9689a711d2b05c4e122eb50a2e42ec2e33f5acf16e74ce79f98c1caf17dc77223fec2f8e43eba07638cbeefff88950b4c3ce24
-   b2sums = 
9ef877e2248d991305b41179ea93c8c332b276c4e1f29758c9c80ebc014702d9ab2f4d6f22f2ec56bbfe6b1d94ef3174f4df3620a78c7837f730b1e758a6d460
+   source = 
https://github.com/esp-rs/espup/archive/v0.12.2/espup-0.12.2.tar.gz
+   sha256sums = 
78b23bbc9ec0553586b2f640abb73e30d5e2c517d34ae40234714869bbe20115
+   b2sums = 
d51bb340ea90c4cfba3c55370992f1736144a5f82baedef17c3728595c856ce867237b885b00cfd4dbf678a194311bac9f207b2a136a598d240a1473c457de4b
 
 pkgname = espup


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=espup
-pkgver=0.12.1
-pkgrel=2
+pkgver=0.12.2
+pkgrel=1
 pkgdesc="Tool for installing and maintaining ESP Rust ecosystem"
 url='https://github.com/esp-rs/espup'
 arch=('x86_64')
@@ -25,16 +25,12 @@ makedepends=('cargo')
 options=(!lto)
 source=(
   
https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-  
espup-fix-extended-llvm-16.patch::https://github.com/esp-rs/espup/commit/8ba8dcbe7b8fd6760ec4ec21aac1662e20205b98.patch
 )
-sha256sums=('90c9dfd9c108d581459c35de2ec2175e8e089daa6a470f7a18a966819a8d6e57'
-'86fd0ff1557b55f1b990938b148eabefb990637030ad0e3aff52e73de341d082')
-b2sums=('83f9882a7c88953f475f43affe9689a711d2b05c4e122eb50a2e42ec2e33f5acf16e74ce79f98c1caf17dc77223fec2f8e43eba07638cbeefff88950b4c3ce24'
-
'9ef877e2248d991305b41179ea93c8c332b276c4e1f29758c9c80ebc014702d9ab2f4d6f22f2ec56bbfe6b1d94ef3174f4df3620a78c7837f730b1e758a6d460')
+sha256sums=('78b23bbc9ec0553586b2f640abb73e30d5e2c517d34ae40234714869bbe20115')
+b2sums=('d51bb340ea90c4cfba3c55370992f1736144a5f82baedef17c3728595c856ce867237b885b00cfd4dbf678a194311bac9f207b2a136a598d240a1473c457de4b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -p1 <"${srcdir}/espup-fix-extended-llvm-16.patch"
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/db2a737699336903ac5254caab5477a0edbb7751

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




[Git][archlinux/packaging/packages/assimp] Pushed new tag 5.4.2-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 5.4.2-1 at Arch Linux / Packaging / Packages 
/ assimp

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




[Git][archlinux/packaging/packages/assimp][main] upgpkg: 5.4.2-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
4172829b by Sven-Hendrik Haase at 2024-07-21T21:56:05+02:00
upgpkg: 5.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = assimp
pkgdesc = Library to import various well-known 3D model formats in an 
uniform manner
-   pkgver = 5.4.0
+   pkgver = 5.4.2
pkgrel = 1
url = https://github.com/assimp/assimp
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = assimp
makedepends = ninja
depends = zlib
depends = gcc-libs
-   source = 
assimp-5.4.0.tar.gz::https://github.com/assimp/assimp/archive/v5.4.0.tar.gz
-   sha512sums = 
6b0e410160c9f60923283be5d948e60b3b8c7819a7e75c9e39608d72202c1c715c048bd615e33d14544394c63efa6ad01cd3eda4c997ebe5a8c6e15ae18d4715
+   source = 
assimp-5.4.2.tar.gz::https://github.com/assimp/assimp/archive/v5.4.2.tar.gz
+   sha512sums = 
4bfcc3a1b5a0cf3f382560564cac67088e13c62500c3c77dcef03811e67debe72ff318f5ed145b204d5017b56cb4293f3fe14b4060ca193813cef42b12eebe9d
 
 pkgname = assimp


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: jepaan 
 
 pkgname=assimp
-pkgver=5.4.0
+pkgver=5.4.2
 pkgrel=1
 pkgdesc="Library to import various well-known 3D model formats in an uniform 
manner"
 arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('zlib' 'gcc-libs')
 makedepends=('cmake' 'ninja')
 url='https://github.com/assimp/assimp'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz;)
-sha512sums=('6b0e410160c9f60923283be5d948e60b3b8c7819a7e75c9e39608d72202c1c715c048bd615e33d14544394c63efa6ad01cd3eda4c997ebe5a8c6e15ae18d4715')
+sha512sums=('4bfcc3a1b5a0cf3f382560564cac67088e13c62500c3c77dcef03811e67debe72ff318f5ed145b204d5017b56cb4293f3fe14b4060ca193813cef42b12eebe9d')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/assimp/-/commit/4172829b5d29d0f5516e64e6fee87b60e58c1d57

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




[Git][archlinux/packaging/packages/broot][main] upgpkg: 1.40.0-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
38480df1 by Sven-Hendrik Haase at 2024-07-21T18:25:19+02:00
upgpkg: 1.40.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = broot
pkgdesc = Fuzzy Search + tree + cd
-   pkgver = 1.39.0
+   pkgver = 1.40.0
pkgrel = 1
url = https://github.com/Canop/broot
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = broot
depends = libgit2
depends = libxcb
options = !lto
-   source = 
https://github.com/Canop/broot/archive/v1.39.0/broot-v1.39.0.tar.gz
-   sha256sums = 
d1d2ccc11543ff4ea645d57a5e78639542a6f510b585a78c31ddb3a24399bf61
+   source = 
https://github.com/Canop/broot/archive/v1.40.0/broot-v1.40.0.tar.gz
+   sha256sums = 
2b3cd1b01a71f102e5f26836afdf2b6ef24e02ecf7c5459cc9863e2e670a27da
 
 pkgname = broot


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.39.0
+pkgver=1.40.0
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
 makedepends=('rust')
 options=('!lto')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('d1d2ccc11543ff4ea645d57a5e78639542a6f510b585a78c31ddb3a24399bf61')
+sha256sums=('2b3cd1b01a71f102e5f26836afdf2b6ef24e02ecf7c5459cc9863e2e670a27da')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/broot/-/commit/38480df115105854da6f97e0ea5891e84a240102

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




[Git][archlinux/packaging/packages/broot] Pushed new tag 1.40.0-1

2024-07-21 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.40.0-1 at Arch Linux / Packaging / Packages 
/ broot

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




[Git][archlinux/packaging/packages/obsidian] Pushed new tag 1.6.7-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.6.7-1 at Arch Linux / Packaging / Packages 
/ obsidian

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




[Git][archlinux/packaging/packages/obsidian][main] upgpkg: 1.6.7-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
a8ed3219 by Sven-Hendrik Haase at 2024-07-18T18:47:53+02:00
upgpkg: 1.6.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = obsidian
pkgdesc = A powerful knowledge base that works on top of a local folder 
of plain text Markdown files
-   pkgver = 1.6.5
+   pkgver = 1.6.7
pkgrel = 1
url = https://obsidian.md/
install = obsidian.install
@@ -14,9 +14,9 @@ pkgbase = obsidian
options = !strip
source = obsidian.sh
source = obsidian.desktop
-   source = 
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.5/obsidian-1.6.5.tar.gz
+   source = 
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.7/obsidian-1.6.7.tar.gz
sha256sums = 
2a0d464795bce06f757a7e6271d14fae004e93ec0dc469b9846663696fd9a78f
sha256sums = 
be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056
-   sha256sums = 
f60a099ca3a0264e53ac550dcf8bdf7fcef4e1cbc77ea66918bfe2064714d866
+   sha256sums = 
a24d5f79d37cf8e5c18ac1695576ca456d8e844e28f4c0bd9499ad30c493e95f
 
 pkgname = obsidian


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Xuanwo 
 
 pkgname=obsidian
-pkgver=1.6.5
+pkgver=1.6.7
 pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
@@ -19,7 +19,7 @@ source=("obsidian.sh"
 )
 sha256sums=('2a0d464795bce06f757a7e6271d14fae004e93ec0dc469b9846663696fd9a78f'
 'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'f60a099ca3a0264e53ac550dcf8bdf7fcef4e1cbc77ea66918bfe2064714d866')
+'a24d5f79d37cf8e5c18ac1695576ca456d8e844e28f4c0bd9499ad30c493e95f')
 
 prepare() {
 cd "$srcdir"



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

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




[Git][archlinux/packaging/packages/bazel][main] upgpkg: 7.2.1-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
94da7bc8 by Sven-Hendrik Haase at 2024-07-18T11:25:45+02:00
upgpkg: 7.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = bazel
pkgdesc = Correct, reproducible, and fast builds for everyone
-   pkgver = 7.2.0
+   pkgver = 7.2.1
pkgrel = 1
url = https://bazel.build/
arch = x86_64
@@ -12,13 +12,14 @@ pkgbase = bazel
depends = libarchive
depends = zip
depends = unzip
+   depends = which
options = !debug
options = !strip
-   source = 
https://github.com/bazelbuild/bazel/releases/download/7.2.0/bazel-7.2.0-dist.zip
-   source = 
https://github.com/bazelbuild/bazel/releases/download/7.2.0/bazel-7.2.0-dist.zip.sig
+   source = 
https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-dist.zip
+   source = 
https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-dist.zip.sig
source = bazel-7.0.2-python_312.patch
validpgpkeys = 71A1D0EFCFEB6281FD0437C93D5919B448457EE0
-   b2sums = 
93c199af3138b277a326f9b0a84160d069726dac55489190c849613786850fd548b727108d256be24e1fcd5f0393d5881a1647a12458762603b95d0dbb266a30
+   b2sums = 
b35f069b7855e24b9761518aad169e666c8fe208fd18b2fe78a4582cb91b7891f309ca25367fad1a47f78f336e233d2d2f2509f17ba370619dd86df9587b1210
b2sums = SKIP
b2sums = 
e13a9c5b43336941d1bb35685d6bf8761b70349aca705ff6202018180e7291efcb4dbf8415ad9c788dcf6f5d956cbca8e1d8a8b663a504dd537e6f682ad04202
 


=
PKGBUILD
=
@@ -4,20 +4,20 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=7.2.0
+pkgver=7.2.1
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache-2.0')
 url='https://bazel.build/'
-depends=('java-environment=21' 'libarchive' 'zip' 'unzip')
+depends=('java-environment=21' 'libarchive' 'zip' 'unzip' 'which')
 makedepends=('git' 'protobuf' 'python')
 options=('!debug' '!strip')
 source=(
   
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip"{,.sig}
   $pkgname-7.0.2-python_312.patch
 )
-b2sums=('93c199af3138b277a326f9b0a84160d069726dac55489190c849613786850fd548b727108d256be24e1fcd5f0393d5881a1647a12458762603b95d0dbb266a30'
+b2sums=('b35f069b7855e24b9761518aad169e666c8fe208fd18b2fe78a4582cb91b7891f309ca25367fad1a47f78f336e233d2d2f2509f17ba370619dd86df9587b1210'
 'SKIP'
 
'e13a9c5b43336941d1bb35685d6bf8761b70349aca705ff6202018180e7291efcb4dbf8415ad9c788dcf6f5d956cbca8e1d8a8b663a504dd537e6f682ad04202')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bazel/-/commit/94da7bc88dd26da343e6f23cc0970bcb76f0fcd4

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




[Git][archlinux/packaging/packages/bazel] Pushed new tag 7.2.1-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 7.2.1-1 at Arch Linux / Packaging / Packages 
/ bazel

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




[Git][archlinux/packaging/packages/immich-go][main] upgpkg: 0.20.1-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
7af8be90 by Sven-Hendrik Haase at 2024-07-18T09:37:07+02:00
upgpkg: 0.20.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = immich-go
pkgdesc = Unofficial immich-cli alternative
-   pkgver = 0.19.1
+   pkgver = 0.20.1
pkgrel = 1
url = https://github.com/simulot/immich-go
arch = x86_64
license = AGPL3
makedepends = go
-   source = 
immich-go-0.19.1.tar.gz::https://github.com/simulot/immich-go/archive/refs/tags/0.19.1.tar.gz
-   sha512sums = 
179d2aa8de76080aae84b6523d0a7d5aaab18a2f2a277727b0cd7b2179f5963c258e907831bd408de1dabeee6823d0f0232152b88086a86a6d7634b12a2f4c1d
+   source = 
immich-go-0.20.1.tar.gz::https://github.com/simulot/immich-go/archive/refs/tags/0.20.1.tar.gz
+   sha512sums = 
58a552e8cf56cb9e6d9be229ab35cfc61586c5e0e365ac2e4f23f8688072e45b0bdaf894d0370e1f36f5ac6e5be82f85e3e7ea76fb2652dbdee3a3ff4db6773e
 
 pkgname = immich-go


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=immich-go
-pkgver=0.19.1
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="Unofficial immich-cli alternative"
 arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/simulot/immich-go;
 license=('AGPL3')
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/simulot/immich-go/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('179d2aa8de76080aae84b6523d0a7d5aaab18a2f2a277727b0cd7b2179f5963c258e907831bd408de1dabeee6823d0f0232152b88086a86a6d7634b12a2f4c1d')
+sha512sums=('58a552e8cf56cb9e6d9be229ab35cfc61586c5e0e365ac2e4f23f8688072e45b0bdaf894d0370e1f36f5ac6e5be82f85e3e7ea76fb2652dbdee3a3ff4db6773e')
 
 prepare(){
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/immich-go/-/commit/7af8be907184226baeaec88958488cc2fc229392

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




[Git][archlinux/packaging/packages/immich-go] Pushed new tag 0.20.1-1

2024-07-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.20.1-1 at Arch Linux / Packaging / Packages 
/ immich-go

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




[Git][archlinux/packaging/packages/openimageio][main] upgpkg: 2.5.13.1-1

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
ab46cad1 by Sven-Hendrik Haase at 2024-07-17T14:49:49+02:00
upgpkg: 2.5.13.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openimageio
pkgdesc = A library for reading and writing images, including classes, 
utilities, and applications
-   pkgver = 2.5.13.0
+   pkgver = 2.5.13.1
pkgrel = 1
url = http://www.openimageio.org/
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = openimageio
depends = freetype2
optdepends = qt5-base: iv image viewer
optdepends = python: bindings support
-   source = 
openimageio-2.5.13.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.13.0.tar.gz
-   sha512sums = 
dbab8612c15e38bd2b82ac9fc70d3d207afcb0746bf781c702acf1dd5f9e9e9d7e3b50517ab4e0aa767998a89636b83eb22632656bf0004c4f045280fa027a93
+   source = 
openimageio-2.5.13.1.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.13.1.tar.gz
+   sha512sums = 
3c9eb9a361464e73fae518b704438bbf409c846031f05026d8b9ace91431819ac80674130ccd2300deb9756ae26e150bf5c0a866be3f3fb65bdfba0ba60395ab
 
 pkgname = openimageio


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: SpepS 
 
 pkgname=openimageio
-pkgver=2.5.13.0
+pkgver=2.5.13.1
 pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 
'fontconfig' 'libxrender
 optdepends=('qt5-base: iv image viewer'
 'python: bindings support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v$pkgver.tar.gz;)
-sha512sums=('dbab8612c15e38bd2b82ac9fc70d3d207afcb0746bf781c702acf1dd5f9e9e9d7e3b50517ab4e0aa767998a89636b83eb22632656bf0004c4f045280fa027a93')
+sha512sums=('3c9eb9a361464e73fae518b704438bbf409c846031f05026d8b9ace91431819ac80674130ccd2300deb9756ae26e150bf5c0a866be3f3fb65bdfba0ba60395ab')
 
 build() {
   cd OpenImageIO-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openimageio/-/commit/ab46cad1e77342af75a5da3769e6e484662bd98f

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




[Git][archlinux/packaging/packages/openimageio] Pushed new tag 2.5.13.1-1

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.5.13.1-1 at Arch Linux / Packaging / 
Packages / openimageio

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




[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.2.0-3

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 17-4.2.0-3 at Arch Linux / Packaging / 
Packages / blender

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




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.2.0-3: openshadinglanguage 1.13.10.0 rebuild

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
401274d1 by Sven-Hendrik Haase at 2024-07-17T14:46:55+02:00
upgpkg: 17:4.2.0-3: openshadinglanguage 1.13.10.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.2.0
-   pkgrel = 2
+   pkgrel = 3
epoch = 17
url = https://www.blender.org
arch = x86_64


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/401274d1bb6c4798ca032b390ccae6748a351fbc

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




[Git][archlinux/packaging/packages/usd] Pushed new tag 24.05-2

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 24.05-2 at Arch Linux / Packaging / Packages 
/ usd

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




[Git][archlinux/packaging/packages/usd][main] upgpkg: 24.05-2: openshadinglanguage 1.13.10.0 rebuild

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
1af27cf4 by Sven-Hendrik Haase at 2024-07-17T14:32:09+02:00
upgpkg: 24.05-2: openshadinglanguage 1.13.10.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = usd
pkgdesc = 3D VFX pipeline interchange file format
pkgver = 24.05
-   pkgrel = 1
+   pkgrel = 2
url = https://openusd.org
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=('usd' 'usd-extras')
 _pkgname='OpenUSD'
 pkgbase=usd
 pkgver=24.05
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://openusd.org'
 pkgdesc='3D VFX pipeline interchange file format'



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

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




[Git][archlinux/packaging/packages/f3d][main] upgpkg: 2.5.0-2: openshadinglanguage 1.13.10.0 rebuild

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3949c5e8 by Sven-Hendrik Haase at 2024-07-17T14:30:18+02:00
upgpkg: 2.5.0-2: openshadinglanguage 1.13.10.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = f3d
pkgdesc = A fast and minimalist 3D viewer
pkgver = 2.5.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=f3d
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast and minimalist 3D viewer'
 arch=('x86_64')
 url="https://github.com/${pkgname}-app/${pkgname};



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/f3d/-/commit/3949c5e82a355e64694c4b875d212a02d5e7dbfb

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




[Git][archlinux/packaging/packages/f3d] Pushed new tag 2.5.0-2

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.5.0-2 at Arch Linux / Packaging / Packages 
/ f3d

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




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

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
5913cafe by Sven-Hendrik Haase at 2024-07-17T14:20:33+02:00
upgpkg: 1.13.10.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.9.0
-   pkgrel = 2
+   pkgver = 1.13.10.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.9.0.tar.gz::https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v1.13.9.0.tar.gz
-   sha512sums = 
d10a5f820dc9cada93bb3834aefd9e968d6dc2e3b06bbe0c560d5381a257d24c95c9396e91caa4e5918db9ad9237b9fd755c1f1c798e50a5ab07f3e5103b465e
+   source = 
openshadinglanguage-1.13.10.0.tar.gz::https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/refs/tags/v1.13.10.0.tar.gz
+   sha512sums = 
f005b8797a7bb882bcdf4fd644551d42c150956baa8dd9deff39ff1121321f33b8e144a9a96ac940ae6bf60985c6131457131baa87c73c2b498298aaa77c3c7d
 
 pkgname = openshadinglanguage


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
-pkgver=1.13.9.0
-pkgrel=2
+pkgver=1.13.10.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=('d10a5f820dc9cada93bb3834aefd9e968d6dc2e3b06bbe0c560d5381a257d24c95c9396e91caa4e5918db9ad9237b9fd755c1f1c798e50a5ab07f3e5103b465e')
+sha512sums=('f005b8797a7bb882bcdf4fd644551d42c150956baa8dd9deff39ff1121321f33b8e144a9a96ac940ae6bf60985c6131457131baa87c73c2b498298aaa77c3c7d')
 
 build() {
   cd OpenShadingLanguage-$pkgver



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

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




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

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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

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




[Git][archlinux/packaging/packages/python-gitlab][main] upgpkg: 4.8.0-1

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
7bc44ef5 by Sven-Hendrik Haase at 2024-07-17T13:56:50+02:00
upgpkg: 4.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-gitlab
pkgdesc = Python wrapper for the GitLab API
-   pkgver = 4.7.0
+   pkgver = 4.8.0
pkgrel = 1
url = https://github.com/python-gitlab/python-gitlab
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-gitlab
depends = python-requests-toolbelt
optdepends = python-argcomplete: for autocompletion
optdepends = python-pyyaml: for YAML support
-   source = 
python-gitlab-4.7.0.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v4.7.0/python-gitlab-v4.7.0.tar.gz
-   sha512sums = 
5b9bc9f89c73b24780f15408634fde7ad553bdc211b721dbdc62772227eace8daef23ce5bd2932fc2d451be5f1be4bb8e7d00ec45600f48cbd72c2ed81c9f239
-   b2sums = 
5af60a7abf71854b013e880b92b7c85d51f33af7ef2333af74699fc9a1f8c855fa2c5b7b9aebd66a01073799f28ffb7328051df69f950172538015142c354592
+   source = 
python-gitlab-4.8.0.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v4.8.0/python-gitlab-v4.8.0.tar.gz
+   sha512sums = 
fdbcfe76fe4eb6c270d333414796846a62f4d9f18b89c31b5cd86755e65651481c03b47919ba7dde820ef83b2699774ba1bd0f68a5d109cb8c2d10bf5ae4fb58
+   b2sums = 
57fc760fbd248e7b7448ab40cd59ccb69a2afc35f2368682c0f6dbdf161a48bf3ab5dd696a121a8bf8efacc2e1fc97ca0bae9a02c861f1a31e35732a3c490ff4
 
 pkgname = python-gitlab


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=4.7.0
+pkgver=4.8.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=('any')
@@ -16,8 +16,8 @@ optdepends=(
   'python-pyyaml: for YAML support'
 )
 
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('5b9bc9f89c73b24780f15408634fde7ad553bdc211b721dbdc62772227eace8daef23ce5bd2932fc2d451be5f1be4bb8e7d00ec45600f48cbd72c2ed81c9f239')
-b2sums=('5af60a7abf71854b013e880b92b7c85d51f33af7ef2333af74699fc9a1f8c855fa2c5b7b9aebd66a01073799f28ffb7328051df69f950172538015142c354592')
+sha512sums=('fdbcfe76fe4eb6c270d333414796846a62f4d9f18b89c31b5cd86755e65651481c03b47919ba7dde820ef83b2699774ba1bd0f68a5d109cb8c2d10bf5ae4fb58')
+b2sums=('57fc760fbd248e7b7448ab40cd59ccb69a2afc35f2368682c0f6dbdf161a48bf3ab5dd696a121a8bf8efacc2e1fc97ca0bae9a02c861f1a31e35732a3c490ff4')
 
 build() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/python-gitlab] Pushed new tag 4.8.0-1

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 4.8.0-1 at Arch Linux / Packaging / Packages 
/ python-gitlab

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




[Git][archlinux/packaging/packages/blender][main] upgpkg: 17:4.2.0-2

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
18c1b9b0 by Sven-Hendrik Haase at 2024-07-17T10:38:19+02:00
upgpkg: 17:4.2.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
-   pkgver = 4.1.1
-   pkgrel = 11
+   pkgver = 4.2.0
+   pkgrel = 2
epoch = 17
url = https://www.blender.org
arch = x86_64
@@ -98,23 +98,17 @@ pkgbase = blender
optdepends = intel-compute-runtime: Cycles renderer Intel OneAPI support
optdepends = libdecor: wayland support
options = !lto
-   source = git+https://projects.blender.org/blender/blender.git#tag=v4.1.1
-   source = 
git+https://projects.blender.org/blender/blender-addons.git#tag=v4.1.1
-   source = 
git+https://projects.blender.org/blender/blender-addons-contrib#tag=v4.1.1
-   source = 
git+https://projects.blender.org/blender/blender-assets#tag=v4.1.1
+   source = git+https://projects.blender.org/blender/blender.git#tag=v4.2.0
+   source = 
git+https://projects.blender.org/blender/blender-assets#tag=v4.2.0
source = 
https://developer.download.nvidia.com/redist/optix/v8.0/OptiX-8.0-Include.zip
source = force-draco1.patch
-   source = force-draco2.patch
source = blender-4.11-mantaflow-python-3.12.patch
source = ffmpeg-7-1.patch
source = ffmpeg-7-2.patch
-   sha512sums = 
194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07
-   sha512sums = 
4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80
-   sha512sums = 
877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7
-   sha512sums = 
2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b
+   sha512sums = 
2134b2cc462f2d11ddfdd69fde176cd4025fa9dc39ea4c414601801030081e04e724380607784ba12fa60708cc01c521012a454740144e6935011477dd00
+   sha512sums = 
c66cf633fafcf93f0e570d173c0a290a5cf573888da1170949981ff878aaaf28d6274b3175ae29b16d962fabd7902e93711a0deed743a3f5f0fe9d61f08d2faf
sha512sums = 
5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483
sha512sums = 
e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0
-   sha512sums = 
c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f
sha512sums = 
59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9
sha512sums = 
ce67f8cb4857f3cc98759f00c226e1e0f81578a656e5772bd016fd0eee387f1fc0bc8e44b54e4ddef4df226d416f4ba2f7ef9e7ad02db36c968e727c986e3c4e
sha512sums = 
e1522345d6119ad396f27293b5f67b3a6d1b7352791186a04aeb654f285eeae873937f124461ff8dc9fc8ac5ae820cd8254bd4c3b64dcc06f1e41bee45f9bbe9


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=blender
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -122,7 +122,7 @@ 
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver;
 ffmpeg-7-1.patch
 ffmpeg-7-2.patch)
 
sha512sums=('2134b2cc462f2d11ddfdd69fde176cd4025fa9dc39ea4c414601801030081e04e724380607784ba12fa60708cc01c521012a454740144e6935011477dd00'
-
'1e47ca5a824a5d830e95f424ad1c2d066571bd038badfacbb4001632742c1777f62a81e79612a787d5ab0038d2712730b9372bcec44bcac6131734c4430e40b3'
+
'c66cf633fafcf93f0e570d173c0a290a5cf573888da1170949981ff878aaaf28d6274b3175ae29b16d962fabd7902e93711a0deed743a3f5f0fe9d61f08d2faf'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
 
'59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9'
@@ -209,9 +209,6 @@ package() {
 
   install -Dm644 release/freedesktop/org.blender.Blender.metainfo.xml 
"${pkgdir}/usr/share/metainfo/org.blender.Blender.metainfo.xml"
 
-  # Manually install additional scripts (See FS#69351)
-  cp -r scripts/addons_contrib/* 
"${pkgdir}"/usr/share/blender/4*/scripts/addons_contrib/
-
   # Manually 

[Git][archlinux/packaging/packages/blender] Pushed new tag 17-4.2.0-2

2024-07-17 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 17-4.2.0-2 at Arch Linux / Packaging / 
Packages / blender

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




[Git][archlinux/packaging/packages/blender][main] Prepare v4.2.0

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
754cab51 by Sven-Hendrik Haase at 2024-07-16T22:36:48+02:00
Prepare v4.2.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,8 +8,8 @@
 # fine with them.
 
 pkgname=blender
-pkgver=4.1.1
-pkgrel=11
+pkgver=4.2.0
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -115,22 +115,16 @@ optdepends=('cuda: Cycles renderer CUDA support'
 # We're using !lto here as otherwise we get stuff such as FS#77557
 options=('!lto')
 source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver;
-
"git+https://projects.blender.org/blender/blender-addons.git#tag=v$pkgver;
-
"git+https://projects.blender.org/blender/blender-addons-contrib#tag=v$pkgver;
 "git+https://projects.blender.org/blender/blender-assets#tag=v$pkgver;
 
https://developer.download.nvidia.com/redist/optix/v8.0/OptiX-8.0-Include.zip
 force-draco1.patch
-force-draco2.patch
 blender-4.11-mantaflow-python-3.12.patch
 ffmpeg-7-1.patch
 ffmpeg-7-2.patch)
-sha512sums=('194274ee62c2a3b96e81af92520d424fb7bda24902cffcf2cd9a2e343c0627fe74cdd08d52709c8f181df72f7e36fc64f6144412c459f5a5a0b4497babd2fe07'
-
'4476c93942e5efc5a8ee7c4ef1caea2e77dc6e40eb825e35c0120f7e9f714ff8bdb873bb83d47ac27f8616eedac8e52f15804ed603c093044490f89e626baa80'
-
'877ed9ced417c5879b0bc6a7d3d87aa68a3e4015df9c08945c468dfab59a513bdd03523b7593e556fc9d0e22dbad25d980238e25583ea34a77ffcae3693cd0e7'
-
'2eaa05da22d4a304d1db310bd8c04358e70fdd927cbaadd574e179a86bf288c7b4fa1188d15f1928788ce9c5d2b15b512d47743a230e703f44c07cb7bbc39c5b'
+sha512sums=('2134b2cc462f2d11ddfdd69fde176cd4025fa9dc39ea4c414601801030081e04e724380607784ba12fa60708cc01c521012a454740144e6935011477dd00'
+
'c66cf633fafcf93f0e570d173c0a290a5cf573888da1170949981ff878aaaf28d6274b3175ae29b16d962fabd7902e93711a0deed743a3f5f0fe9d61f08d2faf'
 
'5502d9df847de12badc702c0444bd4f1f7620460b2235026df2c3133da1e04c148af0f1fc7f345e9a0c009c32f905f66c8d427743445e8864d3a797cdce6a483'
 
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
-
'c162646eba42ea7112cfb615466c2cbaddac8d254d4a9e91cf887c5bffef1325a983701163223a1fdee091310ac5574a400347aab7f52321825b5fa3d5a9036f'
 
'59044954880ce94d7a1da78ccd03e61a9d23382281b2221ca5c9c7eec9caeecf810d10ee07940d5843b7540fa81c00df5a26e8076605410116815e73c60ab9b9'
 
'ce67f8cb4857f3cc98759f00c226e1e0f81578a656e5772bd016fd0eee387f1fc0bc8e44b54e4ddef4df226d416f4ba2f7ef9e7ad02db36c968e727c986e3c4e'
 
'e1522345d6119ad396f27293b5f67b3a6d1b7352791186a04aeb654f285eeae873937f124461ff8dc9fc8ac5ae820cd8254bd4c3b64dcc06f1e41bee45f9bbe9')
@@ -148,13 +142,8 @@ prepare() {
   git -C release/datafiles/assets lfs fetch network-origin
   git -C release/datafiles/assets lfs checkout
 
-  # Copy addons to expected location
-  cp -r "$srcdir"/blender-addons scripts/addons
-  cp -r "$srcdir"/blender-addons-contrib scripts/addons_contrib
-
   # fix draco
   patch -p1 -i "$srcdir"/force-draco1.patch
-  patch -p1 -d scripts/addons -i "$srcdir"/force-draco2.patch
 
   # fix fluid sim domain with python 3.12
   # 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/issues/18



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/754cab51b305d519979db3e55064e69bbe0dfcb4

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




[Git][archlinux/packaging/packages/azure-cli][main] upgpkg: 2.62.0-2

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
1c80be8f by Sven-Hendrik Haase at 2024-07-16T14:48:41+02:00
upgpkg: 2.62.0-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = azure-cli
pkgdesc = Command-line tools for Microsoft Azure
pkgver = 2.62.0
-   pkgrel = 1
+   pkgrel = 2
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.62.0
-pkgrel=1
+pkgrel=2
 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/1c80be8f8608d104b61d7a9985cb84a90765f922

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




[Git][archlinux/packaging/packages/azure-cli] Pushed new tag 2.62.0-2

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.62.0-2 at Arch Linux / Packaging / Packages 
/ azure-cli

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




[Git][archlinux/packaging/packages/azure-cli][main] Fix missing setuptools

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
ab5a6de1 by Ľubomír Kučera at 2024-07-16T13:40:54+02:00
Fix missing setuptools

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -9,9 +9,11 @@ pkgbase = azure-cli
depends = python
options = !strip
source = git+https://github.com/Azure/azure-cli.git#tag=azure-cli-2.62.0
+   source = 
azure-cli-27196.patch::https://github.com/Azure/azure-cli/compare/azure-cli-2.62.0...4801ee240ce11b9b37c80a600302a9164db5bbca.diff
source = 
azure-cli-28796.patch::https://patch-diff.githubusercontent.com/raw/Azure/azure-cli/pull/28796.patch
source = az
sha256sums = 
68a05b9e6846c3f059dd95877e519ddf8fe7fef9ee5f5e7ad6dff77d5ebc2be7
+   sha256sums = 
55f3e047db43e822e8819d082c284b5280a2fa32a28f3fcf074bbdcf3667a37a
sha256sums = 
324f621539d56195d2725451bc2edae3e2c01c173b7722f8e162af8b98aeefc0
sha256sums = 
990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116
 


=
PKGBUILD
=
@@ -12,15 +12,18 @@ depends=("python")
 makedepends=("git")
 options=("!debug")
 source=("git+https://github.com/Azure/azure-cli.git#tag=azure-cli-${pkgver};
+
"${pkgname}-27196.patch::https://github.com/Azure/azure-cli/compare/azure-cli-${pkgver}...4801ee240ce11b9b37c80a600302a9164db5bbca.diff;
 
"$pkgname-28796.patch::https://patch-diff.githubusercontent.com/raw/Azure/azure-cli/pull/28796.patch;
 "az")
 sha256sums=('68a05b9e6846c3f059dd95877e519ddf8fe7fef9ee5f5e7ad6dff77d5ebc2be7'
+'55f3e047db43e822e8819d082c284b5280a2fa32a28f3fcf074bbdcf3667a37a'
 '324f621539d56195d2725451bc2edae3e2c01c173b7722f8e162af8b98aeefc0'
 '990f70efec828c1e1f3f57748fc6e40f9705f2223dc96683e8e29d118daac116')
 options=('!strip')
 
 prepare() {
   cd azure-cli
+  patch -Np1 -i "${srcdir}"/${pkgname}-27196.patch
   patch -Np1 -i "$srcdir"/$pkgname-28796.patch
 }
 



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

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




[Git][archlinux/packaging/packages/sdl2] Pushed new tag 2.30.5-2

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.30.5-2 at Arch Linux / Packaging / Packages 
/ sdl2

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




[Git][archlinux/packaging/packages/sdl2][main] upgpkg: 2.30.5-2: Fix #2

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f382b345 by Sven-Hendrik Haase at 2024-07-16T11:00:41+02:00
upgpkg: 2.30.5-2: Fix #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sdl2
pkgdesc = A library for portable low-level access to a video 
framebuffer, audio output, mouse, and keyboard (Version 2)
pkgver = 2.30.5
-   pkgrel = 1
+   pkgrel = 2
url = https://www.libsdl.org
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.30.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="https://www.libsdl.org;
@@ -23,7 +23,6 @@ validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # 
Sam Lantinga
 build() {
   CFLAGS+=" -ffat-lto-objects"
   cmake -S SDL2-${pkgver} -B build -G Ninja \
--D SDL_HIDAPI_LIBUSB=ON \
 -D CMAKE_INSTALL_PREFIX=/usr \
 -D SDL_STATIC=OFF \
 -D SDL_RPATH=OFF



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

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




[Git][archlinux/packaging/packages/nvidia-cg-toolkit] Pushed new tag 3.1-8

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 3.1-8 at Arch Linux / Packaging / Packages / 
nvidia-cg-toolkit

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




[Git][archlinux/packaging/packages/nvidia-cg-toolkit][main] upgpkg: 3.1-8: Fix #1

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
a114a6a9 by Sven-Hendrik Haase at 2024-07-16T10:51:47+02:00
upgpkg: 3.1-8: Fix #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-cg-toolkit
pkgdesc = NVIDIA Cg libraries
pkgver = 3.1
-   pkgrel = 7
+   pkgrel = 8
url = https://developer.nvidia.com/cg-toolkit
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=nvidia-cg-toolkit
 pkgver=3.1
 _date="April2012"
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA Cg libraries"
 arch=('x86_64')
 url="https://developer.nvidia.com/cg-toolkit;
@@ -15,9 +15,8 @@ md5sums_x86_64=('88ba727cdbe0261fac465c4d84f44762')
 
 package() {
   install -Dm755 "${srcdir}"/usr/bin/cgc "${pkgdir}"/usr/bin/cgc
-  install -dm755 "${pkgdir}"/usr/include/Cg
-  install -m644 "${srcdir}"/usr/include/Cg/* "${pkgdir}"/usr/include/Cg
-  install -dm755 "${pkgdir}"/usr/lib
+  install -Dm644 -t "${pkgdir}"/usr/include/Cg "${srcdir}"/usr/include/Cg/*
+  install -Dm644 -t "${pkgdir}"/usr/lib "${srcdir}"/usr/lib64/*
   install -Dm644 "${srcdir}"/usr/local/Cg/docs/license.txt 
"${pkgdir}"/usr/share/licenses/nvidia-cg-toolkit/license.txt
   cp -r "${srcdir}"/usr/local/Cg "${pkgdir}"/usr/share/
   find "${pkgdir}"/usr/share/ -type d -exec chmod -R 755 '{}' ';'



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

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




[Git][archlinux/packaging/packages/lib32-nvidia-cg-toolkit][main] Add .SRCINFO

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
d2741bdd by Sven-Hendrik Haase at 2024-07-16T10:46:52+02:00
Add .SRCINFO

- - - - -


1 changed file:

- + .SRCINFO


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = lib32-nvidia-cg-toolkit
+   pkgdesc = NVIDIA Cg libraries
+   pkgver = 3.1
+   pkgrel = 9
+   url = https://developer.nvidia.com/object/cg_toolkit.html
+   arch = x86_64
+   license = custom
+   depends = lib32-glibc
+   depends = lib32-libgl
+   depends = nvidia-cg-toolkit
+   source = 
https://developer.download.nvidia.com/cg/Cg_3.1/Cg-3.1_April2012_x86.tgz
+   sha256sums = 
cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879
+
+pkgname = lib32-nvidia-cg-toolkit



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-cg-toolkit/-/commit/d2741bdd24d345b4743afd47795d5ffc9af70c93

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




[Git][archlinux/packaging/packages/lib32-nvidia-cg-toolkit][main] A bit of golfing

2024-07-16 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
666de547 by Sven-Hendrik Haase at 2024-07-16T10:46:30+02:00
A bit of golfing

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=lib32-nvidia-cg-toolkit
 pkgver=3.1
-pkgrel=8
+pkgrel=9
 pkgdesc='NVIDIA Cg libraries'
 arch=(x86_64)
 url=https://developer.nvidia.com/object/cg_toolkit.html
@@ -17,10 +17,9 @@ 
source=(https://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April
 sha256sums=(cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879)
 
 package() {
-  install -dm 755 "${pkgdir}"/usr/lib32
-  install -m 644 "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32/
+  install -Dm755 -t "${pkgdir}"/usr/lib32/ "${srcdir}"/usr/lib/*
 
-  install -dm 755 "${pkgdir}"/usr/share/licenses
+  install -dm755 "${pkgdir}"/usr/share/licenses
   ln -s nvidia-cg-toolkit 
"${pkgdir}"/usr/share/licenses/lib32-nvidia-cg-toolkit
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-cg-toolkit/-/commit/666de547b22b6675844159dc8730e56122797c71

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




[Git][archlinux/packaging/packages/espup][main] upgpkg: 0.12.1-1

2024-07-15 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
7b93e25a by Sven-Hendrik Haase at 2024-07-15T11:01:07+02:00
upgpkg: 0.12.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = espup
pkgdesc = Tool for installing and maintaining ESP Rust ecosystem
-   pkgver = 0.12.0
+   pkgver = 0.12.1
pkgrel = 1
url = https://github.com/esp-rs/espup
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = espup
depends = python-pip
depends = udev
options = !lto
-   source = 
https://github.com/esp-rs/espup/archive/v0.12.0/espup-0.12.0.tar.gz
-   sha256sums = 
2cf88ace2d03c87e63f8d58f52105c79adf12388e14498ecedb40f392158b6b9
-   b2sums = 
30159b16000f956c2669da664b8e7fb5b2f72e78b38c783673d5bd3d31ff83565ea5deb6390255580f42b56b7f4be806aae4240a92118d6af59885d17b4cdf41
+   source = 
https://github.com/esp-rs/espup/archive/v0.12.1/espup-0.12.1.tar.gz
+   sha256sums = 
90c9dfd9c108d581459c35de2ec2175e8e089daa6a470f7a18a966819a8d6e57
+   b2sums = 
83f9882a7c88953f475f43affe9689a711d2b05c4e122eb50a2e42ec2e33f5acf16e74ce79f98c1caf17dc77223fec2f8e43eba07638cbeefff88950b4c3ce24
 
 pkgname = espup


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=espup
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Tool for installing and maintaining ESP Rust ecosystem"
 url='https://github.com/esp-rs/espup'
@@ -24,8 +24,8 @@ depends=(
 makedepends=('cargo')
 options=(!lto)
 
source=(https://github.com/esp-rs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2cf88ace2d03c87e63f8d58f52105c79adf12388e14498ecedb40f392158b6b9')
-b2sums=('30159b16000f956c2669da664b8e7fb5b2f72e78b38c783673d5bd3d31ff83565ea5deb6390255580f42b56b7f4be806aae4240a92118d6af59885d17b4cdf41')
+sha256sums=('90c9dfd9c108d581459c35de2ec2175e8e089daa6a470f7a18a966819a8d6e57')
+b2sums=('83f9882a7c88953f475f43affe9689a711d2b05c4e122eb50a2e42ec2e33f5acf16e74ce79f98c1caf17dc77223fec2f8e43eba07638cbeefff88950b4c3ce24')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/espup/-/commit/7b93e25a7914902210d8309c93a4252746976051

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




[Git][archlinux/packaging/packages/espup] Pushed new tag 0.12.1-1

2024-07-15 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.12.1-1 at Arch Linux / Packaging / Packages 
/ espup

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




[Git][archlinux/packaging/packages/389-ds-base][main] upgpkg: 3.1.0-2: Add cockpit optdep (fixes #2)

2024-07-13 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
389-ds-base


Commits:
1b71ed59 by Sven-Hendrik Haase at 2024-07-14T06:52:39+02:00
upgpkg: 3.1.0-2: Add cockpit optdep (fixes #2)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = 389-ds-base
pkgdesc = 389 Directory Server (base)
pkgver = 3.1.0
-   pkgrel = 1
+   pkgrel = 2
url = http://port389.org/
arch = x86_64
license = GPL
@@ -29,6 +29,7 @@ pkgbase = 389-ds-base
depends = python-ldap
depends = python-packaging
depends = lmdb
+   optdepends = cockpit: LDAP administration through the Cockpit web UI
provides = libsvrcore.so
replaces = python-lib389
backup = etc/dirsrv/config/certmap.conf


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=389-ds-base
 pkgver=3.1.0
 pkgdesc="389 Directory Server (base)"
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://port389.org/;
 license=('GPL')
@@ -20,6 +20,7 @@ depends=('cracklib' 'libevent' 'nspr' 'nss' 'net-snmp' 'pam' 
'openldap' 'icu' 'd
  'python-argcomplete' 'python-dateutil' 'python-ldap' 
'python-packaging' 'lmdb')
 makedepends=('cargo' 'rsync' 'doxygen' 'cmocka' 'python-setuptools' 
'python-argparse-manpage'
  'npm' 'nodejs' 'systemd')
+optdepends=('cockpit: LDAP administration through the Cockpit web UI')
 
source=(https://github.com/389ds/389-ds-base/archive/389-ds-base-${pkgver}.tar.gz
 389-ds-base.sysusers
 389-ds-base.tmpfiles)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/1b71ed59cb40e9c6f3a4b6b3e23536494d702d98

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




[Git][archlinux/packaging/packages/389-ds-base] Pushed new tag 3.1.0-2

2024-07-13 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 3.1.0-2 at Arch Linux / Packaging / Packages 
/ 389-ds-base

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




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

2024-07-13 Thread Sven-Hendrik Haase (@svenstaro)


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

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




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

2024-07-13 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
278ec6b9 by Sven-Hendrik Haase at 2024-07-13T09:39:50+02:00
upgpkg: 0.21.2-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.21.1
-   pkgrel = 2
+   pkgver = 0.21.2
+   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.21.1
-   sha512sums = 
01eaeebc739d372b4745ab866921884e59390274e3e8f3f9f90d0993eb51b6d34915ed7675f038ad7e1fd66c945979ca5b0fc1338efdd92f24f7ac810f2f160d
+   source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.21.2
+   sha512sums = 
47485de4115252c1b75fa763361fcabcb6691707bef3b48b0b34dc0d7305239336705fabd4b4392dddb644995c30966ed772f6d3bb8f4916dfc05634658a
 
 pkgname = libdatachannel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jay Schmidek 
 # Contributor: Paul-Louis Ageneau 
 pkgname=libdatachannel
-pkgver=0.21.1
-pkgrel=2
+pkgver=0.21.2
+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=('01eaeebc739d372b4745ab866921884e59390274e3e8f3f9f90d0993eb51b6d34915ed7675f038ad7e1fd66c945979ca5b0fc1338efdd92f24f7ac810f2f160d')
+sha512sums=('47485de4115252c1b75fa763361fcabcb6691707bef3b48b0b34dc0d7305239336705fabd4b4392dddb644995c30966ed772f6d3bb8f4916dfc05634658a')
 
 prepare() {
   cd $pkgname



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

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.17.0-2

2024-07-13 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.17.0-2 at Arch Linux / Packaging / Packages 
/ tensorflow

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




[Git][archlinux/packaging/packages/netbeans] Pushed new tag 22-1

2024-07-12 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 22-1 at Arch Linux / Packaging / Packages / 
netbeans

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




[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.17.0-1

2024-07-11 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
0da9e91c by Sven-Hendrik Haase at 2024-07-12T02:38:40+02:00
upgpkg: 2.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
-   pkgver = 2.17.0rc1
-   pkgrel = 2
+   pkgver = 2.17.0
+   pkgrel = 1
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE
@@ -35,7 +35,7 @@ pkgbase = tensorflow
depends = intel-oneapi-openmp
depends = intel-oneapi-compiler-shared-runtime-libs
optdepends = tensorboard: Tensorflow visualization toolkit
-   source = 
tensorflow-2.17.0rc1.tar.gz::https://github.com/tensorflow/tensorflow/archive/v2.17.0-rc1.tar.gz
+   source = 
tensorflow-2.17.0.tar.gz::https://github.com/tensorflow/tensorflow/archive/v2.17.0-rc1.tar.gz
source = tensorflow-2.16.1-python-distutils-removal.patch
source = 
https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel_nojdk-6.5.0-linux-x86_64
sha512sums = 
a34d62df67fc33cd02b4e49fb30d2fac3cf503b0f74f5ebfda273bc6eb9af20b44d1c59d3f7194afca1102e808d97ac807a935ef9c7d7023af1058fe3badede9


=
PKGBUILD
=
@@ -5,9 +5,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.17.0rc1
+pkgver=2.17.0
 _pkgver=2.17.0-rc1
-pkgrel=2
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')



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

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.17.0-1

2024-07-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.17.0-1 at Arch Linux / Packaging / Packages 
/ tensorflow

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




[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.17.0rc1-2: Fix #10

2024-07-11 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3edcbe65 by Sven-Hendrik Haase at 2024-07-11T09:33:54+02:00
upgpkg: 2.17.0rc1-2: Fix #10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
pkgver = 2.17.0rc1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.17.0rc1
 _pkgver=2.17.0-rc1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -216,7 +216,7 @@ _package() {
 
   # .so files
   rm bazel-bin/tensorflow/*.params
-  cp bazel-bin/tensorflow/*.so* "${pkgdir}"/usr/lib
+  cp -P bazel-bin/tensorflow/*.so* "${pkgdir}"/usr/lib
 
   # C API headers
   install -Dm644 tensorflow/c/c_api.h 
"${pkgdir}"/usr/include/tensorflow/tensorflow/c/c_api.h



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

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.17.0rc1-2

2024-07-11 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.17.0rc1-2 at Arch Linux / Packaging / 
Packages / tensorflow

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




[Git][archlinux/packaging/packages/netdata] Pushed new tag 1.46.2-1

2024-07-10 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.46.2-1 at Arch Linux / Packaging / Packages 
/ netdata

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




[Git][archlinux/packaging/packages/netdata][main] upgpkg: 1.46.2-1

2024-07-10 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
7ef65714 by Sven-Hendrik Haase at 2024-07-11T04:34:27+02:00
upgpkg: 1.46.2-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -76,7 +76,6 @@ 
local-listeners,network-viewer.plugin,ndsudo,freeipmi.plugin,nfacct.plugin}
   setcap cap_perfmon,cap_sys_admin+ep 
"${pkgdir}/usr/lib/netdata/plugins.d/perf.plugin"
   setcap cap_dac_read_search+ep 
"${pkgdir}/usr/lib/netdata/plugins.d/debugfs.plugin"
   setcap cap_dac_read_search+ep 
"${pkgdir}/usr/lib/netdata/plugins.d/systemd-journal.plugin"
-  setcap cap_dac_read_search,cap_syslog+ep 
"${pkgdir}/usr/lib/netdata/plugins.d/logs-management.plugin"
   setcap cap_sys_admin,cap_sys_ptrace,cap_dac_read_search+ep 
"${pkgdir}/usr/lib/netdata/plugins.d/network-viewer.plugin"
 
   # Remove files for other initsystems



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/7ef65714aada9d093b8bd69b141c7aa9a3f1ac10

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




[Git][archlinux/packaging/packages/netdata][main] updpkg: 1.46.2: add optdeps

2024-07-10 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
6572ba4d by Konstantin Shalygin at 2024-07-11T02:17:35+00:00
updpkg: 1.46.2: add optdeps

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = netdata
pkgdesc = Real-time performance monitoring, in the greatest possible 
detail, over the web
-   pkgver = 1.46.1
-   pkgrel = 2
+   pkgver = 1.46.2
+   pkgrel = 1
url = https://github.com/netdata/netdata
arch = x86_64
license = GPL
@@ -30,12 +30,15 @@ pkgbase = netdata
optdepends = iproute2: for monitoring Linux QoS
optdepends = python: for most of the external plugins
optdepends = apcupsd: for monitoring APC UPS
+   optdepends = lm_sensors: for go.d/sensors module
+   optdepends = smartmontools: for go.d/smartctl module
+   optdepends = nvme-cli: for go.d/nvme module
optdepends = iw: for monitoring Linux as access point
backup = etc/netdata/netdata.conf
-   source = 
netdata-1.46.1.tar.gz::https://github.com/netdata/netdata/releases/download/v1.46.1/netdata-v1.46.1.tar.gz
+   source = 
netdata-1.46.2.tar.gz::https://github.com/netdata/netdata/releases/download/v1.46.2/netdata-v1.46.2.tar.gz
source = netdata.sysusers
source = netdata.tmpfiles
-   sha512sums = 
04d9f955129538cdd34175b6586fc548b80da1aa6d7cc7d8ecfb222e36ad184d51ad45c71b173ede7f8c1d948b9dafa3136b71cb47dfd8a73a0412445e6aae51
+   sha512sums = 
d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3
sha512sums = 
a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66
sha512sums = 
9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832
 


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=netdata
-pkgver=1.46.1
-pkgrel=2
+pkgver=1.46.2
+pkgrel=1
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
 arch=('x86_64')
@@ -16,11 +16,14 @@ makedepends=('cups' 'go' 'cmake' 'ninja' 'git')
 optdepends=('iproute2: for monitoring Linux QoS'
 'python: for most of the external plugins'
 'apcupsd: for monitoring APC UPS'
+'lm_sensors: for go.d/sensors module'
+'smartmontools: for go.d/smartctl module'
+'nvme-cli: for go.d/nvme module'
 'iw: for monitoring Linux as access point')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/releases/download/v$pkgver/netdata-v$pkgver.tar.gz;
 netdata.sysusers
 netdata.tmpfiles)
-sha512sums=('04d9f955129538cdd34175b6586fc548b80da1aa6d7cc7d8ecfb222e36ad184d51ad45c71b173ede7f8c1d948b9dafa3136b71cb47dfd8a73a0412445e6aae51'
+sha512sums=('d38951df52638ed8a620e7b271e1ad9fb30b7de1a38b0080c36cdccdb6c64928ff63e6c631d0e762b887d16a94e603a8414eabc0b288cb82e839fadfd38accb3'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66'
 
'9dcf6058d7e2b072ca6797c3e8fcb21f6670a9e58769922e078c95a9431370dc429cc34d8e642dbab10942221f1f730d570df7c40d651872931c070be832')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/6572ba4d55068ef7b10c741369fad60ee7b4a863

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.17.0rc1-1

2024-07-10 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.17.0rc1-1 at Arch Linux / Packaging / 
Packages / tensorflow

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




[Git][archlinux/packaging/packages/python-google-auth-oauthlib][main] upgpkg: 1.2.1-1

2024-07-09 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
python-google-auth-oauthlib


Commits:
befd4684 by Sven-Hendrik Haase at 2024-07-10T00:01:46+02:00
upgpkg: 1.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-google-auth-oauthlib
pkgdesc = oauthlib integration for Google auth.
-   pkgver = 1.2.0
-   pkgrel = 3
+   pkgver = 1.2.1
+   pkgrel = 1
url = http://google-auth-oauthlib.readthedocs.io/en/latest/
arch = any
license = Apache
@@ -12,7 +12,7 @@ pkgbase = python-google-auth-oauthlib
depends = python-google-auth
depends = python-requests-oauthlib
optdepends = python-click
-   source = 
https://pypi.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-1.2.0.tar.gz
-   sha256sums = 
292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8
+   source = 
python-google-auth-oauthlib-1.2.1.tar.gz::https://github.com/googleapis/google-auth-library-python-oauthlib/archive/refs/tags/v1.2.1.tar.gz
+   sha256sums = 
9c5bebe2d0c4d65f7904b17dd21a2c4d7229fa8702ec910a75d48abf9f533075
 
 pkgname = python-google-auth-oauthlib


=
PKGBUILD
=
@@ -2,9 +2,8 @@
 # Contributor: Guillaume Horel 
 
 pkgname=python-google-auth-oauthlib
-_pkgname='google-auth-oauthlib'
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="oauthlib integration for Google auth."
 url="http://google-auth-oauthlib.readthedocs.io/en/latest/;
 checkdepends=('python-click' 'python-pytest')
@@ -13,16 +12,16 @@ depends=('python' 'python-google-auth' 
'python-requests-oauthlib')
 optdepends=('python-click')
 license=('Apache')
 arch=('any')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha256sums=('292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/googleapis/google-auth-library-python-oauthlib/archive/refs/tags/v${pkgver}.tar.gz;)
+sha256sums=('9c5bebe2d0c4d65f7904b17dd21a2c4d7229fa8702ec910a75d48abf9f533075')
 
 # check() {
-# cd "${srcdir}/${_pkgname}-${pkgver}"
+# cd "google-auth-library-python-oauthlib-${pkgver}"
 # pytest
 # }
 
 package() {
-cd "${_pkgname}-${pkgver}"
+cd "google-auth-library-python-oauthlib-${pkgver}"
 python setup.py install --root="${pkgdir}" --optimize=1
 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth-oauthlib/-/commit/befd468494590f2e175c06d68e25afd6c4198ab5

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




  1   2   3   4   5   6   7   8   9   10   >