[Git][archlinux/packaging/packages/csvkit][main] upgpkg: 2.0.0-1

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


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


Commits:
c1d2e36e by Caleb Maclennan at 2024-05-02T08:51:12+03:00
upgpkg: 2.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = csvkit
pkgdesc = A suite of utilities for converting to and working with CSV
-   pkgver = 1.5.0
-   pkgrel = 3
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://csvkit.readthedocs.org
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = csvkit
depends = python-setuptools
depends = python-sphinx-furo
optdepends = ipython: nicer command-line for csvpy utility
-   source = 
csvkit-1.5.0.tgz::https://github.com/wireservice/csvkit/archive/1.5.0.tar.gz
-   sha256sums = 
2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65
+   source = 
csvkit-2.0.0.tgz::https://github.com/wireservice/csvkit/archive/2.0.0.tar.gz
+   sha256sums = 
4103532e8cc3c8e1cfdd0acc95032978b51d205485dd26bddaafb35d69c967d9
 
 pkgname = csvkit


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Michał Pałubicki 
 
 pkgname=csvkit
-pkgver=1.5.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='A suite of utilities for converting to and working with CSV'
 arch=(any)
 url="https://$pkgname.readthedocs.org;
@@ -22,7 +22,7 @@ makedepends=(python-{build,installer,wheel}
 checkdepends=(python-pytest)
 _archive="$pkgname-$pkgver"
 
source=("$_archive.tgz::https://github.com/wireservice/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('2895fe92d7adcd8f71fc40df5c445506bd24a2ba314a9af9da2a64fb458fce65')
+sha256sums=('4103532e8cc3c8e1cfdd0acc95032978b51d205485dd26bddaafb35d69c967d9')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csvkit/-/commit/c1d2e36ea000d22f95c9a6a5921e74e1df1c7d6e

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




[Git][archlinux/packaging/packages/csvkit] Pushed new tag 2.0.0-1

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


Caleb Maclennan pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
csvkit

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




[Git][archlinux/packaging/packages/python-isort] Pushed new tag 5.13.2-3

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


Caleb Maclennan pushed new tag 5.13.2-3 at Arch Linux / Packaging / Packages / 
python-isort

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




[Git][archlinux/packaging/packages/python-isort][main] upgpkg: 5.13.2-3: Drop obsolete dependency

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


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


Commits:
11bfb41d by Caleb Maclennan at 2024-05-02T08:43:47+03:00
upgpkg: 5.13.2-3: Drop obsolete dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-isort
pkgdesc = A Python utility / library to sort Python imports
pkgver = 5.13.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/PyCQA/isort
arch = any
license = MIT
@@ -11,7 +11,6 @@ pkgbase = python-isort
makedepends = python-poetry-core
depends = python
depends = python-toml
-   depends = python-tomli
source = 
https://github.com/PyCQA/isort/archive/5.13.2/isort-5.13.2.tar.gz
sha256sums = 
0f13e665483ca8cfa3d3e1809738ea518f8a66fe5489430273f08368893193e1
 


=
PKGBUILD
=
@@ -5,13 +5,12 @@
 _pyname=isort
 pkgname=python-$_pyname
 pkgver=5.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A Python utility / library to sort Python imports'
 arch=(any)
 url="https://github.com/PyCQA/$_pyname;
 license=(MIT)
-_pydeps=(toml
- tomli)
+_pydeps=(toml)
 depends=(python
  "${_pydeps[@]/#/python-}")
 makedepends=(python-{build,installer,wheel}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-isort/-/commit/11bfb41d30566292757e394fb33da244fc976db7

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




[Git][archlinux/packaging/packages/vis] Pushed new tag 0.9-1

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


Christian Hesse pushed new tag 0.9-1 at Arch Linux / Packaging / Packages / vis

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




[Git][archlinux/packaging/packages/vis][main] upgpkg: 0.9-1: new upstream release

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / vis


Commits:
21d52942 by Christian Hesse at 2024-05-02T06:38:55+02:00
upgpkg: 0.9-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vis
pkgdesc = modern, legacy free, simple yet efficient vim-like editor
-   pkgver = 0.8
-   pkgrel = 2
+   pkgver = 0.9
+   pkgrel = 1
url = https://github.com/martanne/vis#vis-a-vim-like-text-editor
arch = x86_64
license = custom:ISC
@@ -23,10 +23,10 @@ pkgbase = vis
optdepends = xsel: X11 clipboard support
optdepends = lua-lpeg: syntax highlighting
backup = etc/vis/visrc.lua
-   source = git+https://github.com/martanne/vis.git#tag=v0.8
+   source = git+https://github.com/martanne/vis.git#tag=v0.9
source = git+https://github.com/martanne/vis-test.git
validpgpkeys = 54A47F12462D26A7D078A932C83A52CD1962562C
-   sha256sums = 
993ed5e1e18c60cf5177648c51a3fa26f044fccb180aebd6e54a58884f296f6d
+   sha256sums = 
ef6ca7af3d62a4617aca253a9b22f953fa50cde964debe831a982ed010f26de7
sha256sums = SKIP
 
 pkgname = vis


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=vis
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
@@ -20,7 +20,7 @@ validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # 
Marc André Tanner <
 # TODO: can we have signed tag back?
 source=("git+https://github.com/martanne/vis.git#tag=v${pkgver};
 'git+https://github.com/martanne/vis-test.git')
-sha256sums=('993ed5e1e18c60cf5177648c51a3fa26f044fccb180aebd6e54a58884f296f6d'
+sha256sums=('ef6ca7af3d62a4617aca253a9b22f953fa50cde964debe831a982ed010f26de7'
 'SKIP')
 
 _backports=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vis/-/commit/21d52942ee8c63ca4446c13b2eba440082d12fa7

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




[Git][archlinux/packaging/packages/libmusicxml][main] upgpkg: 3.22-3: Rebuild packages with gcc 13.2.1-6 to circumvent LTO issues

2024-05-01 Thread Brett Cornwall (@ainola)


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


Commits:
ba2f7e85 by Brett Cornwall at 2024-05-01T21:31:17-07:00
upgpkg: 3.22-3: Rebuild packages with gcc 13.2.1-6 to circumvent LTO issues

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libmusicxml
+   pkgdesc = Portable C++ library around the MusicXML format
+   pkgver = 3.22
+   pkgrel = 3
+   url = https://github.com/grame-cncm/libmusicxml
+   arch = x86_64
+   license = MPL2
+   makedepends = cmake
+   depends = gcc-libs
+   depends = glibc
+   provides = liblibmusicxml.so
+   source = 
https://github.com/grame-cncm/libmusicxml/archive/v3.22/libmusicxml-v3.22.tar.gz
+   sha512sums = 
31e7dcddfd471185f927c84369f4ae2b0a92354073368400d63e09a413dc2227bcc3b9124a2035b07553e6dc79c1cee19d4e27e1f2ff19a43d512a19505fb8dc
+   b2sums = 
f63bab8dd7d9da0fa0b4ae4fb1e4e4b4a052d1ac49b404713528372472e8f7e2a280672c9fbbd68111325c11778ee908024de5af1576ae81444169df71fa92cf
+
+pkgname = libmusicxml


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libmusicxml
 pkgver=3.22
-pkgrel=2
+pkgrel=3
 pkgdesc="Portable C++ library around the MusicXML format"
 arch=(x86_64)
 url="https://github.com/grame-cncm/libmusicxml;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmusicxml/-/commit/ba2f7e85f9a0ce2ba3da03d3cc507ae0835030d3

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




[Git][archlinux/packaging/packages/libmusicxml] Pushed new tag 3.22-3

2024-05-01 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 3.22-3 at Arch Linux / Packaging / Packages / 
libmusicxml

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




[Git][archlinux/packaging/packages/dht] Pushed new tag 0.27-5

2024-05-01 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 0.27-5 at Arch Linux / Packaging / Packages / dht

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




[Git][archlinux/packaging/packages/dht][main] upgpkg: 0.27-5: Rebuild packages with gcc 13.2.1-6 to circumvent LTO issues

2024-05-01 Thread Brett Cornwall (@ainola)


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


Commits:
2e8d811e by Brett Cornwall at 2024-05-01T21:29:14-07:00
upgpkg: 0.27-5: Rebuild packages with gcc 13.2.1-6 to circumvent LTO issues

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = dht
+   pkgdesc = BitTorrent DHT library
+   pkgver = 0.27
+   pkgrel = 5
+   url = https://github.com/jech/dht
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   source = https://github.com/jech/dht/archive/refs/tags/dht-0.27.tar.gz
+   source = 
dht-cmake.patch::https://github.com/transmission/dht/commit/b02da598.patch
+   sha256sums = 
caba469a784a5c359c084099fdc025cfe09b1faec2ba9ba257b7384351c43c0a
+   sha256sums = 
91fb75029bf04456bb7fd9c7cc14d544e906d35a309cc8de5be081049aeb7649
+
+pkgname = dht


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=dht
 pkgver=0.27
-pkgrel=4
+pkgrel=5
 pkgdesc='BitTorrent DHT library'
 arch=(x86_64)
 url='https://github.com/jech/dht'



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

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




[Git][archlinux/packaging/packages/gnome-initial-setup][main] Fix indent again

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


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


Commits:
0b430dc2 by Jan Alexander Steffens (heftig) at 2024-05-02T05:51:14+02:00
Fix indent again

Not sure how this happened.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -50,7 +50,7 @@ source=(
 )
 
b2sums=('16fd66267ac18dcd83eb51785eb7e37d0b7c3e685d7860fe87db5c2e772ccd74491f97943f47fe1bfcaa5dbf1ff15d999c46b5cb5ebeb95a73cc8b09112faa7f')
 validpgpkeys=(
- 1E68E58CF255888301645B563422DC0D7AD482A7 # Will Thompson 

+  1E68E58CF255888301645B563422DC0D7AD482A7 # Will Thompson 

 )
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-initial-setup/-/commit/0b430dc23451f2402ed162ca21e411e7375c1472

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




[Git][archlinux/packaging/packages/gnome-initial-setup] Pushed new tag 46.1-1

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


Jan Alexander Steffens (heftig) pushed new tag 46.1-1 at Arch Linux / Packaging 
/ Packages / gnome-initial-setup

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




[Git][archlinux/packaging/packages/rust][main] 1:1.77.2-2: gcc rebuild

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


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


Commits:
1f8c2503 by Jan Alexander Steffens (heftig) at 2024-05-02T05:20:18+02:00
1:1.77.2-2: gcc rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -14,7 +14,7 @@ pkgname=(
 )
 epoch=1
 pkgver=1.77.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Systems programming language focused on safety, speed and concurrency"
 url=https://www.rust-lang.org/
 arch=(x86_64)



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

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




[Git][archlinux/packaging/packages/rust] Pushed new tag 1-1.77.2-2

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


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

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




[Git][archlinux/packaging/packages/sysprof][main] 46.0-2: gcc rebuild

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


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


Commits:
e41e7627 by Jan Alexander Steffens (heftig) at 2024-05-02T04:58:31+02:00
46.0-2: gcc rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sysprof
pkgdesc = Kernel based performance profiler
pkgver = 46.0
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.gnome.org/Apps/Sysprof
arch = x86_64
license = GPL-3.0-or-later
@@ -24,8 +24,8 @@ pkgbase = sysprof
depends = pango
depends = polkit
depends = systemd-libs
-   source = 
git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=594a3037c0e7cc1bf97f162a392aa4f8989c9dce
-   b2sums = SKIP
+   source = git+https://gitlab.gnome.org/GNOME/sysprof.git#tag=46.0
+   b2sums = 
d32a2a9f129a121c814b46377b6d0fee306e3d0f87dac73e7fd4ce9de85888e5e980f309faa17ce366006f0a0390475dc83739b92d4e460c2da7293ab97dcd03
 
 pkgname = sysprof
groups = gnome-extra


=
PKGBUILD
=
@@ -12,7 +12,7 @@ pkgname=(
   libsysprof-capture
 )
 pkgver=46.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof;
 license=(GPL-3.0-or-later)
@@ -40,16 +40,10 @@ makedepends=(
   python-packaging
   yelp-tools
 )
-_commit=594a3037c0e7cc1bf97f162a392aa4f8989c9dce  # tags/46.0^0
 source=(
-  "git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit;
+  "git+https://gitlab.gnome.org/GNOME/sysprof.git#tag=${pkgver/[a-z]/.&};
 )
-b2sums=('SKIP')
-
-pkgver() {
-  cd sysprof
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('d32a2a9f129a121c814b46377b6d0fee306e3d0f87dac73e7fd4ce9de85888e5e980f309faa17ce366006f0a0390475dc83739b92d4e460c2da7293ab97dcd03')
 
 prepare() {
   cd sysprof



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sysprof/-/commit/e41e76272e249fd46784a5d4e0a238f31dcca021

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




[Git][archlinux/packaging/packages/sysprof] Pushed new tag 46.0-2

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


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

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




[Git][archlinux/packaging/packages/lib32-glib2] Pushed new tag 2.80.0-4

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


Jan Alexander Steffens (heftig) pushed new tag 2.80.0-4 at Arch Linux / 
Packaging / Packages / lib32-glib2

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




[Git][archlinux/packaging/packages/glib2] Pushed new tag 2.80.0-4

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


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

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




[Git][archlinux/packaging/packages/glib2][main] 2.80.0-4: gcc rebuild

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


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


Commits:
f9778296 by Jan Alexander Steffens (heftig) at 2024-05-02T04:54:29+02:00
2.80.0-4: gcc rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = glib2
pkgdesc = Low level core library
pkgver = 2.80.0
-   pkgrel = 3
+   pkgrel = 4
url = https://gitlab.gnome.org/GNOME/glib
arch = x86_64
license = LGPL-2.1-or-later
@@ -24,8 +24,6 @@ pkgbase = glib2
depends = pcre2
depends = util-linux-libs
depends = zlib
-   options = debug
-   options = staticlibs
source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.80.0
source = git+https://gitlab.gnome.org/GNOME/gvdb.git
source = 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@@ -56,6 +54,7 @@ pkgname = glib2
provides = libgmodule-2.0.so
provides = libgobject-2.0.so
provides = libgthread-2.0.so
+   options = staticlibs
 
 pkgname = glib2-docs
pkgdesc = Low level core library - documentation


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   glib2-docs
 )
 pkgver=2.80.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Low level core library"
 url="https://gitlab.gnome.org/GNOME/glib;
 license=(LGPL-2.1-or-later)
@@ -38,10 +38,6 @@ checkdepends=(
   desktop-file-utils
   glib2
 )
-options=(
-  debug
-  staticlibs
-)
 source=(
   "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver;
   "git+https://gitlab.gnome.org/GNOME/gvdb.git;
@@ -108,6 +104,7 @@ package_glib2() {
 'python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report'
 'python-packaging: gdbus-codegen'
   )
+  options=(staticlibs)
 
   meson install -C build --destdir "$pkgdir"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glib2/-/commit/f977829666bad85fd051d3fc2759be981b82cec0

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




[Git][archlinux/packaging/packages/mandoc][main] upgpkg: 1.14.6-5: rebuild with -D_FORTIFY_SOURCE=3

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


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


Commits:
a7aec778 by T.J. Townsend at 2024-05-01T21:43:48-04:00
upgpkg: 1.14.6-5: rebuild with -D_FORTIFY_SOURCE=3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mandoc
pkgdesc = A suite of tools compiling mdoc from the OpenBSD project
pkgver = 1.14.6
-   pkgrel = 4
+   pkgrel = 5
url = https://mdocml.bsd.lv
arch = x86_64
license = ISC


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=mandoc
 pkgver=1.14.6
-pkgrel=4
+pkgrel=5
 pkgdesc='A suite of tools compiling mdoc from the OpenBSD project'
 arch=(x86_64)
 url='https://mdocml.bsd.lv'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mandoc/-/commit/a7aec7786f7baf9a843b322a899df05bbdf714f9

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




[Git][archlinux/packaging/packages/mandoc] Pushed new tag 1.14.6-5

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


T.J. Townsend pushed new tag 1.14.6-5 at Arch Linux / Packaging / Packages / 
mandoc

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




[Git][archlinux/packaging/packages/psalm] Pushed new tag 5.24.0-1

2024-05-01 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 5.24.0-1 at Arch Linux / Packaging / Packages / psalm

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




[Git][archlinux/packaging/packages/signal-desktop][main] upgpkg: 7.7.0-1

2024-05-01 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
signal-desktop


Commits:
e9e0a1b5 by kpcyrd at 2024-05-02T02:06:13+02:00
upgpkg: 7.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
-   pkgver = 7.6.0
+   pkgver = 7.7.0
pkgrel = 1
url = https://signal.org
arch = x86_64
@@ -38,14 +38,14 @@ pkgbase = signal-desktop
depends = nspr
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
-   source = 
signal-desktop-7.6.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.6.0.tar.gz
-   source = 
dns-fallback-7.6.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.6.0/dns-fallback.json
+   source = 
signal-desktop-7.7.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.7.0.tar.gz
+   source = 
dns-fallback-7.7.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.7.0/dns-fallback.json
source = signal-desktop.desktop
-   sha256sums = 
35b4ff88d3e7edd62cc5882f7eced473cd032c01738b4c0afc3a4f8b17946577
-   sha256sums = 
2dea1ef47727f7926a4b68ee7d86118b1c039de1fa4d4459e76c94b4fbab4ccd
+   sha256sums = 
360b0972836a75e3e14d711032a51c1aee6da1a6f699ec4919b11a0f860b65ce
+   sha256sums = 
bfb24af869956ad2078adf0be6ba670c437b09193c1a368a76c2e22188c0a495
sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
-   b2sums = 
ebb62aa25feaf1ef6761a1bce4db67d249505019984cddd458c1c1838ae8811057c0ce24d0dbbddfb0eaaac45ba504659acee7c1a04c76b1b06e427c10dec448
-   b2sums = 
bd9c0ba130cd0353479a7a8d582e724d7048c61886fa36a30a650988849948db75a528f09f8ea7daa64817f39bcb567ca7ff065dbf453139cf896093e3bd4048
+   b2sums = 
bb18e426fed87ae6ed6e525dcfcb85c3808b98f14b5ce619088268d2a8efcd9dc42f30291e9d75647c4de221f7243e0715fb90a4b08356c20f8a03fcce2de08a
+   b2sums = 
945b04a1b92dfe5ef3dd229227b8dfc687120bcb54c8526073724f685f2a7c05a9d093c2d18c7ebaf3040d1eae426d635518912d42b2e124c45cd3bf157c37a1
b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=7.6.0
+pkgver=7.7.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
@@ -51,11 +51,11 @@ source=(
   
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
-sha256sums=('35b4ff88d3e7edd62cc5882f7eced473cd032c01738b4c0afc3a4f8b17946577'
-'2dea1ef47727f7926a4b68ee7d86118b1c039de1fa4d4459e76c94b4fbab4ccd'
+sha256sums=('360b0972836a75e3e14d711032a51c1aee6da1a6f699ec4919b11a0f860b65ce'
+'bfb24af869956ad2078adf0be6ba670c437b09193c1a368a76c2e22188c0a495'
 '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
-b2sums=('ebb62aa25feaf1ef6761a1bce4db67d249505019984cddd458c1c1838ae8811057c0ce24d0dbbddfb0eaaac45ba504659acee7c1a04c76b1b06e427c10dec448'
-
'bd9c0ba130cd0353479a7a8d582e724d7048c61886fa36a30a650988849948db75a528f09f8ea7daa64817f39bcb567ca7ff065dbf453139cf896093e3bd4048'
+b2sums=('bb18e426fed87ae6ed6e525dcfcb85c3808b98f14b5ce619088268d2a8efcd9dc42f30291e9d75647c4de221f7243e0715fb90a4b08356c20f8a03fcce2de08a'
+
'945b04a1b92dfe5ef3dd229227b8dfc687120bcb54c8526073724f685f2a7c05a9d093c2d18c7ebaf3040d1eae426d635518912d42b2e124c45cd3bf157c37a1'
 
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/signal-desktop] Pushed new tag 7.7.0-1

2024-05-01 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 7.7.0-1 at Arch Linux / Packaging / Packages / 
signal-desktop

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




[Git][archlinux/packaging/packages/rink] Pushed new tag 0.8.0-1

2024-05-01 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.8.0-1 at Arch Linux / Packaging / Packages / 
rink

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




[Git][archlinux/packaging/packages/python-pytables] Pushed new tag 3.9.2-3

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


Antonio Rojas pushed new tag 3.9.2-3 at Arch Linux / Packaging / Packages / 
python-pytables

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




[Git][archlinux/packaging/packages/python-pytables][main] upgpkg: 3.9.2-3: hdf5 1.14.4 rebuild

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


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


Commits:
b5832c10 by Antonio Rojas at 2024-05-02T00:20:09+02:00
upgpkg: 3.9.2-3: hdf5 1.14.4 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytables
pkgdesc = A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
pkgver = 3.9.2
-   pkgrel = 2
+   pkgrel = 3
url = https://www.pytables.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-pytables
 pkgver=3.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 arch=(x86_64)
 url="https://www.pytables.org;



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

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




[Git][archlinux/packaging/packages/chicken] Pushed new tag 5.3.0-6

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 5.3.0-6 at Arch Linux / Packaging / Packages / 
chicken

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




[Git][archlinux/packaging/packages/chicken][main] rebuild, ref the gcc todo

2024-05-01 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
chicken


Commits:
81c234bc by Alexander F. Rødseth at 2024-05-02T00:17:59+02:00
rebuild, ref the gcc todo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = chicken
+   pkgdesc = Feature rich R5RS Scheme compiler and interpreter
+   pkgver = 5.3.0
+   pkgrel = 6
+   url = https://call-cc.org/
+   arch = x86_64
+   license = BSD-3-Clause
+   license = GPL-2.0-or-later
+   license = custom:Public-Domain
+   makedepends = chicken
+   optdepends = tk: for the tcl/tk egg
+   options = staticlibs
+   source = https://code.call-cc.org/releases/5.3.0/chicken-5.3.0.tar.gz
+   source = CVE-2022-45145.patch
+   b2sums = 
7e1fb8c844542927eec53df751014f718b8c96fb6cf390d6464d7d55467c7320346be9ed05202b9c5c96548f274243ae52fead488981d7c207bec2c001db7cd7
+   b2sums = 
0b07d7935da0619eb2dfba4d0944c45bb5aa6d46e904125f9ee5b55ef6592d5619b7b6aa8a3136b76d8de4f3d768c6831b386a872bd6518f8b3fa04bb9f767d4
+
+pkgname = chicken


=
PKGBUILD
=
@@ -4,11 +4,11 @@
 
 pkgname=chicken
 pkgver=5.3.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=(x86_64)
 url='https://call-cc.org/'
-license=(BSD)
+license=(BSD-3-Clause GPL-2.0-or-later custom:Public-Domain)
 makedepends=(chicken)
 optdepends=('tk: for the tcl/tk egg')
 options=(staticlibs)
@@ -18,13 +18,13 @@ 
b2sums=('7e1fb8c844542927eec53df751014f718b8c96fb6cf390d6464d7d55467c7320346be9e
 
'0b07d7935da0619eb2dfba4d0944c45bb5aa6d46e904125f9ee5b55ef6592d5619b7b6aa8a3136b76d8de4f3d768c6831b386a872bd6518f8b3fa04bb9f767d4')
 
 prepare() {
-  patch -Np1 -i ../CVE-2022-45145.patch -d $pkgname-$pkgver
+  patch -Np1 -s -i ../CVE-2022-45145.patch -d $pkgname-$pkgver
 }
 
 build() {
   export CFLAGS+=' -ffat-lto-objects'
   export CXXFLAGS+=' -ffat-lto-objects'
-  make -j1 -C $pkgname-$pkgver \
+  make -C $pkgname-$pkgver \
 CSC_PROGRAM=chicken-csc \
 CSI_PROGRAM=chicken-csi \
 PLATFORM=linux \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chicken/-/commit/81c234bcb0edf8154e26d5d5343082960b8e9f77

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




[Git][archlinux/packaging/packages/sz][main] upgpkg: 2.1.12.5-5: hdf5 1.14.4 rebuild

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


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


Commits:
3199d31a by Antonio Rojas at 2024-05-02T00:15:11+02:00
upgpkg: 2.1.12.5-5: hdf5 1.14.4 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sz
pkgdesc = Modular parametrizable lossy compressor framework for 
scientific data
pkgver = 2.1.12.5
-   pkgrel = 4
+   pkgrel = 5
url = https://szcompressor.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=sz
 pkgver=2.1.12.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
 arch=(x86_64)
 url="https://szcompressor.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sz/-/commit/3199d31aad9270629e5ff97c07333e60053f0e58

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




[Git][archlinux/packaging/packages/sz] Pushed new tag 2.1.12.5-5

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


Antonio Rojas pushed new tag 2.1.12.5-5 at Arch Linux / Packaging / Packages / 
sz

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




[Git][archlinux/packaging/packages/jupyter-collaboration][main] upgpkg: 2.1.0-1: Update to 2.1.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-collaboration


Commits:
6966d78f by Antonio Rojas at 2024-05-02T00:07:47+02:00
upgpkg: 2.1.0-1: Update to 2.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jupyter-collaboration
pkgdesc = A Jupyter Server Extension Providing Support for Y Documents
-   pkgver = 2.0.11
-   pkgrel = 2
+   pkgver = 2.1.0
+   pkgrel = 1
url = 
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
arch = any
license = custom
@@ -11,6 +11,9 @@ pkgbase = jupyter-collaboration
checkdepends = python-pytest-jupyter
checkdepends = python-pytest-timeout
checkdepends = python-websockets
+   makedepends = git
+   makedepends = jupyterlab
+   makedepends = nodejs
makedepends = python-build
makedepends = python-hatch-jupyter-builder
makedepends = python-hatch-nodejs-version
@@ -24,7 +27,7 @@ pkgbase = jupyter-collaboration
depends = python-pycrdt-websocket
depends = python-tornado
depends = python-traitlets
-   source = 
https://pypi.io/packages/source/j/jupyter_collaboration/jupyter_collaboration-2.0.11.tar.gz
-   sha256sums = 
2bb1cde72cda758e526fa49f9ff2bf402ceed7801c0c4187abe4d21e42e18136
+   source = 
git+https://github.com/jupyterlab/jupyter-collaboration#tag=v2.1.0
+   sha256sums = 
ad6bb56e7c7e767c32f9209bccf0ccbd818529bbb62acf44191b3499005f982d
 
 pkgname = jupyter-collaboration


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: Antonio Rojas 
 
-_pyname=jupyter_collaboration
-pkgname=${_pyname/_/-}
-pkgver=2.0.11
-pkgrel=2
+pkgname=jupyter-collaboration
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
 arch=(any)
 url='https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/'
@@ -16,7 +15,10 @@ depends=(jupyter-server
  python-pycrdt-websocket
  python-tornado
  python-traitlets)
-makedepends=(python-build
+makedepends=(git
+ jupyterlab
+ nodejs
+ python-build
  python-hatch-jupyter-builder
  python-hatch-nodejs-version
  python-hatchling
@@ -27,21 +29,21 @@ checkdepends=(python-jupyter-server-terminals
   python-pytest-jupyter
   python-pytest-timeout
   python-websockets)
-source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('2bb1cde72cda758e526fa49f9ff2bf402ceed7801c0c4187abe4d21e42e18136')
+source=(git+https://github.com/jupyterlab/jupyter-collaboration#tag=v$pkgver)
+sha256sums=('ad6bb56e7c7e767c32f9209bccf0ccbd818529bbb62acf44191b3499005f982d')
 
 build() {
-  cd $_pyname-$pkgver
+  cd $pkgname
   python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 check() {
-  cd $_pyname-$pkgver
-  pytest -v -k 'not test_room_sequential_opening' # 
https://github.com/jupyterlab/jupyter-collaboration/issues/252
+  cd $pkgname
+  pytest -v # -k 'not test_room_sequential_opening' # 
https://github.com/jupyterlab/jupyter-collaboration/issues/252
 }
 
 package() {
-  cd $_pyname-$pkgver
+  cd $pkgname
   python -m installer --destdir="$pkgdir" dist/*.whl
   mv "$pkgdir"{/usr,}/etc
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/6966d78f0fb90d691981f9b75dacf09da247e3fa

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




[Git][archlinux/packaging/packages/jupyter-collaboration] Pushed new tag 2.1.0-1

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


Antonio Rojas pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
jupyter-collaboration

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




[Git][archlinux/packaging/packages/corrosion] Pushed new tag 0.4.9-1

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


Antonio Rojas pushed new tag 0.4.9-1 at Arch Linux / Packaging / Packages / 
corrosion

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




[Git][archlinux/packaging/packages/corrosion][main] upgpkg: 0.4.9-1: Update to 0.4.9

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


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


Commits:
97189eee by Antonio Rojas at 2024-05-01T23:52:15+02:00
upgpkg: 0.4.9-1: Update to 0.4.9

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = corrosion
pkgdesc = Tool for integrating Rust into an existing CMake project
-   pkgver = 0.4.8
+   pkgver = 0.4.9
pkgrel = 1
url = https://github.com/corrosion-rs/corrosion
arch = any
license = MIT
+   makedepends = git
depends = cmake
depends = rust
-   source = 
https://github.com/corrosion-rs/corrosion/archive/v0.4.8/corrosion-0.4.8.tar.gz
-   sha256sums = 
6b9090647d372adec2b09ac7a553458b6e39004238967f9a25e9dd8c1d77584d
+   source = git+https://github.com/corrosion-rs/corrosion#tag=v0.4.9
+   sha256sums = 
9e6a2a7a80ee956bcbf665849b389ae637413ad7ce171dd6676579b990b83b02
 
 pkgname = corrosion


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Vaporeon 
 
 pkgname=corrosion
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 pkgdesc='Tool for integrating Rust into an existing CMake project'
 arch=(any)
@@ -10,11 +10,12 @@ url='https://github.com/corrosion-rs/corrosion'
 license=(MIT)
 depends=(cmake
  rust)
-source=(https://github.com/corrosion-rs/corrosion/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6b9090647d372adec2b09ac7a553458b6e39004238967f9a25e9dd8c1d77584d')
+makedepends=(git)
+source=(git+https://github.com/corrosion-rs/corrosion#tag=v$pkgver)
+sha256sums=('9e6a2a7a80ee956bcbf665849b389ae637413ad7ce171dd6676579b990b83b02')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \
 -DCORROSION_BUILD_TESTS=OFF
@@ -23,5 +24,5 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 $pkgname/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/corrosion/-/commit/97189eee9b5b96a2693134e6389dedfa75c87c2a

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




[Git][archlinux/packaging/packages/rio] Pushed new tag 0.0.37-1

2024-05-01 Thread @orhun


Orhun Parmaksız pushed new tag 0.0.37-1 at Arch Linux / Packaging / Packages / 
rio

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




[Git][archlinux/packaging/packages/rio][main] upgpkg: 0.0.37-1: upstream release

2024-05-01 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / rio


Commits:
5d442c55 by Orhun Parmaksız at 2024-05-02T00:46:15+03:00
upgpkg: 0.0.37-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rio
pkgdesc = A hardware-accelerated GPU terminal emulator powered by WebGPU
-   pkgver = 0.0.36
+   pkgver = 0.0.37
pkgrel = 1
url = https://github.com/raphamorim/rio
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rio
depends = libxcb
depends = libxkbcommon
depends = python
-   source = 
rio-0.0.36.tar.gz::https://github.com/raphamorim/rio/archive/refs/tags/v0.0.36.tar.gz
-   sha512sums = 
a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600
+   source = 
rio-0.0.37.tar.gz::https://github.com/raphamorim/rio/archive/refs/tags/v0.0.37.tar.gz
+   sha512sums = 
3f705e345e444022fbdead9db30242abb6ebbe4f0fd8820fbd2762c233f7f0efe0d5c8e0444bf40a238a904a59b9be8cf2cf495a9f7cee2567473ec9040f0a3d
 
 pkgname = rio
depends = gcc-libs


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=rio
 pkgname=('rio' 'rio-terminfo')
-pkgver=0.0.36
+pkgver=0.0.37
 pkgrel=1
 pkgdesc="A hardware-accelerated GPU terminal emulator powered by WebGPU"
 arch=('x86_64')
@@ -21,7 +21,7 @@ depends=(
 )
 makedepends=('cargo' 'cmake' 'desktop-file-utils')
 
source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600')
+sha512sums=('3f705e345e444022fbdead9db30242abb6ebbe4f0fd8820fbd2762c233f7f0efe0d5c8e0444bf40a238a904a59b9be8cf2cf495a9f7cee2567473ec9040f0a3d')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/haxe][main] Lock the git submodule, ref the internal Todo list

2024-05-01 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
haxe


Commits:
e8a6e66d by Alexander F. Rødseth at 2024-05-01T23:35:36+02:00
Lock the git submodule, ref the internal Todo list

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haxe
pkgdesc = Cross-platform toolkit and programming language
pkgver = 4.3.4
-   pkgrel = 1
+   pkgrel = 2
url = https://haxe.org/
arch = x86_64
license = GPL
@@ -23,8 +23,10 @@ pkgbase = haxe
optdepends = python
options = !strip
source = mbedtls2.patch
+   source = 
haxelib_src::git+https://github.com/HaxeFoundation/haxelib#commit=98637027327d8cf385d302acaaf104bd6107d2bf
source = 
haxe-4.3.4::git+https://github.com/HaxeFoundation/haxe#commit=dc1a43dc52f98b9c480f68264885c6155e570f3e
b2sums = 
77f5f9c6815934b5cf2aee75ba62ed0e2a4b46f23a5bb689dffa23469b4aa13ca6d0e94623c747af63450b2ea3dc57f54507a924f1d6cec1cab3368d74def211
+   b2sums = 
3723db38971ba219cfc2b691e56ffe338f6960da6cae77427fc06da8ca62f97f6fb620a72ef462b2d013413501fcfd3861094851a1202e24be219e728ef6746b
b2sums = 
65680cb33615ac81eed1e81b2f4ef5a75332fa0b084535f4b9bc5039adb19311a11620ce204cc2430ae80a461c0a0f1034269fe4757c9e8cfe92fdda38a0fd1e
 
 pkgname = haxe


=
PKGBUILD
=
@@ -7,7 +7,10 @@
 
 pkgname=haxe
 pkgver=4.3.4
-pkgrel=1
+pkgrel=2
+# The haxelib git submodule commit hash can be found here:
+# https://github.com/HaxeFoundation/haxe/tree/4.3.4/extra
+_haxelib_commit=98637027327d8cf385d302acaaf104bd6107d2bf
 pkgdesc='Cross-platform toolkit and programming language'
 arch=(x86_64)
 url='https://haxe.org/'
@@ -17,13 +20,17 @@ makedepends=(camlp5 git neko ocaml opam zlib 
perl-string-shellquote perl-ipc-sys
 optdepends=(java-environment mono php python)
 options=(!strip)
 source=(mbedtls2.patch
+
"haxelib_src::git+https://github.com/HaxeFoundation/haxelib#commit=$_haxelib_commit;
 
"$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=dc1a43dc52f98b9c480f68264885c6155e570f3e;)
 # tag: 4.3.4
 
b2sums=('77f5f9c6815934b5cf2aee75ba62ed0e2a4b46f23a5bb689dffa23469b4aa13ca6d0e94623c747af63450b2ea3dc57f54507a924f1d6cec1cab3368d74def211'
+
'3723db38971ba219cfc2b691e56ffe338f6960da6cae77427fc06da8ca62f97f6fb620a72ef462b2d013413501fcfd3861094851a1202e24be219e728ef6746b'
 
'65680cb33615ac81eed1e81b2f4ef5a75332fa0b084535f4b9bc5039adb19311a11620ce204cc2430ae80a461c0a0f1034269fe4757c9e8cfe92fdda38a0fd1e')
 
 prepare() {
   cd $pkgname-$pkgver
-  git submodule update --init
+
+  rm -rf extra/haxelib_src
+  cp -rv "$srcdir/haxelib_src" extra/
 
   # Prepare opam and ocamlfind before building
   export HOME="$srcdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haxe/-/commit/e8a6e66db97f45f87e580baa61658f579bb48a33

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




[Git][archlinux/packaging/packages/haxe] Pushed new tag 4.3.4-2

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 4.3.4-2 at Arch Linux / Packaging / Packages / 
haxe

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




[Git][archlinux/packaging/packages/python-textual][main] upgpkg: 0.58.1-1: new upstream release

2024-05-01 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-textual


Commits:
024e2d1b by Leonidas Spyropoulos at 2024-05-01T22:01:01+01:00
upgpkg: 0.58.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
-   pkgver = 0.58.0
+   pkgver = 0.58.1
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-textual
optdepends = python-tree-sitter: for syntax highlighting support
optdepends = python-tree-sitter-languages: for custom languages support
optdepends = python-textual-dev: tools for developers
-   source = 
textual-0.58.0.tar.gz::https://github.com/Textualize/textual/archive/v0.58.0.tar.gz
-   sha512sums = 
5b6b74e4bc652f19ccce48c256785f056e2c43ac2baf4365f40a4b2869863691b0760f473ad570a7b256b7c7fe11d8a49123ad409597675a87b0c6a56269fe4d
+   source = 
textual-0.58.1.tar.gz::https://github.com/Textualize/textual/archive/v0.58.1.tar.gz
+   sha512sums = 
3cb8410a352a7bb6d36e29e2ae6900e80cb18cf1f0f5c779f0858bb727a3b27a0e4342b692dbba096698a73564ede0ca9fb27f8a46e87eda4209034e8de3
 
 pkgname = python-textual


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.58.0
+pkgver=0.58.1
 pkgrel=1
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
@@ -17,7 +17,7 @@ optdepends=('python-tree-sitter: for syntax highlighting 
support'
 'python-tree-sitter-languages: for custom languages support'
 'python-textual-dev: tools for developers')
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('5b6b74e4bc652f19ccce48c256785f056e2c43ac2baf4365f40a4b2869863691b0760f473ad570a7b256b7c7fe11d8a49123ad409597675a87b0c6a56269fe4d')
+sha512sums=('3cb8410a352a7bb6d36e29e2ae6900e80cb18cf1f0f5c779f0858bb727a3b27a0e4342b692dbba096698a73564ede0ca9fb27f8a46e87eda4209034e8de3')
 
 build() {
   cd ${_base}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/024e2d1b9caf95b10a8997c3c7580c4b08c7d8b2

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




[Git][archlinux/packaging/packages/python-textual] Pushed new tag 0.58.1-1

2024-05-01 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.58.1-1 at Arch Linux / Packaging / 
Packages / python-textual

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




[Git][archlinux/packaging/packages/freeplane][main] upgpkg: 1.11.13-1: new upstream release

2024-05-01 Thread Leonidas Spyropoulos (@artafinde)


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


Commits:
c0a0ad53 by Leonidas Spyropoulos at 2024-05-01T21:56:17+01:00
upgpkg: 1.11.13-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = freeplane
pkgdesc = A Java mindmapping tool
-   pkgver = 1.11.12
+   pkgver = 1.11.13
pkgrel = 1
url = http://freeplane.sourceforge.net
arch = any
@@ -12,10 +12,10 @@ pkgbase = freeplane
makedepends = unzip
depends = java-runtime>=11
depends = java-runtime<=17
-   source = 
https://downloads.sourceforge.net/sourceforge/freeplane/freeplane_src-1.11.12.tar.gz
+   source = 
https://downloads.sourceforge.net/sourceforge/freeplane/freeplane_src-1.11.13.tar.gz
source = freeplane.desktop
source = freeplane.run
-   b2sums = 
5295a68504e824448d515457dfb29c3d89d7701c26225efc3095126ce8e08e6135822c0ada0f2b6b726ee9549477d52058553572e28c223e12cee6415ba808ba
+   b2sums = 
66059bf71e80a957201f188c2f60e55a2895301c02f10a37acd82db739b9162763f68d84b2c35e22005480b9ec4c71b8948e46a3b71bcbd09e3bb288818a29f7
b2sums = 
87c25331e01823e38668e4b394a51a279c05b24b088f4ffc1482d3783e24018da8f9e51b3ad1a62c5a863f85a6ccb30bbe8999cb861dc1b93d5483019644cfa5
b2sums = 
24ca56b7c7894b9bb38600b4d37973769243e1bdb221f33125b60bf4f878a3b630775710fab9dee97fa45a69319455037e294860ba7fbd608529982c6b0b1538
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: scraw...@gmail.com
 
 pkgname=freeplane
-pkgver=1.11.12
+pkgver=1.11.13
 pkgrel=1
 pkgdesc="A Java mindmapping tool"
 arch=('any')
@@ -14,7 +14,7 @@ makedepends=('gradle' "java-environment-openjdk=${_jdkver}" 
'gnu-free-fonts' 'fo
 depends=("java-runtime>=${_jrever}" "java-runtime<=${_jdkver}")
 
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.gz;
 "freeplane.desktop" "freeplane.run")
-b2sums=('5295a68504e824448d515457dfb29c3d89d7701c26225efc3095126ce8e08e6135822c0ada0f2b6b726ee9549477d52058553572e28c223e12cee6415ba808ba'
+b2sums=('66059bf71e80a957201f188c2f60e55a2895301c02f10a37acd82db739b9162763f68d84b2c35e22005480b9ec4c71b8948e46a3b71bcbd09e3bb288818a29f7'
 
'87c25331e01823e38668e4b394a51a279c05b24b088f4ffc1482d3783e24018da8f9e51b3ad1a62c5a863f85a6ccb30bbe8999cb861dc1b93d5483019644cfa5'
 
'24ca56b7c7894b9bb38600b4d37973769243e1bdb221f33125b60bf4f878a3b630775710fab9dee97fa45a69319455037e294860ba7fbd608529982c6b0b1538')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freeplane/-/commit/c0a0ad53eb0a1108fb227eb3906c617b6f9d3e45

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




[Git][archlinux/packaging/packages/freeplane] Pushed new tag 1.11.13-1

2024-05-01 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 1.11.13-1 at Arch Linux / Packaging / 
Packages / freeplane

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




[Git][archlinux/packaging/packages/minio][main] upgpkg: 2024.05.01-1

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


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


Commits:
59d2f334 by Christian Heusel at 2024-05-01T22:41:49+02:00
upgpkg: 2024.05.01-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minio
pkgdesc = Object storage server compatible with Amazon S3
-   pkgver = 2024.04.28
+   pkgver = 2024.05.01
pkgrel = 1
url = https://minio.io
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = minio
depends = glibc
options = !lto
backup = etc/minio/minio.conf
-   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-04-28T17-53-50Z
+   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-05-01T01-11-10Z
source = minio.conf
source = minio.service
source = minio.sysusers
-   sha512sums = 
99af66d1a9946f6bd87bef38600ac02c33ab77cb78eb567fe7f7317f039de9830ab88e776151e844dbd96633d3eb69c433574238ccb990c5e6da66437fd3c1d5
+   sha512sums = 
7227ce691b957889b5b999b4c922d3e92e546f91825dd8ea2679035a13ca479cfcabc10e25b239b1c51e144b35e47475e9e56d092694a2cc8465d6616cbf61d9
sha512sums = 
9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233
sha512sums = 
f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190
sha512sums = 
7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2024.04.28
-_timever=T17-53-50Z
+pkgver=2024.05.01
+_timever=T01-11-10Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'
@@ -21,7 +21,7 @@ 
source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
 minio.service
 minio.sysusers)
 backup=('etc/minio/minio.conf')
-sha512sums=('99af66d1a9946f6bd87bef38600ac02c33ab77cb78eb567fe7f7317f039de9830ab88e776151e844dbd96633d3eb69c433574238ccb990c5e6da66437fd3c1d5'
+sha512sums=('7227ce691b957889b5b999b4c922d3e92e546f91825dd8ea2679035a13ca479cfcabc10e25b239b1c51e144b35e47475e9e56d092694a2cc8465d6616cbf61d9'
 
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
 
'f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190'
 
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')



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

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




[Git][archlinux/packaging/packages/minio] Pushed new tag 2024.05.01-1

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


Christian Heusel pushed new tag 2024.05.01-1 at Arch Linux / Packaging / 
Packages / minio

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




[Git][archlinux/packaging/packages/compiler-rt14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

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


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt14


Commits:
d316207d by Evangelos Foutras at 2024-05-01T23:27:52+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = compiler-rt14
+   pkgdesc = Compiler runtime libraries for clang 14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://compiler-rt.llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   makedepends = llvm14
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = python
+   depends = gcc-libs
+   options = staticlibs
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/compiler-rt-14.0.6.src.tar.xz.sig
+   source = remove-include-linux-fs.h.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
88df303840ca8fbff944e15e61c141226fe79f5d2b8e89fb024264d77841a02e
+   sha256sums = SKIP
+   sha256sums = 
34ed866e313e4580130a50118a4410d36fa0159123982521b6ef049439fc32ad
+   makedepends_x86_64 = lib32-gcc-libs
+
+pkgname = compiler-rt14


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt14
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Compiler runtime libraries for clang 14"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt14/-/commit/d316207d63f59e68466d3e1212c1770147c1cc8b

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




[Git][archlinux/packaging/packages/compiler-rt14] Pushed new tag 14.0.6-4

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


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ compiler-rt14

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




[Git][archlinux/packaging/packages/llvm14][main] upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

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


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


Commits:
e9eae2fb by Evangelos Foutras at 2024-05-01T23:25:37+03:00
upgpkg: 14.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = llvm14
+   pkgver = 14.0.6
+   pkgrel = 4
+   url = https://llvm.org/
+   arch = x86_64
+   license = custom:Apache 2.0 with LLVM Exception
+   checkdepends = python-psutil
+   makedepends = cmake
+   makedepends = ninja
+   makedepends = libffi
+   makedepends = libedit
+   makedepends = ncurses
+   makedepends = libxml2
+   makedepends = python
+   options = staticlibs
+   options = !lto
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz
+   source = 
https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz.sig
+   source = llvm-coroutines-ubsan.patch
+   validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
+   sha256sums = 
050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a
+   sha256sums = SKIP
+   sha256sums = 
ee9baf6df05474083857044d92f26f59d3ee709cdf82ba3bdb2792e6645f71d9
+
+pkgname = llvm14
+   pkgdesc = Compiler infrastructure (LLVM 14)
+   depends = llvm14-libs
+   depends = perl
+
+pkgname = llvm14-libs
+   pkgdesc = LLVM 14 runtime libraries
+   depends = gcc-libs
+   depends = zlib
+   depends = libffi
+   depends = libedit
+   depends = ncurses
+   depends = libxml2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm14' 'llvm14-libs')
 pkgver=14.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm14/-/commit/e9eae2fb0a7f3f871638dc1f58b976664797fbc7

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




[Git][archlinux/packaging/packages/llvm14] Pushed new tag 14.0.6-4

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


Evangelos Foutras pushed new tag 14.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm14

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




[Git][archlinux/packaging/packages/iproute2][main] upgpkg: 6.8.0-2: rebuild packages against gcc >= 13.2.1-6 to circumvent issues with LTO

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
iproute2


Commits:
badcf7c0 by Christian Hesse at 2024-05-01T22:23:24+02:00
upgpkg: 6.8.0-2: rebuild packages against gcc = 13.2.1-6 to circumvent 
issues with LTO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = iproute2
pkgdesc = IP Routing Utilities
pkgver = 6.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=iproute2
 pkgver=6.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
 license=('GPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/iproute2/-/commit/badcf7c072327965a47c83789163081bdcf7c13a

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




[Git][archlinux/packaging/packages/iproute2] Pushed new tag 6.8.0-2

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


Christian Hesse pushed new tag 6.8.0-2 at Arch Linux / Packaging / Packages / 
iproute2

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




[Git][archlinux/packaging/packages/dhcp] Pushed new tag 4.4.3.P1-3

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


Christian Hesse pushed new tag 4.4.3.P1-3 at Arch Linux / Packaging / Packages 
/ dhcp

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




[Git][archlinux/packaging/packages/dhcp][main] upgpkg: 4.4.3.P1-3: rebuild packages against gcc >= 13.2.1-6 to circumvent issues with LTO

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
dhcp


Commits:
d88a85bd by Christian Hesse at 2024-05-01T22:22:43+02:00
upgpkg: 4.4.3.P1-3: rebuild packages against gcc = 13.2.1-6 to circumvent 
issues with LTO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dhcp
pkgver = 4.4.3.P1
-   pkgrel = 2
+   pkgrel = 3
url = https://www.isc.org/dhcp/
arch = x86_64
license = custom:isc-dhcp


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=('dhcp' 'dhclient')
 # separate patch levels with a period to maintain proper versioning.
 _realver=4.4.3-P1
 pkgver=${_realver/-/.}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom:isc-dhcp')
 url='https://www.isc.org/dhcp/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dhcp/-/commit/d88a85bd993ee41436a3f0cd8a3ef4a83f791918

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




[Git][archlinux/packaging/packages/jemalloc] Pushed new tag 1-5.3.0-4

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


Christian Hesse pushed new tag 1-5.3.0-4 at Arch Linux / Packaging / Packages / 
jemalloc

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




[Git][archlinux/packaging/packages/jemalloc][main] upgpkg: 1:5.3.0-4: rebuild packages against gcc >= 13.2.1-6 to circumvent issues with LTO

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
jemalloc


Commits:
cfa39a19 by Christian Hesse at 2024-05-01T22:20:17+02:00
upgpkg: 1:5.3.0-4: rebuild packages against gcc = 13.2.1-6 to circumvent 
issues with LTO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jemalloc
pkgdesc = General-purpose scalable concurrent malloc implementation
pkgver = 5.3.0
-   pkgrel = 3
+   pkgrel = 4
epoch = 1
url = http://www.canonware.com/jemalloc/
arch = x86_64


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jemalloc/-/commit/cfa39a191164b53b435c46b965408196d522293a

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




[Git][archlinux/packaging/packages/antlr4-runtime][main] upgpkg: 4.13.1-2: rebuild packages against gcc >= 13.2.1-6 to circumvent issues with LTO

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
antlr4-runtime


Commits:
d16773f4 by Christian Hesse at 2024-05-01T22:16:41+02:00
upgpkg: 4.13.1-2: rebuild packages against gcc = 13.2.1-6 to circumvent 
issues with LTO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = antlr4-runtime
pkgdesc = Antlr C++ runtime
pkgver = 4.13.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.antlr.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=antlr4-runtime
 pkgver=4.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/antlr4-runtime/-/commit/d16773f44dfd0aa087a1f616219d25277c531fe4

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




[Git][archlinux/packaging/packages/antlr4-runtime] Pushed new tag 4.13.1-2

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


Christian Hesse pushed new tag 4.13.1-2 at Arch Linux / Packaging / Packages / 
antlr4-runtime

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




[Git][archlinux/packaging/packages/openmp][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

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


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


Commits:
a81103b3 by Evangelos Foutras at 2024-05-01T23:15:55+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openmp
pkgdesc = LLVM OpenMP Runtime Library
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://openmp.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=openmp
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
 url="https://openmp.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openmp/-/commit/a81103b38decdb2576fa074fad542d74258f37b9

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




[Git][archlinux/packaging/packages/openmp] Pushed new tag 17.0.6-2

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


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ openmp

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




[Git][archlinux/packaging/packages/polly][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

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


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


Commits:
bee2a95d by Evangelos Foutras at 2024-05-01T23:14:22+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = polly
pkgdesc = High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://polly.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=polly
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="High-level loop and data-locality optimizer and optimization 
infrastructure for LLVM"
 arch=('x86_64')
 url="https://polly.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polly/-/commit/bee2a95dbb4779c5f2fb3f0642947845dfec71bd

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




[Git][archlinux/packaging/packages/polly] Pushed new tag 17.0.6-2

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


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ polly

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




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

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


Evangelos Foutras pushed new tag 17.0.6-2 at Arch Linux / Packaging / Packages 
/ compiler-rt

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




[Git][archlinux/packaging/packages/compiler-rt][main] upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

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


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt


Commits:
e059a6cb by Evangelos Foutras at 2024-05-01T23:12:05+03:00
upgpkg: 17.0.6-2: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = compiler-rt
pkgdesc = Compiler runtime libraries for clang
pkgver = 17.0.6
-   pkgrel = 1
+   pkgrel = 2
url = https://compiler-rt.llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt
 pkgver=17.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/e059a6cbc7bcd7421afc707366cee258f04d4e7a

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




[Git][archlinux/packaging/packages/llvm][main] upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

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


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


Commits:
b1244d54 by Evangelos Foutras at 2024-05-01T23:09:33+03:00
upgpkg: 17.0.6-4: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = llvm
pkgver = 17.0.6
-   pkgrel = 3
+   pkgrel = 4
url = https://llvm.org/
arch = x86_64
license = custom:Apache 2.0 with LLVM Exception


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=17.0.6
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/b1244d54da87c7fdadf6f95de1f0e3034349910a

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




[Git][archlinux/packaging/packages/llvm] Pushed new tag 17.0.6-4

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


Evangelos Foutras pushed new tag 17.0.6-4 at Arch Linux / Packaging / Packages 
/ llvm

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




[Git][archlinux/packaging/packages/libmemcached-awesome] Pushed new tag 1.1.4-3

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


Evangelos Foutras pushed new tag 1.1.4-3 at Arch Linux / Packaging / Packages / 
libmemcached-awesome

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




[Git][archlinux/packaging/packages/libmemcached-awesome][main] upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

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


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
libmemcached-awesome


Commits:
870ccc3f by Evangelos Foutras at 2024-05-01T22:59:44+03:00
upgpkg: 1.1.4-3: rebuild with gcc 13.2.1-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = libmemcached-awesome
+   pkgdesc = C/C++ client library and tools for the memcached server
+   pkgver = 1.1.4
+   pkgrel = 3
+   url = https://awesomized.github.io/libmemcached/
+   arch = x86_64
+   license = BSD
+   makedepends = cmake
+   makedepends = memcached
+   makedepends = python-sphinx
+   makedepends = python-sphinx_rtd_theme
+   depends = gcc-libs
+   depends = libsasl
+   depends = libevent
+   provides = libmemcached
+   conflicts = libmemcached
+   replaces = libmemcached
+   options = !debug
+   source = 
https://github.com/awesomized/libmemcached/archive/1.1.4/libmemcached-awesome-1.1.4.tar.gz
+   sha256sums = 
c477e1f6510e1dc698e84f3717ce690a8f65b94c616ecaa62306cce0f5e3116a
+
+pkgname = libmemcached-awesome


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libmemcached-awesome
 pkgver=1.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="C/C++ client library and tools for the memcached server"
 arch=('x86_64')
 url="https://awesomized.github.io/libmemcached/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmemcached-awesome/-/commit/870ccc3fb245f442897aadde97106de42139d53a

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




[Git][archlinux/packaging/packages/systemd][main] upgpkg: 255.5-4: fix more resolved issues

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


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
b13e94a5 by Christian Hesse at 2024-05-01T21:40:05+02:00
upgpkg: 255.5-4: fix more resolved issues

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = systemd
pkgver = 255.5
-   pkgrel = 3
+   pkgrel = 4
url = https://www.github.com/systemd/systemd
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -15,7 +15,7 @@ _tag='255.5'
 # ➜ vercmp 255rc1 255
 # -1
 pkgver="${_tag/~/}"
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
 url='https://www.github.com/systemd/systemd'
@@ -93,6 +93,10 @@ fi
 _backports=(
   # resolved: always progress DS queries #32552
   'd840783db5208219c78d73b9b46ef5daae9fea0a'
+  # resolved: probe for dnssec support in allow-downgrade mode
+  '5237ffdf2b63a5afea77c3470d9981a2c29643cc'
+  # resolved: validate authentic insecure delegation to CNAME
+  '414a9b8e5e1e772261b0ffaedc853f5c0aba5719'
 )
 
 _reverts=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/b13e94a57cacf308fd04502a668541cc638bf5b6

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




[Git][archlinux/packaging/packages/systemd] Pushed new tag 255.5-4

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


Christian Hesse pushed new tag 255.5-4 at Arch Linux / Packaging / Packages / 
systemd

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




[Git][archlinux/packaging/packages/tigervnc] Pushed new tag 1.13.1-4

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


T.J. Townsend pushed new tag 1.13.1-4 at Arch Linux / Packaging / Packages / 
tigervnc

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




[Git][archlinux/packaging/packages/tigervnc][main] upgpkg: 1.13.1-4: update bundled xorg, build from git tag

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


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


Commits:
4f3fae83 by T.J. Townsend at 2024-05-01T15:17:21-04:00
upgpkg: 1.13.1-4: update bundled xorg, build from git tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tigervnc
pkgdesc = Suite of VNC servers and clients. Based on the VNC 4 branch 
of TightVNC.
pkgver = 1.13.1
-   pkgrel = 3
+   pkgrel = 4
url = http://www.tigervnc.org
arch = x86_64
license = GPL
@@ -9,6 +9,7 @@ pkgbase = tigervnc
makedepends = nasm
makedepends = xorg-font-util
makedepends = xorg-util-macros
+   makedepends = git
makedepends = xtrans
makedepends = xorgproto
makedepends = mesa
@@ -39,13 +40,13 @@ pkgbase = tigervnc
backup = etc/tigervnc/vncserver-config-defaults
backup = etc/tigervnc/vncserver-config-mandatory
backup = etc/tigervnc/vncserver.users
-   source = 
tigervnc-1.13.1.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v1.13.1.tar.gz
-   source = 
https://xorg.freedesktop.org/releases/individual/xserver/xorg-server-21.1.11.tar.xz
+   source = git+https://github.com/TigerVNC/tigervnc.git#tag=v1.13.1
+   source = 
git+https://gitlab.freedesktop.org/xorg/xserver.git?#tag=xorg-server-21.1.13
source = Xsession
source = more-xsessions.patch
source = remove-selinux.patch
-   sha256sums = 
b7c5b8ed9e4e2c2f48c7b2c9f21927db345e542243b4be88e066b2daa3d1ae25
-   sha256sums = 
1d3dadbd57fb86b16a018e9f5f957aeeadf744f56c0553f55737628d06d326ef
+   sha256sums = 
a742d94c23ec632145afe613a4ce9c67cb32429dd47aba58fd01a7cbf6d5d8f2
+   sha256sums = 
63620c5faf0f76d6f52ee5aed57f3bc739a7868dac9379a1a7e36df6375540a0
sha256sums = 
c9276f6ea277cf9654fb2cc3bc9dadbb2e596b5cf8ca867ee906c0080cf7f810
sha256sums = 
cb57dece026b29d7019a3e1e42fd2fb201d37fc60a70c885d2a50acffb808c06
sha256sums = 
fb8bb5bd3ec990720580a664326a70fd178ce94b97c2130462df9b1e3a3925c3


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=tigervnc
 pkgver=1.13.1
-pkgrel=3
-_xorgver=21.1.11
+pkgrel=4
+_xorgver=21.1.13
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')
 url="http://www.tigervnc.org;
@@ -14,7 +14,7 @@ depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 
'pixman'
 'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm'
 'xorg-xinit' 'libxcvt' 'ffmpeg')
 makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
-'xtrans' 'xorgproto'
+'git' 'xtrans' 'xorgproto'
 'mesa' 'imagemagick' 'java-environment=8')
 optdepends=('mesa: for OpenGL functionality in Xvnc')
 conflicts=('tightvnc')
@@ -22,29 +22,29 @@ backup=(etc/pam.d/tigervnc
etc/tigervnc/vncserver-config-defaults
etc/tigervnc/vncserver-config-mandatory
etc/tigervnc/vncserver.users)
-source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
-   
https://xorg.freedesktop.org/releases/individual/xserver/xorg-server-${_xorgver}.tar.xz
+source=(git+https://github.com/TigerVNC/tigervnc.git#tag=v${pkgver}
+
git+https://gitlab.freedesktop.org/xorg/xserver.git?#tag=xorg-server-${_xorgver}
Xsession
more-xsessions.patch
remove-selinux.patch)
-sha256sums=('b7c5b8ed9e4e2c2f48c7b2c9f21927db345e542243b4be88e066b2daa3d1ae25'
-'1d3dadbd57fb86b16a018e9f5f957aeeadf744f56c0553f55737628d06d326ef'
+sha256sums=('a742d94c23ec632145afe613a4ce9c67cb32429dd47aba58fd01a7cbf6d5d8f2'
+'63620c5faf0f76d6f52ee5aed57f3bc739a7868dac9379a1a7e36df6375540a0'
 'c9276f6ea277cf9654fb2cc3bc9dadbb2e596b5cf8ca867ee906c0080cf7f810'
 'cb57dece026b29d7019a3e1e42fd2fb201d37fc60a70c885d2a50acffb808c06'
 'fb8bb5bd3ec990720580a664326a70fd178ce94b97c2130462df9b1e3a3925c3')
 
 prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd ${pkgname}
   patch -p1 -i "$srcdir"/more-xsessions.patch
   patch -p1 -i "$srcdir"/remove-selinux.patch
 
   cd unix/xserver
-  cp -r "$srcdir"/xorg-server-${_xorgver}/* .
+  cp -r "$srcdir"/xserver/* .
   patch -Np1 -i ../xserver21.1.1.patch
 }
 
 build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd ${pkgname}
 
   cmake -G "Unix Makefiles" \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -66,7 +66,7 @@ build() {
 }
 
 package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
+  cd ${pkgname}
   make DESTDIR="$pkgdir" install
   install -Dm0644 java/VncViewer.jar 
"${pkgdir}"/usr/share/vnc/classes/VncViewer.jar
   cd unix/xserver/hw/vnc



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

-- 
This project does not include 

[Git][archlinux/packaging/packages/rtorrent] Pushed new tag 0.9.8-5

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


T.J. Townsend pushed new tag 0.9.8-5 at Arch Linux / Packaging / Packages / 
rtorrent

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




[Git][archlinux/packaging/packages/rtorrent][main] upgpkg: 0.9.8-5: build from git tag

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


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


Commits:
b2298125 by T.J. Townsend at 2024-05-01T15:01:24-04:00
upgpkg: 0.9.8-5: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = rtorrent
+   pkgdesc = Ncurses BitTorrent client based on libTorrent
+   pkgver = 0.9.8
+   pkgrel = 5
+   url = https://rakshasa.github.io/rtorrent/
+   arch = x86_64
+   license = GPL
+   makedepends = git
+   depends = libtorrent=0.13.8
+   depends = curl
+   depends = xmlrpc-c
+   source = git+https://github.com/rakshasa/rtorrent.git#tag=v0.9.8
+   sha256sums = 
36c91dce07420840d429a649596776cc6fa669c476e2dee732c7c59736293027
+
+pkgname = rtorrent


=
PKGBUILD
=
@@ -1,27 +1,28 @@
-# Maintainer: Gaetan Bisson 
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Gaetan Bisson 
 # Contributor: Daenyth 
 # Contributor: Jeff Mickey 
 # Contributor: sh__
 
 pkgname=rtorrent
 pkgver=0.9.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Ncurses BitTorrent client based on libTorrent'
 url='https://rakshasa.github.io/rtorrent/'
 license=('GPL')
 arch=('x86_64')
+makedepends=('git')
 depends=("libtorrent=0.13.${pkgver##*.}" 'curl' 'xmlrpc-c')
-source=("https://github.com/rakshasa/rtorrent/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af')
+source=("git+https://github.com/rakshasa/rtorrent.git#tag=v${pkgver};)
+sha256sums=('36c91dce07420840d429a649596776cc6fa669c476e2dee732c7c59736293027')
 
 prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
./autogen.sh
 }
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
export CXXFLAGS+=' -fno-strict-aliasing'
./configure \
--prefix=/usr \
@@ -32,7 +33,7 @@ build() {
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
make DESTDIR="${pkgdir}" install
install -D doc/rtorrent.rc 
"${pkgdir}"/usr/share/doc/rtorrent/rtorrent.rc
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rtorrent/-/commit/b22981258e7de8bce6150a8ddb4ee3f2ddf9fccc

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




[Git][archlinux/packaging/packages/libtorrent][main] upgpkg: 0.13.8-4: build from git tag

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


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


Commits:
8cd6588f by T.J. Townsend at 2024-05-01T14:58:56-04:00
upgpkg: 0.13.8-4: build from git tag

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libtorrent
+   pkgdesc = BitTorrent library with a focus on high performance and good 
code
+   pkgver = 0.13.8
+   pkgrel = 4
+   url = https://rakshasa.github.io/rtorrent/
+   arch = x86_64
+   license = GPL
+   makedepends = git
+   depends = openssl
+   source = git+https://github.com/rakshasa/libtorrent.git#tag=v0.13.8
+   sha256sums = 
71e09b1b878ba463b3698968afd94412623b793b95a6c06967b405c1b7f584f3
+
+pkgname = libtorrent


=
PKGBUILD
=
@@ -1,27 +1,28 @@
-# Maintainer: Gaetan Bisson 
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Gaetan Bisson 
 # Contributor: Daenyth 
 # Contributor: Jeff Mickey 
 # Contributor: sh__
 
 pkgname=libtorrent
 pkgver=0.13.8
-pkgrel=3
+pkgrel=4
 pkgdesc='BitTorrent library with a focus on high performance and good code'
 url='https://rakshasa.github.io/rtorrent/'
 arch=('x86_64')
 license=('GPL')
+makedepends=('git')
 depends=('openssl')
-source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983')
+source=("git+https://github.com/rakshasa/libtorrent.git#tag=v${pkgver};)
+sha256sums=('71e09b1b878ba463b3698968afd94412623b793b95a6c06967b405c1b7f584f3')
 
 prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
./autogen.sh
 }
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
export CXXFLAGS+=' -fno-strict-aliasing'
./configure \
--prefix=/usr \
@@ -31,6 +32,6 @@ build() {
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd ${pkgname}
make DESTDIR="${pkgdir}" install
 }



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

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




[Git][archlinux/packaging/packages/libtorrent] Pushed new tag 0.13.8-4

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


T.J. Townsend pushed new tag 0.13.8-4 at Arch Linux / Packaging / Packages / 
libtorrent

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




[Git][archlinux/packaging/packages/tzdata][main] upgpkg: 2024a-2; rebuild for gcc LTO 13.1

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tzdata


Commits:
e10db1bf by Andreas Radke at 2024-05-01T20:43:08+02:00
upgpkg: 2024a-2; rebuild for gcc LTO 13.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tzdata
pkgdesc = Sources for time zone and daylight saving time data
pkgver = 2024a
-   pkgrel = 1
+   pkgrel = 2
url = https://www.iana.org/time-zones
arch = x86_64
license = LicenseRef-tz


=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgname=tzdata
 pkgver=2024a
 _tzcode=2024a
 _tzdata=2024a
-pkgrel=1
+pkgrel=2
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('x86_64')
 url="https://www.iana.org/time-zones;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tzdata/-/commit/e10db1bfb9afd207e08454687c836f5e1eca8e8d

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




[Git][archlinux/packaging/packages/tzdata] Pushed new tag 2024a-2

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


Andreas Radke pushed new tag 2024a-2 at Arch Linux / Packaging / Packages / 
tzdata

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




[Git][archlinux/packaging/packages/openrazer] Pushed new tag 3.8.0-1

2024-05-01 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 3.8.0-1 at Arch Linux / Packaging / Packages / 
openrazer

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




[Git][archlinux/packaging/packages/openrazer][main] upgpkg: 3.8.0-1

2024-05-01 Thread Daniel M. Capella (@polyzen)


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


Commits:
363ae901 by Daniel M. Capella at 2024-05-01T14:26:34-04:00
upgpkg: 3.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = openrazer
pkgdesc = Community-led effort to support Razer peripherals on Linux
-   pkgver = 3.7.0
-   pkgrel = 2
+   pkgver = 3.8.0
+   pkgrel = 1
url = https://openrazer.github.io
arch = any
license = GPL
makedepends = git
makedepends = python-setuptools
-   source = git+https://github.com/openrazer/openrazer.git#tag=v3.7.0
-   b2sums = 
4075fa5b0a8bb51fbf7affb07e4adcd3088e2993cc6874b6203951b8e2cefc771701dc47afe437ed4970ee3b91c08b575d3c0f6b780d63cc8a53a003350f94d3
+   source = git+https://github.com/openrazer/openrazer.git#tag=v3.8.0
+   b2sums = 
b2f05076242e259a123b54b3ca6b9dc40fb984fd057103d3a62a08ed018082e309da58ab77c01e49dbe66310ea1f8a07c5e7319fa7339eff8442dff6d3931085
 
 pkgname = openrazer-daemon
pkgdesc = Userspace daemon that abstracts access to the kernel driver. 
Provides a DBus service for applications to use


=
PKGBUILD
=
@@ -4,15 +4,15 @@
 
 pkgname=('openrazer-daemon' 'openrazer-driver-dkms' 'python-openrazer')
 pkgbase=openrazer
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc='Community-led effort to support Razer peripherals on Linux'
 arch=('any')
 url=https://openrazer.github.io
 license=('GPL')
 makedepends=('git' 'python-setuptools')
 source=("git+https://github.com/$pkgbase/$pkgbase.git#tag=v$pkgver;)
-b2sums=('4075fa5b0a8bb51fbf7affb07e4adcd3088e2993cc6874b6203951b8e2cefc771701dc47afe437ed4970ee3b91c08b575d3c0f6b780d63cc8a53a003350f94d3')
+b2sums=('b2f05076242e259a123b54b3ca6b9dc40fb984fd057103d3a62a08ed018082e309da58ab77c01e49dbe66310ea1f8a07c5e7319fa7339eff8442dff6d3931085')
 
 package_openrazer-daemon() {
   pkgdesc='Userspace daemon that abstracts access to the kernel driver. 
Provides a DBus service for applications to use'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openrazer/-/commit/363ae901c8823c8029787a3701a131b925adb11c

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




[Git][archlinux/packaging/packages/aliyun-cli] Pushed new tag 3.0.204-1

2024-05-01 Thread @orhun


Orhun Parmaksız pushed new tag 3.0.204-1 at Arch Linux / Packaging / Packages / 
aliyun-cli

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




[Git][archlinux/packaging/packages/aliyun-cli][main] upgpkg: 3.0.204-1: upstream release

2024-05-01 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
aliyun-cli


Commits:
d74d027f by Orhun Parmaksız at 2024-05-01T21:20:41+03:00
upgpkg: 3.0.204-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aliyun-cli
pkgdesc = Alibaba Cloud CLI
-   pkgver = 3.0.203
+   pkgver = 3.0.204
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = aliyun-cli
makedepends = git
makedepends = go
depends = glibc
-   source = 
git+https://github.com/aliyun/aliyun-cli#commit=0e6f9b50a2e15884a443a0b4618622d1d180c594
+   source = 
git+https://github.com/aliyun/aliyun-cli#commit=57470075406dc10f1c95486c218521d8f43d12c7
source = git+https://github.com/aliyun/aliyun-openapi-meta
-   sha512sums = 
40a353b4f9c308ef89e0b917a0c9ce81b45203a131721b2f94fdb71b325b1aaf20d62fcc7f845246bb52f973c9abd62488209682560a655d2b80842cf18b4483
+   sha512sums = 
ebca68ef5443bcc47699c5ea09e5ab2777275a12207afe9e281776e5f94872f1a6349e943a65616e933ab114098e4fe21ca267e8b19e2364465d2ab2d1d91c90
sha512sums = SKIP
-   b2sums = 
a82f667c719eca2805398199e8d4c207d3e56da44c0ab2a47e04f64f03f48b9859d5175fb1beeae1f3116ecc1b30ca32ded6bf259df3c20fb3fe9b6b37de
+   b2sums = 
2372412bb4b7c313a41936e92f9a7e17d5a11479be3630f3d2ca1059aa9d273c364b4d7d0b5aac59b9dcc67e69c58472dec7bba6597ed50c0d7a764bfaf57622
b2sums = SKIP
 
 pkgname = aliyun-cli


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-_gitcommit=0e6f9b50a2e15884a443a0b4618622d1d180c594
-pkgver=3.0.203
+_gitcommit=57470075406dc10f1c95486c218521d8f43d12c7
+pkgver=3.0.204
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -14,9 +14,9 @@ depends=('glibc')
 makedepends=('git' 'go')
 source=("git+${url}#commit=${_gitcommit}"
 git+https://github.com/aliyun/aliyun-openapi-meta)
-sha512sums=('40a353b4f9c308ef89e0b917a0c9ce81b45203a131721b2f94fdb71b325b1aaf20d62fcc7f845246bb52f973c9abd62488209682560a655d2b80842cf18b4483'
+sha512sums=('ebca68ef5443bcc47699c5ea09e5ab2777275a12207afe9e281776e5f94872f1a6349e943a65616e933ab114098e4fe21ca267e8b19e2364465d2ab2d1d91c90'
 'SKIP')
-b2sums=('a82f667c719eca2805398199e8d4c207d3e56da44c0ab2a47e04f64f03f48b9859d5175fb1beeae1f3116ecc1b30ca32ded6bf259df3c20fb3fe9b6b37de'
+b2sums=('2372412bb4b7c313a41936e92f9a7e17d5a11479be3630f3d2ca1059aa9d273c364b4d7d0b5aac59b9dcc67e69c58472dec7bba6597ed50c0d7a764bfaf57622'
 'SKIP')
 
 pkgver() {



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

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




[Git][archlinux/packaging/packages/haxe][main] upgpkg: 4.3.4-1

2024-05-01 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
haxe


Commits:
7247d552 by Alexander F. Rødseth at 2024-05-01T20:17:23+02:00
upgpkg: 4.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = haxe
pkgdesc = Cross-platform toolkit and programming language
-   pkgver = 4.3.3
+   pkgver = 4.3.4
pkgrel = 1
url = https://haxe.org/
arch = x86_64
@@ -23,8 +23,8 @@ pkgbase = haxe
optdepends = python
options = !strip
source = mbedtls2.patch
-   source = 
haxe-4.3.3::git+https://github.com/HaxeFoundation/haxe#commit=de2888959192e92ad5849b2b66c2782ba775adcc
+   source = 
haxe-4.3.4::git+https://github.com/HaxeFoundation/haxe#commit=dc1a43dc52f98b9c480f68264885c6155e570f3e
b2sums = 
77f5f9c6815934b5cf2aee75ba62ed0e2a4b46f23a5bb689dffa23469b4aa13ca6d0e94623c747af63450b2ea3dc57f54507a924f1d6cec1cab3368d74def211
-   b2sums = SKIP
+   b2sums = 
65680cb33615ac81eed1e81b2f4ef5a75332fa0b084535f4b9bc5039adb19311a11620ce204cc2430ae80a461c0a0f1034269fe4757c9e8cfe92fdda38a0fd1e
 
 pkgname = haxe


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Michael Fellinger 
 
 pkgname=haxe
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc='Cross-platform toolkit and programming language'
 arch=(x86_64)
@@ -17,9 +17,9 @@ makedepends=(camlp5 git neko ocaml opam zlib 
perl-string-shellquote perl-ipc-sys
 optdepends=(java-environment mono php python)
 options=(!strip)
 source=(mbedtls2.patch
-
"$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=de2888959192e92ad5849b2b66c2782ba775adcc;)
 # tag: 4.3.3
+
"$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=dc1a43dc52f98b9c480f68264885c6155e570f3e;)
 # tag: 4.3.4
 
b2sums=('77f5f9c6815934b5cf2aee75ba62ed0e2a4b46f23a5bb689dffa23469b4aa13ca6d0e94623c747af63450b2ea3dc57f54507a924f1d6cec1cab3368d74def211'
-'SKIP')
+
'65680cb33615ac81eed1e81b2f4ef5a75332fa0b084535f4b9bc5039adb19311a11620ce204cc2430ae80a461c0a0f1034269fe4757c9e8cfe92fdda38a0fd1e')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -31,7 +31,7 @@ prepare() {
   eval $(opam env)
 
   # Install required OCaml packages
-  opam install -y extlib luv ocamlfind ptmap sedlex sha xml-light
+  opam install -y extlib luv=0.5.12 ocamlfind ptmap sedlex sha xml-light
 
   # Create the script that will be placed in /etc/profile.d
   echo 'export HAXE_STD_PATH=/usr/share/haxe/std' > haxe.sh
@@ -41,10 +41,12 @@ prepare() {
 }
 
 build() {
+  cd $pkgname-$pkgver
+
   # Prepare opam and ocamlfind before building
   eval $(opam env --switch=ocaml-system)
 
-  cd $pkgname-$pkgver
+  export OCAMLPARAM="_,w=-a"
   make haxe
 
   # "make tools" did not work. These are the replacement commands:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haxe/-/commit/7247d552b0feec1926e57ada2bc277d31d1079b6

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




[Git][archlinux/packaging/packages/haxe] Pushed new tag 4.3.4-1

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 4.3.4-1 at Arch Linux / Packaging / Packages / 
haxe

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




[Git][archlinux/packaging/packages/rustscan] Pushed new tag 2.2.3-1

2024-05-01 Thread @orhun


Orhun Parmaksız pushed new tag 2.2.3-1 at Arch Linux / Packaging / Packages / 
rustscan

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




[Git][archlinux/packaging/packages/rustscan][main] upgpkg: 2.2.3-1: upstream release

2024-05-01 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
rustscan


Commits:
307a5af4 by Orhun Parmaksız at 2024-05-01T21:17:14+03:00
upgpkg: 2.2.3-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rustscan
pkgdesc = A modern port scanner
-   pkgver = 2.2.2
+   pkgver = 2.2.3
pkgrel = 1
url = https://github.com/rustscan/RustScan
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = rustscan
depends = gcc-libs
depends = nmap
options = !lto
-   source = 
rustscan::git+https://github.com/rustscan/RustScan#commit=dcc558cb43b9d966bb3ce23fae534ed075ebec03
-   b2sums = 
d817dba3561d538b6b1d44803f7176e14d60b95999d9854ea96c763705760030444f9fa8f71516663ec0aac085a88a49a148a3aa29737e5bb36da34480e509e3
+   source = 
rustscan::git+https://github.com/rustscan/RustScan#commit=5328bfc8b00c99163edf770e859960280d55360b
+   b2sums = 
960a175f59406d502d3b30dd2b9d13f5e152bdac1cd6e230e06c5b2291ffb254553e7c4163fcc40d9f3a65067823e041f7c95782e2f2299b50c401221a1738c5
 
 pkgname = rustscan


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Hao Long 
 
 pkgname=rustscan
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='A modern port scanner'
 arch=('x86_64')
@@ -14,9 +14,9 @@ depends=('gcc-libs' 'nmap')
 makedepends=('git' 'cargo')
 checkdepends=('python')
 options=('!lto')
-_commit=dcc558cb43b9d966bb3ce23fae534ed075ebec03
+_commit=5328bfc8b00c99163edf770e859960280d55360b
 source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('d817dba3561d538b6b1d44803f7176e14d60b95999d9854ea96c763705760030444f9fa8f71516663ec0aac085a88a49a148a3aa29737e5bb36da34480e509e3')
+b2sums=('960a175f59406d502d3b30dd2b9d13f5e152bdac1cd6e230e06c5b2291ffb254553e7c4163fcc40d9f3a65067823e041f7c95782e2f2299b50c401221a1738c5')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustscan/-/commit/307a5af4386ea84adb5490379d1e2b1e0e44b44f

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




[Git][archlinux/packaging/packages/cargo-deb] Pushed new tag 2.2.0-1

2024-05-01 Thread @orhun


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

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




[Git][archlinux/packaging/packages/cargo-deb][main] upgpkg: 2.2.0-1: upstream release

2024-05-01 Thread @orhun


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


Commits:
89e7578d by Orhun Parmaksız at 2024-05-01T21:15:27+03:00
upgpkg: 2.2.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cargo-deb
pkgdesc = Cargo subcommand that generates Debian packages
-   pkgver = 2.1.1
+   pkgver = 2.2.0
pkgrel = 1
url = https://github.com/kornelski/cargo-deb
arch = x86_64
license = MIT
depends = cargo
depends = xz
-   source = 
cargo-deb-2.1.1.tar.gz::https://github.com/kornelski/cargo-deb/archive/v2.1.1.tar.gz
-   sha256sums = 
c0f28a6a144221a6cbb478efa95a7aa7d79ff0fa4d8911ee3de376b2df02ecf2
+   source = 
cargo-deb-2.2.0.tar.gz::https://github.com/kornelski/cargo-deb/archive/v2.2.0.tar.gz
+   sha256sums = 
40aeeb521d8419b27a60c3dd0db73fa6cab6a6218d0505f0aeb35ce14307bc3b
 
 pkgname = cargo-deb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sematre 
 
 pkgname=cargo-deb
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Cargo subcommand that generates Debian packages"
 arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/kornelski/cargo-deb;
 license=('MIT')
 depends=('cargo' 'xz')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c0f28a6a144221a6cbb478efa95a7aa7d79ff0fa4d8911ee3de376b2df02ecf2')
+sha256sums=('40aeeb521d8419b27a60c3dd0db73fa6cab6a6218d0505f0aeb35ce14307bc3b')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deb/-/commit/89e7578da77f97270dce503c979419a4224779a6

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




[Git][archlinux/packaging/packages/networkmanager-l2tp][main] upgpkg: 1.20.14-1

2024-05-01 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
networkmanager-l2tp


Commits:
1b51dce0 by Alexander F. Rødseth at 2024-05-01T20:14:31+02:00
upgpkg: 1.20.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = networkmanager-l2tp
pkgdesc = L2TP support for NetworkManager
-   pkgver = 1.20.12
+   pkgver = 1.20.14
pkgrel = 1
url = https://github.com/nm-l2tp/NetworkManager-l2tp
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = networkmanager-l2tp
makedepends = intltool
makedepends = libnma
makedepends = libnma-gtk4
-   makedepends = python
+   makedepends = python-packaging
depends = ppp=2.5.0
depends = xl2tpd
optdepends = libnma: GUI support (GTK 3)
@@ -18,7 +18,7 @@ pkgbase = networkmanager-l2tp
conflicts = networkmanager-l2tp-gtk4
replaces = networkmanager-l2tp-gtk3
replaces = networkmanager-l2tp-gtk4
-   source = 
networkmanager-l2tp-1.20.12.tar.gz::https://github.com/nm-l2tp/NetworkManager-l2tp/archive/1.20.12.tar.gz
-   b2sums = 
8dea49a5d1ef6ebdb74a8606d53c0891ae9ddda077ee26b6a2d5028d7fbfd3c7969ba37ab9fe7218e863802471f0b5797b9f31519b98857f8110424afe6d5584
+   source = 
networkmanager-l2tp-1.20.14.tar.gz::https://github.com/nm-l2tp/NetworkManager-l2tp/archive/1.20.14.tar.gz
+   b2sums = 
6e63b5b960469ca148e436da6bb9b157b0baa11998e2451a8d892bd947543e3023b3c41c823bb17fd8207b18de8d9cc7c6a6839f6a84352e58f232226e9d20e8
 
 pkgname = networkmanager-l2tp


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Moritz Lipp 
 
 pkgname=networkmanager-l2tp
-pkgver=1.20.12
+pkgver=1.20.14
 _pppver=2.5.0
 pkgrel=1
 pkgdesc='L2TP support for NetworkManager'
@@ -15,13 +15,13 @@ license=(GPL2)
 conflicts=(networkmanager-l2tp-gtk3 networkmanager-l2tp-gtk4)
 replaces=(networkmanager-l2tp-gtk3 networkmanager-l2tp-gtk4)
 depends=(ppp=$_pppver xl2tpd)
-makedepends=(intltool libnma libnma-gtk4 python)
+makedepends=(intltool libnma libnma-gtk4 python-packaging)
 optdepends=(
   'libnma: GUI support (GTK 3)'
   'libnma-gtk4: GUI support (GTK 4)'
   'strongswan: IPSec support')
 source=("$pkgname-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")
-b2sums=('8dea49a5d1ef6ebdb74a8606d53c0891ae9ddda077ee26b6a2d5028d7fbfd3c7969ba37ab9fe7218e863802471f0b5797b9f31519b98857f8110424afe6d5584')
+b2sums=('6e63b5b960469ca148e436da6bb9b157b0baa11998e2451a8d892bd947543e3023b3c41c823bb17fd8207b18de8d9cc7c6a6839f6a84352e58f232226e9d20e8')
 
 prepare() {
   ln -sf NetworkManager-l2tp-$pkgver $pkgname-$pkgver



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

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




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

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 1.20.14-1 at Arch Linux / Packaging / Packages 
/ networkmanager-l2tp

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




[Git][archlinux/packaging/packages/atac] Pushed new tag 0.15.0-1

2024-05-01 Thread @orhun


Orhun Parmaksız pushed new tag 0.15.0-1 at Arch Linux / Packaging / Packages / 
atac

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




[Git][archlinux/packaging/packages/atac][main] upgpkg: 0.15.0-1: upstream release

2024-05-01 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
atac


Commits:
ae0d6f20 by Orhun Parmaksız at 2024-05-01T21:14:22+03:00
upgpkg: 0.15.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = atac
pkgdesc = A simple API client (postman like) in your terminal
-   pkgver = 0.14.0
+   pkgver = 0.15.0
pkgrel = 1
url = https://github.com/Julien-cpsn/ATAC
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = atac
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
atac-0.14.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.14.0.tar.gz
-   sha512sums = 
82b6e04965e901d2b635bccbbb9d2a42ef04c777dfe8b79174b5cee47d30986cef2b26c1b1959783874d994703724f303a2f890675ac68ae6ecd2862d8938ca7
+   source = 
atac-0.15.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.15.0.tar.gz
+   sha512sums = 
74b23b1835c2d0a4ee7325867e6844619902d0f3815a96389686034ab44076ac603103c6d2b733096ebaede9aa892e1b4c2409de6bca5e411158194e05716b66
 
 pkgname = atac


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=atac
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="A simple API client (postman like) in your terminal"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('82b6e04965e901d2b635bccbbb9d2a42ef04c777dfe8b79174b5cee47d30986cef2b26c1b1959783874d994703724f303a2f890675ac68ae6ecd2862d8938ca7')
+sha512sums=('74b23b1835c2d0a4ee7325867e6844619902d0f3815a96389686034ab44076ac603103c6d2b733096ebaede9aa892e1b4c2409de6bca5e411158194e05716b66')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/atac/-/commit/ae0d6f2051d0d8c8a529932925220362a03fc76d

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




[Git][archlinux/packaging/packages/gendesk][main] upgpkg: 1.0.9-4

2024-05-01 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
gendesk


Commits:
a5a5ba14 by Alexander F. Rødseth at 2024-05-01T20:09:22+02:00
upgpkg: 1.0.9-4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = gendesk
+   pkgdesc = Utility for generating desktop files by specifying a minimum 
of information
+   pkgver = 1.0.9
+   pkgrel = 4
+   url = https://gendesk.roboticoverlords.org/
+   arch = x86_64
+   license = MIT
+   makedepends = go
+   options = !lto
+   source = https://roboticoverlords.org/gendesk/gendesk-1.0.9.tar.xz
+   source = https://roboticoverlords.org/gendesk/gendesk-1.0.9.tar.xz.asc
+   source = https://roboticoverlords.org/images/default.png
+   validpgpkeys = 962855F072C7A01846405864FCF3C8CB5CF9C8D4
+   b2sums = 
07ba72b713bd240e9035ced7555e02bd544ba402a4cf1e8417804ea3d53d7c43cbd47da507b15de0446d07e0b9d84a9bf3c3327b6d508e7f6ced279b2cd6b961
+   b2sums = SKIP
+   b2sums = 
4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35
+
+pkgname = gendesk


=
PKGBUILD
=
@@ -2,23 +2,23 @@
 
 pkgname=gendesk
 pkgver=1.0.9
-pkgrel=3
-pkgdesc='Utility for generating desktop files'
+pkgrel=4
+pkgdesc='Utility for generating desktop files by specifying a minimum of 
information'
 arch=(x86_64)
 url='https://gendesk.roboticoverlords.org/'
 license=(MIT)
 makedepends=(go)
+options=(!lto)
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
 source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
 'https://roboticoverlords.org/images/default.png')
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
 
b2sums=('07ba72b713bd240e9035ced7555e02bd544ba402a4cf1e8417804ea3d53d7c43cbd47da507b15de0446d07e0b9d84a9bf3c3327b6d508e7f6ced279b2cd6b961'
 'SKIP'
 
'4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35')
-options=('!lto')
 
 build() {
   cd $pkgname-$pkgver
-  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags 
$LDFLAGS"
+  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags 
'$LDFLAGS'"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gendesk/-/commit/a5a5ba1410df10184b6b152cea00d38f68edb485

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




[Git][archlinux/packaging/packages/gendesk] Pushed new tag 1.0.9-4

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 1.0.9-4 at Arch Linux / Packaging / Packages / 
gendesk

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




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

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new branch main at Arch Linux / Packaging / Packages / 
png2svg

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




[Git][archlinux/packaging/packages/png2svg] Pushed new tag 1.5.4-1

2024-05-01 Thread @arodseth


Alexander Rødseth pushed new tag 1.5.4-1 at Arch Linux / Packaging / Packages / 
png2svg

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




[Git][archlinux/packaging/packages/qt6-positioning][main] upgpkg: 6.7.0-2: Add geoclue2 optdepend

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt6-positioning


Commits:
fd53531d by Antonio Rojas at 2024-05-01T20:05:56+02:00
upgpkg: 6.7.0-2: Add geoclue2 optdepend

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qt6-positioning
pkgdesc = Provides access to position, satellite and area monitoring 
classes
pkgver = 6.7.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -17,6 +17,7 @@ pkgbase = qt6-positioning
depends = gcc-libs
depends = glibc
depends = qt6-base
+   optdepends = geoclue: geoclue2 plugin
optdepends = qt6-declarative: QML bindings
optdepends = qt6-serialport: NMEA plugin
source = git+https://code.qt.io/qt/qtpositioning#tag=v6.7.0


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=qt6-positioning
 _qtver=6.7.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -17,7 +17,8 @@ makedepends=(cmake
  ninja
  qt6-declarative
  qt6-serialport)
-optdepends=('qt6-declarative: QML bindings'
+optdepends=('geoclue: geoclue2 plugin'
+'qt6-declarative: QML bindings'
 'qt6-serialport: NMEA plugin')
 groups=(qt6)
 _pkgfn=${pkgname/6-/}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-positioning/-/commit/fd53531d00bb4c65ad7a2f6c593d6ba667cf4baa

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




[Git][archlinux/packaging/packages/qt6-positioning] Pushed new tag 6.7.0-2

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


Antonio Rojas pushed new tag 6.7.0-2 at Arch Linux / Packaging / Packages / 
qt6-positioning

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




[Git][archlinux/packaging/packages/python-dkim][main] upgpkg: 1.1.6-1

2024-05-01 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-dkim


Commits:
dd0713d9 by Daniel M. Capella at 2024-05-01T14:03:44-04:00
upgpkg: 1.1.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-dkim
pkgdesc = Python library that implements DKIM and ARC email signing and 
verification
-   pkgver = 1.1.5
-   pkgrel = 2
+   pkgver = 1.1.6
+   pkgrel = 1
url = https://launchpad.net/dkimpy
arch = any
license = ZLIB
@@ -15,8 +15,8 @@ pkgbase = python-dkim
optdepends = python-aiodns
optdepends = python-authres
optdepends = python-pynacl
-   source = 
https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-1.1.5.tar.gz
-   sha256sums = 
9a667f8664b72eb9f8aa1250b0757cc3982ab68f70c48af39317b58cf62f2d75
-   b2sums = 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
+   source = 
https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-1.1.6.tar.gz
+   sha256sums = 
0ce72d961f443e8f9f05694b354542dee534e08e2b8c5b60c62d5daca7c1da0f
+   b2sums = 
89e6752b97611eba5ecf0f487d10b3210f7b898131e465639aa0a8f2120c3a2901ad844db275748148574cbfcd1a5eeaf3319c09172b51d7a79342a0ee16f285
 
 pkgname = python-dkim


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=python-dkim
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
 pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
 arch=('any')
 url=https://launchpad.net/dkimpy
@@ -17,8 +17,8 @@ makedepends=(
 checkdepends=('python-authres' 'python-pynacl')
 optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
 
source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz;)
-sha256sums=('9a667f8664b72eb9f8aa1250b0757cc3982ab68f70c48af39317b58cf62f2d75')
-b2sums=('d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735')
+sha256sums=('0ce72d961f443e8f9f05694b354542dee534e08e2b8c5b60c62d5daca7c1da0f')
+b2sums=('89e6752b97611eba5ecf0f487d10b3210f7b898131e465639aa0a8f2120c3a2901ad844db275748148574cbfcd1a5eeaf3319c09172b51d7a79342a0ee16f285')
 
 build() {
   cd dkimpy-$pkgver



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

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




[Git][archlinux/packaging/packages/python-dkim] Pushed new tag 1.1.6-1

2024-05-01 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.6-1 at Arch Linux / Packaging / Packages / 
python-dkim

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




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

2024-05-01 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
rofi-rbw


Commits:
e890c3ff by Daniel M. Capella at 2024-05-01T13:57:07-04:00
upgpkg: 1.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rofi-rbw
pkgdesc = Rofi frontend for Bitwarden
-   pkgver = 1.3.0
-   pkgrel = 4
+   pkgver = 1.4.1
+   pkgrel = 1
url = https://github.com/fdw/rofi-rbw
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = rofi-rbw
optdepends = wl-clipboard: for the Wayland clipboarder
optdepends = wtype: for a Wayland typer
optdepends = ydotool: for a generic typer
-   source = git+https://github.com/fdw/rofi-rbw.git#tag=1.3.0
-   b2sums = 
09488568435e4283aa56f8a32b8d3346c82104ead51492479420040438ddd573f9ed82c999fa227eb5490e0ae404bec5896eac48886b00999fe6bacd1e67143c
+   source = git+https://github.com/fdw/rofi-rbw.git#tag=1.4.1
+   b2sums = 
e8bbd20f447784ba4d251071e5a0740344cb1d6a5e71b782ae3deae71f23934ab570951e3b5c785488de3716587cddcbe59fff713f872911b99072615d4b
 
 pkgname = rofi-rbw


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Matt Armand 
 
 pkgname=rofi-rbw
-pkgver=1.3.0
-pkgrel=4
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='Rofi frontend for Bitwarden'
 arch=('any')
 url=https://github.com/fdw/rofi-rbw
@@ -28,7 +28,7 @@ optdepends=(
   'ydotool: for a generic typer'
 )
 source=("git+$url.git#tag=$pkgver")
-b2sums=('09488568435e4283aa56f8a32b8d3346c82104ead51492479420040438ddd573f9ed82c999fa227eb5490e0ae404bec5896eac48886b00999fe6bacd1e67143c')
+b2sums=('e8bbd20f447784ba4d251071e5a0740344cb1d6a5e71b782ae3deae71f23934ab570951e3b5c785488de3716587cddcbe59fff713f872911b99072615d4b')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi-rbw/-/commit/e890c3ffcb0bd50a9dafb4bbc9cc1a8a9867f989

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




  1   2   3   4   >