[Git][archlinux/packaging/packages/libreoffice-fresh][main] upgpkg: 24.2.1-2; disable KF6 vcl (desktop integration) due to file saving

2024-03-08 Thread Andreas Radke (@andyrtr)


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


Commits:
24b0aa01 by Andreas Radke at 2024-03-09T08:35:06+01:00
upgpkg: 24.2.1-2; disable KF6 vcl (desktop integration) due to file saving
errors - #1 / https://bugs.kde.org/show_bug.cgi?id=481287

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libreoffice-fresh
pkgver = 24.2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.libreoffice.org/
arch = x86_64
license = MPL-2.0
@@ -299,7 +299,6 @@ pkgname = libreoffice-fresh
optdepends = gtk3: for GTK3 integration
optdepends = gtk4: for GTK4 integration (experimental)
optdepends = kio5: for KF5 KDE desktop integration
-   optdepends = kio:  for KF6 KDE desktop integration
optdepends = qt6-base: for Qt6 desktop integration
provides = libreoffice
provides = libreoffice-en-US


=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=24.2.1.2
 pkgver=24.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('MPL-2.0' 'LGPL-3.0-or-later')
 url="https://www.libreoffice.org/";
@@ -196,7 +196,7 @@ build() {
 --enable-gio\
 --enable-gtk3-kde5 \
 --enable-kf5 \
---enable-kf6 \
+--disable-kf6 \
 --enable-qt5 \
 --enable-qt6 \
 --enable-gtk3 \
@@ -335,7 +335,7 @@ package_libreoffice-fresh() {
 'gtk3: for GTK3 integration'
 'gtk4: for GTK4 integration (experimental)'
 'kio5: for KF5 KDE desktop integration'
-'kio:  for KF6 KDE desktop integration'
+#'kio:  for KF6 KDE desktop integration'
 'qt6-base: for Qt6 desktop integration')
 backup=(etc/libreoffice/sofficerc
 etc/libreoffice/bootstraprc



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libreoffice-fresh/-/commit/24b0aa01abf7bf5898d6b56958b0c23368e51e95

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




[Git][archlinux/packaging/packages/libreoffice-fresh] Pushed new tag 24.2.1-2

2024-03-08 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 24.2.1-2 at Arch Linux / Packaging / Packages / 
libreoffice-fresh

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




[Git][archlinux/packaging/packages/naev][main] upgpkg: 0.11.4-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
08436140 by Sven-Hendrik Haase at 2024-03-09T08:10:52+01:00
upgpkg: 0.11.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = naev
pkgdesc = 2D action/rpg space game
-   pkgver = 0.11.3
-   pkgrel = 3
+   pkgver = 0.11.4
+   pkgrel = 1
url = https://github.com/naev/naev
arch = x86_64
license = GPL3
@@ -27,7 +27,7 @@ pkgbase = naev
depends = libunibreak
depends = suitesparse
depends = cblas
-   source = 
https://github.com/naev/naev/releases/download/v0.11.3/naev-0.11.3-source.tar.xz
-   sha512sums = 
25f33cd78f83c9d6fe6ae3f6464e45a9086d7e2e033671b866d9e3d47a2cfff2d9e64dd453846de4e1fcf3384a57361bcf026a01eb39e9cf3b620be46b0d3f0b
+   source = 
https://github.com/naev/naev/releases/download/v0.11.4/naev-0.11.4-source.tar.xz
+   sha512sums = 
a988ebc1792b7108334e1423a544087f6509fa805bf3a17b70a6206326b783179783690a40f432b5cd262ecfe723cad1fa2755634611d324d4d2bf3d75f25143
 
 pkgname = naev


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Johan Rehnberg 
 
 pkgname=naev
-pkgver=0.11.3
-pkgrel=3
+pkgver=0.11.4
+pkgrel=1
 pkgdesc='2D action/rpg space game'
 arch=('x86_64')
 url="https://github.com/naev/naev";
@@ -12,7 +12,7 @@ depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 
'sdl2_mixer' 'libgl' 'li
  'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak' 
'suitesparse' 'cblas')
 makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
 
source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz";)
-sha512sums=('25f33cd78f83c9d6fe6ae3f6464e45a9086d7e2e033671b866d9e3d47a2cfff2d9e64dd453846de4e1fcf3384a57361bcf026a01eb39e9cf3b620be46b0d3f0b')
+sha512sums=('a988ebc1792b7108334e1423a544087f6509fa805bf3a17b70a6206326b783179783690a40f432b5cd262ecfe723cad1fa2755634611d324d4d2bf3d75f25143')
 
 build() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/08436140d853c5c4162cca22b8db35c0e73921e4

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




[Git][archlinux/packaging/packages/naev] Pushed new tag 0.11.4-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.11.4-1 at Arch Linux / Packaging / Packages 
/ naev

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-glibc][main] upgpkg: 2.39-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-glibc


Commits:
732d2857 by Anatol Pomozov at 2024-03-08T19:59:47-08:00
upgpkg: 2.39-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = aarch64-linux-gnu-glibc
+   pkgdesc = GNU C Library ARM64 target
+   pkgver = 2.39
+   pkgrel = 1
+   url = https://www.gnu.org/software/libc/
+   arch = any
+   license = GPL
+   license = LGPL
+   makedepends = python
+   depends = aarch64-linux-gnu-gcc
+   depends = aarch64-linux-gnu-linux-api-headers
+   options = !buildflags
+   options = !strip
+   options = staticlibs
+   source = https://ftp.gnu.org/gnu/libc/glibc-2.39.tar.xz
+   source = https://ftp.gnu.org/gnu/libc/glibc-2.39.tar.xz.sig
+   validpgpkeys = 7273542B39962DF7B299931416792B4EA25340F8
+   validpgpkeys = BC7C7372637EC10C57D7AA6579C43DFBF1CF2187
+   sha256sums = 
f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926
+   sha256sums = SKIP
+
+pkgname = aarch64-linux-gnu-glibc


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-glibc
-pkgver=2.38
+pkgver=2.39
 pkgrel=1
 pkgdesc="GNU C Library ARM64 target"
 arch=(any)
@@ -13,7 +13,7 @@ depends=($_target-gcc $_target-linux-api-headers)
 makedepends=(python)
 options=(!buildflags !strip staticlibs)
 source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha256sums=('fb82998998b2b29965467bc1b69d152e9c307d2cf301c9eafb4555b770ef3fd2'
+sha256sums=('f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926'
 'SKIP')
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8  # "Carlos O'Donell 
"
   BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-glibc/-/commit/732d2857db4260fa92712d2dd21dc9c84db20956

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-glibc] Pushed new tag 2.39-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.39-1 at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-glibc

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




[Git][archlinux/packaging/packages/lib32-cairo][main] 1.18.0-2: rebuild for debug package

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


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


Commits:
402a2823 by Jan Alexander Steffens (heftig) at 2024-03-09T04:19:11+01:00
1.18.0-2: rebuild for debug package

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,28 @@
+pkgbase = lib32-cairo
+   pkgdesc = 2D graphics library with support for multiple output devices 
(32-bit)
+   pkgver = 1.18.0
+   pkgrel = 2
+   url = https://cairographics.org/
+   arch = x86_64
+   license = LGPL-2.1-only OR MPL-1.1
+   makedepends = git
+   makedepends = meson
+   makedepends = valgrind
+   depends = cairo
+   depends = lib32-fontconfig
+   depends = lib32-freetype2
+   depends = lib32-glib2
+   depends = lib32-libpng
+   depends = lib32-libx11
+   depends = lib32-libxcb
+   depends = lib32-libxext
+   depends = lib32-libxrender
+   depends = lib32-pixman
+   depends = lib32-zlib
+   source = 
git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=3909090108bb2db55330e3eb148aebe664735363
+   b2sums = SKIP
+
+pkgname = lib32-cairo
+   provides = libcairo-gobject.so
+   provides = libcairo-script-interpreter.so
+   provides = libcairo.so


=
PKGBUILD
=
@@ -6,14 +6,11 @@ pkgname=(
   lib32-cairo
 )
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="2D graphics library with support for multiple output devices (32-bit)"
 url="https://cairographics.org/";
 arch=(x86_64)
-license=(
-  LGPL
-  MPL
-)
+license=('LGPL-2.1-only OR MPL-1.1')
 depends=(
   cairo
   lib32-fontconfig



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-cairo/-/commit/402a2823548061ef8c4216db4239e66ec298dd67

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




[Git][archlinux/packaging/packages/cairo][main] 1.18.0-2: rebuild for debug package

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


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


Commits:
0b686889 by Jan Alexander Steffens (heftig) at 2024-03-09T04:19:19+01:00
1.18.0-2: rebuild for debug package

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cairo/-/issues/1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = cairo
+   pkgdesc = 2D graphics library with support for multiple output devices
+   pkgver = 1.18.0
+   pkgrel = 2
+   url = https://cairographics.org/
+   arch = x86_64
+   license = LGPL-2.1-only OR MPL-1.1
+   makedepends = git
+   makedepends = gtk-doc
+   makedepends = meson
+   makedepends = valgrind
+   depends = fontconfig
+   depends = freetype2
+   depends = glib2
+   depends = libpng
+   depends = libx11
+   depends = libxcb
+   depends = libxext
+   depends = libxrender
+   depends = lzo
+   depends = pixman
+   depends = zlib
+   source = 
git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=3909090108bb2db55330e3eb148aebe664735363
+   b2sums = SKIP
+
+pkgname = cairo
+   provides = libcairo-gobject.so
+   provides = libcairo-script-interpreter.so
+   provides = libcairo.so
+
+pkgname = cairo-docs
+   pkgdesc = 2D graphics library with support for multiple output devices 
(documentation)
+   depends = 


=
PKGBUILD
=
@@ -8,14 +8,11 @@ pkgname=(
   cairo-docs
 )
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="2D graphics library with support for multiple output devices"
 url="https://cairographics.org/";
 arch=(x86_64)
-license=(
-  LGPL
-  MPL
-)
+license=('LGPL-2.1-only OR MPL-1.1')
 depends=(
   fontconfig
   freetype2



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

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




[Git][archlinux/packaging/packages/cairo] Pushed new tag 1.18.0-2

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


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

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




[Git][archlinux/packaging/packages/lib32-cairo] Pushed new tag 1.18.0-2

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


Jan Alexander Steffens (heftig) pushed new tag 1.18.0-2 at Arch Linux / 
Packaging / Packages / lib32-cairo

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-linux-api-headers] Pushed new tag 6.7-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 6.7-1 at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-linux-api-headers

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-linux-api-headers/-/tree/6.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aarch64-linux-gnu-linux-api-headers][main] upgpkg: 6.7-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
aarch64-linux-gnu-linux-api-headers


Commits:
6f4b8833 by Anatol Pomozov at 2024-03-08T19:15:16-08:00
upgpkg: 6.7-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = aarch64-linux-gnu-linux-api-headers
+   pkgdesc = Kernel headers sanitized for use in userspace 
(aarch64-linux-gnu)
+   pkgver = 6.7
+   pkgrel = 1
+   url = https://www.kernel.org
+   arch = any
+   license = GPL2
+   makedepends = rsync
+   source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
+   source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
+   validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
+   validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
+   sha256sums = 
ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
+   sha256sums = SKIP
+
+pkgname = aarch64-linux-gnu-linux-api-headers


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _target_arch=arm64
 _target=aarch64-linux-gnu
 pkgname=$_target-linux-api-headers
-pkgver=6.0
+pkgver=6.7
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
 arch=(any)
@@ -11,7 +11,7 @@ url='https://www.kernel.org'
 license=(GPL2)
 makedepends=(rsync)
 
source=(https://www.kernel.org/pub/linux/kernel/v6.x/linux-$pkgver.tar.{xz,sign})
-sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e'
+sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
 'SKIP')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-linux-api-headers/-/commit/6f4b88331b46cbb82a5f22640641753dfcd91560

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-linux-api-headers/-/commit/6f4b88331b46cbb82a5f22640641753dfcd91560
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bpftrace] Pushed new tag 0.20.2-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.20.2-1 at Arch Linux / Packaging / Packages / 
bpftrace

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




[Git][archlinux/packaging/packages/bpftrace][main] upgpkg: 0.20.2-1

2024-03-08 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
bpftrace


Commits:
87aa051c by Anatol Pomozov at 2024-03-08T19:08:51-08:00
upgpkg: 0.20.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bpftrace
pkgdesc = High-level tracing language for Linux eBPF
-   pkgver = 0.20.1
-   pkgrel = 2
+   pkgver = 0.20.2
+   pkgrel = 1
url = https://github.com/iovisor/bpftrace
arch = x86_64
license = Apache-2.0
@@ -27,8 +27,8 @@ pkgbase = bpftrace
depends = zstd
options = !strip
options = !debug
-   source = 
https://github.com/iovisor/bpftrace/archive/v0.20.1/bpftrace-0.20.1.tar.gz
-   sha512sums = 
fdcc2b0d091d4ab428207877626b0fb37f3e0778730e6a6db26be869a086264e1f24186857c47597813aacde98621a66301bcf6c8004f77bdf9ebf180f198ba0
+   source = 
https://github.com/iovisor/bpftrace/archive/v0.20.2/bpftrace-0.20.2.tar.gz
+   sha512sums = 
f9a46e24f7dc41d8c7d9bd9ad2edfac5c510cfc6a21e4305489a27a3ef10ff3b56840ac1e47e1d113e128d5ebd14fa303d43421dce794c05260762a5f190622b
 
 pkgname = bpftrace
depends = glibc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Tommaso Sardelli 
 
 pkgname=bpftrace
-pkgver=0.20.1
-pkgrel=2
+pkgver=0.20.2
+pkgrel=1
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'
@@ -13,7 +13,7 @@ makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers' 
'ninja' 'gtest' 'ce
  'asciidoctor' 'xxd')
 options=('!strip' '!debug')
 
source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz";)
-sha512sums=('fdcc2b0d091d4ab428207877626b0fb37f3e0778730e6a6db26be869a086264e1f24186857c47597813aacde98621a66301bcf6c8004f77bdf9ebf180f198ba0')
+sha512sums=('f9a46e24f7dc41d8c7d9bd9ad2edfac5c510cfc6a21e4305489a27a3ef10ff3b56840ac1e47e1d113e128d5ebd14fa303d43421dce794c05260762a5f190622b')
 
 build() {
   cmake -S bpftrace-$pkgver -B build -G Ninja \



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

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




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

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
kanshi


Commits:
b2a314f0 by Brett Cornwall at 2024-03-08T18:42:14-08:00
upgpkg: 1.6.0-1

Pulls in the new scfg configuration format

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,19 @@
 pkgbase = kanshi
pkgdesc = Dynamic output configuration for Wayland WMs
-   pkgver = 1.5.1
+   pkgver = 1.6.0
pkgrel = 1
url = https://wayland.emersion.fr/kanshi/
arch = x86_64
license = MIT
makedepends = meson
makedepends = scdoc
-   depends = wayland
+   depends = libscfg.so
depends = libvarlink
-   source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.5.1/kanshi-1.5.1.tar.gz
-   source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.5.1/kanshi-1.5.1.tar.gz.sig
+   depends = wayland
+   source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.6.0/kanshi-1.6.0.tar.gz
+   source = 
https://git.sr.ht/~emersion/kanshi/refs/download/v1.6.0/kanshi-1.6.0.tar.gz.sig
validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
-   sha256sums = 
c62f2f19f1f6c9513d3eeea23efc8579c76e0ef6460b72f15b2d90392ebcc421
+   sha256sums = 
ac983ac349f80551a6f8b26cbb6c9b0b9d3e9d892db86ad7b92f01d689de0884
sha256sums = SKIP
 
 pkgname = kanshi


=
PKGBUILD
=
@@ -2,19 +2,26 @@
 # Contributor: Antoine Damhet
 
 pkgname=kanshi
-pkgver=1.5.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Dynamic output configuration for Wayland WMs'
 arch=(x86_64)
 url="https://wayland.emersion.fr/kanshi/";
 license=('MIT')
-makedepends=('meson' 'scdoc')
-depends=('wayland' 'libvarlink')
+makedepends=(
+'meson'
+'scdoc'
+)
+depends=(
+'libscfg.so'
+'libvarlink'
+'wayland'
+)
 source=(
 
"https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz";
 
"https://git.sr.ht/~emersion/kanshi/refs/download/v$pkgver/kanshi-$pkgver.tar.gz.sig";
 )
-sha256sums=('c62f2f19f1f6c9513d3eeea23efc8579c76e0ef6460b72f15b2d90392ebcc421'
+sha256sums=('ac983ac349f80551a6f8b26cbb6c9b0b9d3e9d892db86ad7b92f01d689de0884'
 'SKIP')
 validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48')  # Simon Ser 
(emersion)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kanshi/-/commit/b2a314f03b359871f464522c30fbc7d65dac6569

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




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

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
kanshi

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




[Git][archlinux/packaging/packages/libscfg] Pushed new tag 0.1.1-1

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 0.1.1-1 at Arch Linux / Packaging / Packages / 
libscfg

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




[Git][archlinux/packaging/packages/libscfg] Pushed new branch main

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new branch main at Arch Linux / Packaging / Packages / 
libscfg

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




[Git][archlinux/packaging/packages/openshadinglanguage] Pushed new tag 1.13.7.0-3

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.13.7.0-3 at Arch Linux / Packaging / 
Packages / openshadinglanguage

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




[Git][archlinux/packaging/packages/openshadinglanguage][main] upgpkg: 1.13.7.0-3: Remove erronenous file (fixes #1)

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f0632e47 by Sven-Hendrik Haase at 2024-03-09T03:17:18+01:00
upgpkg: 1.13.7.0-3: Remove erronenous file (fixes #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.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/imageworks/OpenShadingLanguage
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.13.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Advanced shading language for production GI renderers"
 arch=('x86_64')
 url="https://github.com/imageworks/OpenShadingLanguage";
@@ -31,6 +31,9 @@ package() {
 
   DESTDIR="$pkgdir/" ninja -C build install
 
+  # Fixup an upstream fucky (See #1)
+  rm "$pkgdir"/usr/build-scripts/serialize-bc.py
+
   install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 }
 



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

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




[Git][archlinux/packaging/packages/mumble] Pushed new tag 1.5.613-2

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.5.613-2 at Arch Linux / Packaging / 
Packages / mumble

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




[Git][archlinux/packaging/packages/mumble][main] upgpkg: 1.5.613-2: Re-enable rnnoise

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
802c88f1 by Sven-Hendrik Haase at 2024-03-09T03:01:27+01:00
upgpkg: 1.5.613-2: Re-enable rnnoise

This is now disabled by upstream by default but it's not a problem currently
so let's re-enable it.
Also check https://github.com/mumble-voip/mumble/pull/6292.
Fixes #1.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mumble
pkgdesc = An Open Source, low-latency, high quality voice chat software
pkgver = 1.5.613
-   pkgrel = 1
+   pkgrel = 2
url = https://www.mumble.info/
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgbase=mumble
 pkgname=(mumble mumble-server)
 pkgver=1.5.613
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source, low-latency, high quality voice chat software"
 arch=(x86_64)
 url="https://www.mumble.info/";
@@ -106,6 +106,7 @@ build() {
 -D bundled-json=OFF
 -D bundled-rnnoise=OFF
 -D bundled-speex=OFF
+-D rnnoise=ON
   )
   local cmake_options_server=(
 -D MUMBLE_INSTALL_ABS_SYSCONFDIR=/etc/mumble-server



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mumble/-/commit/802c88f11a94c6f28586c7b5b7121f5b61fd9f70

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




[Git][archlinux/packaging/packages/keyd] Pushed new tag 2.4.3-5

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 2.4.3-5 at Arch Linux / Packaging / Packages / 
keyd

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




[Git][archlinux/packaging/packages/keyd][main] Add PREFIX to make

2024-03-08 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / keyd


Commits:
c6053c7a by Brett Cornwall at 2024-03-08T17:53:02-08:00
Add PREFIX to make

https://github.com/rvaiya/keyd/issues/628

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = keyd
pkgdesc = A key remapping daemon for linux
pkgver = 2.4.3
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/rvaiya/keyd
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=keyd
 pkgver=2.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A key remapping daemon for linux"
 arch=(x86_64)
 url="https://github.com/rvaiya/keyd";
@@ -27,7 +27,7 @@ build() {
 
 package() {
 cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
+make PREFIX=/usr DESTDIR="$pkgdir/" install
 
 install -Dm644 ../keyd.sysusers "$pkgdir/usr/lib/sysusers.d/keyd.conf"
 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/keyd"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/keyd/-/commit/c6053c7a6b10f4a4131bd393aa902212f64c95aa

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




[Git][archlinux/packaging/packages/arrayfire] Pushed new tag 3.9.0-3

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 3.9.0-3 at Arch Linux / Packaging / Packages 
/ arrayfire

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




[Git][archlinux/packaging/packages/timescaledb-old-upgrade] Pushed new tag 2.14.2-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.14.2-1 at Arch Linux / Packaging / Packages 
/ timescaledb-old-upgrade

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




[Git][archlinux/packaging/packages/timescaledb-old-upgrade][main] upgpkg: 2.14.2-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
timescaledb-old-upgrade


Commits:
de97aeb6 by Sven-Hendrik Haase at 2024-03-09T02:33:57+01:00
upgpkg: 2.14.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = timescaledb-old-upgrade
pkgdesc = TimescaleDB build for migrating between major versions of 
PostgreSQL
-   pkgver = 2.13.1
+   pkgver = 2.14.2
pkgrel = 1
url = https://www.timescale.com/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = timescaledb-old-upgrade
makedepends = git
depends = postgresql-old-upgrade<16
depends = postgresql-old-upgrade>=15
-   depends = timescaledb=2.13.1
-   source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=27398c44085ee4341e373351776e0052bd25bbc2
+   depends = timescaledb=2.14.2
+   source = 
timescaledb::git+https://github.com/timescale/timescaledb#commit=8f27a70d054fc80c4bbc722d8df4b6b305a7e93d
b2sums = SKIP
 
 pkgname = timescaledb-old-upgrade


=
PKGBUILD
=
@@ -6,13 +6,13 @@ _current_pg_version=16
 _old_pg_version=$(( _current_pg_version - 1 ))
 # limit to last 5 releases
 declare -gA _commits=(
-  [2.12.0]=ec99b00f18a6cc636fc7ff6e4bcff870d4201c90
-  [2.12.1]=c93faddbe95e45d93a53c3f652e2033558e8b380
-  [2.12.2]=2a39fbb444888bbba9139c7f7ab84f2aa28509ee
   [2.13.0]=96f81a3106683f186f091ad88339c8c223f4363c
   [2.13.1]=27398c44085ee4341e373351776e0052bd25bbc2
+  [2.14.0]=5ede370059550c9d11d3171950767ba11ebd3797
+  [2.14.1]=39616e838b1c540a7ed83b5243a980a9c21a4333
+  [2.14.2]=8f27a70d054fc80c4bbc722d8df4b6b305a7e93d
 )
-pkgver=2.13.1
+pkgver=2.14.2
 pkgrel=1
 pkgdesc='TimescaleDB build for migrating between major versions of PostgreSQL'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-old-upgrade/-/commit/de97aeb6a1c74a961d1799954225b75a0ab336b6

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




[Git][archlinux/packaging/packages/virtualgl][main] upgpkg: 3.1.1-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
c1d212f0 by Sven-Hendrik Haase at 2024-03-09T02:27:41+01:00
upgpkg: 3.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = virtualgl
pkgdesc = Redirects 3D commands from an OpenGL application onto a 
server-side 3D graphics card
-   pkgver = 3.1
-   pkgrel = 4
+   pkgver = 3.1.1
+   pkgrel = 1
url = https://virtualgl.org
arch = x86_64
license = LGPL
@@ -18,11 +18,11 @@ pkgbase = virtualgl
depends = ocl-icd
depends = xorg-xhost
depends = inetutils
-   source = 
https://downloads.sourceforge.net/project/virtualgl/3.1/VirtualGL-3.1.tar.gz
-   source = 
https://downloads.sourceforge.net/project/virtualgl/3.1/VirtualGL-3.1.tar.gz.sig
+   source = 
https://github.com/VirtualGL/virtualgl/releases/download/3.1.1/VirtualGL-3.1.1.tar.gz
+   source = 
https://github.com/VirtualGL/virtualgl/releases/download/3.1.1/VirtualGL-3.1.1.tar.gz.sig
source = virtualgl.sysusers
validpgpkeys = AE1A7BA4EFFF9A9987E1474C4BACCAB36E7FE9A1
-   sha512sums = 
cd1109b4dee426918e61348b22b3bfb0c45102bbb0bcde9b78c36b607a396bbff7d7c72cf3bf9626128da0f1776c42bbb59be863239e60e0f7307d2a73de463b
+   sha512sums = 
40007910dce4ba1aa6bb00fc1e57af8e9d6a77a5a6c795d8f13c9883abc44787871a0bede8621de2fb042585f471281ba9e8bbd16d81c4049ddca8539f535e7e
sha512sums = SKIP
sha512sums = 
fa97a6c40a216db1632563187bbc5452025cfb8f93341b84e8d71894113f4236f4c64cb38bdd0c4ac55eececec2aad6f357b8716af08b181d3f1352da34fe799
 


=
PKGBUILD
=
@@ -3,17 +3,17 @@
 # Contributor: Andres Jimenez
 
 pkgname=virtualgl
-pkgver=3.1
-pkgrel=4
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card"
 arch=('x86_64')
 url="https://virtualgl.org";
 license=('LGPL')
 depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms' 'opencl-driver' 
'ocl-icd' 'xorg-xhost' 'inetutils')
 makedepends=('cmake' 'mesa' 'libxtst' 'opencl-headers' 'ninja')
-source=("https://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig}
+source=("https://github.com/VirtualGL/virtualgl/releases/download/${pkgver}/VirtualGL-${pkgver}.tar.gz"{,.sig}
 "$pkgname.sysusers")
-sha512sums=('cd1109b4dee426918e61348b22b3bfb0c45102bbb0bcde9b78c36b607a396bbff7d7c72cf3bf9626128da0f1776c42bbb59be863239e60e0f7307d2a73de463b'
+sha512sums=('40007910dce4ba1aa6bb00fc1e57af8e9d6a77a5a6c795d8f13c9883abc44787871a0bede8621de2fb042585f471281ba9e8bbd16d81c4049ddca8539f535e7e'
 'SKIP'
 
'fa97a6c40a216db1632563187bbc5452025cfb8f93341b84e8d71894113f4236f4c64cb38bdd0c4ac55eececec2aad6f357b8716af08b181d3f1352da34fe799')
 validpgpkeys=('AE1A7BA4EFFF9A9987E1474C4BACCAB36E7FE9A1') # The VirtualGL 
Project (Signing key for official binaries) 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualgl/-/commit/c1d212f04d8b24e8b9b2e5b416a276af0f87de51

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




[Git][archlinux/packaging/packages/virtualgl] Pushed new tag 3.1.1-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 3.1.1-1 at Arch Linux / Packaging / Packages 
/ virtualgl

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




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

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
4808840a by Sven-Hendrik Haase at 2024-03-09T02:26:11+01:00
upgpkg: 4.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
-   pkgver = 4.15.0
-   pkgrel = 2
+   pkgver = 4.15.1
+   pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
license = GPL3
@@ -48,7 +48,7 @@ pkgbase = telegram-desktop
depends = kcoreaddons
optdepends = webkit2gtk: embedded browser features
optdepends = xdg-desktop-portal: desktop integration
-   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.15.0/tdesktop-4.15.0-full.tar.gz
-   sha512sums = 
95aa5f14a9a88b9c6421049445f59f1c5c5d7ab4ca4e8b8f4ab7389bdb8f3cc6b29fea270574881633035acec769ba271261f84ec269010c63af28a03719da98
+   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.15.1/tdesktop-4.15.1-full.tar.gz
+   sha512sums = 
d3c7493a7b9dfa78666588c88ec7f3bb6a9b3aaf544eb5029191be99d0f71b48671929dbc4c0e4c800ed7da6768367114839c5b18ba8fbf972a28db73dc240f7
 
 pkgname = telegram-desktop


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



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

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




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

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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

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




[Git][archlinux/packaging/packages/timescaledb] Pushed new tag 2.14.2-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.14.2-1 at Arch Linux / Packaging / Packages 
/ timescaledb

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




[Git][archlinux/packaging/packages/timescaledb][main] upgpkg: 2.14.2-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
3a48f8a1 by Sven-Hendrik Haase at 2024-03-09T02:22:51+01:00
upgpkg: 2.14.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = timescaledb
pkgdesc = An open-source time-series database optimized for fast ingest 
and complex queries
-   pkgver = 2.13.1
+   pkgver = 2.14.2
pkgrel = 1
url = https://www.timescale.com/
install = timescaledb.install


=
PKGBUILD
=
@@ -7,9 +7,9 @@ _current_pg_version=16
 _next_pg_version=$(( _current_pg_version + 1 ))
 # limit to last 5 releases
 declare -gA _commits=(
-  [2.13.1]=27398c44085ee4341e373351776e0052bd25bbc2
+  [2.14.2]=27398c44085ee4341e373351776e0052bd25bbc2
 )
-pkgver=2.13.1
+pkgver=2.14.2
 pkgrel=1
 pkgdesc='An open-source time-series database optimized for fast ingest and 
complex queries'
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/zziplib][main] upgpkg: 0.13.74-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
6e11da2b by Sven-Hendrik Haase at 2024-03-09T01:53:24+01:00
upgpkg: 0.13.74-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = zziplib
pkgdesc = A lightweight library that offers the ability to easily 
extract data from files archived in a single zip file
-   pkgver = 0.13.73
+   pkgver = 0.13.74
pkgrel = 1
url = https://github.com/gdraheim/zziplib
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = zziplib
makedepends = cmake
makedepends = ninja
depends = zlib
-   source = 
zziplib-0.13.73.tar.gz::https://github.com/gdraheim/zziplib/archive/v0.13.73.tar.gz
-   sha512sums = 
95557147d374d0e9074b83319350db9085b8ae98ff7cf7ab96a3209564597744252504adfaf4d17b0243ffb118adf2afabe7dd736e6514a7e74360cd0955e4f5
+   source = 
zziplib-0.13.74.tar.gz::https://github.com/gdraheim/zziplib/archive/v0.13.74.tar.gz
+   sha512sums = 
7dd27247cbc475e2c6beb3a96c620f9938ade0dff6f4e088f9c28432fc4cc01df9d6771ec3d5e07baabe27033f4764d60e31c4c54588559de64e894d0557c94f
 
 pkgname = zziplib


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=zziplib
-pkgver=0.13.73
+pkgver=0.13.74
 pkgrel=1
 pkgdesc="A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file"
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('zlib')
 makedepends=('python' 'xmlto' 'zip' 'cmake' 'ninja')
 checkdepends=('unzip')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz";)
-sha512sums=('95557147d374d0e9074b83319350db9085b8ae98ff7cf7ab96a3209564597744252504adfaf4d17b0243ffb118adf2afabe7dd736e6514a7e74360cd0955e4f5')
+sha512sums=('7dd27247cbc475e2c6beb3a96c620f9938ade0dff6f4e088f9c28432fc4cc01df9d6771ec3d5e07baabe27033f4764d60e31c4c54588559de64e894d0557c94f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -26,11 +26,10 @@ build() {
   ninja -C build
 }
 
-# Broken for some reason :/
-# check() {
-#   cd ${pkgname}-${pkgver}
-#   ninja -C build check
-# }
+check() {
+  cd ${pkgname}-${pkgver}
+  ninja -C build check
+}
 
 package() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/zziplib] Pushed new tag 0.13.74-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.13.74-1 at Arch Linux / Packaging / 
Packages / zziplib

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




[Git][archlinux/packaging/packages/fast_float] Pushed new tag 6.1.0-2

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 6.1.0-2 at Arch Linux / Packaging / Packages 
/ fast_float

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




[Git][archlinux/packaging/packages/fast_float][main] upgpkg: 6.1.0-2: Upstream retagged 6.1.0

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
e40ccea3 by Sven-Hendrik Haase at 2024-03-09T01:41:07+01:00
upgpkg: 6.1.0-2: Upstream retagged 6.1.0

Please don't retag stuff. Just make a new fucking release.
Fixes #1.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fast_float
pkgdesc = Fast and exact implementation of the C++ from_chars functions 
for float and double types
pkgver = 6.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/fastfloat/fast_float
arch = any
license = Apache
@@ -9,6 +9,6 @@ pkgbase = fast_float
license = MIT
makedepends = cmake
source = 
fast_float-6.1.0.tar.gz::https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.0.tar.gz
-   b2sums = 
9c7abd293fcd0dd7e429825918b368071686d06baa97cee5d71099490dbed73acf5c8946f086dad21affaa54d9a922d25d2ce9724a903944722790a7771e
+   b2sums = 
dc0068916b3f27883a356b31e09308006c45c92b34985204294c6e954ab7efa81b95f9961db8401e91706d85ab09f0a178f442c88a26c33afcddde0375d7ce1a
 
 pkgname = fast_float


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 # Contributor: endlesseden 
 pkgname=fast_float
 pkgver=6.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and exact implementation of the C++ from_chars functions for 
float and double types'
 arch=('any')
 url="https://github.com/fastfloat/$pkgname";
 license=('Apache' 'Boost' 'MIT')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('9c7abd293fcd0dd7e429825918b368071686d06baa97cee5d71099490dbed73acf5c8946f086dad21affaa54d9a922d25d2ce9724a903944722790a7771e')
+b2sums=('dc0068916b3f27883a356b31e09308006c45c92b34985204294c6e954ab7efa81b95f9961db8401e91706d85ab09f0a178f442c88a26c33afcddde0375d7ce1a')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fast_float/-/commit/e40ccea3558a3ef1970c93c283e3063f5d47fc44

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




[Git][archlinux/packaging/packages/emscripten][main] upgpkg: 3.1.55-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
f96760c5 by Sven-Hendrik Haase at 2024-03-09T01:28:52+01:00
upgpkg: 3.1.55-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = emscripten
pkgdesc = Compile C and C++ into highly-optimizable JavaScript for the 
web
-   pkgver = 3.1.53
+   pkgver = 3.1.55
pkgrel = 1
url = https://emscripten.org
install = emscripten.install
@@ -22,9 +22,9 @@ pkgbase = emscripten
conflicts = binaryen
options = !lto
options = !debug
-   source = git+https://github.com/kripken/emscripten#tag=3.1.53
-   source = 
git+https://github.com/llvm/llvm-project.git#commit=febb4c42b192ed7c88c17f91cb903a59acf20baf
-   source = 
git+https://github.com/WebAssembly/binaryen.git#commit=5d297dca547fdca2d525f251a27d0a94fc2c2674
+   source = git+https://github.com/kripken/emscripten#tag=3.1.55
+   source = 
git+https://github.com/llvm/llvm-project.git#commit=6c7805d5d186a6d1263f90b8033ad85e2d2633d7
+   source = 
git+https://github.com/WebAssembly/binaryen.git#commit=2ca9638354e4a5f260ced04d186808fc8b498986
source = emscripten.sh
source = emscripten-config
sha512sums = SKIP


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=5d297dca547fdca2d525f251a27d0a94fc2c2674
-_llvm_project_revision=febb4c42b192ed7c88c17f91cb903a59acf20baf
+_binaryen_revision=2ca9638354e4a5f260ced04d186808fc8b498986
+_llvm_project_revision=6c7805d5d186a6d1263f90b8033ad85e2d2633d7
 # Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
 # https://github.com/emscripten-core/emscripten/issues/12252
 # I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=3.1.53
+pkgver=3.1.55
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emscripten/-/commit/f96760c5be4b8b33d61349463501cc4d02cd6624

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




[Git][archlinux/packaging/packages/emscripten] Pushed new tag 3.1.55-1

2024-03-08 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 3.1.55-1 at Arch Linux / Packaging / Packages 
/ emscripten

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




[Git][archlinux/packaging/packages/python-ruamel-yaml][main] upgpkg: 0.18.5-1: Update to 0.18.5

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-ruamel-yaml


Commits:
1da5f732 by Antonio Rojas at 2024-03-09T01:22:52+01:00
upgpkg: 0.18.5-1: Update to 0.18.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = python-ruamel-yaml
pkgdesc = YAML parser/emitter that supports roundtrip preservation of 
comments, seq/map flow style, and map key order
-   pkgver = 0.17.40
+   pkgver = 0.18.5
pkgrel = 1
url = https://sourceforge.net/projects/ruamel-yaml/
arch = any
license = MIT
makedepends = python-setuptools
depends = python-ruamel.yaml.clib
-   source = 
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.17.40.tar.gz
-   sha512sums = 
47ec3508e86d53f7b53dc999dfafc05bb656d3dd02bd289ee97267a6cae5e33e87da584a100e8de44a6d43096d05c13240def8ab9c7010e9efd69d64753004f9
+   source = 
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.5.tar.gz
+   sha512sums = 
46ddfb81281a9c619370f252f5a189b33a9f36934891a18a915897d2a1870c53938f8afb56b2eda3c5ac6bd2e39fcbba0a94955db0847302bd58458079880525
 
 pkgname = python-ruamel-yaml


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 _pkg=ruamel.yaml
 pkgname=python-${_pkg/./-}
-pkgver=0.17.40
+pkgver=0.18.5
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('any')
@@ -14,7 +14,7 @@ license=('MIT')
 depends=('python-ruamel.yaml.clib')
 makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('47ec3508e86d53f7b53dc999dfafc05bb656d3dd02bd289ee97267a6cae5e33e87da584a100e8de44a6d43096d05c13240def8ab9c7010e9efd69d64753004f9')
+sha512sums=('46ddfb81281a9c619370f252f5a189b33a9f36934891a18a915897d2a1870c53938f8afb56b2eda3c5ac6bd2e39fcbba0a94955db0847302bd58458079880525')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel-yaml/-/commit/1da5f732ee9dfc1cb3fcbdf9e5a2bd076fe8223b

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




[Git][archlinux/packaging/packages/python-ruamel-yaml] Pushed new tag 0.18.5-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.18.5-1 at Arch Linux / Packaging / Packages / 
python-ruamel-yaml

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




[Git][archlinux/packaging/packages/libfabric][main] upgpkg: 1.20.1-1: Update to 1.20.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
fcc082e6 by Antonio Rojas at 2024-03-09T01:21:30+01:00
upgpkg: 1.20.1-1: Update to 1.20.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libfabric
pkgdesc = User-space API for OpenFabrics Interfaces (OFI)
-   pkgver = 1.20.0
+   pkgver = 1.20.1
pkgrel = 1
url = https://ofiwg.github.io/libfabric/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libfabric
depends = gcc-libs
depends = numactl
options = !lto
-   source = 
https://github.com/ofiwg/libfabric/releases/download/v1.20.0/libfabric-1.20.0.tar.bz2
-   sha512sums = 
8d6ce8959e9a8d1807e276e35ed0ca3b423247fce2cd6916d9dfec44aff2c665a9cc48571a8ffbf85fd87af3a021ced9b911bace8921a4bd73b8c923f8340f82
+   source = 
https://github.com/ofiwg/libfabric/releases/download/v1.20.1/libfabric-1.20.1.tar.bz2
+   sha512sums = 
dcf7ab7875b3cdd82be39ee91b6f86e374627adb1c6715467ce1faeb7c6ded72abe82fa73fe915f62612f31ea638d7c9ae407a24fd8f049feb540e35e875272a
 
 pkgname = libfabric


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=libfabric
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL2)
 depends=(glibc gcc-libs numactl)
 options=(!lto)
 
source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=('8d6ce8959e9a8d1807e276e35ed0ca3b423247fce2cd6916d9dfec44aff2c665a9cc48571a8ffbf85fd87af3a021ced9b911bace8921a4bd73b8c923f8340f82')
+sha512sums=('dcf7ab7875b3cdd82be39ee91b6f86e374627adb1c6715467ce1faeb7c6ded72abe82fa73fe915f62612f31ea638d7c9ae407a24fd8f049feb540e35e875272a')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfabric/-/commit/fcc082e6fd74848ba3571524fd56ce205279901d

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




[Git][archlinux/packaging/packages/libfabric] Pushed new tag 1.20.1-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.20.1-1 at Arch Linux / Packaging / Packages / 
libfabric

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




[Git][archlinux/packaging/packages/cli11][main] upgpkg: 2.4.1-1: Update to 2.4.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
fd1748ba by Antonio Rojas at 2024-03-09T01:18:17+01:00
upgpkg: 2.4.1-1: Update to 2.4.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = cli11
+   pkgdesc = Command line parser for C++11
+   pkgver = 2.4.1
+   pkgrel = 1
+   url = https://github.com/CLIUtils/CLI11
+   arch = any
+   license = BSD
+   makedepends = cmake
+   source = 
https://github.com/CLIUtils/CLI11/archive/v2.4.1/cli11-2.4.1.tar.gz
+   sha256sums = 
73b7ec52261ce8fe980a29df6b4ceb66243bb0b779451dbd3d014cfec9fdbb58
+
+pkgname = cli11


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cli11
-pkgver=2.3.2
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Command line parser for C++11"
 arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/CLIUtils/CLI11";
 license=(BSD)
 makedepends=(cmake)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22')
+sha256sums=('73b7ec52261ce8fe980a29df6b4ceb66243bb0b779451dbd3d014cfec9fdbb58')
 
 build() {
   cmake -B build -S ${pkgname^^}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cli11/-/commit/fd1748bac786219b3b143c7d495f8d5004e47b4e

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




[Git][archlinux/packaging/packages/cli11] Pushed new tag 2.4.1-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.4.1-1 at Arch Linux / Packaging / Packages / 
cli11

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




[Git][archlinux/packaging/packages/knot][main] upgpkg: 3.3.5-1: Update to 3.3.5

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
19a569b6 by Antonio Rojas at 2024-03-09T01:15:45+01:00
upgpkg: 3.3.5-1: Update to 3.3.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = knot
pkgdesc = High-performance authoritative-only DNS server
-   pkgver = 3.3.3
+   pkgver = 3.3.5
pkgrel = 1
url = https://www.knot-dns.cz/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = knot
depends = libnghttp2
depends = libmnl
backup = etc/knot/knot.conf
-   source = https://secure.nic.cz/files/knot-dns/knot-3.3.3.tar.xz
-   source = https://secure.nic.cz/files/knot-dns/knot-3.3.3.tar.xz.asc
+   source = https://secure.nic.cz/files/knot-dns/knot-3.3.5.tar.xz
+   source = https://secure.nic.cz/files/knot-dns/knot-3.3.5.tar.xz.asc
validpgpkeys = 742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB
-   sha256sums = 
aab40aab2acd735c500f296bacaa5c84ff0488221a4068ce9946e973beacc5ae
+   sha256sums = 
0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad
sha256sums = SKIP
 
 pkgname = knot


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=3.3.3
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
@@ -17,7 +17,7 @@ depends=(libedit gnutls liburcu lmdb
  libbpf libxdp libnghttp2 libmnl)
 backup=('etc/knot/knot.conf')
 
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('aab40aab2acd735c500f296bacaa5c84ff0488221a4068ce9946e973beacc5ae'
+sha256sums=('0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad'
 'SKIP')
 validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knot/-/commit/19a569b623701a8db2457aa442484ddd827f2f27

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




[Git][archlinux/packaging/packages/knot] Pushed new tag 3.3.5-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.3.5-1 at Arch Linux / Packaging / Packages / knot

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




[Git][archlinux/packaging/packages/python-partd][main] upgpkg: 1.4.1-1: Update to 1.4.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
da9b2f72 by Antonio Rojas at 2024-03-09T01:06:34+01:00
upgpkg: 1.4.1-1: Update to 1.4.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-partd
+   pkgdesc = Concurrent appendable key-value storage
+   pkgver = 1.4.1
+   pkgrel = 1
+   url = https://github.com/dask/partd
+   arch = any
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-blosc
+   checkdepends = python-numpy
+   checkdepends = python-pandas
+   checkdepends = python-pyzmq
+   makedepends = python-setuptools
+   depends = python
+   depends = python-locket
+   depends = python-toolz
+   optdepends = python-blosc
+   optdepends = python-numpy
+   optdepends = python-pandas
+   optdepends = python-pyzmq
+   source = 
https://files.pythonhosted.org/packages/source/p/partd/partd-1.4.1.tar.gz
+   sha256sums = 
56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67
+
+pkgname = python-partd


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=partd
 pkgname=python-${_pkg}
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Concurrent appendable key-value storage"
 arch=(any)
 url="https://github.com/dask/partd";
@@ -28,7 +28,7 @@ checkdepends=(
 python-pyzmq
 )
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('aa0ff35dbbcc807ae374db56332f4c1b39b46f67bf2975f5151e0b4186aed0d5')
+sha256sums=('56c25dd49e6fea5727e731203c466c6e092f308d8f0024e199d02f6aa2167f67')
 
 build() {
   cd ${_pkg}-${pkgver}



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

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




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

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.4.1-1 at Arch Linux / Packaging / Packages / 
python-partd

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




[Git][archlinux/packaging/packages/python-lsp-server] Pushed new tag 1.10.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.10.0-1 at Arch Linux / Packaging / Packages / 
python-lsp-server

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




[Git][archlinux/packaging/packages/python-lsp-server][main] upgpkg: 1.10.0-1: Update to 1.10.0

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-lsp-server


Commits:
b8ff by Antonio Rojas at 2024-03-09T01:02:09+01:00
upgpkg: 1.10.0-1: Update to 1.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-lsp-server
pkgdesc = Fork of the python-language-server project, maintained by the 
Spyder IDE team and the community
-   pkgver = 1.9.0
+   pkgver = 1.10.0
pkgrel = 1
url = https://github.com/python-lsp/python-lsp-server
arch = any
@@ -43,7 +43,7 @@ pkgbase = python-lsp-server
optdepends = flake8: error checking
optdepends = yapf: code formatting (preferred)
optdepends = python-whatthepatch: required for yapf support
-   source = 
https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.9.0.tar.gz
-   sha256sums = 
dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13
+   source = 
https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.10.0.tar.gz
+   sha256sums = 
0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4
 
 pkgname = python-lsp-server


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Platon Pronko 
 
 pkgname=python-lsp-server
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
@@ -43,7 +43,7 @@ checkdepends=(
 python-appdirs
 )
 
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dc0c8298f0222fd66a52aa3170f3a5c8fe3021007a02098bb72f7fd8df353d13')
+sha256sums=('0c9a52dcc16cd0562404d529d50a03372db1ea6fb8dfcc3792b3265441c814f4')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/b8ff537a2381da12a1a9394a9c301e73e6cc

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




[Git][archlinux/packaging/packages/proj][main] upgpkg: 9.4.0-1: Update to 9.4.0

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
a6101d48 by Antonio Rojas at 2024-03-09T00:49:16+01:00
upgpkg: 9.4.0-1: Update to 9.4.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = proj
pkgdesc = Cartographic Projections and Coordinate Transformations 
Library
-   pkgver = 9.3.1
+   pkgver = 9.4.0
pkgrel = 1
url = https://proj.org/
changelog = proj.changelog
@@ -12,7 +12,7 @@ pkgbase = proj
depends = curl
depends = libtiff
depends = sqlite
-   source = 
https://github.com/OSGeo/PROJ/releases/download/9.3.1/proj-9.3.1.tar.gz
-   sha256sums = 
b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc
+   source = 
https://github.com/OSGeo/PROJ/releases/download/9.4.0/proj-9.4.0.tar.gz
+   sha256sums = 
3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216
 
 pkgname = proj


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: William Rea 
 
 pkgname=proj
-pkgver=9.3.1
+pkgver=9.4.0
 pkgrel=1
 pkgdesc="Cartographic Projections and Coordinate Transformations Library"
 arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(curl libtiff sqlite)
 makedepends=(cmake gmock gtest)
 changelog=$pkgname.changelog
 
source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc')
+sha256sums=('3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/a6101d4805af60f69cdd16ccd23d6878be1a6870

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




[Git][archlinux/packaging/packages/proj] Pushed new tag 9.4.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 9.4.0-1 at Arch Linux / Packaging / Packages / proj

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




[Git][archlinux/packaging/packages/python-geopandas] Pushed new tag 0.14.3-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.14.3-1 at Arch Linux / Packaging / Packages / 
python-geopandas

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




[Git][archlinux/packaging/packages/python-geopandas][main] upgpkg: 0.14.3-1: Update to 0.14.3

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
b61223f7 by Antonio Rojas at 2024-03-09T00:45:50+01:00
upgpkg: 0.14.3-1: Update to 0.14.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
-   pkgver = 0.14.1
+   pkgver = 0.14.3
pkgrel = 1
url = https://geopandas.org
arch = any
@@ -34,7 +34,7 @@ pkgbase = python-geopandas
optdepends = python-sqlalchemy: other geodatabase access
optdepends = python-geopy: geocoding
optdepends = python-matplotlib: plotting
-   source = 
https://github.com/geopandas/geopandas/archive/refs/tags/v0.14.1/python-geopandas-0.14.1.tar.gz
-   sha256sums = 
7269fdee9c585c5dd96bd96a2235d0520a9e34189a014ee54e9dc4e926da3c03
+   source = 
https://github.com/geopandas/geopandas/archive/refs/tags/v0.14.3/python-geopandas-0.14.3.tar.gz
+   sha256sums = 
e4c3bac0f9db6c28c65d1c96bcd75a7906b6c45b6da184ca4d635fb39268794b
 
 pkgname = python-geopandas


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pkg=geopandas
 pkgname=python-${_pkg}
-pkgver=0.14.1
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="Python tools for geographic data"
 arch=(any)
@@ -51,7 +51,7 @@ checkdepends=(
 # No tests data in Pypi
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
source=(https://github.com/geopandas/geopandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7269fdee9c585c5dd96bd96a2235d0520a9e34189a014ee54e9dc4e926da3c03')
+sha256sums=('e4c3bac0f9db6c28c65d1c96bcd75a7906b6c45b6da184ca4d635fb39268794b')
 
 build() {
   cd ${_pkg}-${pkgver}



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

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




[Git][archlinux/packaging/packages/release-plz] Pushed new tag 0.3.51-1

2024-03-08 Thread @orhun


Orhun Parmaksız pushed new tag 0.3.51-1 at Arch Linux / Packaging / Packages / 
release-plz

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




[Git][archlinux/packaging/packages/release-plz][main] upgpkg: 0.3.51-1: upstream release

2024-03-08 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
release-plz


Commits:
9028025c by Orhun Parmaksız at 2024-03-09T00:42:24+01:00
upgpkg: 0.3.51-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = release-plz
pkgdesc = Release Rust packages without using the command line
-   pkgver = 0.3.50
+   pkgver = 0.3.51
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = release-plz
depends = openssl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
-   source = 
release-plz::git+https://github.com/MarcoIeni/release-plz.git#commit=f1dce902ea17cfcaaba88e58f20c701f8f458c14
+   source = 
release-plz::git+https://github.com/MarcoIeni/release-plz.git#commit=cd4417551991474afaf9c8a1156b0842590b914f
sha512sums = SKIP
 
 pkgname = release-plz


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=release-plz
-pkgver=0.3.50
+pkgver=0.3.51
 pkgrel=1
-_commit=f1dce902ea17cfcaaba88e58f20c701f8f458c14
+_commit=cd4417551991474afaf9c8a1156b0842590b914f
 pkgdesc="Release Rust packages without using the command line"
 arch=('x86_64')
 url="https://github.com/MarcoIeni/release-plz";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/9028025ce11a90d55ce9109446edeeec7e84fb26

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




[Git][archlinux/packaging/packages/ospray][main] upgpkg: 3.1.0-1: Update to 3.1.0

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
bf7133c1 by Antonio Rojas at 2024-03-09T00:40:17+01:00
upgpkg: 3.1.0-1: Update to 3.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ospray
pkgdesc = Ray Tracing Based Rendering Engine for High-Fidelity 
Visualization
-   pkgver = 3.0.0
-   pkgrel = 2
+   pkgver = 3.1.0
+   pkgrel = 1
url = https://www.ospray.org/
arch = x86_64
license = Apache
@@ -23,7 +23,7 @@ pkgbase = ospray
depends = snappy
optdepends = benchmark: benchmarks
optdepends = gtest: tests suite
-   source = 
https://github.com/ospray/OSPRay/archive/v3.0.0/ospray-3.0.0.tar.gz
-   sha256sums = 
d8d8e632d77171c810c0f38f8d5c8387470ca19b75f5b80ad4d3d12007280288
+   source = 
https://github.com/ospray/OSPRay/archive/v3.1.0/ospray-3.1.0.tar.gz
+   sha256sums = 
0b9d7df900fe0474b12e5a2641bb9c3f5a1561217b2789834ebf994a15288a82
 
 pkgname = ospray


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=ospray
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
 arch=(x86_64)
 url="https://www.ospray.org/";
@@ -30,7 +30,7 @@ makedepends=(
 optdepends=('benchmark: benchmarks'
 'gtest: tests suite')
 
source=(https://github.com/ospray/OSPRay/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d8d8e632d77171c810c0f38f8d5c8387470ca19b75f5b80ad4d3d12007280288')
+sha256sums=('0b9d7df900fe0474b12e5a2641bb9c3f5a1561217b2789834ebf994a15288a82')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ospray/-/commit/bf7133c1f41aad4a70efbb3f7406b90dd03d308d

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




[Git][archlinux/packaging/packages/ospray] Pushed new tag 3.1.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
ospray

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




[Git][archlinux/packaging/packages/openvkl][main] upgpkg: 2.0.1-1: Update to 2.0.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
8e906665 by Antonio Rojas at 2024-03-09T00:37:17+01:00
upgpkg: 2.0.1-1: Update to 2.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openvkl
pkgdesc = Intel® Open Volume Kernel Library
-   pkgver = 2.0.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://www.openvkl.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = openvkl
depends = onetbb
depends = openvdb
depends = rkcommon
-   source = 
https://github.com/openvkl/openvkl/archive/v2.0.0/openvkl-2.0.0.tar.gz
-   sha256sums = 
469c3fba254c4fcdd84f8a9763d2e1aaa496dc123b5a9d467cc0a561e284c4e6
+   source = 
https://github.com/openvkl/openvkl/archive/v2.0.1/openvkl-2.0.1.tar.gz
+   sha256sums = 
0c7faa9582a93e93767afdb15a6c9c9ba154af7ee83a6b553705797be5f8af62
 
 pkgname = openvkl


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=openvkl
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Intel® Open Volume Kernel Library"
 arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(boost cmake ispc)
 source=(
   
https://github.com/openvkl/openvkl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 )
-sha256sums=('469c3fba254c4fcdd84f8a9763d2e1aaa496dc123b5a9d467cc0a561e284c4e6')
+sha256sums=('0c7faa9582a93e93767afdb15a6c9c9ba154af7ee83a6b553705797be5f8af62')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



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

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




[Git][archlinux/packaging/packages/openvkl] Pushed new tag 2.0.1-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
openvkl

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




[Git][archlinux/packaging/packages/ispc][main] upgpkg: 1.23.0-1: Update to 1.23, needed by new ospray

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
1a8b56b3 by Antonio Rojas at 2024-03-09T00:30:08+01:00
upgpkg: 1.23.0-1: Update to 1.23, needed by new ospray

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ispc
pkgdesc = Compiler for high-performance SIMD programming on the CPU
-   pkgver = 1.22.0
-   pkgrel = 2
+   pkgver = 1.23.0
+   pkgrel = 1
url = https://ispc.github.io/
arch = x86_64
license = BSD-3-Clause
@@ -25,7 +25,7 @@ pkgbase = ispc
optdepends = level-zero-loader: GPU support
optdepends = openmp: GPU support
options = staticlibs
-   source = 
git+https://github.com/ispc/ispc#tag=bd2c42d42e0cc3da1baf92160b82d4dc820a02ee
+   source = 
git+https://github.com/ispc/ispc#tag=bcb2cf896c00f9a802a11cbf291ef6e44b205416
source = ispc-benchmark::git+https://github.com/google/benchmark.git
source = ispc-googletest::git+https://github.com/google/googletest.git
sha256sums = SKIP


=
PKGBUILD
=
@@ -3,9 +3,9 @@
 # Maintainer: Torsten Keßler 
 
 pkgname=ispc
-_commit=bd2c42d42e0cc3da1baf92160b82d4dc820a02ee # refs/tags/v1.22.0
-pkgver=1.22.0
-pkgrel=2
+_commit=bcb2cf896c00f9a802a11cbf291ef6e44b205416 # refs/tags/v1.23.0
+pkgver=1.23.0
+pkgrel=1
 pkgdesc="Compiler for high-performance SIMD programming on the CPU"
 arch=(x86_64)
 url="https://ispc.github.io/";



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

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




[Git][archlinux/packaging/packages/ispc] Pushed new tag 1.23.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.23.0-1 at Arch Linux / Packaging / Packages / 
ispc

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




[Git][archlinux/packaging/packages/postgis][main] upgpkg: 3.4.2-1: Update to 3.4.2

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
60098770 by Antonio Rojas at 2024-03-09T00:20:51+01:00
upgpkg: 3.4.2-1: Update to 3.4.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = postgis
pkgdesc = A spatial database extender for PostgreSQL
-   pkgver = 3.4.1
-   pkgrel = 2
+   pkgver = 3.4.2
+   pkgrel = 1
url = https://postgis.net/
changelog = postgis.changelog
arch = x86_64
license = GPL
-   makedepends = clang15
-   makedepends = llvm15
+   makedepends = clang
+   makedepends = llvm
depends = postgresql
depends = gdal
depends = geos
@@ -17,8 +17,8 @@ pkgbase = postgis
depends = protobuf-c
depends = pcre2
optdepends = perl: for contrib script postgis_restore.pl
-   source = https://download.osgeo.org/postgis/source/postgis-3.4.1.tar.gz
-   sha256sums = 
fef6a141213d0ff27bf45b33b849cc396c22ddb1ffc6fed435469c9e891fc81d
-   b2sums = 
98ef490b08438c5ee35409a1c5c63d985d3024325d607a7a150b197aabb8b70ec8c4bd5134136f92a106e6b1c885e3adb99aa325282122bc37d84db0d83f
+   source = https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz
+   sha256sums = 
c8c874c00ba4a984a87030af6bf9544821502060ad473d5c96f1d4d0835c5892
+   b2sums = 
30951950ae24ae0e0432658ef09ec95ffcf0ef377f79e45fb302f20b40d773c9d551d4ac2a07eab4f743ebeff2aae4730c8b7c2516c36a17f44a1410fbdc3069
 
 pkgname = postgis


=
PKGBUILD
=
@@ -4,19 +4,19 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="A spatial database extender for PostgreSQL"
 arch=(x86_64)
 url="https://postgis.net/";
 license=(GPL)
 depends=(postgresql gdal geos json-c libxml2 proj protobuf-c pcre2)
 optdepends=('perl: for contrib script postgis_restore.pl')
-makedepends=(clang15 llvm15)
+makedepends=(clang llvm)
 changelog=$pkgname.changelog
 source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fef6a141213d0ff27bf45b33b849cc396c22ddb1ffc6fed435469c9e891fc81d')
-b2sums=('98ef490b08438c5ee35409a1c5c63d985d3024325d607a7a150b197aabb8b70ec8c4bd5134136f92a106e6b1c885e3adb99aa325282122bc37d84db0d83f')
+sha256sums=('c8c874c00ba4a984a87030af6bf9544821502060ad473d5c96f1d4d0835c5892')
+b2sums=('30951950ae24ae0e0432658ef09ec95ffcf0ef377f79e45fb302f20b40d773c9d551d4ac2a07eab4f743ebeff2aae4730c8b7c2516c36a17f44a1410fbdc3069')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/6009877086f0b7d530c37f49f4f8ced3f505ea26

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




[Git][archlinux/packaging/packages/postgis] Pushed new tag 3.4.2-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.4.2-1 at Arch Linux / Packaging / Packages / 
postgis

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




[Git][archlinux/packaging/packages/python-statsmodels] Pushed new tag 0.14.1-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.14.1-1 at Arch Linux / Packaging / Packages / 
python-statsmodels

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




[Git][archlinux/packaging/packages/python-statsmodels][main] upgpkg: 0.14.1-1: Update to 0.14.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
054538b7 by Antonio Rojas at 2024-03-08T23:52:46+01:00
upgpkg: 0.14.1-1: Update to 0.14.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = python-statsmodels
+   pkgdesc = Statistical computations and models for use with SciPy
+   pkgver = 0.14.1
+   pkgrel = 1
+   url = https://www.statsmodels.org/
+   arch = x86_64
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-pytest-xdist
+   checkdepends = python-joblib
+   checkdepends = python-matplotlib
+   makedepends = python-setuptools-scm
+   makedepends = cython0
+   makedepends = git
+   depends = python-numpy
+   depends = python-scipy
+   depends = python-pandas
+   depends = python-patsy
+   optdepends = jupyter-notebook: needed to run the notebooks
+   optdepends = python-cvxopt: regularized fitting of some models
+   optdepends = python-joblib: accelerate distributed estimation for 
certain models
+   optdepends = python-matplotlib: plotting functions
+   source = git+https://github.com/statsmodels/statsmodels#tag=v0.14.1
+   sha256sums = SKIP
+
+pkgname = python-statsmodels


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Oliver Sherouse 
 
 pkgname=python-statsmodels
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=(x86_64)
 url="https://www.statsmodels.org/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-statsmodels/-/commit/054538b79b5ea79003f52f2d11d7c25b1fb9b3c7

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.1.1-4: Rebuild with chromium version from retagged Electron release

2024-03-08 Thread Caleb Maclennan (@alerque)


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


Commits:
02a24aaa by Caleb Maclennan at 2024-03-09T01:12:51+03:00
upgpkg: 29.1.1-4: Rebuild with chromium version from retagged Electron release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 29.1.1
-   pkgrel = 3
+   pkgrel = 4
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -89,11 +89,11 @@ pkgbase = electron29
source = use-system-libraries-in-node.patch
source = compiler-rt-adjust-paths.patch
source = default_app-icon.patch
-   source = jinja-python-3.10.patch
source = electron-launcher.sh
source = electron.desktop
+   source = jinja-python-3.10.patch
source = makepkg-source-roller.py
-   source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.95
+   source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.111
source = 
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
source = 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.9.0
source = 
chromium-mirror_third_party_engflow-reclient-configs::git+https://github.com/EngFlow/reclient-configs.git#commit=955335c30a752e9ef7bff375baab5e0819b6c00d
@@ -215,7 +215,7 @@ pkgbase = electron29
source = 
chromium-mirror_third_party_xnnpack_src::git+https://chromium.googlesource.com/external/github.com/google/XNNPACK.git#commit=a68aa0a24b0d3e1c75f2f7c0915b70121cee0470
source = 
chromium-mirror_tools_page_cycler_acid3::git+https://chromium.googlesource.com/chromium/deps/acid3.git#commit=a926d0a32e02c4c03ae95bb798e6c780e0e184ba
source = 
chromium-mirror_third_party_zstd_src::git+https://chromium.googlesource.com/external/github.com/facebook/zstd.git#commit=050fec5c378d676fede8b2171ec5e84f6afa1504
-   source = 
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=d5c51572dec5b2a385b57549fe195c319f1284e2
+   source = 
chromium-mirror_v8::git+https://chromium.googlesource.com/v8/v8.git#commit=ddbcde1a3adf125ed72dbfcb4f90040d0c7e5dae
source = 
chromium-mirror_third_party_angle_third_party_glmark2_src::git+https://chromium.googlesource.com/external/github.com/glmark2/glmark2.git#commit=ca8de51fedb70bace5351c6b002eb952c747e889
source = 
chromium-mirror_third_party_angle_third_party_rapidjson_src::git+https://chromium.googlesource.com/external/github.com/Tencent/rapidjson.git#commit=781a4e667d84aeedbeb8184b7b62425ea66ec59f
source = 
chromium-mirror_third_party_angle_third_party_VK-GL-CTS_src::git+https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS.git#commit=0f6fd3de81102058dc2ae299af1ad5287d2145dd
@@ -252,9 +252,9 @@ pkgbase = electron29
sha256sums = 
ff588a8a4fd2f79eb8a4f11cf1aa151298ffb895be566c57cc355d47f161f53f
sha256sums = 
b3de01b7df227478687d7517f61a777450dca765756002c80c4915f271e2d961
sha256sums = 
dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4
-   sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
sha256sums = 
b0ac3422a6ab04859b40d4d7c0fd5f703c893c9ec145c9894c468fbc0a4d457c
sha256sums = 
4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae
+   sha256sums = 
55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e
sha256sums = 
3ae82375ba212c31fd4ba6f1fa4e2445eeca8eb8c952176131ad57c0258db224
sha256sums = SKIP
sha256sums = SKIP


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=29.1.1
 _gcc_patches=122-3
-pkgrel=3
+pkgrel=4
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -70,12 +70,12 @@ 
source=("git+https://github.com/electron/electron.git#tag=v$pkgver";
 compiler-rt-adjust-paths.patch
 # Electron
 default_app-icon.patch
-jinja-python-3.10.patch
 electron-launcher.sh
 electron.desktop
+jinja-python-3.10.patch
 makepkg-source-roller.py
 # BEGIN managed sources
-
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.95
+
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.111
 
chromium-mirror_third_party_nan::git+https://github.com/nodejs/nan.git#commit=e14bdcd1f72d62bca1d541b66da43130384ec213
 
chromium-mirror_third_party_electron_node::git+https://github.com/nodejs/node.git#tag=v20.9.0
 
chromium-mirror_third_par

[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.1.1-4

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 29.1.1-4 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.1.1-3

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 29.1.1-3 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/cobalt][main] upgpkg: 0.19.2-1

2024-03-08 Thread Caleb Maclennan (@alerque)


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


Commits:
68793492 by Caleb Maclennan at 2024-03-08T23:58:46+03:00
upgpkg: 0.19.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = cobalt
+   pkgdesc = Static site generator written in Rust
+   pkgver = 0.19.2
+   pkgrel = 1
+   url = https://cobalt-org.github.io/
+   arch = x86_64
+   license = MIT
+   makedepends = rust
+   makedepends = cargo
+   depends = openssl
+   depends = libsass
+   depends = glibc
+   depends = gcc-libs
+   source = 
https://github.com/cobalt-org/cobalt.rs/archive/v0.19.2/cobalt.rs-v0.19.2.tar.gz
+   sha512sums = 
c5a1667bf22130fcaf7d5f6e0efb122065c322652dbe1c5a8fd8235522652f6bedac6a68bf910a5f93284749d2bc1e5f378ac48518abad29faf12d22f70e490a
+   b2sums = 
6ba716fb1db352ec3caed1043878673301cece412bc4aabcf0a7b2686f12e6cc1fdcac43c7df89ab85cc8fa9564ea5305323adbbac9c139c4643cf9b282645f6
+
+pkgname = cobalt


=
PKGBUILD
=
@@ -1,8 +1,9 @@
 # Maintainer: Levente Polyak 
+# Maintainer: Caleb Maclennan 
 # Contributor: Stas Rudakou 
 
 pkgname=cobalt
-pkgver=0.19.0
+pkgver=0.19.2
 pkgrel=1
 pkgdesc='Static site generator written in Rust'
 url='https://cobalt-org.github.io/'
@@ -11,12 +12,12 @@ license=('MIT')
 depends=('openssl' 'libsass' 'glibc' 'gcc-libs')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('6667355816e6304cc37b1729246284d5805abeb120fd78ad98420070f165ca55bf5682ad875a2191f3764d4f12e9c8fbd9901e84febeee9bd46eb9b821cd7068')
-b2sums=('d99f09b5764339acdadae5142e429070c5634494538c0aa8a72e6f48114fbba0a12873c1a9abeb121877dcfd43b4c0b87df5f04c589c40ffc64cdd1fbd43d846')
+sha512sums=('c5a1667bf22130fcaf7d5f6e0efb122065c322652dbe1c5a8fd8235522652f6bedac6a68bf910a5f93284749d2bc1e5f378ac48518abad29faf12d22f70e490a')
+b2sums=('6ba716fb1db352ec3caed1043878673301cece412bc4aabcf0a7b2686f12e6cc1fdcac43c7df89ab85cc8fa9564ea5305323adbbac9c139c4643cf9b282645f6')
 
 build() {
   cd ${pkgname}.rs-${pkgver}
-  cargo build --release --locked --features 'syntax-highlight sass'
+  cargo build --release --locked
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cobalt/-/commit/68793492fbfe9ad23ed485d13c8167d094df

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




[Git][archlinux/packaging/packages/cobalt] Pushed new tag 0.19.2-1

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.19.2-1 at Arch Linux / Packaging / Packages / 
cobalt

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




[Git][archlinux/packaging/packages/sdbus-cpp][main] Remove gitignore, not part of Arch packaging guidelines

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
sdbus-cpp


Commits:
56e90649 by Caleb Maclennan at 2024-03-08T23:56:53+03:00
Remove gitignore, not part of Arch packaging guidelines

The need for git ignore files is better served by a single parent
.gitignore in the directory above all one's AUR packages (whether this
is just a loose file or part of an `aurpublish` setup or whether
`pkgctl` is being used). Each AUR package having it's own missmatched
ignore rules that behave differently depending on developer preferences
is fairly disruptive because tooling doesn't behave the same between
packages.

- - - - -


1 changed file:

- − .gitignore


Changes:

=
.gitignore deleted
=
@@ -1,21 +0,0 @@
-# Created by https://www.gitignore.io/api/archlinuxpackages
-# Edit at https://www.gitignore.io/?templates=archlinuxpackages
-
-### ArchLinuxPackages ###
-*.tar
-*.tar.*
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-pkg/
-src/
-
-# End of https://www.gitignore.io/api/archlinuxpackages
-
-sdbus-cpp



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sdbus-cpp/-/commit/56e90649a81e73e37288352f96ae84ca5d26b7fa

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




[Git][archlinux/packaging/packages/python-pypdf][main] Remove gitignore, not part of Arch packaging guidelines

2024-03-08 Thread Caleb Maclennan (@alerque)


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


Commits:
5d31117c by Caleb Maclennan at 2024-03-08T23:55:59+03:00
Remove gitignore, not part of Arch packaging guidelines

The need for git ignore files is better served by a single parent
.gitignore in the directory above all one's AUR packages (whether this
is just a loose file or part of an `aurpublish` setup or whether
`pkgctl` is being used). Each AUR package having it's own missmatched
ignore rules that behave differently depending on developer preferences
is fairly disruptive because tooling doesn't behave the same between
packages.

- - - - -


1 changed file:

- − .gitignore


Changes:

=
.gitignore deleted
=
@@ -1,5 +0,0 @@
-pkg/
-src/
-*.tar
-*.tar.*
-*.[gx]z



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypdf/-/commit/5d31117c2e22ce3ef95014102b6abcfdb4b99e83

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




[Git][archlinux/packaging/packages/libvirt-python][main] 2 commits: Change to a PEP 517 based workflow

2024-03-08 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
libvirt-python


Commits:
f27d80cd by loqs at 2024-03-08T14:16:33+00:00
Change to a PEP 517 based workflow

- - - - -
e541d954 by loqs at 2024-03-08T14:17:27+00:00
Change to SPDX license identifier

https://gitlab.com/libvirt/libvirt-python/-/blob/v10.1.0/setup.cfg#L14
https://gitlab.com/libvirt/libvirt-python/-/blob/v10.1.0/COPYING

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,8 +10,8 @@ pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/libvirt-python";
-license=('LGPL')
-makedepends=('python' 'python-setuptools' 'libvirt')
+license=('LGPL-2.1-or-later')
+makedepends=('python' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel' 'libvirt')
 depends=('python' 'libvirt')
 options=('emptydirs')
 
source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz"{,.asc})
@@ -21,10 +21,10 @@ validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # 
Jiří Denemark https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-python/-/compare/3e0bc708c611dc503c7a27496031b3f17077f54d...e541d95473995c25c8f26853089f60b6627cb83a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-python/-/compare/3e0bc708c611dc503c7a27496031b3f17077f54d...e541d95473995c25c8f26853089f60b6627cb83a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/webp-pixbuf-loader][main] upgpkg: 0.2.7-1: Update to 0.2.7

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
webp-pixbuf-loader


Commits:
fcbb82ab by Antonio Rojas at 2024-03-08T21:41:22+01:00
upgpkg: 0.2.7-1: Update to 0.2.7

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = webp-pixbuf-loader
+   pkgdesc = WebM GDK Pixbuf Loader library
+   pkgver = 0.2.7
+   pkgrel = 1
+   url = https://github.com/aruiz/webp-pixbuf-loader
+   arch = x86_64
+   license = LGPL
+   makedepends = meson
+   depends = gdk-pixbuf2
+   depends = libwebp
+   source = 
https://github.com/aruiz/webp-pixbuf-loader/archive/0.2.7/webp-pixbuf-loader-0.2.7.tar.gz
+   sha256sums = 
61ce5e8e036043f9d0e78c1596a621788e879c52aedf72ab5e78a8c44849411a
+
+pkgname = webp-pixbuf-loader


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=webp-pixbuf-loader
-pkgver=0.2.5
+pkgver=0.2.7
 pkgrel=1
 pkgdesc="WebM GDK Pixbuf Loader library"
 arch=(x86_64)
@@ -9,14 +9,8 @@ url="https://github.com/aruiz/webp-pixbuf-loader";
 license=(LGPL)
 depends=(gdk-pixbuf2 libwebp)
 makedepends=(meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-https://github.com/aruiz/webp-pixbuf-loader/commit/834657c8.patch)
-sha256sums=('e1b76c538a1d3b3fc41323d044c7c84365ab9bd5ab3dcc8de7efb0c7dc2f206b'
-'e2663d431786ff336ceeabbdf466f7d25627445fcb8a003be61418675cf4b4bc')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 834657c8.patch # Fix libwebp dependency
-}
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('61ce5e8e036043f9d0e78c1596a621788e879c52aedf72ab5e78a8c44849411a')
 
 build() {
   arch-meson ${pkgname}-${pkgver} build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/webp-pixbuf-loader/-/commit/fcbb82ab887e25997b8101cf30f7175c8dd2cf93

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




[Git][archlinux/packaging/packages/webp-pixbuf-loader] Pushed new tag 0.2.7-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.2.7-1 at Arch Linux / Packaging / Packages / 
webp-pixbuf-loader

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




[Git][archlinux/packaging/packages/clinfo][main] upgpkg: 3.0.23.01.25-1: Update to 3.0.23.01.25

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
4afa7ad8 by Antonio Rojas at 2024-03-08T21:39:07+01:00
upgpkg: 3.0.23.01.25-1: Update to 3.0.23.01.25

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = clinfo
+   pkgdesc = Simple OpenCL application that enumerates all available 
platform and device properties
+   pkgver = 3.0.23.01.25
+   pkgrel = 1
+   url = https://github.com/Oblomov/clinfo
+   arch = x86_64
+   license = custom:Public Domain
+   makedepends = opencl-headers
+   depends = opencl-icd-loader
+   source = 
https://github.com/Oblomov/clinfo/archive/3.0.23.01.25/clinfo-3.0.23.01.25.tar.gz
+   sha256sums = 
6dcdada6c115873db78c7ffc62b9fc1ee7a2d08854a3bccea396df312e7331e3
+
+pkgname = clinfo


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=clinfo
-pkgver=3.0.21.02.21
+pkgver=3.0.23.01.25
 pkgrel=1
 pkgdesc="Simple OpenCL application that enumerates all available platform and 
device properties"
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=('custom:Public Domain')
 depends=(opencl-icd-loader)
 makedepends=(opencl-headers)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e52f5c374a10364999d57a1be30219b47fb0b4f090e418f2ca19a0c037c1e694')
+sha256sums=('6dcdada6c115873db78c7ffc62b9fc1ee7a2d08854a3bccea396df312e7331e3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/clinfo] Pushed new tag 3.0.23.01.25-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.0.23.01.25-1 at Arch Linux / Packaging / 
Packages / clinfo

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




[Git][archlinux/packaging/packages/python-pytest-dependency][main] upgpkg: 0.6.0-1: Update to 0.6.0

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-dependency


Commits:
4090e93c by Antonio Rojas at 2024-03-08T21:35:58+01:00
upgpkg: 0.6.0-1: Update to 0.6.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-pytest-dependency
+   pkgdesc = Manage dependencies of tests
+   pkgver = 0.6.0
+   pkgrel = 1
+   url = https://github.com/RKrahl/pytest-dependency
+   arch = any
+   license = Apache
+   makedepends = python-setuptools
+   depends = python-pytest
+   source = 
https://files.pythonhosted.org/packages/source/p/pytest-dependency/pytest-dependency-0.6.0.tar.gz
+   sha256sums = 
934b0e6a39d95995062c193f7eaeed8a8ffa06ff1bcef4b62b0dc74a708bacc1
+
+pkgname = python-pytest-dependency


=
PKGBUILD
=
@@ -2,23 +2,16 @@
 
 _pkg=pytest-dependency
 pkgname=python-${_pkg}
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Manage dependencies of tests"
 arch=(any)
 url="https://github.com/RKrahl/pytest-dependency";
 license=(Apache)
 depends=(python-pytest)
 makedepends=(python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
-
${pkgname}-fix-pytest-6.2.patch::${url}/commit/0930889a13e2b9baa7617f05dc9b55abede5209d.patch)
-sha256sums=('c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b'
-'3a107ea61e9f95cc4cc247dacef264b1600e41c0a7515817cd0e0b563516a3a3')
-
-prepare() {
-  cd ${_pkg}-${pkgver}
-  patch -p1 < ../${pkgname}-fix-pytest-6.2.patch
-}
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('934b0e6a39d95995062c193f7eaeed8a8ffa06ff1bcef4b62b0dc74a708bacc1')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-dependency/-/commit/4090e93ce733cc3aaf8a1f54ff5791bfc08782af

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




[Git][archlinux/packaging/packages/python-pytest-dependency] Pushed new tag 0.6.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.6.0-1 at Arch Linux / Packaging / Packages / 
python-pytest-dependency

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




[Git][archlinux/packaging/packages/grpc][main] upgpkg: 1.62.1-1

2024-03-08 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / grpc


Commits:
4c4ae6ff by Massimiliano Torromeo at 2024-03-08T21:31:02+01:00
upgpkg: 1.62.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that 
puts mobile and HTTP/2 first.
-   pkgver = 1.62.0
-   pkgrel = 2
+   pkgver = 1.62.1
+   pkgrel = 1
url = https://grpc.io
arch = x86_64
license = BSD
@@ -20,9 +20,9 @@ pkgbase = grpc
makedepends = python-setuptools
makedepends = abseil-cpp
makedepends = ninja
-   source = https://github.com/grpc/grpc/archive/v1.62.0/grpc-1.62.0.tar.gz
+   source = https://github.com/grpc/grpc/archive/v1.62.1/grpc-1.62.1.tar.gz
source = 
https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
-   sha256sums = 
f40bde4ce2f31760f65dc49a2f50876f59077026494e67dccf23992548b1b04f
+   sha256sums = 
c9f9ae6e4d6f40464ee9958be4068087881ed6aa37e30d0e64d40ed7be39dd01
sha256sums = 
c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
 
 pkgname = grpc


=
PKGBUILD
=
@@ -4,9 +4,9 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
-pkgver=1.62.0
+pkgver=1.62.1
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
-pkgrel=2
+pkgrel=1
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -16,7 +16,7 @@ makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 
'c-ares' 'openssl' 'chrp
 checkdepends=('python-six')
 source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz";
 
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz";)
-sha256sums=('f40bde4ce2f31760f65dc49a2f50876f59077026494e67dccf23992548b1b04f'
+sha256sums=('c9f9ae6e4d6f40464ee9958be4068087881ed6aa37e30d0e64d40ed7be39dd01'
 'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.62.1-1

2024-03-08 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.62.1-1 at Arch Linux / Packaging / 
Packages / grpc

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




[Git][archlinux/packaging/packages/python-pytest-order][main] upgpkg: 1.2.0-1: Update to 1.2.0

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-order


Commits:
db9a1dbc by Antonio Rojas at 2024-03-08T21:29:06+01:00
upgpkg: 1.2.0-1: Update to 1.2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-pytest-order
+   pkgdesc = pytest plugin that allows to customize the test execution 
order
+   pkgver = 1.2.0
+   pkgrel = 1
+   url = https://github.com/pytest-dev/pytest-order/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest-dependency
+   checkdepends = python-pytest-mock
+   checkdepends = python-pytest-xdist
+   makedepends = python-setuptools
+   depends = python-pytest
+   source = 
https://github.com/pytest-dev/pytest-order//archive/v1.2.0/python-pytest-order-1.2.0.tar.gz
+   sha256sums = 
ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491
+
+pkgname = python-pytest-order


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=pytest-order
 pkgname=python-${_pkg}
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="pytest plugin that allows to customize the test execution order"
 arch=(any)
 url="https://github.com/pytest-dev/pytest-order/";
@@ -16,7 +16,7 @@ checkdepends=(
 python-pytest-xdist
 )
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b207d9ab0619a184ae22418d9ab7bc7cd43769a3334256c7c541114e998a0dc7')
+sha256sums=('ae70c66b5a763080a230015747dd8ae37050d84b7faa43fbec85a9b3cafc1491')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-order/-/commit/db9a1dbc203a64c4b303a06ab3d935271138a59b

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




[Git][archlinux/packaging/packages/python-pytest-order] Pushed new tag 1.2.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.2.0-1 at Arch Linux / Packaging / Packages / 
python-pytest-order

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




[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.353-1

2024-03-08 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.353-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.353-1

2024-03-08 Thread Daniel M. Capella (@polyzen)


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


Commits:
5d1b3087 by Daniel M. Capella at 2024-03-08T15:27:12-05:00
upgpkg: 1.1.353-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyright
pkgdesc = Type checker for the Python language
-   pkgver = 1.1.352
+   pkgver = 1.1.353
pkgrel = 1
url = https://microsoft.github.io/pyright
arch = any
@@ -8,7 +8,7 @@ pkgbase = pyright
makedepends = git
makedepends = npm
depends = nodejs
-   source = git+https://github.com/microsoft/pyright.git#tag=1.1.352
+   source = git+https://github.com/microsoft/pyright.git#tag=1.1.353
b2sums = SKIP
 
 pkgname = pyright


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.352
+pkgver=1.1.353
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')



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

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




[Git][archlinux/packaging/packages/python-py_stringmatching] Pushed new tag 0.4.5-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.4.5-1 at Arch Linux / Packaging / Packages / 
python-py_stringmatching

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




[Git][archlinux/packaging/packages/python-py_stringmatching][main] upgpkg: 0.4.5-1: Update to 0.4.5

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
47c581ab by Antonio Rojas at 2024-03-08T21:26:44+01:00
upgpkg: 0.4.5-1: Update to 0.4.5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-py_stringmatching
+   pkgdesc = Comprehensive and scalable set of string tokenizers and 
similarity measures
+   pkgver = 0.4.5
+   pkgrel = 1
+   url = https://github.com/anhaidgroup/py_stringmatching
+   arch = x86_64
+   license = BSD
+   checkdepends = python-nose
+   makedepends = python-setuptools
+   makedepends = cython
+   depends = python-numpy
+   source = 
https://files.pythonhosted.org/packages/source/p/py-stringmatching/py-stringmatching-0.4.5.tar.gz
+   sha256sums = 
d97ba1b562ad98effc946687c5dab074c17a515114ab0dcf502202d5cec9f2b5
+
+pkgname = python-py_stringmatching


=
PKGBUILD
=
@@ -1,19 +1,19 @@
 # Maintainer: Bruno Pagani 
 
-_pkg=py_stringmatching
-pkgname=python-${_pkg}
-pkgver=0.4.3
-pkgrel=2
+_pkg=py-stringmatching
+pkgname=python-${_pkg/-/_}
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Comprehensive and scalable set of string tokenizers and similarity 
measures"
 arch=(x86_64)
 url="https://github.com/anhaidgroup/py_stringmatching";
 license=(BSD)
-depends=(python-numpy python-six)
+depends=(python-numpy)
 makedepends=(python-setuptools cython)
 checkdepends=(python-nose)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
#source=(https://github.com/anhaidgroup/py_stringmatching/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('921b9bb163b310df341c33823913204f7b0ca9f6a319f5b451408300bd378dee')
+sha256sums=('d97ba1b562ad98effc946687c5dab074c17a515114ab0dcf502202d5cec9f2b5')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py_stringmatching/-/commit/47c581abe57f92d8d4770898b0492b4036601366

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




[Git][archlinux/packaging/packages/python-textdistance][main] upgpkg: 4.6.1-1: Update to 4.6.1

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
8a13b667 by Antonio Rojas at 2024-03-08T21:22:17+01:00
upgpkg: 4.6.1-1: Update to 4.6.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = python-textdistance
+   pkgdesc = Compute distance between sequences
+   pkgver = 4.6.1
+   pkgrel = 1
+   url = https://github.com/life4/textdistance
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-hypothesis
+   checkdepends = python-isort
+   checkdepends = python-pylev
+   checkdepends = python-py_stringmatching
+   checkdepends = python-tabulate
+   makedepends = python-setuptools
+   depends = python-abydos
+   depends = python-jellyfish
+   depends = python-numpy
+   depends = python-levenshtein
+   depends = python-pyxdameraulevenshtein
+   source = 
https://github.com/life4/textdistance/archive/4.6.1/textdistance-4.6.1.tar.gz
+   sha256sums = 
80de4a8b9a4dec554ec3f3611124ca7decf317f038a5483d8c00c93d3b919924
+
+pkgname = python-textdistance


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=textdistance
 pkgname=python-${_pkg}
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.6.1
+pkgrel=1
 pkgdesc="Compute distance between sequences"
 arch=(any)
 url="https://github.com/life4/textdistance";
@@ -27,7 +27,7 @@ checkdepends=(
 # PyPi tarballs do not have the tests
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('847138105603af8f7b711498ce215d36f016512e37351b071b8867a46b3906e7')
+sha256sums=('80de4a8b9a4dec554ec3f3611124ca7decf317f038a5483d8c00c93d3b919924')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textdistance/-/commit/8a13b66706029d53e1c8443627f0c387b7df63c4

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




[Git][archlinux/packaging/packages/python-textdistance] Pushed new tag 4.6.1-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.6.1-1 at Arch Linux / Packaging / Packages / 
python-textdistance

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




[Git][archlinux/packaging/packages/python-numexpr][main] upgpkg: 2.9.0-1: Update to 2.9.0

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
d835e21d by Antonio Rojas at 2024-03-08T21:19:32+01:00
upgpkg: 2.9.0-1: Update to 2.9.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = python-numexpr
pkgdesc = Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
-   pkgver = 2.8.8
+   pkgver = 2.9.0
pkgrel = 1
url = https://github.com/pydata/numexpr
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python-numpy
-   source = 
https://github.com/pydata/numexpr/archive/v2.8.8/python-numexpr-2.8.8.tar.gz
-   sha256sums = 
10b377c6ec6d9c01349d00e16dd82e6a6f4439c8c2b1945e490df1436c1825f5
+   source = 
https://github.com/pydata/numexpr/archive/v2.9.0/python-numexpr-2.9.0.tar.gz
+   sha256sums = 
4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e
 
 pkgname = python-numexpr


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet 
 
 pkgname=python-numexpr
-pkgver=2.8.8
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr";
@@ -12,7 +12,7 @@ license=(MIT)
 depends=(python-numpy)
 makedepends=(python-setuptools)
 
source=(https://github.com/pydata/numexpr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('10b377c6ec6d9c01349d00e16dd82e6a6f4439c8c2b1945e490df1436c1825f5')
+sha256sums=('4df4163fcab20030137e8f2aa23e88e1e42e6fe702387cfd95d7675e1d84645e')
 
 build() {
   cd numexpr-$pkgver



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

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




[Git][archlinux/packaging/packages/python-numexpr] Pushed new tag 2.9.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.9.0-1 at Arch Linux / Packaging / Packages / 
python-numexpr

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




[Git][archlinux/packaging/packages/element.io][main] upgpkg: 1.11.59-1: Update to 1.11.59

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
element.io


Commits:
39d5e1ae by Antonio Rojas at 2024-03-08T21:17:51+01:00
upgpkg: 1.11.59-1: Update to 1.11.59

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = element.io
pkgdesc = Glossy Matrix collaboration client —
-   pkgver = 1.11.58
+   pkgver = 1.11.59
pkgrel = 1
url = https://element.io
arch = x86_64
@@ -14,17 +14,17 @@ pkgbase = element.io
makedepends = electron28
makedepends = nodejs
makedepends = libxcrypt-compat
-   source = 
element-web-1.11.58.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.58.tar.gz
-   source = 
element-web-1.11.58.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.58/v1.11.58.tar.gz.asc
-   source = 
element-desktop-1.11.58.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.58.tar.gz
-   source = 
element-desktop-1.11.58.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.58/v1.11.58.tar.gz.asc
+   source = 
element-web-1.11.59.tar.gz::https://github.com/vector-im/element-web/archive/v1.11.59.tar.gz
+   source = 
element-web-1.11.59.tar.gz.asc::https://github.com/vector-im/element-web/releases/download/v1.11.59/v1.11.59.tar.gz.asc
+   source = 
element-desktop-1.11.59.tar.gz::https://github.com/vector-im/element-desktop/archive/v1.11.59.tar.gz
+   source = 
element-desktop-1.11.59.tar.gz.asc::https://github.com/vector-im/element-desktop/releases/download/v1.11.59/v1.11.59.tar.gz.asc
source = autolaunch.patch
source = io.element.Element.desktop
source = element-desktop.sh
validpgpkeys = 712BFBEE92DCA45252DB17D7C7BE97EFA179B100
-   sha256sums = 
c61cbe0b8685cab7fb569c249a809c9d8e21de8071db0a34f4915e2da592abee
+   sha256sums = 
eda4495ddac6c921999a04bff3d85408d236121b6ec36498ab341b3407339ada
sha256sums = SKIP
-   sha256sums = 
4033ca754cc23052dfbdf1fc35cbd87a7106354f8551a328adef3e48296b257e
+   sha256sums = 
01c752769e0f4e539a6104e4834ec037daf4e010f5be192b098feae47a4f4a38
sha256sums = SKIP
sha256sums = 
268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f
sha256sums = 
0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9
@@ -37,7 +37,7 @@ pkgname = element-web
 
 pkgname = element-desktop
pkgdesc = Glossy Matrix collaboration client — desktop version.
-   depends = element-web=1.11.58
+   depends = element-web=1.11.59
depends = electron28
depends = libsecret
replaces = riot-desktop


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _electron=electron28
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.11.58
+pkgver=1.11.59
 pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
@@ -21,9 +21,9 @@ 
source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
 autolaunch.patch
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('c61cbe0b8685cab7fb569c249a809c9d8e21de8071db0a34f4915e2da592abee'
+sha256sums=('eda4495ddac6c921999a04bff3d85408d236121b6ec36498ab341b3407339ada'
 'SKIP'
-'4033ca754cc23052dfbdf1fc35cbd87a7106354f8551a328adef3e48296b257e'
+'01c752769e0f4e539a6104e4834ec037daf4e010f5be192b098feae47a4f4a38'
 'SKIP'
 '268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f'
 '0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/element.io/-/commit/39d5e1aea013c2b45cdde6145712ab71ae55cdb5

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




[Git][archlinux/packaging/packages/element.io] Pushed new tag 1.11.59-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.11.59-1 at Arch Linux / Packaging / Packages / 
element.io

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




[Git][archlinux/packaging/packages/gnome-shell-extension-arc-menu] Pushed new tag 55-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 55-1 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-arc-menu

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




[Git][archlinux/packaging/packages/gnome-shell-extension-arc-menu][main] upgpkg: 55-1: Update to 55

2024-03-08 Thread Antonio Rojas (@arojas)


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


Commits:
94f27426 by Antonio Rojas at 2024-03-08T21:07:23+01:00
upgpkg: 55-1: Update to 55

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = gnome-shell-extension-arc-menu
pkgdesc = Application menu extension for GNOME Shell
-   pkgver = 51
+   pkgver = 55
pkgrel = 1
url = https://gitlab.com/arcmenu/ArcMenu
arch = any
-   license = GPL
+   license = GPL-2.0-or-later
depends = gnome-menus
depends = gnome-shell
-   source = 
https://gitlab.com/arcmenu/ArcMenu/-/archive/v51/ArcMenu-v51.tar.gz
-   sha256sums = 
c384525c8a4b88847d4afa95a21c418fa052b9abdc64e8b4fcaeef420bedbf31
+   source = 
https://gitlab.com/arcmenu/ArcMenu/-/archive/v55/ArcMenu-v55.tar.gz
+   sha256sums = 
ca7b44e437c9141da1cb5ca7e39855206a80ad681e7261df89cc616d1321f0d9
 
 pkgname = gnome-shell-extension-arc-menu


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell-extension-arc-menu
 _pkgname=ArcMenu
-pkgver=51
+pkgver=55
 pkgrel=1
 pkgdesc='Application menu extension for GNOME Shell'
 arch=('any')
@@ -12,7 +12,7 @@ url='https://gitlab.com/arcmenu/ArcMenu'
 license=('GPL-2.0-or-later')
 depends=('gnome-menus' 'gnome-shell')
 
source=("https://gitlab.com/arcmenu/ArcMenu/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz";)
-sha256sums=('c384525c8a4b88847d4afa95a21c418fa052b9abdc64e8b4fcaeef420bedbf31')
+sha256sums=('ca7b44e437c9141da1cb5ca7e39855206a80ad681e7261df89cc616d1321f0d9')
 
 build() {
   cd $_pkgname-v$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-arc-menu/-/commit/94f274266db1653949a3498288822a42215eb819

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




[Git][archlinux/packaging/packages/haskell-ci] Pushed new tag 0.14.3-8

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.14.3-8 at Arch Linux / Packaging / Packages / 
haskell-ci

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ci/-/tree/0.14.3-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/haskell-ci][main] upgpkg: 0.14.3-8: Rebuild with shellcheck 0.10.0

2024-03-08 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-ci


Commits:
53244d0e by Caleb Maclennan at 2024-03-08T23:04:36+03:00
upgpkg: 0.14.3-8: Rebuild with shellcheck 0.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-ci
pkgdesc = Cabal package script generator for Travis-CI
pkgver = 0.14.3
-   pkgrel = 7
+   pkgrel = 8
url = https://haskell-ci.rtfd.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.14.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/";
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ci/-/commit/53244d0ef5bd39f00fe9d3ff7a2e676794508ab3

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




[Git][archlinux/packaging/packages/qgis] Pushed new tag 3.36.0-1

2024-03-08 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.36.0-1 at Arch Linux / Packaging / Packages / 
qgis

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




  1   2   3   >