[Git][archlinux/packaging/packages/openucx][main] upgpkg: 1.16.0-1

2024-04-28 Thread @lahwaacz


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


Commits:
7db43ce1 by Jakub Klinkovský at 2024-04-28T17:30:44+02:00
upgpkg: 1.16.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = openucx
pkgdesc = Communication framework for data-centric and high-performance 
applications
-   pkgver = 1.15.0
-   pkgrel = 4
+   pkgver = 1.16.0
+   pkgrel = 1
url = http://www.openucx.org
arch = x86_64
license = BSD-3-Clause
@@ -20,7 +20,7 @@ pkgbase = openucx
provides = libucs.so
provides = libucs_signal.so
provides = libuct.so
-   source = 
openucx-1.15.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/v1.15.0.tar.gz
-   sha256sums = 
e3082101dd61b2482390e7917b390f0fe9ecf399a839d97ee025ee559e6cb12d
+   source = 
openucx-1.16.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/v1.16.0.tar.gz
+   sha256sums = 
bf1c1ce6583ea1ab805feceb000157dc1fb825a60ddac0fbd9a329a010f9ad72
 
 pkgname = openucx


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _name=ucx
 pkgname=openucx
-pkgver=1.15.0
-pkgrel=4
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="Communication framework for data-centric and high-performance 
applications"
 arch=(x86_64)
 url="http://www.openucx.org;
@@ -32,7 +32,7 @@ provides=(
   libuct.so
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/v$pkgver.tar.gz;)
-sha256sums=('e3082101dd61b2482390e7917b390f0fe9ecf399a839d97ee025ee559e6cb12d')
+sha256sums=('bf1c1ce6583ea1ab805feceb000157dc1fb825a60ddac0fbd9a329a010f9ad72')
 
 build() {
   local configure_options=(
@@ -70,5 +70,5 @@ package() {
   make DESTDIR="$pkgdir" install -C $_name-$pkgver
 
   # install the license
-  install -Dm644 $_name-$pkgver/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm 644 $_name-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 }



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

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




[Git][archlinux/packaging/packages/openucx] Pushed new tag 1.16.0-1

2024-04-28 Thread @lahwaacz


Jakub Klinkovský pushed new tag 1.16.0-1 at Arch Linux / Packaging / Packages / 
openucx

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




[Git][archlinux/packaging/packages/fcitx5-m17n] Pushed new tag 5.1.1-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 5.1.1-1 at Arch Linux / Packaging / Packages / 
fcitx5-m17n

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




[Git][archlinux/packaging/packages/fcitx5-m17n][main] upgpkg: 5.1.1-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
fcitx5-m17n


Commits:
2e20c568 by Felix Yan at 2024-04-28T15:08:17+00:00
upgpkg: 5.1.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = fcitx5-m17n
+   pkgdesc = m17n Wrapper for Fcitx5
+   pkgver = 5.1.1
+   pkgrel = 1
+   url = https://github.com/fcitx/fcitx5-m17n
+   arch = x86_64
+   license = GPL
+   makedepends = git
+   makedepends = extra-cmake-modules
+   makedepends = fmt
+   depends = fcitx5
+   depends = m17n-lib
+   source = git+https://github.com/fcitx/fcitx5-m17n.git#tag=5.1.1?signed
+   validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
+   sha512sums = 
f023cf9cc3527cd6629f765bfab4ba53af4aea034e47214732fdfd6b4d12788136440bd1651540eff658beac242c1656e0b807bea989f9560e3dc7a8aa630895
+
+pkgname = fcitx5-m17n


=
PKGBUILD
=
@@ -2,27 +2,25 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-m17n
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="m17n Wrapper for Fcitx5"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-m17n;
 license=('GPL')
 depends=('fcitx5' 'm17n-lib')
-makedepends=('extra-cmake-modules')
-source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('a28a170ba62edc9b6e225f5ff6d76c8d7333006429a6d496abd2b7b49a9f82e01a2ebfdd670609c96529bbee36a01fb1937abfab745f1d3f3a4f196f3b9fc3df'
-'SKIP')
+makedepends=('git' 'extra-cmake-modules' 'fmt')
+source=("git+https://github.com/fcitx/fcitx5-m17n.git#tag=$pkgver?signed;)
+sha512sums=('f023cf9cc3527cd6629f765bfab4ba53af4aea034e47214732fdfd6b4d12788136440bd1651540eff658beac242c1656e0b807bea989f9560e3dc7a8aa630895')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian 

 
-build(){
-  cd $pkgname-$pkgver
-
+build() {
+  cd $pkgname
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-m17n/-/commit/2e20c5688335d7b79dcf27fc868d1cb00396aa3b

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




[Git][archlinux/packaging/packages/python-faker] Pushed new tag 24.11.0-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 24.11.0-1 at Arch Linux / Packaging / Packages / 
python-faker

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




[Git][archlinux/packaging/packages/python-faker][main] upgpkg: 24.11.0-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-faker


Commits:
f0243c53 by Felix Yan at 2024-04-28T15:00:55+00:00
upgpkg: 24.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
-   pkgver = 24.10.0
+   pkgver = 24.11.0
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python-dateutil
optdepends = python-xmltodict: for xml provider
-   source = git+https://github.com/joke2k/faker.git#tag=v24.10.0
-   sha512sums = 
ab439e64f0fc9ce4e6fa733bd8eb28fd8ed4fe9b9e211f293eb0f976570bf97a432482b5d0d7e2eb6fefd3c6d7d13dce3a0c0315b5eeccf6dc5e6ea217dc6ff9
+   source = git+https://github.com/joke2k/faker.git#tag=v24.11.0
+   sha512sums = 
03bfa64a9d9988217ce76b713e4791f3d0b8954107927008a932b8f33847ac4b1b367c240fbc6cfd11286076cb0fd9669b898e614184ac5b9b3eab7357574c3c
 
 pkgname = python-faker


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=24.10.0
+pkgver=24.11.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -15,7 +15,7 @@ makedepends=('git' 'python-build' 'python-installer' 
'python-pytest' 'python-set
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 
'python-pillow'
   'python-xmltodict')
 source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha512sums=('ab439e64f0fc9ce4e6fa733bd8eb28fd8ed4fe9b9e211f293eb0f976570bf97a432482b5d0d7e2eb6fefd3c6d7d13dce3a0c0315b5eeccf6dc5e6ea217dc6ff9')
+sha512sums=('03bfa64a9d9988217ce76b713e4791f3d0b8954107927008a932b8f33847ac4b1b367c240fbc6cfd11286076cb0fd9669b898e614184ac5b9b3eab7357574c3c')
 
 build() {
   cd faker



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

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




[Git][archlinux/packaging/packages/goaccess][main] upgpkg: 1.9.2-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / goaccess


Commits:
9f8a14ea by Felix Yan at 2024-04-28T14:55:05+00:00
upgpkg: 1.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = goaccess
pkgdesc = An open source real-time web log analyzer and interactive 
viewer
-   pkgver = 1.9.1
+   pkgver = 1.9.2
pkgrel = 1
url = https://goaccess.io
arch = x86_64
license = GPL
+   makedepends = git
depends = ncurses
depends = libmaxminddb
depends = openssl
optdepends = geoip2-database: for geoip support
backup = etc/goaccess/goaccess.conf
-   source = https://tar.goaccess.io/goaccess-1.9.1.tar.gz
-   sha512sums = 
df3f2fac52fe6882e55abc1693e03df12b6fe7231d22129044f60408e992ad42895ac26a097951e1cbd73af33d5d9a9e8abe56882dfcab7f49f0dd33a972779c
+   source = git+https://github.com/allinurl/goaccess.git#tag=v1.9.2
+   sha512sums = 
9e0454f7d8d7a4a68ee8f0534c976e1b182eb6b28cc458c6dd36b6f75757a597c7030c180eec73447303caa7c3f3dfd82d4adc2576cfb68b496392cc6901e74f
 
 pkgname = goaccess


=
PKGBUILD
=
@@ -3,25 +3,31 @@
 # Contributor: Nicolas Storme 
 
 pkgname=goaccess
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
 url='https://goaccess.io'
 license=('GPL')
 depends=('ncurses' 'libmaxminddb' 'openssl')
+makedepends=('git')
 optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz;)
-sha512sums=('df3f2fac52fe6882e55abc1693e03df12b6fe7231d22129044f60408e992ad42895ac26a097951e1cbd73af33d5d9a9e8abe56882dfcab7f49f0dd33a972779c')
+source=("git+https://github.com/allinurl/goaccess.git#tag=v$pkgver;)
+sha512sums=('9e0454f7d8d7a4a68ee8f0534c976e1b182eb6b28cc458c6dd36b6f75757a597c7030c180eec73447303caa7c3f3dfd82d4adc2576cfb68b496392cc6901e74f')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
   make prefix=/usr sysconfdir=/etc
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
 }



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

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




[Git][archlinux/packaging/packages/goaccess] Pushed new tag 1.9.2-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1.9.2-1 at Arch Linux / Packaging / Packages / goaccess

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




[Git][archlinux/packaging/packages/lemurs][main] Add tarball extension in the source renaming

2024-04-28 Thread Robin Candau (@antiz)


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


Commits:
0df2fab1 by Robin Candau at 2024-04-28T16:48:15+02:00
Add tarball extension in the source renaming

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,7 +10,7 @@ license=('Apache-2.0 OR MIT')
 depends=('systemd' 'pam')
 makedepends=('cargo')
 backup=('etc/lemurs/config.toml')
-source=("${pkgname}-${pkgver}::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
 sha256sums=('a366595602c75ed723e7b527ce1b8be33bdb998f5faa824605b97fb4b9e810f4')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/python-green][main] upgpkg: 4.0.2-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-green


Commits:
370daf67 by Felix Yan at 2024-04-28T14:45:29+00:00
upgpkg: 4.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-green
pkgdesc = Green is a clean, colorful, fast python test runner
-   pkgver = 4.0.1
-   pkgrel = 2
+   pkgver = 4.0.2
+   pkgrel = 1
url = https://github.com/CleanCut/green
arch = any
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-green
depends = python-lxml
depends = python-setuptools
depends = python-unidecode
-   source = 
git+https://github.com/CleanCut/green.git#commit=9e9e5cfe8b0a213899df78d3e06db4f592bbc84b
-   sha512sums = SKIP
+   source = git+https://github.com/CleanCut/green.git#tag=4.0.2
+   sha512sums = 
8b66dc9cca2d8279f06a92a3727626aa89bd34fd3385fc1c094bd62514d0f13815ff1c7339db9336e0c5d618bf005a20b6d9299205a16238bd9ad84a37cc6ff1
 
 pkgname = python-green


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-green
-pkgver=4.0.1
-_commit=9e9e5cfe8b0a213899df78d3e06db4f592bbc84b
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Green is a clean, colorful, fast python test runner"
 url="https://github.com/CleanCut/green;
 license=('MIT')
@@ -11,8 +10,8 @@ arch=('any')
 depends=('python-colorama' 'python-coverage' 'python-lxml' 'python-setuptools' 
'python-unidecode')
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-django' 'python-testtools')
-source=("git+https://github.com/CleanCut/green.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("git+https://github.com/CleanCut/green.git#tag=$pkgver;)
+sha512sums=('8b66dc9cca2d8279f06a92a3727626aa89bd34fd3385fc1c094bd62514d0f13815ff1c7339db9336e0c5d618bf005a20b6d9299205a16238bd9ad84a37cc6ff1')
 
 build() {
   cd green



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-green/-/commit/370daf6759481566abb768f597670049452a8aee

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




[Git][archlinux/packaging/packages/python-green] Pushed new tag 4.0.2-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 4.0.2-1 at Arch Linux / Packaging / Packages / 
python-green

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




[Git][archlinux/packaging/packages/lemurs] Pushed new tag 0.3.2-1

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.3.2-1 at Arch Linux / Packaging / Packages / 
lemurs

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




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

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed new branch main at Arch Linux / Packaging / Packages / 
lemurs

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




[Git][archlinux/packaging/packages/v2ray-domain-list-community][main] upgpkg: 20240426060244-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
v2ray-domain-list-community


Commits:
b5458c29 by Felix Yan at 2024-04-28T14:43:25+00:00
upgpkg: 20240426060244-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = v2ray-domain-list-community
pkgdesc = A list of domains to be used as geosites for routing purpose 
in Project V
-   pkgver = 20240422085908
+   pkgver = 20240426060244
pkgrel = 1
url = https://github.com/v2fly/domain-list-community
arch = any
license = MIT
makedepends = go
makedepends = git
-   source = 
git+https://github.com/v2fly/domain-list-community.git#tag=20240422085908
-   sha512sums = 
c50f7d227e1c13b39ba43e40054a643594c5460b89511c398701d01a80a6c1139f6ce51b03e9260781f7ced7a3f62cc277708c951a3623f69e2c9632c442046a
+   source = 
git+https://github.com/v2fly/domain-list-community.git#tag=20240426060244
+   sha512sums = 
05ac398b2e5691cb70381cdd115e8824b2352766df271cf83361331fecb27f00b7c24cb0cd3396ed7b98e13d20205b428d0ffcec49d46399747d844f59dae231
 
 pkgname = v2ray-domain-list-community


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20240422085908
+pkgver=20240426060244
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/v2fly/domain-list-community;
 license=('MIT')
 makedepends=('go' 'git')
 source=("git+https://github.com/v2fly/domain-list-community.git#tag=$pkgver;)
-sha512sums=('c50f7d227e1c13b39ba43e40054a643594c5460b89511c398701d01a80a6c1139f6ce51b03e9260781f7ced7a3f62cc277708c951a3623f69e2c9632c442046a')
+sha512sums=('05ac398b2e5691cb70381cdd115e8824b2352766df271cf83361331fecb27f00b7c24cb0cd3396ed7b98e13d20205b428d0ffcec49d46399747d844f59dae231')
 
 build() {
   cd domain-list-community



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/v2ray-domain-list-community/-/commit/b5458c29bcd7197f6fa0437b54dac29fc1e2869a

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




[Git][archlinux/packaging/packages/v2ray-domain-list-community] Pushed new tag 20240426060244-1

2024-04-28 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 20240426060244-1 at Arch Linux / Packaging / Packages 
/ v2ray-domain-list-community

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




[Git][archlinux/packaging/packages/swaybg] Pushed new tag 1.2.1-1

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
swaybg

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




[Git][archlinux/packaging/packages/swaybg][main] upgpkg: 1.2.1-1: New upstream release

2024-04-28 Thread Robin Candau (@antiz)


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


Commits:
75909152 by Robin Candau at 2024-04-28T16:41:10+02:00
upgpkg: 1.2.1-1: New upstream release
https://github.com/swaywm/swaybg/releases/tag/v1.2.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = swaybg
+   pkgdesc = Wallpaper tool for Wayland compositors
+   pkgver = 1.2.1
+   pkgrel = 1
+   url = https://github.com/swaywm/swaybg
+   arch = x86_64
+   license = MIT
+   makedepends = meson
+   makedepends = ninja
+   makedepends = scdoc
+   makedepends = wayland-protocols
+   depends = wayland
+   depends = cairo
+   depends = gdk-pixbuf2
+   source = 
swaybg-1.2.1.tar.gz::https://github.com/swaywm/swaybg/releases/download/v1.2.1/swaybg-1.2.1.tar.gz
+   source = 
swaybg-1.2.1.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v1.2.1/swaybg-1.2.1.tar.gz.sig
+   validpgpkeys = 9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A
+   validpgpkeys = 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
+   b2sums = 
0183f11c2d8a967054572676a1c87c7d533c8f4a7bd204049d53e350966dfc825d2d779d0d8165cec9b8e019b9c1bc7a0b7702270b02aa0f02bfbc8400ec6b53
+   b2sums = SKIP
+
+pkgname = swaybg


=
PKGBUILD
=
@@ -1,9 +1,10 @@
 # Maintainer: Brett Cornwall 
 # Maintainer: Alexander F. Rødseth 
+# Maintainer: Robin Candau 
 # Contributor: Maxim Baz 
 
 pkgname=swaybg
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc='Wallpaper tool for Wayland compositors'
 arch=(x86_64)
@@ -22,7 +23,7 @@ source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz;
 
"$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig;
 )
-b2sums=('8b2154e90ec52db77d83bcf3aff49eb79ee44e533350b875b6b93e30261b97a1c737bf5d43e19247434aa76a740d5b0ae4f3f81f0b4b0c9b2122cfc08b0d274d'
+b2sums=('0183f11c2d8a967054572676a1c87c7d533c8f4a7bd204049d53e350966dfc825d2d779d0d8165cec9b8e019b9c1bc7a0b7702270b02aa0f02bfbc8400ec6b53'
 'SKIP')
 validpgpkeys=(
 "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swaybg/-/commit/75909152415adb4745fa09e6e9d08d0d577413a2

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




[Git][archlinux/packaging/packages/fwupd][main] remove obsolete dependencies

2024-04-28 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
fwupd


Commits:
0426a41a by Frederik Schwan at 2024-04-28T16:22:51+02:00
remove obsolete dependencies

fixes #3
fixes #4
fixes #5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -18,10 +18,8 @@ depends=(
   bash
   bluez
   curl
-  efivar
   flashrom
   fwupd-efi
-  gcab
   gcc-libs
   glib2
   glibc
@@ -36,7 +34,6 @@ depends=(
   libmbim
   libmm-glib
   libqmi
-  libsmbios
   libxmlb
   passim
   polkit



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fwupd/-/commit/0426a41a14d5fe0f4f42c1494dfc9ad105fa3a51

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




[Git][archlinux/packaging/packages/intel-compute-runtime] Pushed new tag 24.13.29138.7-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 24.13.29138.7-1 at Arch Linux / Packaging / 
Packages / intel-compute-runtime

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




[Git][archlinux/packaging/packages/level-zero][main] upgpkg: 1.16.15-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
level-zero


Commits:
71caf50f by Daniel Bermond at 2024-04-28T11:18:32-03:00
upgpkg: 1.16.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,15 @@
 pkgbase = level-zero
pkgdesc = API for accessing low level interfaces in oneAPI platform 
devices
-   pkgver = 1.15.1
+   pkgver = 1.16.15
pkgrel = 1
url = 
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
arch = x86_64
license = MIT
+   makedepends = git
makedepends = cmake
makedepends = opencl-headers
-   source = 
https://github.com/oneapi-src/level-zero/archive/v1.15.1/level-zero-1.15.1.tar.gz
-   sha256sums = 
aa96edb85a7953041baf8e7d0b0a0e10fa85673e52f5d0466bc2fc802beb9522
+   source = 
https://github.com/oneapi-src/level-zero/archive/v1.16.15/level-zero-1.16.15.tar.gz
+   sha256sums = 
dba50f512c7da81c8d2c487f04c0fcf079a41f88a90658c96680e7c97be6
 
 pkgname = level-zero-headers
pkgdesc = API for accessing low level interfaces in oneAPI platform 
devices (headers)


=
PKGBUILD
=
@@ -3,15 +3,15 @@
 
 pkgbase=level-zero
 pkgname=(level-zero-headers level-zero-loader)
-pkgver=1.15.1
+pkgver=1.16.15
 pkgrel=1
 pkgdesc="API for accessing low level interfaces in oneAPI platform devices"
 arch=(x86_64)
 url="https://spec.oneapi.com/versions/latest/elements/l0/source/index.html;
 license=(MIT)
-makedepends=(cmake opencl-headers)
+makedepends=(git cmake opencl-headers)
 
source=(https://github.com/oneapi-src/level-zero/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('aa96edb85a7953041baf8e7d0b0a0e10fa85673e52f5d0466bc2fc802beb9522')
+sha256sums=('dba50f512c7da81c8d2c487f04c0fcf079a41f88a90658c96680e7c97be6')
 
 prepare() {
   printf '%s\n' ${pkgver##*.} > ${pkgbase}-${pkgver}/VERSION_PATCH



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/level-zero/-/commit/71caf50fba1cdcf2a5527fc9327db3352a978556

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




[Git][archlinux/packaging/packages/level-zero] Pushed new tag 1.16.15-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1.16.15-1 at Arch Linux / Packaging / Packages / 
level-zero

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




[Git][archlinux/packaging/packages/igsc][main] upgpkg: 0.8.16-1

2024-04-28 Thread Daniel Bermond (@dbermond)


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


Commits:
b9a54d58 by Daniel Bermond at 2024-04-28T11:18:14-03:00
upgpkg: 0.8.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = igsc
pkgdesc = Intel graphics system controller firmware update library
-   pkgver = 0.8.13
-   pkgrel = 2
+   pkgver = 0.8.16
+   pkgrel = 1
url = https://github.com/intel/igsc/
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = igsc
makedepends = systemd
depends = intel-metee
depends = systemd-libs
-   source = 
https://github.com/intel/igsc//archive/V0.8.13/igsc-0.8.13.tar.gz
-   sha256sums = 
c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4
+   source = 
https://github.com/intel/igsc//archive/V0.8.16/igsc-0.8.16.tar.gz
+   sha256sums = 
03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550
 
 pkgname = igsc


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=igsc
-pkgver=0.8.13
-pkgrel=2
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Intel graphics system controller firmware update library"
 arch=(x86_64)
 url="https://github.com/intel/igsc/;
@@ -11,7 +11,7 @@ license=(Apache-2.0)
 depends=(intel-metee systemd-libs)
 makedepends=(cmake systemd)
 source=(${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c429b09cc5b593570bbc02a3515b4aa8d65d12a678fb02ab509a830b48e8f2f4')
+sha256sums=('03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/b9a54d581a0031446f9496a6c8b89c8abf66b856

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




[Git][archlinux/packaging/packages/igsc] Pushed new tag 0.8.16-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 0.8.16-1 at Arch Linux / Packaging / Packages / 
igsc

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




[Git][archlinux/packaging/packages/vim][main] upgpkg: 9.1.0378-1

2024-04-28 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / vim


Commits:
5f580f94 by Levente Polyak at 2024-04-28T16:11:04+02:00
upgpkg: 9.1.0378-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vim
pkgdesc = Vi Improved, a highly configurable, improved version of the 
vi text editor
-   pkgver = 9.1.0346
-   pkgrel = 2
+   pkgver = 9.1.0378
+   pkgrel = 1
url = https://www.vim.org
arch = x86_64
license = custom:vim
@@ -19,18 +19,18 @@ pkgbase = vim
makedepends = ruby
makedepends = tcl
makedepends = zlib
-   source = git+https://github.com/vim/vim.git?signed#tag=v9.1.0346
+   source = git+https://github.com/vim/vim.git?signed#tag=v9.1.0378
source = vimrc
source = archlinux.vim
source = vimdoc.hook
validpgpkeys = 4F19708816918E19AAE19DEEF3F92DA383FDDE09
-   sha256sums = 
7cf1fb5286251f4dd1d4db55b45c41b3d1145a1ae1bfe438f223b07c80240676
+   sha256sums = 
e673ba01820987d2885b2a4aaae3155c4caa5e9f470fb7241e30503593ecbdcc
sha256sums = 
b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b
sha256sums = 
cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972
sha256sums = 
8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae
 
 pkgname = vim
-   depends = vim-runtime=9.1.0346-2
+   depends = vim-runtime=9.1.0378-1
depends = gpm
depends = acl
depends = glibc
@@ -50,7 +50,7 @@ pkgname = vim
 
 pkgname = gvim
pkgdesc = Vi Improved, a highly configurable, improved version of the 
vi text editor (with advanced features, such as a GUI)
-   depends = vim-runtime=9.1.0346-2
+   depends = vim-runtime=9.1.0378-1
depends = gpm
depends = libxt
depends = gtk3
@@ -63,7 +63,7 @@ pkgname = gvim
optdepends = lua: Lua language support
optdepends = perl: Perl language support
optdepends = tcl: Tcl language support
-   provides = vim=9.1.0346-2
+   provides = vim=9.1.0378-1
provides = xxd
provides = vim-plugin-runtime
conflicts = vim-minimal


=
PKGBUILD
=
@@ -11,9 +11,9 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.1.0346
+pkgver=9.1.0378
 _versiondir=91
-pkgrel=2
+pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='https://www.vim.org'
 arch=('x86_64')
@@ -38,7 +38,7 @@ 
source=(git+https://github.com/vim/vim.git?signed#tag=v${pkgver}
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('7cf1fb5286251f4dd1d4db55b45c41b3d1145a1ae1bfe438f223b07c80240676'
+sha256sums=('e673ba01820987d2885b2a4aaae3155c4caa5e9f470fb7241e30503593ecbdcc'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')



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

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




[Git][archlinux/packaging/packages/vim] Pushed new tag 9.1.0378-1

2024-04-28 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 9.1.0378-1 at Arch Linux / Packaging / Packages / 
vim

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




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

2024-04-28 Thread @orhun


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


Commits:
634c0ff2 by Orhun Parmaksız at 2024-04-28T16:58:08+03:00
upgpkg: 0.3.64-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = release-plz
pkgdesc = Release Rust packages without using the command line
-   pkgver = 0.3.63
+   pkgver = 0.3.64
pkgrel = 1
url = https://github.com/MarcoIeni/release-plz
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = release-plz
depends = openssl
optdepends = cargo-semver-checks: check for API breaking changes
options = !lto
-   source = 
release-plz-0.3.63::git+https://github.com/MarcoIeni/release-plz.git#commit=2786956f657bb7ec73b9bd86bd96d5cb407750b2
-   sha512sums = 
75eb919b3a4286bd07a758e70cc712cad5ee703bd48ef03769c3e330dbc7121a54b08d7a2503ddfba63ee028769c7ae83cdf8b605ce5822c4aa913b89bd0f668
+   source = 
release-plz-0.3.64::git+https://github.com/MarcoIeni/release-plz.git#commit=065a0d4b481999be0ecc7ad611412b2e79ed6941
+   sha512sums = 
0c9ed4bdda612bd22c604ac72a7f38e935de331dd36f38fc5300de76b553ba74fe8906c979a08fde8aafd9da9f83c59d4b70deb83966b33389ace04aab2f5e71
 
 pkgname = release-plz


=
PKGBUILD
=
@@ -1,9 +1,9 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=release-plz
-pkgver=0.3.63
+pkgver=0.3.64
 pkgrel=1
-_commit=2786956f657bb7ec73b9bd86bd96d5cb407750b2
+_commit=065a0d4b481999be0ecc7ad611412b2e79ed6941
 pkgdesc="Release Rust packages without using the command line"
 arch=('x86_64')
 url="https://github.com/MarcoIeni/release-plz;
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'curl' 'libgit2' 'openssl')
 makedepends=('cargo' 'git')
 optdepends=('cargo-semver-checks: check for API breaking changes')
 source=("$pkgname-$pkgver::git+$url.git#commit=$_commit")
-sha512sums=('75eb919b3a4286bd07a758e70cc712cad5ee703bd48ef03769c3e330dbc7121a54b08d7a2503ddfba63ee028769c7ae83cdf8b605ce5822c4aa913b89bd0f668')
+sha512sums=('0c9ed4bdda612bd22c604ac72a7f38e935de331dd36f38fc5300de76b553ba74fe8906c979a08fde8aafd9da9f83c59d4b70deb83966b33389ace04aab2f5e71')
 options=('!lto')
 
 prepare() {



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

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




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

2024-04-28 Thread @orhun


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

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




[Git][archlinux/packaging/packages/exploitdb][main] upgpkg: 20240422-1

2024-04-28 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
exploitdb


Commits:
f7067357 by Levente Polyak at 2024-04-28T15:53:21+02:00
upgpkg: 20240422-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = exploitdb
pkgdesc = Offensive Security’s Exploit Database Archive
-   pkgver = 20240207
+   pkgver = 20240422
pkgrel = 1
url = https://www.exploit-db.com/
arch = any
@@ -9,11 +9,11 @@ pkgbase = exploitdb
optdepends = xclip: copy paths to the clipboard
options = !strip
backup = etc/searchsploit_rc
-   source = 
https://gitlab.com/exploit-database/exploitdb/-/archive/2024-02-07/exploitdb-2024-02-07.tar.bz2
+   source = 
https://gitlab.com/exploit-database/exploitdb/-/archive/2024-04-22/exploitdb-2024-04-22.tar.bz2
source = rcfile.diff
-   sha512sums = 
84e10c9e0d4f4ed921671e1b9080ca8d9078053f9f576275d370edbebb47fdd8fdd96001d97a08e0ba705c10565a1cbcd31848da4a2d4fc0f5d2ea74e392dceb
+   sha512sums = 
80d94db83a2a775bdf2fcc2d309ed0ba2c79ca12a7d4055ecb1a1b63cab24bd11e5dfe10c2e65f4747a7e7265ce47de413b621da56bace78e0c052e46148e72f
sha512sums = 
e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6
-   b2sums = 
1b3e96f3f578bf7b1f4d25e6552a2ca380b3b95a3e635cb2ba5e88babc214b92d3a21fee8a2040c13bb77944dcbf77bd8b85298ee1e77b2896dd10a6b6c51fec
+   b2sums = 
bdff770c4d4557b9b967cddd49a6314d2c32462c776c661f51abd9c5c975b4e4bfd876b1cd06a9fb6936aa14cf061078f6af7c3d3f3e511cc46b274c6261
b2sums = 
f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076
 
 pkgname = exploitdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=exploitdb
-pkgver=20240207
+pkgver=20240422
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -15,9 +15,9 @@ backup=('etc/searchsploit_rc')
 options=('!strip')
 
source=("https://gitlab.com/exploit-database/exploitdb/-/archive/$_pkgver/exploitdb-$_pkgver.tar.bz2;
 "rcfile.diff")
-sha512sums=('84e10c9e0d4f4ed921671e1b9080ca8d9078053f9f576275d370edbebb47fdd8fdd96001d97a08e0ba705c10565a1cbcd31848da4a2d4fc0f5d2ea74e392dceb'
+sha512sums=('80d94db83a2a775bdf2fcc2d309ed0ba2c79ca12a7d4055ecb1a1b63cab24bd11e5dfe10c2e65f4747a7e7265ce47de413b621da56bace78e0c052e46148e72f'
 
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('1b3e96f3f578bf7b1f4d25e6552a2ca380b3b95a3e635cb2ba5e88babc214b92d3a21fee8a2040c13bb77944dcbf77bd8b85298ee1e77b2896dd10a6b6c51fec'
+b2sums=('bdff770c4d4557b9b967cddd49a6314d2c32462c776c661f51abd9c5c975b4e4bfd876b1cd06a9fb6936aa14cf061078f6af7c3d3f3e511cc46b274c6261'
 
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exploitdb/-/commit/f706735706bb750382caf4e3c9a17cfa063238a6

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




[Git][archlinux/packaging/packages/exploitdb] Pushed new tag 20240422-1

2024-04-28 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 20240422-1 at Arch Linux / Packaging / Packages / 
exploitdb

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




[Git][archlinux/packaging/packages/intel-graphics-compiler] Pushed new tag 1-1.0.16510.2-1

2024-04-28 Thread Daniel Bermond (@dbermond)


Daniel Bermond pushed new tag 1-1.0.16510.2-1 at Arch Linux / Packaging / 
Packages / intel-graphics-compiler

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




[Git][archlinux/packaging/packages/gedit-plugins][main] upgpkg: 47.0-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
gedit-plugins


Commits:
ea18803b by Fabian Bornschein at 2024-04-28T15:49:38+02:00
upgpkg: 47.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = gedit-plugins
pkgdesc = Collection of plugins for the gedit Text Editor
-   pkgver = 46.0
-   pkgrel = 2
+   pkgver = 47.0
+   pkgrel = 1
url = https://wiki.gnome.org/Apps/Gedit/ShippedPlugins
arch = x86_64
-   license = GPL
+   license = GPL-2.0-or-later
makedepends = appstream-glib
makedepends = git
makedepends = gobject-introspection
@@ -13,13 +13,23 @@ pkgbase = gedit-plugins
makedepends = meson
makedepends = vte3
makedepends = yelp-tools
+   depends = dconf
depends = gedit
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = libgedit-gtksourceview
+   depends = libgedit-tepl
+   depends = libpeas
+   depends = pango
+   depends = python
depends = python-cairo
depends = python-dbus
+   depends = python-gobject
optdepends = gucharmap: for charmap plugin
optdepends = libgit2-glib: for git plugin
optdepends = vte3: for embedded terminal
-   source = 
git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=e4f3ca3eaac33f802db23c3ad4227481fdd18015
-   b2sums = SKIP
+   source = git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=47.0
+   b2sums = 
7394eb59977d471b8b2ac44f09c02d8f76976fe60351305c707d866aa89037d5e1ea9d11951d8f34bbf4533673eead58bffabef43820bf20a800b6f33c2d23ca
 
 pkgname = gedit-plugins


=
PKGBUILD
=
@@ -7,16 +7,26 @@
 # Contributor: zhuqin 
 
 pkgname=gedit-plugins
-pkgver=46.0
-pkgrel=2
+pkgver=47.0
+pkgrel=1
 pkgdesc="Collection of plugins for the gedit Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
+  dconf
   gedit
+  glib2
+  glibc
+  gtk3
+  libgedit-gtksourceview
+  libgedit-tepl
+  libpeas
+  pango
+  python
   python-cairo
   python-dbus
+  python-gobject
 )
 makedepends=(
   appstream-glib
@@ -33,18 +43,12 @@ optdepends=(
   'libgit2-glib: for git plugin'
   'vte3: for embedded terminal'
 )
-_commit=e4f3ca3eaac33f802db23c3ad4227481fdd18015  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
-b2sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=${pkgver/[a-z]/.&};)
+b2sums=('7394eb59977d471b8b2ac44f09c02d8f76976fe60351305c707d866aa89037d5e1ea9d11951d8f34bbf4533673eead58bffabef43820bf20a800b6f33c2d23ca')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n 4e5744ccbec430b82f8b16c469d8b1bd5c7edf78 # Fix build
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit-plugins/-/commit/ea18803b297f188ba1ab4f609f039576a1f1b50e

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




[Git][archlinux/packaging/packages/gedit-plugins] Pushed new tag 47.0-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 47.0-1 at Arch Linux / Packaging / Packages / 
gedit-plugins

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




[Git][archlinux/packaging/packages/fail2ban] Pushed new tag 1.1.0-2

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.1.0-2 at Arch Linux / Packaging / Packages / 
fail2ban

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




[Git][archlinux/packaging/packages/fail2ban][main] upgpkg: 1.1.0-2 Make python-setuptools an actual dependency

2024-04-28 Thread Robin Candau (@antiz)


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


Commits:
0f4b843d by Robin Candau at 2024-04-28T15:41:41+02:00
upgpkg: 1.1.0-2 Make python-setuptools an actual dependency

Fail2Ban depends on the distutils module for the systemd backend 
(ERROR Backend systemd failed to initialize due to No module named 
distutils).
The distutils module has been [removed from Python 
3.12](https://docs.python.org/3.10/whatsnew/3.10.html#distutils) and has been 
completely replaced by the python-setuptools package (which is thus 
now also required at runtime).

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = fail2ban
pkgdesc = Bans IPs after too many failed authentication attempts
pkgver = 1.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.fail2ban.org/
arch = any
license = GPL
makedepends = git
makedepends = python-build
makedepends = python-installer
-   makedepends = python-setuptools
makedepends = python-wheel
depends = python-pyinotify
+   depends = python-setuptools
depends = python-systemd
depends = sqlite
depends = whois


=
PKGBUILD
=
@@ -7,17 +7,16 @@
 
 pkgname=fail2ban
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
 arch=('any')
 url='https://www.fail2ban.org/'
 license=('GPL')
-depends=('python-pyinotify' 'python-systemd' 'sqlite' 'whois')
+depends=('python-pyinotify' 'python-setuptools' 'python-systemd' 'sqlite' 
'whois')
 makedepends=(
   'git'
   'python-build'
   'python-installer'
-  'python-setuptools'
   'python-wheel'
 )
 optdepends=(



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

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




[Git][archlinux/packaging/packages/solr] Pushed new tag 9.6.0-1

2024-04-28 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 9.6.0-1 at Arch Linux / Packaging / 
Packages / solr

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




[Git][archlinux/packaging/packages/python-uproot] Pushed new tag 5.3.3-2

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 5.3.3-2 at Arch Linux / Packaging / Packages / 
python-uproot

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




[Git][archlinux/packaging/packages/python-txaio] Pushed new tag 23.1.1-4

2024-04-28 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 23.1.1-4 at Arch Linux / Packaging / Packages / 
python-txaio

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




[Git][archlinux/packaging/packages/python-txaio][main] Various fixes and cleanups

2024-04-28 Thread Chih-Hsuan Yen (@yan12125)


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


Commits:
2dd97246 by Chih-Hsuan Yen at 2024-04-28T20:57:53+08:00
Various fixes and cleanups

* Drop python-six, which is not needed since v20.3.1 [1]
* Switch to PEP 517
* Avoid PyPI tarballs, see RFC 20 [2]
* Add optdepends

Closes 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-txaio/-/issues/1

[1] 
https://github.com/crossbario/txaio/commit/62b0e7eaa22769687df1de8f57374cb0a42bdc4d
[2] https://rfc.archlinux.page/0020-sources-for-python-packaging/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,22 @@
 pkgbase = python-txaio
pkgdesc = Compatibility API between asyncio/Twisted/Trollius
pkgver = 23.1.1
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/crossbario/txaio
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-twisted
checkdepends = python-tests
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
-   depends = python-six
-   source = https://pypi.io/packages/source/t/txaio/txaio-23.1.1.tar.gz
-   sha512sums = 
41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e
+   makedepends = python-wheel
+   depends = python
+   optdepends = python-twisted: Twisted support
+   optdepends = python-zope-interface: Twisted support
+   source = git+https://github.com/crossbario/txaio.git#tag=v23.1.1
+   sha512sums = 
ae0a25cb2d0b7e5c459650a83c388d7bae6000c3a0c909cc00994d8b5ac595800e97b55cbc9afe968b2bcd914657ec6c5d2b6a68333dde8872bb8211d981f5f8
 
 pkgname = python-txaio


=
PKGBUILD
=
@@ -4,38 +4,42 @@
 pkgname=python-txaio
 # https://github.com/crossbario/txaio/blob/master/docs/releases.rst
 pkgver=23.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
 arch=('any')
 url="https://github.com/crossbario/txaio;
 license=('MIT')
-depends=('python-six')
-makedepends=('python-setuptools')
+depends=('python')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 # python-tests is used here:
 # 
https://github.com/crossbario/txaio/blob/v20.1.1/test/_asyncio_test_utils.py#L35
 checkdepends=('python-pytest' 'python-twisted' 'python-tests')
-source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz;)
-sha512sums=('41320501ec3e2555edc63326f2c5ee9bbc2fd103198a515b6dc4c44603a41d633c99a8f12c92ffc85f43546f0382d40f0c9748b13f7a7e70d98c5c4a2de85e2e')
+optdepends=(
+  'python-twisted: Twisted support'
+  'python-zope-interface: Twisted support'
+)
+source=("git+https://github.com/crossbario/txaio.git#tag=v$pkgver;)
+sha512sums=('ae0a25cb2d0b7e5c459650a83c388d7bae6000c3a0c909cc00994d8b5ac595800e97b55cbc9afe968b2bcd914657ec6c5d2b6a68333dde8872bb8211d981f5f8')
 
 prepare() {
   # This tests whether pip can install the sdist, and is completely broken
   # except in their boutique setup. They won't fix it.
   # https://github.com/crossbario/txaio/issues/77#issuecomment-246276723
-  rm txaio-$pkgver/test/test_packaging.py
+  rm txaio/test/test_packaging.py
 }
 
 build() {
-  cd "$srcdir"/txaio-$pkgver
-  python setup.py build
+  cd "$srcdir"/txaio
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$srcdir"/txaio-$pkgver
+  cd "$srcdir"/txaio
   python -m pytest
 }
 
 package() {
-  cd txaio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  cd txaio
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-txaio/-/commit/2dd97246fa54678c50ffea3ad06357c7dd722663

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




[Git][archlinux/packaging/packages/gedit][main] upgpkg: 47.0-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
gedit


Commits:
bc5f8adb by Fabian Bornschein at 2024-04-28T14:51:00+02:00
upgpkg: 47.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gedit
pkgdesc = GNOME Text Editor
-   pkgver = 46.2
-   pkgrel = 4
+   pkgver = 47.0
+   pkgrel = 1
url = https://gedit-technology.github.io/apps/gedit/
arch = x86_64
groups = gnome-extra
@@ -27,18 +27,19 @@ pkgbase = gedit
depends = gtk3
depends = hicolor-icon-theme
depends = libgedit-amtk
+   depends = libgedit-gfls
depends = libgedit-gtksourceview
+   depends = libgedit-tepl
depends = libgirepository
depends = libpeas
depends = pango
depends = python
depends = python-gobject
-   depends = tepl
optdepends = gedit-plugins: Additional features
conflicts = gedit-code-assistance<=3.16.0+4+gd19b879-1
-   source = 
git+https://gitlab.gnome.org/GNOME/gedit.git#commit=da63f4c642c8ffabb0773f1ef2c2a0edadfdc3e9
+   source = git+https://gitlab.gnome.org/GNOME/gedit.git#tag=47.0
source = git+https://gitlab.gnome.org/GNOME/libgd.git
-   b2sums = SKIP
+   b2sums = 
8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387
b2sums = SKIP
 
 pkgname = gedit


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=46.2
-pkgrel=4
+pkgver=47.0
+pkgrel=1
 pkgdesc="GNOME Text Editor"
 url="https://gedit-technology.github.io/apps/gedit/;
 arch=(x86_64)
@@ -23,13 +23,14 @@ depends=(
   gtk3
   hicolor-icon-theme
   libgedit-amtk
+  libgedit-gfls
   libgedit-gtksourceview
+  libgedit-tepl
   libgirepository
   libpeas
   pango
   python
   python-gobject
-  tepl
 )
 makedepends=(
   appstream-glib
@@ -44,25 +45,16 @@ makedepends=(
 optdepends=('gedit-plugins: Additional features')
 conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
 groups=(gnome-extra)
-_commit=da63f4c642c8ffabb0773f1ef2c2a0edadfdc3e9  # tags/46.2^0
 source=(
-  "git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit;
+  "git+https://gitlab.gnome.org/GNOME/gedit.git#tag=${pkgver/[a-z]/.&};
   "git+https://gitlab.gnome.org/GNOME/libgd.git;
 )
-b2sums=('SKIP'
+b2sums=('8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387'
 'SKIP')
 
-pkgver() {
-  cd gedit
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 prepare() {
   cd gedit
 
-  # quickhighlight plugin: adapt code for GtkSourceStyle API break
-  git cherry-pick -n 6fa2371e5d9f5e9ef5403e78271cdfd9c4055e9a
-
   git submodule init
   git submodule set-url subprojects/libgd "$srcdir/libgd"
   git -c protocol.file.allow=always submodule update



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit/-/commit/bc5f8adb90aff68a75d8ff688c023e97a7608f6a

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




[Git][archlinux/packaging/packages/gedit] Pushed new tag 47.0-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 47.0-1 at Arch Linux / Packaging / Packages / 
gedit

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




[Git][archlinux/packaging/packages/niri][main] Add nvchecker integration

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
e48e5696 by David Runge at 2024-04-28T14:37:08+02:00
Add nvchecker integration

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

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[niri]
+source = "git"
+git = "https://github.com/YaLTeR/niri;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/niri/-/commit/e48e56968bccd3621c01290fe7678f76bd41d1b3

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




[Git][archlinux/packaging/packages/niri] Pushed new tag 0.1.5-2

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.1.5-2 at Arch Linux / Packaging / Packages / niri

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




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

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new branch main at Arch Linux / Packaging / Packages / niri

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




[Git][archlinux/packaging/packages/tui-journal] Pushed new tag 0.8.3-1

2024-04-28 Thread @orhun


Orhun Parmaksız pushed new tag 0.8.3-1 at Arch Linux / Packaging / Packages / 
tui-journal

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




[Git][archlinux/packaging/packages/tui-journal][main] upgpkg: 0.8.3-1: upstream release

2024-04-28 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
tui-journal


Commits:
8bb7cb55 by Orhun Parmaksız at 2024-04-28T15:16:23+03:00
upgpkg: 0.8.3-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tui-journal
pkgdesc = Write and manage journals/notes from the terminal
-   pkgver = 0.8.2
+   pkgver = 0.8.3
pkgrel = 1
url = https://github.com/AmmarAbouZor/tui-journal
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = tui-journal
depends = gcc-libs
depends = zlib
options = !lto
-   source = 
tui-journal-0.8.2.tar.gz::https://github.com/AmmarAbouZor/tui-journal/archive/v0.8.2.tar.gz
-   sha512sums = 
5293e1e96ee671c63fdc869e80dd677984cee28d8dc5d45e2c17c1a5dd4c341602151d6bb81a9a4281ecd68ba44172780b605bf65c7491aa3d8c44f959d000f1
+   source = 
tui-journal-0.8.3.tar.gz::https://github.com/AmmarAbouZor/tui-journal/archive/v0.8.3.tar.gz
+   sha512sums = 
66a1a75efddaef22eef514f6631828d4644afc9d99364064c730b759f03b0f39d2e621062d18321fa12a77f7d0423a707efe7ad625c8aaedb90cf3a461a09719
 
 pkgname = tui-journal


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=tui-journal
 _pkgname=tjournal
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Write and manage journals/notes from the terminal"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('gcc-libs' 'zlib')
 makedepends=('cargo' 'openssl')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('5293e1e96ee671c63fdc869e80dd677984cee28d8dc5d45e2c17c1a5dd4c341602151d6bb81a9a4281ecd68ba44172780b605bf65c7491aa3d8c44f959d000f1')
+sha512sums=('66a1a75efddaef22eef514f6631828d4644afc9d99364064c730b759f03b0f39d2e621062d18321fa12a77f7d0423a707efe7ad625c8aaedb90cf3a461a09719')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tui-journal/-/commit/8bb7cb5524052086dce786597edb5565a716132d

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




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

2024-04-28 Thread @orhun


Orhun Parmaksız pushed new tag 1.37.0-1 at Arch Linux / Packaging / Packages / 
broot

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




[Git][archlinux/packaging/packages/broot][main] upgpkg: 1.37.0-1: upstream release

2024-04-28 Thread @orhun


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


Commits:
c0d51d73 by Orhun Parmaksız at 2024-04-28T15:14:01+03:00
upgpkg: 1.37.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = broot
pkgdesc = Fuzzy Search + tree + cd
-   pkgver = 1.36.1
+   pkgver = 1.37.0
pkgrel = 1
url = https://github.com/Canop/broot
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = broot
depends = libgit2
depends = libxcb
options = !lto
-   source = 
https://github.com/Canop/broot/archive/v1.36.1/broot-v1.36.1.tar.gz
-   sha256sums = 
b52e60a86e3ca38931cf8ed0ccbd4138f12b733c2459ea3088c267a98b8a555b
+   source = 
https://github.com/Canop/broot/archive/v1.37.0/broot-v1.37.0.tar.gz
+   sha256sums = 
59335d101b943a7907ceb1ef2d4cf29e755cdf062d3459ebfc294965d4be0e7d
 
 pkgname = broot


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



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

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




[Git][archlinux/packaging/packages/rhythmbox][main] Add explicit dep on gvfs

2024-04-28 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
e3cdcd5b by Jan Alexander Steffens (heftig) at 2024-04-28T13:49:51+02:00
Add explicit dep on gvfs

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -32,6 +32,7 @@ pkgbase = rhythmbox
depends = gst-plugins-good
depends = gstreamer
depends = gtk3
+   depends = gvfs
depends = hicolor-icon-theme
depends = json-glib
depends = libgirepository


=
PKGBUILD
=
@@ -23,6 +23,7 @@ depends=(
   gst-plugins-good
   gstreamer
   gtk3
+  gvfs
   hicolor-icon-theme
   json-glib
   libgirepository



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rhythmbox/-/commit/e3cdcd5b4a7f725420ddd2c4759f4cdfe0f7ebc9

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




[Git][archlinux/packaging/packages/gajim][main] Add nvchecker.toml

2024-04-28 Thread Robin Candau (@antiz)


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


Commits:
f8ce9051 by Robin Candau at 2024-04-28T13:46:24+02:00
Add nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,7 @@
+[gajim]
+source = "gitlab"
+host = "dev.gajim.org"
+gitlab = "gajim/gajim"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gajim/-/commit/f8ce90519585b930ff01ffa83c91c6b47d6e8092

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




[Git][archlinux/packaging/packages/libgedit-tepl] Pushed new tag 6.10.0-2

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 6.10.0-2 at Arch Linux / Packaging / Packages 
/ libgedit-tepl

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




[Git][archlinux/packaging/packages/libgedit-tepl][main] upgpkg: 6.10.0-2

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
libgedit-tepl


Commits:
0a91aad9 by Fabian Bornschein at 2024-04-28T13:32:28+02:00
upgpkg: 6.10.0-2

* provides libgedit-tepl-6.so

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libgedit-tepl
pkgdesc = Library that eases the development of GtkSourceView-based 
text editors and IDEs
pkgver = 6.10.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/gedit-technology/libgedit-tepl
arch = x86_64
license = LGPL-3.0-or-later
@@ -21,6 +21,7 @@ pkgbase = libgedit-tepl
depends = libgedit-gtksourceview
depends = libhandy
depends = pango
+   provides = libgedit-tepl-6.so
conflicts = tepl
replaces = tepl
source = 
git+https://github.com/gedit-technology/libgedit-tepl#tag=6.10.0


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libgedit-tepl
 pkgver=6.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library that eases the development of GtkSourceView-based text 
editors and IDEs'
 arch=('x86_64')
 url='https://github.com/gedit-technology/libgedit-tepl'
@@ -29,6 +29,7 @@ makedepends=(
 checkdepends=(xorg-server-xvfb)
 conflicts=(tepl)
 replaces=(tepl)
+provides=(libgedit-tepl-6.so)
 source=("git+https://github.com/gedit-technology/libgedit-tepl#tag=${pkgver};)
 
b2sums=('54a0e1e4927a90e295e7c681f1d3c3da0ed6da0ca1d864887cf59c6bf6f23baacf555f34cbece81a57efc114d64248c1a2a7d48820dd1e114376bfa5aebc6a1b')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-tepl/-/commit/0a91aad99ef120aa16140136e7dcae7285ee1a5f

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




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 316-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 316-1 at Arch Linux / Packaging / Packages / 
cockpit

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




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 316-1

2024-04-28 Thread Jelle van der Waa (@jelle)


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


Commits:
59ada887 by Jelle van der Waa at 2024-04-28T13:11:26+02:00
upgpkg: 316-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 315
-   pkgrel = 2
+   pkgver = 316
+   pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/315/cockpit-315.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/316/cockpit-316.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1
+   sha256sums = 
b84a638b827f408f54d84af94f8d87abf204101a8a52b3e4fb30f1bbc6e35941
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=315
-pkgrel=2
+pkgver=316
+pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1'
+sha256sums=('b84a638b827f408f54d84af94f8d87abf204101a8a52b3e4fb30f1bbc6e35941'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



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

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




[Git][archlinux/packaging/packages/cockpit-podman][main] upgpkg: 87-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
cockpit-podman


Commits:
f45baf5b by Jelle van der Waa at 2024-04-28T13:10:14+02:00
upgpkg: 87-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
-   pkgver = 86
-   pkgrel = 2
+   pkgver = 87
+   pkgrel = 1
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later
depends = cockpit
depends = podman
-   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/86/cockpit-podman-86.tar.xz
-   sha256sums = 
99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0
+   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/87/cockpit-podman-87.tar.xz
+   sha256sums = 
e0052a66acaf0b81baf3ce8418ffb6e17a48d476ef333ff0c88161db34a59dfe
 
 pkgname = cockpit-podman


=
PKGBUILD
=
@@ -1,15 +1,15 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=86
-pkgrel=2
+pkgver=87
+pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
 url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL-2.1-or-later)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0')
+sha256sums=('e0052a66acaf0b81baf3ce8418ffb6e17a48d476ef333ff0c88161db34a59dfe')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/f45baf5b89ae4e98b0217cb371fba2798b4346cf

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




[Git][archlinux/packaging/packages/cockpit-podman] Pushed new tag 87-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 87-1 at Arch Linux / Packaging / Packages / 
cockpit-podman

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




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 312-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 312-1 at Arch Linux / Packaging / Packages / 
cockpit-machines

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




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 312-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
cockpit-machines


Commits:
4697817f by Jelle van der Waa at 2024-04-28T13:06:51+02:00
upgpkg: 312-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 311
+   pkgver = 312
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/311/cockpit-machines-311.tar.xz
-   sha256sums = 
4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/312/cockpit-machines-312.tar.xz
+   sha256sums = 
bb3260010d3b55b7093745eee9bedf496a1d2bb65bdee2e505285c866afb4de9
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=311
+pkgver=312
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64')
+sha256sums=('bb3260010d3b55b7093745eee9bedf496a1d2bb65bdee2e505285c866afb4de9')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/4697817ff2e0746ba90af20ef9f3455ed7aca2e5

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




[Git][archlinux/packaging/packages/python-sqlalchemy] Pushed new tag 1.4.52-4

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.4.52-4 at Arch Linux / Packaging / Packages / 
python-sqlalchemy

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




[Git][archlinux/packaging/packages/python-sqlalchemy][main] upgpkg: 1.4.52-4

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
b34f2430 by David Runge at 2024-04-28T12:41:15+02:00
upgpkg: 1.4.52-4

Rebuild without python-pytest-runner and all direct dependencies.
Switch to upstream provided source tarballs.
Add link about upstream discussion on signed sources: 
https://github.com/sqlalchemy/sqlalchemy/discussions/11138

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sqlalchemy
pkgdesc = Python SQL toolkit and Object Relational Mapper
pkgver = 1.4.52
-   pkgrel = 3
+   pkgrel = 4
url = https://www.sqlalchemy.org/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=python-sqlalchemy
 _name="${pkgname#python-}"
 pkgver=1.4.52
 _ver="rel_${pkgver//./_}"
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://www.sqlalchemy.org/;
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/python-sqlalchemy][main] 5 commits: Switch to upstream provided auto-generated source tarballs

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
7cefa19b by David Runge at 2024-04-28T12:03:20+02:00
Switch to upstream provided auto-generated source tarballs

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

- - - - -
e1fb85a2 by David Runge at 2024-04-28T12:10:07+02:00
Add all direct dependencies

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

- - - - -
2dc734c8 by David Runge at 2024-04-28T12:11:08+02:00
Instead of tabs and spaces use only spaces

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

- - - - -
cb87c955 by David Runge at 2024-04-28T12:26:20+02:00
Remove the use of python-pytest-runner

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

- - - - -
cd6ec813 by David Runge at 2024-04-28T12:27:00+02:00
Add note about ongoing discussion about signed sources

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,16 +5,17 @@ pkgbase = python-sqlalchemy
url = https://www.sqlalchemy.org/
arch = x86_64
license = MIT
-   checkdepends = python-pytest-runner
+   checkdepends = python-pytest
checkdepends = python-pytest-xdist
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+   depends = glibc
depends = python
depends = python-greenlet
optdepends = python-psycopg2: connect to PostgreSQL database
-   source = 
https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-1.4.52.tar.gz
-   sha512sums = 
afda6a3503c9d2baba8c1dd9e7216d5ac1561f52f5f11009c41a1a98ac998643c980c60cf8ba4d84c4af8808be26ead9fd2e7a2c8bf15b2fdb521b4e5de7748e
+   source = 
python-sqlalchemy-1.4.52.tar.gz::https://github.com/sqlalchemy/sqlalchemy/archive/refs/tags/rel_1_4_52.tar.gz
+   sha512sums = 
d63ad982073eeeb094dd026ccf92907b829ee12c28a6f1092948077f0112695b1b22c28f9ad2eb7ff063ff8926cb416a1e45102df016ada5c1f866de373bb0e8
 
 pkgname = python-sqlalchemy


=
PKGBUILD
=
@@ -3,41 +3,43 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=python-sqlalchemy
+_name="${pkgname#python-}"
 pkgver=1.4.52
+_ver="rel_${pkgver//./_}"
 pkgrel=3
 arch=('x86_64')
 url="https://www.sqlalchemy.org/;
 license=('MIT')
 pkgdesc='Python SQL toolkit and Object Relational Mapper'
-depends=('python' 'python-greenlet')
+depends=('glibc' 'python' 'python-greenlet')
 optdepends=('python-psycopg2: connect to PostgreSQL database')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
+checkdepends=('python-pytest' 'python-pytest-xdist')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlalchemy/sqlalchemy/archive/refs/tags/${_ver}.tar.gz;)
+# https://github.com/sqlalchemy/sqlalchemy/discussions/11138
 #validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('afda6a3503c9d2baba8c1dd9e7216d5ac1561f52f5f11009c41a1a98ac998643c980c60cf8ba4d84c4af8808be26ead9fd2e7a2c8bf15b2fdb521b4e5de7748e')
+sha512sums=('d63ad982073eeeb094dd026ccf92907b829ee12c28a6f1092948077f0112695b1b22c28f9ad2eb7ff063ff8926cb416a1e45102df016ada5c1f866de373bb0e8')
 
 prepare() {
-  cd SQLAlchemy-$pkgver
+  cd $_name-$_ver
   sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
   lib/sqlalchemy/testing/warnings.py
 }
 
 build() {
-  cd SQLAlchemy-$pkgver
+  cd $_name-$_ver
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd SQLAlchemy-$pkgver
+  cd $_name-$_ver
   PYTHONPATH=build/lib pytest
 }
 
 package() {
-  cd SQLAlchemy-$pkgver
+  cd $_name-$_ver
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 # vim:set ts=2 sw=2 ft=sh et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sqlalchemy/-/compare/6628ec9a56efb428a569bb3608c7a8d48538ce58...cd6ec813d7f77df209e30a31490d15f4e830b288

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




[Git][archlinux/packaging/packages/openssl-1.1][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl-1.1


Commits:
181ad589 by Pierre Schmitz at 2024-04-28T12:24:06+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+["openssl-1.1"]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+from_pattern = "OpenSSL_1_1_([0-9]+)([a-z]*)"
+to_pattern = "1.1.\\1.\\2"
+include_regex = 'OpenSSL_1_1_[0-9]+[a-z]*'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl-1.1/-/commit/181ad5897937a3d0c543a6adbd2b8f4e2705c393

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




[Git][archlinux/packaging/packages/libgedit-gfls][main] upgpkg: 1:0.1.0-2

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
libgedit-gfls


Commits:
a1592919 by Fabian Bornschein at 2024-04-28T12:21:15+02:00
upgpkg: 1:0.1.0-2

* provides libgedit-gfls-1.so
* gtk3 is only a build dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libgedit-gfls
pkgdesc = A module dedicated to file loading and saving.
pkgver = 0.1.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://github.com/gedit-technology/libgedit-gfls
arch = x86_64
@@ -9,11 +9,12 @@ pkgbase = libgedit-gfls
checkdepends = xorg-server-xvfb
makedepends = git
makedepends = gobject-introspection
+   makedepends = gtk3
makedepends = gtk-doc
makedepends = meson
depends = glib2
depends = glibc
-   depends = gtk3
+   provides = libgedit-gfls-1.so
source = git+https://github.com/gedit-technology/libgedit-gfls#tag=0.1.0
b2sums = 
9a4675ab7b8e2323358bcc3942975ca3a61b2444d29fa102893c7514bf67529e7474825ffd4c4db9ef346e4e40c9fede400ab353f8088021795e46bbb5f11e7d
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=libgedit-gfls
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A module dedicated to file loading and saving.'
 arch=('x86_64')
@@ -11,15 +11,16 @@ license=('LGPL-3.0-or-later')
 depends=(
   glib2
   glibc
-  gtk3
 )
 makedepends=(
   git
   gobject-introspection
+  gtk3
   gtk-doc
   meson
 )
 checkdepends=(xorg-server-xvfb)
+provides=(libgedit-gfls-1.so)
 source=("git+https://github.com/gedit-technology/libgedit-gfls#tag=${pkgver};)
 
b2sums=('9a4675ab7b8e2323358bcc3942975ca3a61b2444d29fa102893c7514bf67529e7474825ffd4c4db9ef346e4e40c9fede400ab353f8088021795e46bbb5f11e7d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gfls/-/commit/a1592919919de1025667d3cfb2e43a99b6d84106

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




[Git][archlinux/packaging/packages/libgedit-gfls] Pushed new tag 1-0.1.0-2

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 1-0.1.0-2 at Arch Linux / Packaging / Packages 
/ libgedit-gfls

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




[Git][archlinux/packaging/packages/lib32-openssl][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
0dd8ceba by Pierre Schmitz at 2024-04-28T12:17:27+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[lib32-openssl]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+prefix = 'openssl-'
+include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/0dd8cebafd020203075ec676995c512d2e63d98b

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




[Git][archlinux/packaging/packages/logrotate][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
logrotate


Commits:
821a6852 by Pierre Schmitz at 2024-04-28T12:15:51+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[logrotate]
+source = 'github'
+github = 'logrotate/logrotate'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/logrotate/-/commit/821a6852ee15457b8709a457521d1ad6fbe179eb

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




[Git][archlinux/packaging/packages/gd][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / gd


Commits:
c151b7fe by Pierre Schmitz at 2024-04-28T12:13:22+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[gd]
+source = 'github'
+github = 'libgd/libgd'
+use_max_tag = true
+prefix = 'gd-'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gd/-/commit/c151b7febb61179103878de3af6ec3669b3e8515

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




[Git][archlinux/packaging/packages/aspell-de][main] Ignore package artifacts

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
aspell-de


Commits:
a33a22a4 by Pierre Schmitz at 2024-04-28T12:11:43+02:00
Ignore package artifacts

- - - - -


1 changed file:

- + .gitignore


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-de/-/commit/a33a22a40fe187f6776f7222b92a85c5f4c7c9e8

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




[Git][archlinux/packaging/packages/php-apcu][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-apcu


Commits:
b2cea839 by Pierre Schmitz at 2024-04-28T12:06:19+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[php-apcu]
+source = 'github'
+github = 'krakjoe/apcu'
+use_max_tag = true
+prefix = 'v'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-apcu/-/commit/b2cea8399883920491ff8376dc81529ff9eb5e7c

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




[Git][archlinux/packaging/packages/pkgstats][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
pkgstats


Commits:
928ad63d by Pierre Schmitz at 2024-04-28T12:04:06+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[pkgstats]
+source = 'github'
+github = 'archlinux-de/pkgstats-cli'
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pkgstats/-/commit/928ad63dc3acc1976fb1e67158ff42f3cd7b3946

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




[Git][archlinux/packaging/packages/prometheus-node-exporter] Pushed new tag 1.8.0-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.8.0-1 at Arch Linux / Packaging / Packages / 
prometheus-node-exporter

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




[Git][archlinux/packaging/packages/prometheus-node-exporter][main] upgpkg: 1.8.0-1

2024-04-28 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-node-exporter


Commits:
ab77334e by Jelle van der Waa at 2024-04-28T12:04:03+02:00
upgpkg: 1.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = prometheus-node-exporter
pkgdesc = Exporter for machine metrics
-   pkgver = 1.7.0
+   pkgver = 1.8.0
pkgrel = 1
url = https://github.com/prometheus/node_exporter
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = go
makedepends = git
depends = glibc
options = !lto
backup = etc/conf.d/prometheus-node-exporter
-   source = 
prometheus-node-exporter-1.7.0.tar.gz::https://github.com/prometheus/node_exporter/archive/v1.7.0.tar.gz
+   source = 
prometheus-node-exporter-1.8.0.tar.gz::https://github.com/prometheus/node_exporter/archive/v1.8.0.tar.gz
source = prometheus-node-exporter.conf
source = prometheus-node-exporter.service
source = prometheus-node-exporter.sysusers
-   sha256sums = 
5da1dcc3608db663fc1949042c6f3ec29184c9414c37c0e2bdfe9b19fd5d75c7
+   sha256sums = 
57b5c0d15a37d497f95a8ba08988c4fd8a7145644b94840e91dc54b61a756cad
sha256sums = 
ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585
sha256sums = 
457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b
sha256sums = 
c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c


=
PKGBUILD
=
@@ -1,13 +1,13 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus-node-exporter
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 
 pkgdesc='Exporter for machine metrics'
 url='https://github.com/prometheus/node_exporter'
 arch=('x86_64')
-license=('Apache')
+license=('Apache-2.0')
 
 depends=('glibc')
 makedepends=('go' 'git')
@@ -20,7 +20,7 @@ 
source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/ar
 prometheus-node-exporter.service
 prometheus-node-exporter.sysusers)
 
-sha256sums=('5da1dcc3608db663fc1949042c6f3ec29184c9414c37c0e2bdfe9b19fd5d75c7'
+sha256sums=('57b5c0d15a37d497f95a8ba08988c4fd8a7145644b94840e91dc54b61a756cad'
 'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
 '457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
 'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
@@ -33,7 +33,7 @@ build() {
 -buildmode=pie \
 -mod=readonly \
 -modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" \
   -X github.com/prometheus/common/version.Version=$pkgver \
   -X github.com/prometheus/common/version.Revision=$pkgver \
   -X github.com/prometheus/common/version.Branch=tarball \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-node-exporter/-/commit/ab77334e7a349913912f0dc4c441c892dd3b6019

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




[Git][archlinux/packaging/packages/libgedit-gtksourceview][main] upgpkg: 299.2.1-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
libgedit-gtksourceview


Commits:
64baecd5 by Fabian Bornschein at 2024-04-28T12:03:20+02:00
upgpkg: 299.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libgedit-gtksourceview
pkgdesc = A source code editing widget
-   pkgver = 299.1.0
+   pkgver = 299.2.1
pkgrel = 1
url = https://gedit-technology.github.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = libgedit-gtksourceview
depends = libxml2
depends = pango
provides = libgedit-gtksourceview-300.so
-   source = 
git+https://github.com/gedit-technology/libgedit-gtksourceview.git#commit=b271a625ca057cc3fa7d5ac83285c5d4e038202e
-   sha256sums = SKIP
+   source = 
git+https://github.com/gedit-technology/libgedit-gtksourceview.git#tag=299.2.1
+   b2sums = 
16ed3b34ef7b0532800b75b3ba569849e088100f2509cbd9afcd4f0ca1aea9fa3298beb8712fda758dea0c6bf298e75c9340fadc13804ed828b53be35278
 
 pkgname = libgedit-gtksourceview


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 
 pkgname=libgedit-gtksourceview
-pkgver=299.1.0
+pkgver=299.2.1
 pkgrel=1
 pkgdesc="A source code editing widget"
 arch=(x86_64)
@@ -28,14 +28,8 @@ makedepends=(
 )
 checkdepends=(xorg-server-xvfb)
 provides=(libgedit-gtksourceview-300.so)
-_commit=b271a625ca057cc3fa7d5ac83285c5d4e038202e  # tags/299.1.0^0
-source=("git+https://github.com/gedit-technology/libgedit-gtksourceview.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://github.com/gedit-technology/libgedit-gtksourceview.git#tag=$pkgver;)
+b2sums=('16ed3b34ef7b0532800b75b3ba569849e088100f2509cbd9afcd4f0ca1aea9fa3298beb8712fda758dea0c6bf298e75c9340fadc13804ed828b53be35278')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gtksourceview/-/commit/64baecd5dc51523fb6d31bbee30a8804a5445cab

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




[Git][archlinux/packaging/packages/libgedit-gtksourceview] Pushed new tag 299.2.1-1

2024-04-28 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 299.2.1-1 at Arch Linux / Packaging / Packages 
/ libgedit-gtksourceview

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




[Git][archlinux/packaging/packages/composer][main] Add .nvchecker.toml and .gitignore

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
composer


Commits:
9d541364 by Pierre Schmitz at 2024-04-28T12:02:56+02:00
Add .nvchecker.toml and .gitignore

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[composer]
+source = 'github'
+github = 'composer/composer'
+use_max_tag = true



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

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




[Git][archlinux/packaging/packages/openssl][main] 2 commits: Add .nvchecker.toml

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
openssl


Commits:
fec1c407 by Pierre Schmitz at 2024-04-28T11:59:46+02:00
Add .nvchecker.toml

- - - - -
aa9903db by Pierre Schmitz at 2024-04-28T11:59:51+02:00
Ignore package artifacts

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[openssl]
+source = 'git'
+git = 'git://git.openssl.org/openssl.git'
+prefix = 'openssl-'
+include_regex = 'openssl-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openssl/-/compare/2031d5806cac4518f03eea647eb6c02a34112b78...aa9903db56e8f490eeef9be4a2147487880d7c45

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




[Git][archlinux/packaging/packages/php-legacy][main] 2 commits: Ignore package artifacts

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
php-legacy


Commits:
6d8c4061 by Pierre Schmitz at 2024-04-28T11:55:16+02:00
Ignore package artifacts

- - - - -
807eca62 by Pierre Schmitz at 2024-04-28T11:55:25+02:00
Add .nvchecker.toml

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[php-legacy]
+source = 'github'
+github = 'php/php-src'
+use_max_tag = true
+prefix = 'php-'
+include_regex = 'php-8\.2\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/compare/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c...807eca62e489b4c3a3ee8fc40946bc2eef657205

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-legacy/-/compare/c690faace0b77e05da57fc0cd3c2a37ef1eb6b7c...807eca62e489b4c3a3ee8fc40946bc2eef657205
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/php][main] 2 commits: Add .nvchecker.toml

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / php


Commits:
ae13f5c6 by Pierre Schmitz at 2024-04-28T11:53:09+02:00
Add .nvchecker.toml

- - - - -
842e5943 by Pierre Schmitz at 2024-04-28T11:53:29+02:00
Ignore package artifacts

- - - - -


2 changed files:

- + .gitignore
- + .nvchecker.toml


Changes:

=
.gitignore
=
@@ -0,0 +1,8 @@
+*-build.log
+*-check.log
+*-package*.log
+PKGBUILD-namcap.log
+*.pkg.tar.*
+*.pkg.tar.*-namcap.log
+*-pkgver.log
+*-prepare.log


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[php]
+source = 'github'
+github = 'php/php-src'
+use_max_tag = true
+prefix = 'php-'
+include_regex = 'php-[0-9]+\.[0-9]+\.[0-9]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/compare/c6d214623e39c31094b44e8b2a24a0bd90eddec4...842e5943265ced1e3c1d718580aa767920f7bece

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




[Git][archlinux/packaging/packages/evince] Pushed new tag 46.1-1

2024-04-28 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/python-stone] Pushed new tag 3.3.3-3

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.3.3-3 at Arch Linux / Packaging / Packages / 
python-stone

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




[Git][archlinux/packaging/packages/python-stone][main] upgpkg: 3.3.3-3

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
83128257 by David Runge at 2024-04-28T11:36:04+02:00
upgpkg: 3.3.3-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-stone
pkgdesc = The Official API Spec Language for Dropbox API V2
pkgver = 3.3.3
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/dropbox/stone
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-stone
 _name=${pkgname#python-}
 pkgver=3.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='The Official API Spec Language for Dropbox API V2'
 arch=(any)
 url='https://github.com/dropbox/stone'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stone/-/commit/831282579d1cc805608e3925fac234fe4efe01ca

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




[Git][archlinux/packaging/packages/terminator] Pushed new tag 2.1.3-5

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.1.3-5 at Arch Linux / Packaging / Packages / 
terminator

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




[Git][archlinux/packaging/packages/terminator][main] 2 commits: Add nvchecker integration

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
3d7561b8 by David Runge at 2024-04-28T11:32:58+02:00
Add nvchecker integration

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

- - - - -
e1f61124 by David Runge at 2024-04-28T11:33:57+02:00
upgpkg: 2.1.3-5

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = terminator
pkgdesc = Terminal emulator that supports tabs and grids
pkgver = 2.1.3
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/gnome-terminator/terminator
arch = any
license = GPL-2.0-only


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[terminator]
+source = "git"
+git = "https://github.com/gnome-terminator/terminator;
+prefix = "v"


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=terminator
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='https://github.com/gnome-terminator/terminator'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/terminator/-/compare/e87d3ec9281a4a60b4211e5f98f6684b4279271f...e1f6112400c4967334fc75b5ec912421f29b0af7

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




[Git][archlinux/packaging/packages/csvlens] Pushed new tag 0.9.0-1

2024-04-28 Thread @orhun


Orhun Parmaksız pushed new tag 0.9.0-1 at Arch Linux / Packaging / Packages / 
csvlens

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




[Git][archlinux/packaging/packages/csvlens][main] upgpkg: 0.9.0-1: upstream release

2024-04-28 Thread @orhun


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


Commits:
cfd765cb by Orhun Parmaksız at 2024-04-28T12:02:34+03:00
upgpkg: 0.9.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = csvlens
pkgdesc = Command line csv viewer
-   pkgver = 0.8.1
-   pkgrel = 2
+   pkgver = 0.9.0
+   pkgrel = 1
url = https://github.com/YS-L/csvlens
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
-   source = 
csvlens-0.8.1.tar.gz::https://github.com/YS-L/csvlens/archive/v0.8.1.tar.gz
-   sha256sums = 
3376f96ee5f6722efc51a7d595dc5ca2dae6894050560cd3c6fe04488dfd10d4
+   source = 
csvlens-0.9.0.tar.gz::https://github.com/YS-L/csvlens/archive/v0.9.0.tar.gz
+   sha256sums = 
6a2c19d9282cad1c8bc201deb9f3f3d254c9ba43dc6408031a1e3ca5aa05e196
 
 pkgname = csvlens


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=csvlens
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Command line csv viewer"
 arch=('x86_64')
 url="https://github.com/YS-L/csvlens;
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3376f96ee5f6722efc51a7d595dc5ca2dae6894050560cd3c6fe04488dfd10d4')
+sha256sums=('6a2c19d9282cad1c8bc201deb9f3f3d254c9ba43dc6408031a1e3ca5aa05e196')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/csvlens/-/commit/cfd765cb2301ed7e17b993cea24dcb66f53b3862

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




[Git][archlinux/packaging/packages/solaar] Pushed new tag 1.1.12-1

2024-04-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.1.12-1 at Arch Linux / Packaging / Packages / 
solaar

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




[Git][archlinux/packaging/packages/solaar][main] upgpkg: 1.1.12-1

2024-04-28 Thread David Runge (@dvzrv)


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


Commits:
cd0fa18a by David Runge at 2024-04-28T10:49:23+02:00
upgpkg: 1.1.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = solaar
pkgdesc = Linux device manager for a wide range of Logitech devices
-   pkgver = 1.1.11
-   pkgrel = 5
+   pkgver = 1.1.12
+   pkgrel = 1
url = https://pwr-solaar.github.io/Solaar/
arch = any
license = GPL-2.0-or-later
@@ -10,6 +10,7 @@ pkgbase = solaar
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+   depends = glib2
depends = gobject-introspection-runtime
depends = gtk3
depends = hicolor-icon-theme
@@ -23,8 +24,8 @@ pkgbase = solaar
depends = python-xlib
depends = python-yaml
optdepends = libayatana-appindicator: Display tray icon
-   source = git+https://github.com/pwr-Solaar/Solaar.git#tag=1.1.11?signed
+   source = git+https://github.com/pwr-Solaar/Solaar.git?signed#tag=1.1.12
validpgpkeys = 2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196
-   sha512sums = 
c0a4ed099fe61da12854578d4c8576dfabbab5413b07ce9f290dc198aa4ad4af71cca3b58458cbdcf8b9b5c07bad55301315d1a1f439f9bde37a963d021850f5
+   sha512sums = 
a2ffdf3ef2a6bdab39601ec7b1db70f4a83c8b1cb60f04ea87ecc4572991354aec5faed37d7f4ca9ca71827dd7c3c4db30ab3927749648a352a7bd214c437253
 
 pkgname = solaar


=
PKGBUILD
=
@@ -4,14 +4,15 @@
 
 _name=Solaar
 pkgname=solaar
-pkgver=1.1.11
-pkgrel=5
+pkgver=1.1.12
+pkgrel=1
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/;
 _url="https://github.com/pwr-Solaar/Solaar;
 license=(GPL-2.0-or-later)
 arch=(any)
 depends=(
+  glib2
   gobject-introspection-runtime
   gtk3
   hicolor-icon-theme
@@ -34,9 +35,9 @@ makedepends=(
 )
 optdepends=('libayatana-appindicator: Display tray icon')
 source=(
-  "git+$_url.git#tag=$pkgver?signed"
+  "git+$_url.git?signed#tag=$pkgver"
 )
-sha512sums=('c0a4ed099fe61da12854578d4c8576dfabbab5413b07ce9f290dc198aa4ad4af71cca3b58458cbdcf8b9b5c07bad55301315d1a1f439f9bde37a963d021850f5')
+sha512sums=('a2ffdf3ef2a6bdab39601ec7b1db70f4a83c8b1cb60f04ea87ecc4572991354aec5faed37d7f4ca9ca71827dd7c3c4db30ab3927749648a352a7bd214c437253')
 validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. 
Patel-Schneider (key generated for github) 
 
 prepare() {
@@ -57,6 +58,6 @@ package() {
   rm -rf "$pkgdir/etc"
   install -vDm 644 rules.d/42-logitech-unify-permissions.rules -t 
"$pkgdir/usr/lib/udev/rules.d/"
   # docs
-  install -vDm 644 {ChangeLog.md,README.md} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 {CHANGELOG,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
 }
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solaar/-/commit/cd0fa18a162e25154b03ef3f618e1636b9b44ce1

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




[Git][archlinux/packaging/packages/valgrind][main] upgpkg: 3.23.0-1

2024-04-28 Thread Christian Heusel (@gromit)


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


Commits:
86755169 by Christian Heusel at 2024-04-28T10:44:46+02:00
upgpkg: 3.23.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = valgrind
pkgdesc = Tool to help find memory-management problems in programs
-   pkgver = 3.22.0
-   pkgrel = 3
+   pkgver = 3.23.0
+   pkgrel = 1
url = https://valgrind.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -20,22 +20,16 @@ pkgbase = valgrind
provides = valgrind-multilib
replaces = valgrind-multilib
options = !lto
-   source = https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2
-   source = https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2.asc
+   source = https://sourceware.org/pub/valgrind/valgrind-3.23.0.tar.bz2
+   source = https://sourceware.org/pub/valgrind/valgrind-3.23.0.tar.bz2.asc
source = valgrind-3.7.0-respect-flags.patch
-   source = valgrind_3_22_0_s390x-linux_memfd_secret.patch
-   source = valgrind_3_22_0_fchmodat2_syscall.patch
validpgpkeys = 0E9FFD0C16A1856CF9C7C690BA0166E698FA6035
validpgpkeys = EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A
-   sha512sums = 
2904c13f68245bbafcea70998c6bd20725271300a7e94b6751ca00916943595fc3fac8557da7ea8db31b54a43f092823a0a947bc142829da811d074e1fe49777
+   sha512sums = 
27d038faaaf6154cace2df18c3573291393548ba0738dbb6aba58eab6324c5beaa95fc5f3c0271663ca071baf829b15d806f7e81074f7cf087bef20ea0ed3117
sha512sums = SKIP
sha512sums = 
e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c
-   sha512sums = 
6393ddf84eec93cc9b3e20f9c43a8f3ef37436980c9d91350ebd27d5c41057fe982308ba5d194feddaea4a75a4a9ef14fb404388cc9f4628edbe9ef58787afba
-   sha512sums = 
1e22b75b95252583774916dab9dcbc8663495107e15dd1ddf397744b288265fcffd1f456d306bc610989a1f650ae66a8ebeb84d253be312db2ab9fdc9fe1407f
-   b2sums = 
80024371b3e70521996077fba24e233097a6190477ced1b311cd41fead687dcc2511ac0ef723792488f4af08867dff3e1f474816fda09c1604b89059e31c2514
+   b2sums = 
9312761b0531006725f13270984b26c48f71ebe66e355b04410d7c01773c9b78ec21db3259cab398e58b3b68f93f5f074db06efe1f359bd7cf423515576191a4
b2sums = SKIP
b2sums = 
af556fdf3c02e37892bfe9afebc954cf2f1b2fa9b75c1caacfa9f3b456ebc02bf078475f9ee30079b3af5d150d41415a947c3d04235c1ea8412cf92b959c484a
-   b2sums = 
5af1f467c8d22334e14e6c2878120550ce5f1e36b61f8180601b8673493a85cca8a0c3a804c281ab51fb04fe5e3706edeb897bbd5486f87d9143f472cd4c46b5
-   b2sums = 
305234e118eeb389c95ca8afa45239b0386199dee6f5058a3ddca06a91b2069e1b9831ac5e31badf6d8bd0d43eef3f260d95b976a509d73284149a64d9ea0563
 
 pkgname = valgrind


=
PKGBUILD
=
@@ -13,8 +13,8 @@
 # pkgctl build
 
 pkgname=valgrind
-pkgver=3.22.0
-pkgrel=3
+pkgver=3.23.0
+pkgrel=1
 pkgdesc='Tool to help find memory-management problems in programs'
 arch=('x86_64')
 license=('GPL-2.0-or-later')
@@ -31,25 +31,17 @@ provides=('valgrind-multilib')
 replaces=('valgrind-multilib')
 options=('!emptydirs' '!strip')
 source=(https://sourceware.org/pub/valgrind/valgrind-${pkgver}.tar.bz2{,.asc}
-valgrind-3.7.0-respect-flags.patch
-# 
https://sourceware.org/git/?p=valgrind.git;a=commit;h=372d09fd9a8d76847c81092ebff71c80fd6c145d
-# dropped changes to NEWS as that did not apply
-valgrind_3_22_0_s390x-linux_memfd_secret.patch
-valgrind_3_22_0_fchmodat2_syscall.patch)
+valgrind-3.7.0-respect-flags.patch)
 validpgpkeys=(
   0E9FFD0C16A1856CF9C7C690BA0166E698FA6035 # Julian Seward 
   EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A # Mark Wielaard 
 )
-sha512sums=('2904c13f68245bbafcea70998c6bd20725271300a7e94b6751ca00916943595fc3fac8557da7ea8db31b54a43f092823a0a947bc142829da811d074e1fe49777'
+sha512sums=('27d038faaaf6154cace2df18c3573291393548ba0738dbb6aba58eab6324c5beaa95fc5f3c0271663ca071baf829b15d806f7e81074f7cf087bef20ea0ed3117'
 'SKIP'
-
'e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c'
-
'6393ddf84eec93cc9b3e20f9c43a8f3ef37436980c9d91350ebd27d5c41057fe982308ba5d194feddaea4a75a4a9ef14fb404388cc9f4628edbe9ef58787afba'
-
'1e22b75b95252583774916dab9dcbc8663495107e15dd1ddf397744b288265fcffd1f456d306bc610989a1f650ae66a8ebeb84d253be312db2ab9fdc9fe1407f')
-b2sums=('80024371b3e70521996077fba24e233097a6190477ced1b311cd41fead687dcc2511ac0ef723792488f4af08867dff3e1f474816fda09c1604b89059e31c2514'
+
'e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c')

[Git][archlinux/packaging/packages/valgrind] Pushed new tag 3.23.0-1

2024-04-28 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 3.23.0-1 at Arch Linux / Packaging / Packages / 
valgrind

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




[Git][archlinux/packaging/packages/python-starlette] Pushed new tag 0.37.2-4

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.37.2-4 at Arch Linux / Packaging / Packages / 
python-starlette

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




[Git][archlinux/packaging/packages/python-starlette][main] upgpkg: 0.37.2-4: Remove python-exceptiongroup from optdepends

2024-04-28 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-starlette


Commits:
7370177b by Robin Candau at 2024-04-28T10:33:20+02:00
upgpkg: 0.37.2-4: Remove python-exceptiongroup from optdepends
https://archlinux.org/todo/drop-python-exceptiongroup/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-starlette
pkgdesc = The little ASGI framework that shines
pkgver = 0.37.2
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/encode/starlette
arch = any
license = BSD-3-Clause
@@ -22,7 +22,6 @@ pkgbase = python-starlette
depends = python
depends = python-anyio
depends = python-typing_extensions
-   optdepends = python-exceptiongroup: for collapsing exceptions
optdepends = python-itsdangerous: for session middleware support
optdepends = python-jinja: for jinja templates
optdepends = python-python-multipart: for form parsing


=
PKGBUILD
=
@@ -1,10 +1,11 @@
 # Maintainer: David Runge 
 # Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Robin Candau 
 
 _name=starlette
 pkgname=python-$_name
 pkgver=0.37.2
-pkgrel=3
+pkgrel=4
 pkgdesc='The little ASGI framework that shines'
 arch=(any)
 url="https://github.com/encode/starlette;
@@ -37,7 +38,6 @@ checkdepends=(
   python-sqlalchemy
 )
 optdepends=(
-  'python-exceptiongroup: for collapsing exceptions'
   'python-itsdangerous: for session middleware support'
   'python-jinja: for jinja templates'
   'python-python-multipart: for form parsing'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/7370177b15434e9f4a7e33f91c3b36e2894d8dd0

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




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

2024-04-28 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
watchexec

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




[Git][archlinux/packaging/packages/watchexec][main] upgpkg: 2.1.0-1

2024-04-28 Thread Caleb Maclennan (@alerque)


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


Commits:
eed7bd9a by Caleb Maclennan at 2024-04-28T10:57:33+03:00
upgpkg: 2.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
-   pkgver = 2.0.0
+   pkgver = 2.1.0
pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = watchexec
depends = gcc-libs
depends = zlib
options = !lto
-   source = 
watchexec-2.0.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.0.0.tar.gz
-   sha256sums = 
a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29
+   source = 
watchexec-2.1.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.1.0.tar.gz
+   sha256sums = 
acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab
 
 pkgname = watchexec


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -13,7 +13,7 @@ arch=('x86_64')
 license=('Apache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz;)
 options=('!lto')
-sha256sums=('a613143f9cc8a1ec2a917ae2dd0c03156bf79e6a2dc1ee1ae76419ed47bc8d29')
+sha256sums=('acac35485b57ebf494b1025550eb88dc534841e4081dbba47ecb0168e7f214ab')
 
 prepare() {
   cd "watchexec-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/eed7bd9a390de1c9bc9c3d2e59a58e9170d95660

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




[Git][archlinux/packaging/packages/python-agate] Pushed new tag 1.10.1-1

2024-04-28 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.10.1-1 at Arch Linux / Packaging / Packages / 
python-agate

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




[Git][archlinux/packaging/packages/python-agate][main] upgpkg: 1.10.1-1

2024-04-28 Thread Caleb Maclennan (@alerque)


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


Commits:
83c3b006 by Caleb Maclennan at 2024-04-28T10:49:52+03:00
upgpkg: 1.10.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-agate
pkgdesc = A data analysis library that is optimized for humans instead 
of machines
-   pkgver = 1.9.1
-   pkgrel = 2
+   pkgver = 1.10.1
+   pkgrel = 1
url = https://agate.readthedocs.org/
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = python-agate
depends = python-slugify
depends = python-sphinx_rtd_theme
depends = python-sphinx-furo
-   source = 
https://files.pythonhosted.org/packages/source/a/agate/agate-1.9.1.tar.gz
-   sha256sums = 
bc60880c2ee59636a2a80cd8603d63f995be64526abf3cbba12f00767bcd5b3d
+   source = 
https://files.pythonhosted.org/packages/source/a/agate/agate-1.10.1.tar.gz
+   sha256sums = 
064f89ae73b645951a4104028db0d11f9abf0523052bdb7c35ac9ed335a4b087
 
 pkgname = python-agate


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pyname=agate
 pkgname=python-$_pyname
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc='A data analysis library that is optimized for humans instead of 
machines'
 arch=(any)
 url='https://agate.readthedocs.org/'
@@ -28,7 +28,7 @@ checkdepends=(python-cssselect
   python-nose)
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz;)
-sha256sums=('bc60880c2ee59636a2a80cd8603d63f995be64526abf3cbba12f00767bcd5b3d')
+sha256sums=('064f89ae73b645951a4104028db0d11f9abf0523052bdb7c35ac9ed335a4b087')
 
 prepare() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/83c3b006ee4340851142581d1bcb885ca9d3a177

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




[Git][archlinux/packaging/packages/lib32-openssl][main] upgpkg: 1:3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-openssl


Commits:
54f2d81a by Pierre Schmitz at 2024-04-28T09:36:20+02:00
upgpkg: 1:3.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-openssl
pkgdesc = The Open Source toolkit for Secure Sockets Layer and 
Transport Layer Security (32-bit)
-   pkgver = 3.2.1
+   pkgver = 3.3.0
pkgrel = 1
epoch = 1
url = https://www.openssl.org
@@ -11,14 +11,14 @@ pkgbase = lib32-openssl
optdepends = ca-certificates
provides = libcrypto.so
provides = libssl.so
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz
-   source = https://www.openssl.org/source/openssl-3.2.1.tar.gz.asc
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz
+   source = https://www.openssl.org/source/openssl-3.3.0.tar.gz.asc
source = ca-dir.patch
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
validpgpkeys = A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C
validpgpkeys = EFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5
-   sha256sums = 
83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
+   sha256sums = 
53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
sha256sums = SKIP
sha256sums = 
0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('ca-certificates')
 provides=('libcrypto.so' 'libssl.so')
 
source=("https://www.openssl.org/source/${_pkgbasename}-${pkgver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39'
+sha256sums=('53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02'
 'SKIP'
 '0a32d9ca68e8d985ce0bfef6a4c20b46675e06178cc2d0bf6d91bd6865d648b7')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-openssl/-/commit/54f2d81a00d5c5055a8b936f82773c6ba878e951

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




[Git][archlinux/packaging/packages/lib32-openssl] Pushed new tag 1-3.3.0-1

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 1-3.3.0-1 at Arch Linux / Packaging / Packages / 
lib32-openssl

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




[Git][archlinux/packaging/packages/postfix][main] upgpkg: 3.9.0-2: OpenSSL 3.3 rebuild

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
postfix


Commits:
61e4286b by Pierre Schmitz at 2024-04-28T09:17:44+02:00
upgpkg: 3.9.0-2: OpenSSL 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = postfix
pkgdesc = Fast, easy to administer, secure mail server
pkgver = 3.9.0
-   pkgrel = 1
+   pkgrel = 2
url = https://www.postfix.org/
arch = x86_64
license = EPL-2.0 OR IPL-1.0


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   postfix-{cdb,ldap,lmdb,mongodb,mysql,pcre,pgsql,sqlite}
 )
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, easy to administer, secure mail server"
 arch=(x86_64)
 url="https://www.postfix.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/postfix/-/commit/61e4286bfb9341b7faee6db74f419e6b2b20a468

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




[Git][archlinux/packaging/packages/postfix] Pushed new tag 3.9.0-2

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.9.0-2 at Arch Linux / Packaging / Packages / 
postfix

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




[Git][archlinux/packaging/packages/freeradius][main] upgpkg: 3.2.3-10: OpenSSL 3.3 rebuild

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages / 
freeradius


Commits:
2ab313dd by Pierre Schmitz at 2024-04-28T09:15:42+02:00
upgpkg: 3.2.3-10: OpenSSL 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freeradius
pkgdesc = The premier open source RADIUS server
pkgver = 3.2.3
-   pkgrel = 9
+   pkgrel = 10
url = https://freeradius.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.2.3
-pkgrel=9
+pkgrel=10
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url='https://freeradius.org/'



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

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




[Git][archlinux/packaging/packages/freeradius] Pushed new tag 3.2.3-10

2024-04-28 Thread Pierre Schmitz (@pierre)


Pierre Schmitz pushed new tag 3.2.3-10 at Arch Linux / Packaging / Packages / 
freeradius

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




<    1   2   3   4   >