[Git][archlinux/packaging/packages/glycin] Pushed new tag 1.0beta2+r2+ge90235c-1

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


Fabian Bornschein pushed new tag 1.0beta2+r2+ge90235c-1 at Arch Linux / 
Packaging / Packages / glycin

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glycin/-/tree/1.0beta2+r2+ge90235c-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-astroid] Pushed new tag 3.1.0-2

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


Caleb Maclennan pushed new tag 3.1.0-2 at Arch Linux / Packaging / Packages / 
python-astroid

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




[Git][archlinux/packaging/packages/python-astroid][main] upgpkg: 3.1.0-2: Update dependencies for 3.x and fixup tests to not use pip

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


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


Commits:
0cdb57c8 by Caleb Maclennan at 2024-02-28T10:15:42+03:00
upgpkg: 3.1.0-2: Update dependencies for 3.x and fixup tests to not use pip

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-astroid
pkgdesc = A common base representation of python source code
pkgver = 3.1.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pylint-dev/astroid
arch = any
license = LGPL


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 _pyname=astroid
 pkgname=python-$_pyname
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A common base representation of python source code'
 arch=(any)
 url="https://github.com/pylint-dev/$_pyname;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/0cdb57c87b8e248a227253d4377a6bbc9f890fcf

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




[Git][archlinux/packaging/packages/python-astroid][main] Remove unused deps and add additional checkdeps

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


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


Commits:
7923f707 by Letu Ren at 2024-02-28T14:52:13+08:00
Remove unused deps and add additional checkdeps

Some deps has been removed in astroid 3. Current dependencies are listed
in https://github.com/pylint-dev/astroid/blob/v3.1.0/pyproject.toml#L32
Check dependencies are listed in 
https://github.com/pylint-dev/astroid/blob/v3.1.0/requirements_full.txt#L4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,18 +5,22 @@ pkgbase = python-astroid
url = https://github.com/pylint-dev/astroid
arch = any
license = LGPL
+   checkdepends = python-attrs
+   checkdepends = python-nose
checkdepends = python-numpy
-   checkdepends = python-pip
-   checkdepends = python-pytest
+   checkdepends = python-dateutil
+   checkdepends = python-pyqt6
checkdepends = python-regex
+   checkdepends = python-six
checkdepends = python-urllib3
+   checkdepends = python-typing_extensions
+   checkdepends = python-pip
+   checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
-   depends = python-lazy-object-proxy
-   depends = python-wrapt
conflicts = python-logilab-astng
replaces = python-logilab-astng
source = 
https://github.com/pylint-dev/astroid/archive/v3.1.0/astroid-3.1.0.tar.gz


=
PKGBUILD
=
@@ -12,17 +12,20 @@ pkgdesc='A common base representation of python source code'
 arch=(any)
 url="https://github.com/pylint-dev/$_pyname;
 license=(LGPL)
-_pydeps=(lazy-object-proxy
- wrapt)
-depends=(python
- "${_pydeps[@]/#/python-}")
+depends=(python)
 makedepends=(python-{build,installer,wheel}
  python-setuptools)
-checkdepends=(python-numpy
-  python-pip
-  python-pytest
+checkdepends=(python-attrs
+  python-nose
+  python-numpy
+  python-dateutil
+  python-pyqt6
   python-regex
-  python-urllib3)
+  python-six
+  python-urllib3
+  python-typing_extensions
+  python-pip
+  python-pytest)
 replaces=(python-logilab-astng)
 conflicts=(python-logilab-astng)
 _archive="$_pyname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/7923f707c7a24d9cfcd9898b4a89cfe3dbb7fe7d

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 122.0.6261.94-1

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


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


Commits:
bb890d9c by Evangelos Foutras at 2024-02-28T08:59:41+02:00
upgpkg: 122.0.6261.94-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 122.0.6261.69
+   pkgver = 122.0.6261.94
pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
@@ -53,7 +53,7 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.69.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-122.0.6261.94.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122/chromium-patches-122.tar.bz2
source = support-ICU-74-in-LazyTextBreakIterator.patch
@@ -63,7 +63,7 @@ pkgbase = chromium
source = drop-flags-unsupported-by-clang16.patch
source = compiler-rt-16.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0
+   sha256sums = 
2d0294d9baf94c921e4e10af7841cc6c11e3880f120e83fd57409e87ce3cb1e7
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad
sha256sums = 
8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=122.0.6261.69
+pkgver=122.0.6261.94
 pkgrel=1
 _launcher_ver=8
 _manual_clone=0
@@ -35,7 +35,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flags-unsupported-by-clang16.patch
 compiler-rt-16.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('f5bf4085ad3173883b45ea72b483d07f50ec3aa0f7546ac3837a9d26d0b4f9c0'
+sha256sums=('2d0294d9baf94c921e4e10af7841cc6c11e3880f120e83fd57409e87ce3cb1e7'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '1f6acf165578288dc84edc7d9dcfabf7d38f55153b63a37ee5afa929f0e2baad'
 '8c256b2a9498a63706a6e7a55eadbeb8cc814be66a75e49aec3716c6be450c6c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/bb890d9c79c8c29bb1a39ff3c13526ee37228de4

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 122.0.6261.94-1

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


Evangelos Foutras pushed new tag 122.0.6261.94-1 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/python-fastparquet][main] Remove pytest-runner, add SPDX license

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
7e0714f9 by Rafael Fontenelle at 2024-02-26T15:58:06-03:00
Remove pytest-runner, add SPDX license

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,9 +9,8 @@ pkgdesc='A python implementation of the parquet format'
 url='https://github.com/dask/fastparquet'
 depends=(python python-cramjam python-pandas python-fsspec)
 makedepends=(cython python-build python-installer python-setuptools 
python-wheel python-numpy)
-checkdepends=(python-pytest-runner)
 optdepends=(python-s3fs)
-license=(Apache)
+license=(Apache-2.0)
 arch=(x86_64)
 
source=(https://github.com/dask/fastparquet/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('591e20b128da87e369aa23178a29f2aaff4e4e69feab845be7ea456b3213fc96')



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

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




[Git][archlinux/packaging/packages/python-et-xmlfile][main] 2 commits: Remove pytest-runner, use pypa build and installer

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
f30f8b60 by Rafael Fontenelle at 2024-02-26T11:48:13-03:00
Remove pytest-runner, use pypa build and installer

- - - - -
69be49ff by Daniel M. Capella at 2024-02-28T01:37:14-05:00
Add SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-et-xmlfile
+   pkgdesc = A low memory library for creating large XML files.
+   pkgver = 1.1
+   pkgrel = 4
+   url = https://et-xmlfile.readthedocs.io/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-lxml
+   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   source = 
https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/1.1/et_xmlfile-1.1.tar.gz
+   sha256sums = 
707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+pkgname = python-et-xmlfile


=
PKGBUILD
=
@@ -9,29 +9,29 @@ arch=('any')
 url="https://et-xmlfile.readthedocs.io/;
 license=('MIT')
 depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-lxml')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
+checkdepends=('python-pytest' 'python-lxml')
 
source=("https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${pkgver}/et_xmlfile-${pkgver}.tar.gz;)
-sha256sums=('8d6705c2f97b2d6195c95e5f3781a1ed44a59d43cf1263e04034767e5db65131')
+sha256sums=('707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f')
 
 prepare() {
   cd "$srcdir"/et_xmlfile-${pkgver}
   # fix deprecation warning
-  sed -i "s/strict/strict-markers/" pytest.ini
+  sed -i "s/strict$/strict-markers/" pytest.ini
 }
 
 build() {
   cd "$srcdir"/et_xmlfile-${pkgver}
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
   cd "$srcdir"/et_xmlfile-${pkgver}
-  python setup.py pytest
+  PYTHONPATH="$PWD/et_xmlfile" pytest
 }
 
 package() {
   cd "$srcdir"/et_xmlfile-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENCE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-et-xmlfile/-/compare/89e8542dde72d0ac1c200d275ef2d695ec20ad61...69be49ffe07c8387895c00ec299bc2af07d6973d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-et-xmlfile/-/compare/89e8542dde72d0ac1c200d275ef2d695ec20ad61...69be49ffe07c8387895c00ec299bc2af07d6973d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-dropbox][main] 2 commits: Remove pytest-runner

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
0de1653a by Rafael Fontenelle at 2024-02-26T10:55:11-03:00
Remove pytest-runner

- - - - -
83772f14 by Daniel M. Capella at 2024-02-28T01:32:47-05:00
Add SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = python-dropbox
+   pkgdesc = Python SDK for Dropbox Core APIs
+   pkgver = 11.36.2
+   pkgrel = 1
+   url = https://github.com/dropbox/dropbox-sdk-python
+   arch = any
+   license = MIT
+   checkdepends = python-ply
+   checkdepends = python-pytest
+   checkdepends = python-pytest-mock
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools-scm
+   makedepends = python-wheel
+   depends = python
+   depends = python-requests
+   depends = python-setuptools
+   depends = python-six
+   depends = python-stone
+   depends = python-urllib3
+   source = 
https://github.com/dropbox/dropbox-sdk-python/archive/v11.36.2/dropbox-sdk-python-v11.36.2.tar.gz
+   sha512sums = 
ec27685b4e5344e706bffb68b110ef2d7b307a5865bed3e042d6835f3666d2eefca646627a07bae1a3142e5f0346865fe285b037b00f3da081eb5797f9a768f5
+   b2sums = 
afd0592bd1e18416f91d1fd673f2b7b7f605eaab80c02a9d8535fefa7fb23c8bc6a08c191492e1ced5d4b2d17fa72e8e5b6a58ba797f170c0efb75e755a451c9
+
+pkgname = python-dropbox


=
PKGBUILD
=
@@ -22,7 +22,6 @@ makedepends=(
   python-build
   python-installer
   python-setuptools-scm
-  python-pytest-runner
   python-wheel
 )
 checkdepends=(
@@ -43,6 +42,8 @@ prepare() {
   sed -e 's/import mock/from unittest import mock/' -i 
test/unit/test_dropbox_unit.py
   # Fix version
   sed -e "s|0.0.0|$pkgver|" -i dropbox/dropbox_client.py
+  # Remove pytest-runner
+  sed -i 's|pytest-runner|pytest|' setup.py requirements.txt
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dropbox/-/compare/c7271c640a56199b5c113e87b0325c14574b7fad...83772f143af044c58f7d5c11221d135fe8673bcc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dropbox/-/compare/c7271c640a56199b5c113e87b0325c14574b7fad...83772f143af044c58f7d5c11221d135fe8673bcc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cmd2][main] 2 commits: Remove pytest-runner, install LICENSE, pypa build and installer

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
4a2b2ff4 by Rafael Fontenelle at 2024-02-26T08:38:35-03:00
Remove pytest-runner, install LICENSE, pypa build and installer

- - - - -
7993a5e3 by Daniel M. Capella at 2024-02-28T01:27:21-05:00
Add SRCINFO

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-cmd2
+   pkgdesc = A tool for building interactive command line apps
+   pkgver = 2.4.3
+   pkgrel = 2
+   url = https://github.com/python-cmd2/cmd2
+   arch = any
+   license = MIT
+   checkdepends = python-pytest-cov
+   checkdepends = python-pytest-mock
+   checkdepends = python-pytest-xdist
+   checkdepends = vi
+   makedepends = git
+   makedepends = python-setuptools-scm
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python-attrs
+   depends = python-colorama
+   depends = python-pyperclip
+   depends = python-wcwidth
+   source = 
git+https://github.com/python-cmd2/cmd2.git#commit=031832a76b7a9e25d708153085d18d5366ff318d
+   sha512sums = SKIP
+
+pkgname = python-cmd2


=
PKGBUILD
=
@@ -10,25 +10,25 @@ arch=('any')
 url="https://github.com/python-cmd2/cmd2;
 license=('MIT')
 depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
-makedepends=('git' 'python-setuptools-scm')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 
'python-pytest-xdist'
-  'vi')
+makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 
'python-wheel')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-xdist' 
'vi')
 source=("git+https://github.com/python-cmd2/cmd2.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 build() {
   cd cmd2
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
   cd cmd2
-  python setup.py pytest
+  PYTHONPATH="$PWD/cmd2" pytest
 }
 
 package() {
   cd cmd2
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cmd2/-/compare/7734b5eed0658e6fea3514f6512716bb62a56155...7993a5e366f3527812228bd084b33d4521f6210a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cmd2/-/compare/7734b5eed0658e6fea3514f6512716bb62a56155...7993a5e366f3527812228bd084b33d4521f6210a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-bitcoinlib][main] 2 commits: Remove pytest-runner, SPDX license, pypa build-installer

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
0910384e by Rafael Fontenelle at 2024-02-26T00:06:53-03:00
Remove pytest-runner, SPDX license, pypa build-installer

- - - - -
7077be35 by Daniel M. Capella at 2024-02-28T01:22:35-05:00
Bump SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,9 +4,13 @@ pkgbase = python-bitcoinlib
pkgrel = 1
url = https://github.com/petertodd/python-bitcoinlib
arch = any
-   license = GPL3
-   checkdepends = python-pytest-runner
+   license = LGPL-3.0-or-later
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
makedepends = python-setuptools
+   depends = python
source = 
python-bitcoinlib-0.12.2.tar.gz::https://github.com/petertodd/python-bitcoinlib/archive/python-bitcoinlib-v0.12.2.tar.gz
sha512sums = 
18b6ab7ac1ac7a6ab0f31a32ca407c6a3a9b552225db817c68741e2282ef9f156e9dd9392b29018b820d4909121d4024c9f93dce0dbdbe5b5669d03f579a6190
 


=
PKGBUILD
=
@@ -7,28 +7,29 @@ pkgrel=1
 pkgdesc='Python3 library providing an easy interface to the Bitcoin data 
structures and protocol'
 arch=('any')
 url='https://github.com/petertodd/python-bitcoinlib'
-license=('GPL3')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+license=('LGPL-3.0-or-later')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_tag.tar.gz")
 
sha512sums=('18b6ab7ac1ac7a6ab0f31a32ca407c6a3a9b552225db817c68741e2282ef9f156e9dd9392b29018b820d4909121d4024c9f93dce0dbdbe5b5669d03f579a6190')
 
 build() {
   cd $pkgname-$_tag
 
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
   cd $pkgname-$_tag
 
-  python setup.py pytest
+  PYTHONPATH="$PWD/bitcoin" pytest
 }
 
 package() {
   cd $pkgname-$_tag
 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bitcoinlib/-/compare/8a45ad7aa18f0940a835385207621e786f2c1c9b...7077be359f09412b97f4071b304a1c7cbc50ed08

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bitcoinlib/-/compare/8a45ad7aa18f0940a835385207621e786f2c1c9b...7077be359f09412b97f4071b304a1c7cbc50ed08
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-biscuits][main] 2 commits: Replace pytest-runner with pytest

2024-02-27 Thread Daniel M. Capella (@polyzen)


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


Commits:
9fc0b35d by Rafael Fontenelle at 2024-02-25T23:58:10-03:00
Replace pytest-runner with pytest

- - - - -
c863eee6 by Daniel M. Capella at 2024-02-28T01:15:37-05:00
Bump SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,7 +5,7 @@ pkgbase = python-biscuits
url = https://github.com/pyrates/biscuits
arch = x86_64
license = MIT
-   checkdepends = python-pytest-runner
+   checkdepends = python-pytest
makedepends = cython
makedepends = python-setuptools
depends = python


=
PKGBUILD
=
@@ -9,7 +9,7 @@ license=('MIT')
 arch=('x86_64')
 depends=('python')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyrates/biscuits/archive/$pkgver.tar.gz;)
 
sha512sums=('d603ee536348686d958fde9de6c79f438f1ab753746518a05abc4b7ff5b236e6b744fad5a41d712c5c01867e63e63ce11da47394cdc4f9c2e89a04fa0fb4fb14')
 
@@ -20,7 +20,7 @@ build() {
 
 check() {
   cd biscuits-$pkgver
-  python setup.py pytest
+  PYTHONPATH="$PWD" pytest -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-biscuits/-/compare/5814732d0f9ed2ba936b4e6c442db10518cb4fb8...c863eee6c7640e0f7b7b0d3b1627830dd70c05e9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-biscuits/-/compare/5814732d0f9ed2ba936b4e6c442db10518cb4fb8...c863eee6c7640e0f7b7b0d3b1627830dd70c05e9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/scheherazade-new-font][main] upgpkg: 4.000-3: Use SPDX license identifier

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
scheherazade-new-font


Commits:
c9bd29c8 by Caleb Maclennan at 2024-02-28T08:53:27+03:00
upgpkg: 4.000-3: Use SPDX license identifier

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = scheherazade-new-font
pkgdesc = An Arabic Naskh-style Unicode typeface
pkgver = 4.000
-   pkgrel = 2
+   pkgrel = 3
url = https://software.sil.org/scheherazade
arch = any
-   license = OFL
+   license = OFL-1.0-RFN
provides = ttf-sil-scheherazade
replaces = ttf-sil-scheherazade
source = 
https://software.sil.org/downloads/r/scheherazade/ScheherazadeNew-4.000.zip


=
PKGBUILD
=
@@ -7,11 +7,11 @@ pkgbase=scheherazade-new-font
 _fname=ScheherazadeNew
 pkgname=ttf-${pkgbase%-font}
 pkgver=4.000
-pkgrel=2
+pkgrel=3
 pkgdesc='An Arabic Naskh-style Unicode typeface'
 arch=(any)
 url="https://software.sil.org/${pkgbase/-*};
-license=(OFL)
+license=(OFL-1.0-RFN)
 provides=(ttf-sil-scheherazade)
 replaces=(ttf-sil-scheherazade)
 _archive="$_fname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/c9bd29c88f81d49960ecee5405b8e9d1633154da

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




[Git][archlinux/packaging/packages/scheherazade-new-font] Pushed new tag 4.000-3

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


Caleb Maclennan pushed new tag 4.000-3 at Arch Linux / Packaging / Packages / 
scheherazade-new-font

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




[Git][archlinux/packaging/packages/gentium-plus-font][main] upgpkg: 6.200-2: Refactor similar to other SIL packages and Arch font package guidelines

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gentium-plus-font


Commits:
abbbe0f2 by Caleb Maclennan at 2024-02-28T08:52:50+03:00
upgpkg: 6.200-2: Refactor similar to other SIL packages and Arch font package 
guidelines

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = gentium-plus-font
+   pkgdesc = Font supporting a wide range of Latin- and Cyrillic-based 
alphabets
+   pkgver = 6.200
+   pkgrel = 2
+   url = https://software.sil.org/gentium
+   arch = any
+   license = OFL-1.1-RFN
+   provides = ttf-gentium
+   replaces = ttf-gentium
+   source = 
https://software.sil.org/downloads/r/gentium/GentiumPlus-6.200.zip
+   sha256sums = 
9b21103b79961149b6508791572acb3b2fe7eb621474c57d5e4ee37e76d7b073
+
+pkgname = ttf-gentium-plus
+   provides = gentium-plus-font=6.200
+   replaces = gentium-plus-font


=
PKGBUILD
=
@@ -3,28 +3,26 @@
 # Contributor: Lukas Jirkovsky 
 
 # Gentium Plus is upstream's replacement for ttf-gentium, now called Gentium 
Basic.
-pkgname=gentium-plus-font
+pkgbase=gentium-plus-font
+_fname=GentiumPlus
+pkgname=ttf-${pkgbase%-font}
 pkgver=6.200
-pkgrel=1
-
+pkgrel=2
 pkgdesc='Font supporting a wide range of Latin- and Cyrillic-based alphabets'
-url='https://scripts.sil.org/Gentium'
-license=('custom:OFL')
-
-replaces=(ttf-gentium ttf-gentium-plus)
-
 arch=(any)
-source=("https://software.sil.org/downloads/r/gentium/GentiumPlus-$pkgver.zip;)
-# Checksum provided by packager, not upstream.
+url="https://software.sil.org/${pkgbase/-*};
+license=(OFL-1.1-RFN)
+provides=(ttf-gentium)
+replaces=(ttf-gentium)
+_archive="$_fname-$pkgver"
+source=("https://software.sil.org/downloads/r/${pkgbase%%-*}/$_archive.zip;)
 sha256sums=('9b21103b79961149b6508791572acb3b2fe7eb621474c57d5e4ee37e76d7b073')
 
-package() {
-   mkdir -p "$pkgdir/usr/share/fonts/gentium/" \
-   "$pkgdir/usr/share/licenses/gentium-plus-font" \
-   "$pkgdir/usr/share/doc/gentium-plus-font"
-
-   cd "GentiumPlus-$pkgver"
-   install -m644 *.ttf "$pkgdir/usr/share/fonts/gentium"
-   install -m644 OFL.txt OFL-FAQ.txt \
-   "$pkgdir/usr/share/licenses/gentium-plus-font"
+package_ttf-gentium-plus() {
+   cd "$_archive"
+   replaces=("$pkgbase")
+   provides=("$pkgbase=$pkgver")
+   install -Dm0644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" OFL.txt
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.txt 
FONTLOG.txt documentation/pdf/*
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gentium-plus-font/-/commit/abbbe0f2b5b2b7ebac75d8a1e89c3313aa4a776e

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




[Git][archlinux/packaging/packages/gentium-plus-font] Pushed new tag 6.200-2

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


Caleb Maclennan pushed new tag 6.200-2 at Arch Linux / Packaging / Packages / 
gentium-plus-font

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




[Git][archlinux/packaging/packages/electron29][main] upgpkg: 29.1.0-1

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


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


Commits:
1a7b80ad by Caleb Maclennan at 2024-02-28T08:49:19+03:00
upgpkg: 29.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = electron29
pkgdesc = Build cross platform desktop apps with web technologies
-   pkgver = 29.0.1
+   pkgver = 29.1.0
pkgrel = 1
url = https://electronjs.org
arch = x86_64
@@ -81,7 +81,7 @@ pkgbase = electron29
optdepends = trash-cli: file deletion support (trash-put)
optdepends = xdg-utils: open URLs with desktop’s default (xdg-email, 
xdg-open)
options = !lto
-   source = git+https://github.com/electron/electron.git#tag=v29.0.1
+   source = git+https://github.com/electron/electron.git#tag=v29.1.0
source = 
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main
source = 
chromium-mirror::git+https://github.com/chromium/chromium.git#tag=122.0.6261.39
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/122-3/chromium-patches-122-3.tar.bz2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # https://releases.electronjs.org/
 # https://gitlab.com/Matt.Jolly/chromium-patches/-/tags
 
-pkgver=29.0.1
+pkgver=29.1.0
 _chromiumver=122.0.6261.39
 _gcc_patches=122-3
 pkgrel=1



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

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




[Git][archlinux/packaging/packages/electron29] Pushed new tag 29.1.0-1

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


Caleb Maclennan pushed new tag 29.1.0-1 at Arch Linux / Packaging / Packages / 
electron29

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




[Git][archlinux/packaging/packages/birdfont][main] upgpkg: 2.33.4-1

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


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


Commits:
25d64d8f by Caleb Maclennan at 2024-02-28T08:48:56+03:00
upgpkg: 2.33.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = birdfont
+   pkgdesc = Font editor which can generate fonts in TTF, EOT and SVG 
formats
+   pkgver = 2.33.4
+   pkgrel = 1
+   url = https://birdfont.org/
+   arch = x86_64
+   license = GPL-3.0-only
+   makedepends = python
+   makedepends = vala
+   depends = cairo
+   depends = glibc
+   depends = glib2
+   depends = libglib-2.0.so
+   depends = libgobject-2.0.so
+   depends = gdk-pixbuf2
+   depends = gtk3
+   depends = libgtk-3.so
+   depends = hicolor-icon-theme
+   depends = libgee
+   depends = libgee-0.8.so
+   depends = libnotify
+   depends = libnotify.so
+   depends = libxmlbird
+   depends = webkit2gtk-4.1
+   depends = libwebkit2gtk-4.1.so
+   source = 
https://github.com/johanmattssonm/birdfont/archive/v2.33.4/birdfont-2.33.4.tar.gz
+   validpgpkeys = FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4
+   sha256sums = 
4fdba9ae553970a38a8aef66ca46afde591c3a100404940a78a59d82409786e9
+
+pkgname = birdfont


=
PKGBUILD
=
@@ -8,25 +8,40 @@
 # Contributor: Matej Lach 
 
 pkgname=birdfont
-pkgver=2.32.3
+pkgver=2.33.4
 pkgrel=1
 pkgdesc='Font editor which can generate fonts in TTF, EOT and SVG formats'
-arch=('x86_64')
+arch=(x86_64)
 url='https://birdfont.org/'
-license=('GPL3')
-depends=('libgee' 'libxmlbird' 'webkit2gtk')
-makedepends=('python' 'vala')
-source=("https://github.com/johanmattssonm/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('57f57333cff6cb8682c5f397b3326100e0fb280fcd998bf7067f79710f84fce5')
+license=(GPL-3.0-only)
+# freetype2, fontconfi, and sqlite3 are linked in provided lib, but without an 
soname version :-/
+depends=(cairo # libcairo.so
+ # freetype2 libfreetype.so
+ # fontconfig libfontconfig.so
+ glibc # libc.so libm.so
+ glib2 libglib-2.0.so libgobject-2.0.so # gibgio-2.0.so
+ gdk-pixbuf2 # libgdk_pixbuf-2.0
+ gtk3 libgtk-3.so
+ hicolor-icon-theme
+ libgee libgee-0.8.so
+ libnotify libnotify.so
+ libxmlbird
+ # sqlite3 libsqlite3.so
+ webkit2gtk-4.1 libwebkit2gtk-4.1.so)
+makedepends=(python
+ vala)
+_archive="$pkgname-$pkgver"
+source=("https://github.com/johanmattssonm/$pkgname/archive/v$pkgver/$_archive.tar.gz;)
+sha256sums=('4fdba9ae553970a38a8aef66ca46afde591c3a100404940a78a59d82409786e9')
 validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$_archive"
   ./configure --prefix /usr --cflags="$CFLAGS" --ldflags="$LDFLAGS"
   ./build.py
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$_archive"
   ./install.py --dest "$pkgdir" --libdir /lib --manpages-directory 
/share/man/man1
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/birdfont/-/commit/25d64d8faf471b6a27dfe6c56c4c5a234c79187c

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




[Git][archlinux/packaging/packages/birdfont] Pushed new tag 2.33.4-1

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


Caleb Maclennan pushed new tag 2.33.4-1 at Arch Linux / Packaging / Packages / 
birdfont

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




[Git][archlinux/packaging/packages/scheherazade-new-font] Pushed new tag 4.000-2

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


Caleb Maclennan pushed new tag 4.000-2 at Arch Linux / Packaging / Packages / 
scheherazade-new-font

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




[Git][archlinux/packaging/packages/scheherazade-new-font][main] upgpkg: 4.000-2: Provide pkgbase with version, cleanup obsolete conflicts

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
scheherazade-new-font


Commits:
43dfddcd by Caleb Maclennan at 2024-02-28T08:47:31+03:00
upgpkg: 4.000-2: Provide pkgbase with version, cleanup obsolete conflicts

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = scheherazade-new-font
+   pkgdesc = An Arabic Naskh-style Unicode typeface
+   pkgver = 4.000
+   pkgrel = 2
+   url = https://software.sil.org/scheherazade
+   arch = any
+   license = OFL
+   provides = ttf-sil-scheherazade
+   replaces = ttf-sil-scheherazade
+   source = 
https://software.sil.org/downloads/r/scheherazade/ScheherazadeNew-4.000.zip
+   sha256sums = 
a79485520308e312b1677b35ccfe19c12d9379df062efd97ff9c6a3b8d8c4935
+
+pkgname = ttf-scheherazade-new
+   provides = scheherazade-new-font=4.000


=
PKGBUILD
=
@@ -7,22 +7,21 @@ pkgbase=scheherazade-new-font
 _fname=ScheherazadeNew
 pkgname=ttf-${pkgbase%-font}
 pkgver=4.000
-pkgrel=1
+pkgrel=2
 pkgdesc='An Arabic Naskh-style Unicode typeface'
 arch=(any)
 url="https://software.sil.org/${pkgbase/-*};
 license=(OFL)
 provides=(ttf-sil-scheherazade)
 replaces=(ttf-sil-scheherazade)
-conflicts=('ttf-sil-fonts<=6')
 _archive="$_fname-$pkgver"
 source=("https://software.sil.org/downloads/r/${pkgbase%%-*}/$_archive.zip;)
 sha256sums=('a79485520308e312b1677b35ccfe19c12d9379df062efd97ff9c6a3b8d8c4935')
 
 package_ttf-scheherazade-new() {
-   cd "$_fname-$pkgver"
+   cd "$_archive"
+   provides=("$pkgbase=$pkgver")
install -Dm0644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" OFL.txt
install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.txt 
FONTLOG.txt documentation/pdf/*
 }
-



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/43dfddcd82b7e5ef75daf13fea05947d0b569f3a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/43dfddcd82b7e5ef75daf13fea05947d0b569f3a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gentium-plus-font][main] Setup nvchecker

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
gentium-plus-font


Commits:
760acf68 by Caleb Maclennan at 2024-02-28T08:47:13+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gentium-plus-font]
+source = "regex"
+url = "https://software.sil.org/gentium/download/;
+regex = "GentiumPlus-(\\d+\\.\\d+).zip"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gentium-plus-font/-/commit/760acf68d301e2d8abf6fc8caf8970c9fecea7f7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gentium-plus-font/-/commit/760acf68d301e2d8abf6fc8caf8970c9fecea7f7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/scheherazade-new-font][main] Fix upstream URL

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
scheherazade-new-font


Commits:
37c9d8ea by Caleb Maclennan at 2024-02-28T08:35:39+03:00
Fix upstream URL

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -10,7 +10,7 @@ pkgver=4.000
 pkgrel=1
 pkgdesc='An Arabic Naskh-style Unicode typeface'
 arch=(any)
-url="https://software.sil.org/${_pkgname/-*};
+url="https://software.sil.org/${pkgbase/-*};
 license=(OFL)
 provides=(ttf-sil-scheherazade)
 replaces=(ttf-sil-scheherazade)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/37c9d8ea30579abf83098ac8f2d6bbc38caf312a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/37c9d8ea30579abf83098ac8f2d6bbc38caf312a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/scheherazade-new-font][main] Setup nvchecker

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
scheherazade-new-font


Commits:
90de0dae by Caleb Maclennan at 2024-02-28T08:35:25+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[scheherazade-new-font]
+source = "regex"
+url = "https://software.sil.org/scheherazade/download/;
+regex = "ScheherazadeNew-(\\d+\\.\\d+).zip"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/90de0dae428c6aa7dcf1600571abb463efbcb758

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/90de0dae428c6aa7dcf1600571abb463efbcb758
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/scribus][main] Setup nvchecker

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


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


Commits:
3f94cbe2 by Caleb Maclennan at 2024-02-28T08:30:24+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[scribus]
+source = "regex"
+url = "https://www.scribus.net/downloads/;
+regex = "current stable version of Scribus is (\\d+\\.\\d+\\.\\d+)"



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

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




[Git][archlinux/packaging/packages/sword][main] Setup nvchecker

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


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


Commits:
a9f32f45 by Caleb Maclennan at 2024-02-28T08:29:03+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[sword]
+source = "regex"
+url = "https://www.crosswire.org/sword/develop/index.jsp;
+regex = "sword-(\\d+\\.\\d+\\.\\d+).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sword/-/commit/a9f32f45657c829d0e42eef5aad471062fead8ca

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




[Git][archlinux/packaging/packages/ttf-dejavu][main] Setup nvchecker

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-dejavu


Commits:
2f2294a2 by Caleb Maclennan at 2024-02-28T08:26:14+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[ttf-dejavu]
+source = "github"
+github = "dejavu-fonts/dejavu-fonts"
+from_pattern = "version_(\\d+)_(\\d+)"
+to_pattern = "\\1.\\2"
+use_max_tag = true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-dejavu/-/commit/2f2294a2f62eca3427e5803816d38116c58a5945

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




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

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


Caleb Maclennan pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
python-pylint

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




[Git][archlinux/packaging/packages/python-pylint][main] upgpkg: 3.1.0-1

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


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


Commits:
2aab23e9 by Caleb Maclennan at 2024-02-28T08:10:29+03:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pylint
pkgdesc = Analyzes Python code looking for bugs and signs of poor 
quality
-   pkgver = 2.17.7
+   pkgver = 3.1.0
pkgrel = 1
url = https://pylint.pycqa.org
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-pylint
depends = python-tomli
depends = python-tomlkit
optdepends = graphviz: Enable output formats other than dot or vcg
-   source = 
https://github.com/PyCQA/pylint/archive/v2.17.7/pylint-2.17.7.tar.gz
-   sha256sums = 
13ee786f1fb226c2e66542c31c86e9597577072295766a50f3121f22a1b90acc
+   source = 
https://github.com/PyCQA/pylint/archive/v3.1.0/pylint-3.1.0.tar.gz
+   sha256sums = 
c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
 
 pkgname = python-pylint


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.17.7
+pkgver=3.1.0
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -35,7 +35,7 @@ checkdepends=(mpdecimal
 optdepends=('graphviz: Enable output formats other than dot or vcg')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
-sha256sums=('13ee786f1fb226c2e66542c31c86e9597577072295766a50f3121f22a1b90acc')
+sha256sums=('c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092')
 
 prepare() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/hyprlang] Pushed new tag 0.4.1-1

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


Caleb Maclennan pushed new tag 0.4.1-1 at Arch Linux / Packaging / Packages / 
hyprlang

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




[Git][archlinux/packaging/packages/hyprlang][main] upgpkg: 0.4.1-1

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


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


Commits:
35678b83 by Caleb Maclennan at 2024-02-28T08:03:57+03:00
upgpkg: 0.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hyprlang
pkgdesc = implementation library for the hypr config language
-   pkgver = 0.4.0
+   pkgver = 0.4.1
pkgrel = 1
url = https://github.com/hyprwm/hyprlang
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hyprlang
depends = gcc-libs
depends = glibc
provides = libhyprlang.so
-   source = 
https://github.com/hyprwm/hyprlang/archive/v0.4.0/hyprlang-0.4.0.tar.gz
-   sha256sums = 
d50e66a46445fc322e3a0065ad1b86799d3c1e9d22d5a179f74b71e520aa82bb
+   source = 
https://github.com/hyprwm/hyprlang/archive/v0.4.1/hyprlang-0.4.1.tar.gz
+   sha256sums = 
dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8
 
 pkgname = hyprlang


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=hyprlang
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='implementation library for the hypr config language'
 arch=(x86_64 aarch64)
@@ -13,7 +13,7 @@ makedepends=(cmake)
 provides=("lib$pkgname.so")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d50e66a46445fc322e3a0065ad1b86799d3c1e9d22d5a179f74b71e520aa82bb')
+sha256sums=('dd00b48fc31199c3f30f4ef6ec61f3bddcc092eff2628ee28cb238a4501521e8')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlang/-/commit/35678b831e9a464bd20ac3caaa83918fe44c0f4a

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




[Git][archlinux/packaging/packages/python-astroid][main] upgpkg: 3.1.0-1

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


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


Commits:
a206cbb4 by Caleb Maclennan at 2024-02-28T07:50:59+03:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-astroid
pkgdesc = A common base representation of python source code
-   pkgver = 2.15.6
-   pkgrel = 2
+   pkgver = 3.1.0
+   pkgrel = 1
url = https://github.com/pylint-dev/astroid
arch = any
license = LGPL
@@ -19,7 +19,7 @@ pkgbase = python-astroid
depends = python-wrapt
conflicts = python-logilab-astng
replaces = python-logilab-astng
-   source = 
https://github.com/pylint-dev/astroid/archive/v2.15.6/astroid-2.15.6.tar.gz
-   sha256sums = 
ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed
+   source = 
https://github.com/pylint-dev/astroid/archive/v3.1.0/astroid-3.1.0.tar.gz
+   sha256sums = 
3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32
 
 pkgname = python-astroid


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 _pyname=astroid
 pkgname=python-$_pyname
-pkgver=2.15.6
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='A common base representation of python source code'
 arch=(any)
 url="https://github.com/pylint-dev/$_pyname;
@@ -27,7 +27,7 @@ replaces=(python-logilab-astng)
 conflicts=(python-logilab-astng)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed')
+sha256sums=('3ba572a3faeabdd72ec79965b38867d1ce159ebec1281ba833928842b36cca32')
 
 prepare() {
cd "$_archive"



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

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




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

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


Caleb Maclennan pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
python-astroid

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




[Git][archlinux/packaging/packages/python-astroid][main] upgpkg: 2.15.6-2: Rebuild with fixed deps and tests

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


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


Commits:
74f752eb by Caleb Maclennan at 2024-02-28T07:49:09+03:00
upgpkg: 2.15.6-2: Rebuild with fixed deps and tests

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = python-astroid
+   pkgdesc = A common base representation of python source code
+   pkgver = 2.15.6
+   pkgrel = 2
+   url = https://github.com/pylint-dev/astroid
+   arch = any
+   license = LGPL
+   checkdepends = python-numpy
+   checkdepends = python-pip
+   checkdepends = python-pytest
+   checkdepends = python-regex
+   checkdepends = python-urllib3
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   depends = python
+   depends = python-lazy-object-proxy
+   depends = python-wrapt
+   conflicts = python-logilab-astng
+   replaces = python-logilab-astng
+   source = 
https://github.com/pylint-dev/astroid/archive/v2.15.6/astroid-2.15.6.tar.gz
+   sha256sums = 
ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed
+
+pkgname = python-astroid


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 _pyname=astroid
 pkgname=python-$_pyname
 pkgver=2.15.6
-pkgrel=1
+pkgrel=2
 pkgdesc='A common base representation of python source code'
 arch=(any)
 url="https://github.com/pylint-dev/$_pyname;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/74f752eb210c4e1899c4e0616ba492e4891800cf

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




[Git][archlinux/packaging/packages/python-astroid] Pushed new tag 2.15.6-2

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


Caleb Maclennan pushed new tag 2.15.6-2 at Arch Linux / Packaging / Packages / 
python-astroid

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




[Git][archlinux/packaging/packages/python-astroid][main] Remove unused deps and deselect test_pydantic_field to fix FTBFS

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


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


Commits:
1a35dee3 by Letu Ren at 2024-02-28T07:45:05+03:00
Remove unused deps and deselect test_pydantic_field to fix FTBFS

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,6 +2,7 @@
 # Maintainer: Daniel M. Capella 
 # Contributor: Angel Velasquez 
 # Contributor: Felix Yan 
+# Contributor: Letu Ren 
 
 _pyname=astroid
 pkgname=python-$_pyname
@@ -12,7 +13,6 @@ arch=(any)
 url="https://github.com/pylint-dev/$_pyname;
 license=(LGPL)
 _pydeps=(lazy-object-proxy
- typing-extensions
  wrapt)
 depends=(python
  "${_pydeps[@]/#/python-}")
@@ -22,7 +22,6 @@ checkdepends=(python-numpy
   python-pip
   python-pytest
   python-regex
-  python-typed-ast
   python-urllib3)
 replaces=(python-logilab-astng)
 conflicts=(python-logilab-astng)
@@ -42,7 +41,9 @@ build() {
 
 check() {
cd "$_archive"
-   pytest
+   # Gentoo thinks this test fails because of pydantic 2
+   # 
https://github.com/gentoo/gentoo/commit/70a46fcd283b608171fd5529619915e119b69405
+   pytest --deselect tests/brain/test_dataclasses.py::test_pydantic_field
 }
 
 package() {



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

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




[Git][archlinux/packaging/packages/hyprland] Pushed new tag 0.36.0-1

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


Caleb Maclennan pushed new tag 0.36.0-1 at Arch Linux / Packaging / Packages / 
hyprland

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




[Git][archlinux/packaging/packages/grafana-agent][main] upgpkg: 0.40.0-1

2024-02-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / 
grafana-agent


Commits:
7d899809 by Daurnimator at 2024-02-28T12:21:48+11:00
upgpkg: 0.40.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = grafana-agent
pkgdesc = Grafana Agent is a telemetry collector for sending metrics, 
logs, and trace data to the opinionated Grafana observability stack
-   pkgver = 0.39.2
+   pkgver = 0.40.0
pkgrel = 1
url = https://github.com/grafana/agent
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = grafana-agent
makedepends = yarn
depends = glibc
options = !lto
-   source = 
grafana-agent-0.39.2.tar.gz::https://github.com/grafana/agent/archive/v0.39.2.tar.gz
+   source = 
grafana-agent-0.40.0.tar.gz::https://github.com/grafana/agent/archive/v0.40.0.tar.gz
source = grafana-agent.sysusers
source = grafana-agent.service
source = grafana-agent.tmpfiles
-   sha512sums = 
ab61cea54df72a9e3f4901a8babbe61b28e990eb5a77488e4d5e40fdb1b5e410fdab045484d9843ed9ccd4212de8969d5aed39d3314270fcb1b39b8d18b00e11
+   sha512sums = 
03e3f03480e3743698740079b06864d4557870638c51c241284a6498c071519e081bca8a208759773484ecbd58a827280e7b411669633bd392424166d13a
sha512sums = 
1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e
sha512sums = 
1fb0bdcbf1bf7b11e83111a998f05d7fff0dda936054d17d061da97078be1ddfc4b90f0ea0578932049fc3eb4ccd7f61492e2395d1b1fcbc4ad908bb26c5623c
sha512sums = 
3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8
@@ -24,6 +24,3 @@ pkgname = grafana-agent
 
 pkgname = grafana-agentctl
pkgdesc = provides utilities for interacting with Grafana Agent
-
-pkgname = grafana-agent-crow
-   pkgdesc = A correctness checker tool that validates that scraped 
metrics are delivered to a remote_write endpoint.


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
-pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.39.2
+pkgname=('grafana-agent' 'grafana-agentctl')
+pkgver=0.40.0
 pkgrel=1
 pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
 url='https://github.com/grafana/agent'
@@ -12,7 +12,7 @@ makedepends=('go' 'systemd' 'yarn')
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
 grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('ab61cea54df72a9e3f4901a8babbe61b28e990eb5a77488e4d5e40fdb1b5e410fdab045484d9843ed9ccd4212de8969d5aed39d3314270fcb1b39b8d18b00e11'
+sha512sums=('03e3f03480e3743698740079b06864d4557870638c51c241284a6498c071519e081bca8a208759773484ecbd58a827280e7b411669633bd392424166d13a'
 
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
 
'1fb0bdcbf1bf7b11e83111a998f05d7fff0dda936054d17d061da97078be1ddfc4b90f0ea0578932049fc3eb4ccd7f61492e2395d1b1fcbc4ad908bb26c5623c'
 
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')
@@ -43,7 +43,7 @@ build() {
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export GOPATH="${srcdir}"
   export GOPROXY=off
-  for path in cmd/grafana-agent cmd/grafana-agentctl tools/crow; do
+  for path in cmd/grafana-agent cmd/grafana-agentctl; do
 echo "Building $path"
 go build \
   -trimpath \
@@ -68,7 +68,7 @@ check() {
   ./grafana-agentctl --version
 
   # Skip `Test_tlsListener` due to https://github.com/grafana/agent/issues/4919
-  go test -v 
./pkg/{agentctl,config,crow,flow,logs,metrics,runner,server,traces}/ \
+  go test -v ./pkg/{agentctl,config,flow,logs,metrics,runner,server,traces}/ \
 -skip Test_tlsListener
 }
 
@@ -92,11 +92,3 @@ package_grafana-agentctl() {
 
   install -Dm755 -t "$pkgdir"/usr/bin grafana-agentctl
 }
-
-package_grafana-agent-crow() {
-  pkgdesc="A correctness checker tool that validates that scraped metrics are 
delivered to a remote_write endpoint."
-
-  cd "agent-$pkgver"
-
-  install -Dm755 crow "$pkgdir"/usr/bin/grafana-agent-crow
-}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-agent/-/commit/7d899809720b1e5e54d749216477b406ab3ed3d4

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




[Git][archlinux/packaging/packages/grafana-agent] Pushed new tag 0.40.0-1

2024-02-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 0.40.0-1 at Arch Linux / Packaging / Packages / 
grafana-agent

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




[Git][archlinux/packaging/packages/luarocks] Pushed new tag 3.10.0-1

2024-02-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 3.10.0-1 at Arch Linux / Packaging / Packages / 
luarocks

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




[Git][archlinux/packaging/packages/luarocks][main] upgpkg: 3.10.0-1

2024-02-27 Thread Daurnimator (@daurnimator)


Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / 
luarocks


Commits:
83309fd7 by Daurnimator at 2024-02-28T11:29:07+11:00
upgpkg: 3.10.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,50 @@
+pkgbase = luarocks
+   pkgdesc = Deployment and management system for Lua modules
+   pkgver = 3.10.0
+   pkgrel = 1
+   url = https://luarocks.org/
+   arch = any
+   license = custom
+   depends = coreutils
+   depends = curl
+   depends = lua
+   depends = unzip
+   depends = zip
+   optdepends = cvs: for fetching sources from CVS repositories
+   optdepends = git: for fetching sources from git repositories
+   optdepends = mercurial: for fetching sources from mercurial repositories
+   optdepends = cmake: for building rocks that use the cmake build system
+   optdepends = lua-sec: HTTPS support
+   replaces = luarocks5.1
+   replaces = luarocks5.2
+   backup = etc/luarocks/config-5.1.lua
+   backup = etc/luarocks/config-5.2.lua
+   backup = etc/luarocks/config-5.3.lua
+   backup = etc/luarocks/config-5.4.lua
+   source = https://luarocks.org/releases/luarocks-3.10.0.tar.gz
+   source = https://luarocks.org/releases/luarocks-3.10.0.tar.gz.asc
+   source = luarocks-make-manifest-5.1.hook
+   source = luarocks-make-manifest-5.2.hook
+   source = luarocks-make-manifest-5.3.hook
+   source = luarocks-make-manifest-5.4.hook
+   source = luarocks.bash
+   source = luarocks.fish
+   source = luarocks.zsh
+   source = luarocks-admin.bash
+   source = luarocks-admin.fish
+   source = luarocks-admin.zsh
+   validpgpkeys = 8460980B2B79786DE0C7FCC83FD8F43C2BB3C478
+   sha512sums = 
4a834059b8f544274a110131d59d0647fb317078ef7709c1dc1a464513ebc38300abb71094620e21bb2f6e60193e9a1b0c06e7e0f4ad9acc2bf188bf4b599922
+   sha512sums = SKIP
+   sha512sums = 
cd90cba877c0dd435b44328a0869e3102c52eb36ed5b764c3ee8a78de95772fe094419dc032db2e2c91d9a0aa35ab7c6e8a13e29b9feeb3a3172d7a129d005c0
+   sha512sums = 
25b2303f39ecf8e6ce44bd6c9f59d322eb748eea89e4ca31991fe36eae46949062bd4d3c876de488b4dd7354fcb0531b5e29454dec99a7f981f3dc857776d2bb
+   sha512sums = 
5ac781ad861bb7c821daef5ca664c53d28f7f3a530b6ac1c0c64ec063476cb4e6b0a7705b86b67e0dbe3f439f4a46645ea430a5fb6a49b705d51f21788067fe3
+   sha512sums = 
7c86aea103036be8ede7c0688ea2c45cfe2e9811710aa053530dae4bdfa0214e4e170c36de55d64d6fe851ee31923429678febe3c6790ac152945bc11264
+   sha512sums = 
b34ea6fde901f531f841784c7f75dec3f72ac055333fd1dbafbb2da5f5963b2dd4b89e28d2099e57d201877d0b00ae44bd2aced92ab41ef7a775c8f452985d3a
+   sha512sums = 
57378406df3a0454ef46b3b97aaf92bbf2f597ed8216a33757e351efbb151f1fc44ef0ad33f24031eb62f70d3737bf02fb72c3682ea1d533aa9495ca11566ed5
+   sha512sums = 
4a24e6f44c13711ba42eab155d7e5699707e9b8d00158104065ce01d8cfdbe5ea9c1e4f12ed10b324caa076b6862a630a4638092827698a5455181e38d821869
+   sha512sums = 
b43ccd818c3022b63690b6d060940bbbfd2775b1c174b9e99c8162ea0e746b276b4414c2489156e6bb9eae9ce41d83481022a5a757ea94b62074a6c8c57e9c5a
+   sha512sums = 
6b52bd6f446586c3e7d5dbe1ba870e5e37c5bb9cdd5e5878959fa1c151b5a43d8b37c1dc43de46ff2c70c1f57c0429a85c382f53390179609a2880e5aa089497
+   sha512sums = 
f6ab6c652680ce83a3277a2aec4400d234ddfc17c62f44190928a53b7146c38f8a779aedc1c71fed3dd2f1833e1ca924080e98ecf7462274b0d9acb07f90
+
+pkgname = luarocks


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=luarocks
-pkgver=3.9.2
+pkgver=3.10.0
 pkgrel=1
 pkgdesc='Deployment and management system for Lua modules'
 backup=(etc/luarocks/config-5.{1,2,3,4}.lua)
@@ -31,7 +31,7 @@ 
source=("https://luarocks.org/releases/$pkgname-$pkgver.tar.gz"{,.asc}
 "luarocks-admin.bash"
 "luarocks-admin.fish"
 "luarocks-admin.zsh")
-sha512sums=('7e93164bdcf35338e993822931a8e59957ab69c6e23236a7a075649c2f7cd173305c4ca6e9d115fc5e282cb76c21754d7adac92b21885006e5ee3bc06a9d0059'
+sha512sums=('4a834059b8f544274a110131d59d0647fb317078ef7709c1dc1a464513ebc38300abb71094620e21bb2f6e60193e9a1b0c06e7e0f4ad9acc2bf188bf4b599922'
 'SKIP'
 
'cd90cba877c0dd435b44328a0869e3102c52eb36ed5b764c3ee8a78de95772fe094419dc032db2e2c91d9a0aa35ab7c6e8a13e29b9feeb3a3172d7a129d005c0'
 
'25b2303f39ecf8e6ce44bd6c9f59d322eb748eea89e4ca31991fe36eae46949062bd4d3c876de488b4dd7354fcb0531b5e29454dec99a7f981f3dc857776d2bb'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luarocks/-/commit/83309fd779f19c92882e4cf87021a1066a432ccb

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

[Git][archlinux/packaging/packages/znc][main] 2 commits: add cmake as optdepend

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


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


Commits:
6c16a77d by Christian Heusel at 2024-02-28T00:47:04+01:00
add cmake as optdepend

closes https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/issues/1

- - - - -
548d83df by Christian Heusel at 2024-02-28T01:12:35+01:00
upgpkg: 1.9.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = znc
pkgdesc = An IRC bouncer with modules & scripts support
-   pkgver = 1.8.2
-   pkgrel = 19
+   pkgver = 1.9.0
+   pkgrel = 1
url = https://wiki.znc.in/
install = znc.install
arch = x86_64
-   license = GPL2
+   license = Apache-2.0
makedepends = tcl
makedepends = python
makedepends = perl
@@ -15,15 +15,16 @@ pkgbase = znc
depends = icu
depends = boost-libs
optdepends = tcl: modtcl module
-   optdepends = python: modpython module
+   optdepends = python: modpython module & znc-buildmod script
optdepends = perl: modperl module
optdepends = cyrus-sasl: saslauth module
-   source = https://znc.in/releases/archive/znc-1.8.2.tar.gz
-   source = https://znc.in/releases/archive/znc-1.8.2.tar.gz.sig
+   optdepends = cmake: znc-buildmod script
+   source = https://znc.in/releases/archive/znc-1.9.0.tar.gz
+   source = https://znc.in/releases/archive/znc-1.9.0.tar.gz.sig
source = znc.tmpfiles
source = znc.sysusers
validpgpkeys = D5823CACB477191CAC007AE420CC0209989E
-   sha256sums = 
ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d
+   sha256sums = 
8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1
sha256sums = SKIP
sha256sums = 
8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771
sha256sums = 
8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a


=
PKGBUILD
=
@@ -1,26 +1,41 @@
-# Maintainer: Sébastien Luttringer
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Christian Heusel 
+# Contributor: Sébastien Luttringer
 # Contributor: Kaiting Chen 
 # Contributor: mickael9 
 
 pkgname=znc
-pkgver=1.8.2
-pkgrel=19
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='https://wiki.znc.in/'
-license=('GPL2')
+license=('Apache-2.0')
 arch=('x86_64')
-depends=('libsasl' 'icu' 'boost-libs')
-makedepends=('tcl' 'python' 'perl' 'cmake' 'boost')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
+depends=(
+'libsasl'
+'icu'
+'boost-libs'
+)
+makedepends=(
+'tcl'
+'python'
+'perl'
+'cmake'
+'boost'
+)
+optdepends=(
+'tcl: modtcl module'
+'python: modpython module & znc-buildmod script'
+'perl: modperl module'
+'cyrus-sasl: saslauth module'
+'cmake: znc-buildmod script'
+)
 install=$pkgname.install
 source=("https://znc.in/releases/archive/$pkgname-$pkgver.tar.gz"{,.sig}
 "$pkgname.tmpfiles"
 "$pkgname.sysusers")
-validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E') #Alexey Sokolov 

-sha256sums=('ff238aae3f2ae0e44e683c4aee17dc8e4fdd261ca9379d83b48a7d422488de0d'
+validpgpkeys=('D5823CACB477191CAC007AE420CC0209989E')  # Alexey Sokolov 

+sha256sums=('8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1'
 'SKIP'
 '8cd1b5b011c706fea9dc0c70d4daa75a53bf0966d6e96a3fce3a541777aa2771'
 '8802f1b84ab3031db7cc45678f008ceca9b08b2012412a3d4ff1ea596586bb2a')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/compare/59ebd83946d74831c899ba56a7562e3f8db31766...548d83dfad6657475645d221540c3f41f66bd528

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/znc/-/compare/59ebd83946d74831c899ba56a7562e3f8db31766...548d83dfad6657475645d221540c3f41f66bd528
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/znc] Pushed new tag 1.9.0-1

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


Christian Heusel pushed new tag 1.9.0-1 at Arch Linux / Packaging / Packages / 
znc

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




[Git][archlinux/packaging/packages/kscreen][main] upgpkg: 6.0.0-2: Drop unused dependencies

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


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


Commits:
2f5f156d by Antonio Rojas at 2024-02-28T00:37:31+01:00
upgpkg: 6.0.0-2: Drop unused dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kscreen
pkgdesc = KDE screen management software
pkgver = 6.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -14,12 +14,10 @@ pkgbase = kscreen
depends = kcoreaddons
depends = kdbusaddons
depends = kdeclarative
-   depends = kglobalaccel
depends = ki18n
depends = kirigami
depends = ksvg
depends = kwindowsystem
-   depends = kxmlgui
depends = layer-shell-qt
depends = libkscreen
depends = libx11


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=kscreen
 pkgver=6.0.0
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE screen management software'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -17,12 +17,10 @@ depends=(gcc-libs
  kcoreaddons
  kdbusaddons
  kdeclarative
- kglobalaccel
  ki18n
  kirigami
  ksvg
  kwindowsystem
- kxmlgui
  layer-shell-qt
  libkscreen
  libx11



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

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




[Git][archlinux/packaging/packages/kscreen] Pushed new tag 6.0.0-2

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


Antonio Rojas pushed new tag 6.0.0-2 at Arch Linux / Packaging / Packages / 
kscreen

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




[Git][archlinux/packaging/packages/qt5-declarative] Pushed new tag 5.15.12+kde+r32-1

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


Antonio Rojas pushed new tag 5.15.12+kde+r32-1 at Arch Linux / Packaging / 
Packages / qt5-declarative

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-declarative/-/tree/5.15.12+kde+r32-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qt5-declarative][main] upgpkg: 5.15.12+kde+r32-1: Bump revision

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qt5-declarative


Commits:
a2822b2a by Antonio Rojas at 2024-02-28T00:30:14+01:00
upgpkg: 5.15.12+kde+r32-1: Bump revision

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = qt5-declarative
pkgdesc = Classes for QML and JavaScript languages
-   pkgver = 5.15.12+kde+r31
+   pkgver = 5.15.12+kde+r32
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = qt5-declarative
makedepends = git
depends = qt5-base
conflicts = qtchooser
-   source = 
git+https://invent.kde.org/qt/qt/qtdeclarative#commit=792a55bb701d233116c3731c7a53ffdb8c67e407
+   source = 
git+https://invent.kde.org/qt/qt/qtdeclarative#commit=eba6e1615d2f1b1a5235c93422e02c3a6a852bab
sha256sums = SKIP
 
 pkgname = qt5-declarative


=
PKGBUILD
=
@@ -3,9 +3,9 @@
 
 pkgname=qt5-declarative
 _basever=5.15.12
-pkgver=5.15.12+kde+r31
+pkgver=5.15.12+kde+r32
 pkgrel=1
-_commit=792a55bb701d233116c3731c7a53ffdb8c67e407
+_commit=eba6e1615d2f1b1a5235c93422e02c3a6a852bab
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-declarative/-/commit/a2822b2ae3020bcc33baba72ab1a098a08503845

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




[Git][archlinux/packaging/packages/kanagram][main] Drop no longer needed QT_MAJOR_VERSION

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


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


Commits:
197d66a2 by Antonio Rojas at 2024-02-28T00:21:38+01:00
Drop no longer needed QT_MAJOR_VERSION

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -38,8 +38,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # 
Albert Astals Cid https://gitlab.archlinux.org/archlinux/packaging/packages/kanagram/-/commit/197d66a299fdb1758d07db56f2c62e42538e4c2c

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




[Git][archlinux/packaging/packages/kanagram] Pushed new tag 24.02.0-2

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


Antonio Rojas pushed new tag 24.02.0-2 at Arch Linux / Packaging / Packages / 
kanagram

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




[Git][archlinux/packaging/packages/kanagram][main] upgpkg: 24.02.0-2: Respin

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


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


Commits:
08cfc57c by Antonio Rojas at 2024-02-28T00:20:17+01:00
upgpkg: 24.02.0-2: Respin

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kanagram
pkgdesc = Letter Order Game
pkgver = 24.02.0
-   pkgrel = 1
+   pkgrel = 2
url = https://apps.kde.org/kanagram/
arch = x86_64
groups = kde-applications
@@ -31,7 +31,7 @@ pkgbase = kanagram
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
-   sha256sums = 
8232c555a5113a84df41b726fec82cd5325b6a0f7ec3283a0420662476f22c91
+   sha256sums = 
5a0737c24b89d7a4661fbdc9f3435774e3e17bb6db440eb43708d81f4cda8195
sha256sums = SKIP
 
 pkgname = kanagram


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=kanagram
 pkgver=24.02.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Letter Order Game'
 url='https://apps.kde.org/kanagram/'
 arch=(x86_64)
@@ -30,7 +30,7 @@ makedepends=(extra-cmake-modules
 groups=(kde-applications
 kde-education)
 
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('8232c555a5113a84df41b726fec82cd5325b6a0f7ec3283a0420662476f22c91'
+sha256sums=('5a0737c24b89d7a4661fbdc9f3435774e3e17bb6db440eb43708d81f4cda8195'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kanagram/-/commit/08cfc57cd8c68da6728b1d6592d7e4dca7edca05

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




[Git][archlinux/packaging/packages/glib2] Pushed new tag 2.79.3-1

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


Fabian Bornschein pushed new tag 2.79.3-1 at Arch Linux / Packaging / Packages 
/ glib2

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




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

2024-02-27 Thread kpcyrd (@kpcyrd)


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


Commits:
cd15714d by kpcyrd at 2024-02-28T00:10:24+01:00
upgpkg: 3.30.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wrangler
pkgdesc = The CLI for Cloudflare Workers
-   pkgver = 3.29.0
+   pkgver = 3.30.0
pkgrel = 1
url = https://github.com/cloudflare/workers-sdk
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = wrangler
depends = nodejs
depends = worker-build
depends = workerd
-   noextract = wrangler-3.29.0.tgz
-   source = https://registry.npmjs.org/wrangler/-/wrangler-3.29.0.tgz
-   source = 
https://github.com/cloudflare/workers-sdk/raw/wrangler@3.29.0/LICENSE-MIT
+   noextract = wrangler-3.30.0.tgz
+   source = https://registry.npmjs.org/wrangler/-/wrangler-3.30.0.tgz
+   source = 
https://github.com/cloudflare/workers-sdk/raw/wrangler@3.30.0/LICENSE-MIT
source = 
esbuild-0.17.19.tar.gz::https://github.com/evanw/esbuild/archive/v0.17.19.tar.gz
-   sha256sums = 
fd0430c2e40104c132b812e0a2f78c1ed9d0f9c06abdbcfd47ede8a23e4a4d1f
+   sha256sums = 
4bd4658e313c6caa443f856cb4aa66119a4d178b04680051adf201faeb070289
sha256sums = 
9bb3b077cc8628334bab25961223dd8207252c8a56aa054195be38f1c042aaf4
sha256sums = 
481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2
-   b2sums = 
8310a17b56db3e36fa624d248260e5b619e6445f162a7f53fee1a02cd9dd0f70fcba991a6a63d22dfada25b748cbe341c1497ec586da67ec94aaf8d8a1ccbfe7
+   b2sums = 
68dc0525df710f1dacc94c7aa3ccad04e4e317f0e766c7689b16f69933d0f15e6ffc4103e5ffb3ddaa5c32cad0da7d83d6cc67067725ea178776d76a8f47aa4d
b2sums = 
b7ab53a734a99d75008151c4606ddbfb851d6569047acdbeef3ec9be07bea3d4c59c1d570889d41613f61eb1849c4fb8de84f44dda093af7d091543310eee2dd
b2sums = 
4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=wrangler
-pkgver=3.29.0
+pkgver=3.30.0
 pkgrel=1
 _esbuild_ver='0.17.19'
 pkgdesc="The CLI for Cloudflare Workers"
@@ -23,10 +23,10 @@ noextract=("${pkgname}-${pkgver}.tgz")
 source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz
 
https://github.com/cloudflare/workers-sdk/raw/wrangler@${pkgver}/LICENSE-MIT
 
"esbuild-${_esbuild_ver}.tar.gz::https://github.com/evanw/esbuild/archive/v${_esbuild_ver}.tar.gz;)
-sha256sums=('fd0430c2e40104c132b812e0a2f78c1ed9d0f9c06abdbcfd47ede8a23e4a4d1f'
+sha256sums=('4bd4658e313c6caa443f856cb4aa66119a4d178b04680051adf201faeb070289'
 '9bb3b077cc8628334bab25961223dd8207252c8a56aa054195be38f1c042aaf4'
 '481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2')
-b2sums=('8310a17b56db3e36fa624d248260e5b619e6445f162a7f53fee1a02cd9dd0f70fcba991a6a63d22dfada25b748cbe341c1497ec586da67ec94aaf8d8a1ccbfe7'
+b2sums=('68dc0525df710f1dacc94c7aa3ccad04e4e317f0e766c7689b16f69933d0f15e6ffc4103e5ffb3ddaa5c32cad0da7d83d6cc67067725ea178776d76a8f47aa4d'
 
'b7ab53a734a99d75008151c4606ddbfb851d6569047acdbeef3ec9be07bea3d4c59c1d570889d41613f61eb1849c4fb8de84f44dda093af7d091543310eee2dd'
 
'4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea')
 



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

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




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

2024-02-27 Thread kpcyrd (@kpcyrd)


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

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




[Git][archlinux/packaging/packages/avr-libc][main] Move home url to the new location at github.com

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-libc


Commits:
c4145697 by Anatol Pomozov at 2024-02-27T14:36:53-08:00
Move home url to the new location at github.com

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,24 +8,24 @@ pkgver=2.1.0
 pkgrel=3
 pkgdesc='The C runtime library for the AVR family of microcontrollers'
 arch=(any)
-url='https://savannah.nongnu.org/projects/avr-libc/'
+url='https://github.com/avrdudes/avr-libc'
 license=(BSD)
 depends=(avr-gcc)
 options=(!strip) # it corrupts avr libraries
-source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-b2sums=('b17f3c4971221abe78d4f1d749c6f093e6fcf77b3435bc280af6025bf1c263a4d4d71c55c285ab7d7b458b361baa1d8b928f3ff706510c22b8c6d9f594c44abc'
-'SKIP')
+_tag=avr-libc-${pkgver//./_}-release
+source=(https://github.com/avrdudes/avr-libc/archive/refs/tags/$_tag.tar.gz)
+b2sums=('a2256e20bd4069ca30e86148ddf366a49ff04ef28dcd69f760732419a8c3a7a0468624fb8a7519d3dd860a300f9335897e40de630033dbb869880e062048d3c6')
 validpgpkeys=('56628323218C669FF578705C7E9EADC3030D34EB') # Joerg Wunsch
 
 build() {
-  cd avr-libc-$pkgver
+  cd avr-libc-$_tag
   ./bootstrap
   ./configure --build=$(./config.guess) --host=avr --prefix=/usr
   make
 }
 
 package() {
-  cd avr-libc-$pkgver
+  cd avr-libc-$_tag
   make DESTDIR="$pkgdir" install
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/commit/c4145697a385a2484a9e35a647e82b0ec8266901

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




[Git][archlinux/packaging/packages/nvtop][main] upgpkg: 3.1.0-1

2024-02-27 Thread Felix Yan (@felixonmars)


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


Commits:
c46d864c by Felix Yan at 2024-02-27T22:30:24+00:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = nvtop
+   pkgdesc = GPUs process monitoring for AMD, Intel and NVIDIA
+   pkgver = 3.1.0
+   pkgrel = 1
+   url = https://github.com/Syllo/nvtop
+   arch = x86_64
+   license = GPL3
+   makedepends = cmake
+   makedepends = libdrm
+   makedepends = systemd
+   depends = ncurses
+   depends = systemd-libs
+   source = https://github.com/Syllo/nvtop/archive/3.1.0/nvtop-3.1.0.tar.gz
+   sha512sums = 
a22806920d85954930cf9a24450de2603418326b59bc7acedf8ff59ddb0f40e119de496a63f42706b4b6961c83ba664a8a33a3e4106a1c3ef6cd3da758aa5a55
+
+pkgname = nvtop


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Maxime Schmitt 
 
 pkgname=nvtop
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="GPUs process monitoring for AMD, Intel and NVIDIA"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
 depends=('ncurses' 'systemd-libs')
 makedepends=('cmake' 'libdrm' 'systemd')
 
source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e5f23796c37b21f9e16f90b6aecce010239f736e60698fec22f663afef24439680132cb4bf08c56b9c05a9a69fa81421fed46c392adc06435f5209552337caed')
+sha512sums=('a22806920d85954930cf9a24450de2603418326b59bc7acedf8ff59ddb0f40e119de496a63f42706b4b6961c83ba664a8a33a3e4106a1c3ef6cd3da758aa5a55')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvtop/-/commit/c46d864c31f44087997a2446a555cb7db5ac32ba

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




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

2024-02-27 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / nvtop

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




[Git][archlinux/packaging/packages/arm-none-eabi-gdb][main] upgpkg: 14.1-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
arm-none-eabi-gdb


Commits:
8fce7896 by Anatol Pomozov at 2024-02-27T14:28:11-08:00
upgpkg: 14.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = arm-none-eabi-gdb
+   pkgdesc = The GNU Debugger for the ARM EABI (bare-metal) target
+   pkgver = 14.1
+   pkgrel = 1
+   url = https://www.gnu.org/software/gdb/
+   arch = x86_64
+   license = GPL3
+   makedepends = boost
+   depends = xz
+   depends = ncurses
+   depends = expat
+   depends = python
+   depends = guile
+   depends = gdb-common
+   depends = mpfr
+   depends = libelf
+   depends = source-highlight
+   optdepends = stlink: for debugging over STLINK
+   options = !emptydirs
+   source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz
+   source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz.sig
+   validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
+   sha256sums = 
d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
+   sha256sums = SKIP
+
+pkgname = arm-none-eabi-gdb


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=13.2
+pkgver=14.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(boost)
 optdepends=('stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a'
+sha256sums=('d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8fce7896847e76afa2a05614bbd6fa5e8c3a09ee

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8fce7896847e76afa2a05614bbd6fa5e8c3a09ee
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arm-none-eabi-gdb] Pushed new tag 14.1-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 14.1-1 at Arch Linux / Packaging / Packages / 
arm-none-eabi-gdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/tree/14.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arm-none-eabi-binutils][main] upgpkg: 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
arm-none-eabi-binutils


Commits:
121aa2d3 by Anatol Pomozov at 2024-02-27T14:28:03-08:00
upgpkg: 2.42-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = arm-none-eabi-binutils
+   pkgdesc = A set of programs to assemble and manipulate binary and 
object files for the ARM EABI (bare-metal) target
+   pkgver = 2.42
+   pkgrel = 1
+   url = https://www.gnu.org/software/binutils/
+   arch = x86_64
+   license = GPL
+   depends = zlib
+   depends = libelf
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2.sig
+   validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+   sha1sums = ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8
+   sha1sums = SKIP
+   sha256sums = 
aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12
+   sha256sums = SKIP
+
+pkgname = arm-none-eabi-binutils


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.41
+pkgver=2.42
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(x86_64)
@@ -11,9 +11,9 @@ url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 depends=(zlib libelf)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('b180faf37b6e1c321d6ccbbf66194f17f7acf47c'
+sha1sums=('ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8'
   'SKIP')
-sha256sums=('a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b'
+sha256sums=('aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12'
 'SKIP')
 validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-binutils/-/commit/121aa2d3cd220a229d84ec6ef58b75a816d85dbe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-binutils/-/commit/121aa2d3cd220a229d84ec6ef58b75a816d85dbe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/arm-none-eabi-binutils] Pushed new tag 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.42-1 at Arch Linux / Packaging / Packages / 
arm-none-eabi-binutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-binutils/-/tree/2.42-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/appmenu-gtk-module] Pushed new tag 24.02-1

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


Antonio Rojas pushed new tag 24.02-1 at Arch Linux / Packaging / Packages / 
appmenu-gtk-module

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




[Git][archlinux/packaging/packages/appmenu-gtk-module][main] upgpkg: 24.02-1: Update to 24.02

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
appmenu-gtk-module


Commits:
5fba2693 by Antonio Rojas at 2024-02-27T23:26:09+01:00
upgpkg: 24.02-1: Update to 24.02

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = appmenu-gtk-module
+   pkgdesc = Application Menu GTK+ Module
+   pkgver = 24.02
+   pkgrel = 1
+   url = https://gitlab.com/vala-panel-project/vala-panel-appmenu/
+   arch = x86_64
+   license = LGPL3
+   makedepends = meson
+   makedepends = gtk3
+   makedepends = gtk2
+   optdepends = gtk3: GTK3 module
+   optdepends = gtk2: GTK2 module
+   source = 
https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/archive/24.02/vala-panel-appmenu-24.02.tar.gz
+   source = 80-appmenu-gtk-module.sh
+   sha256sums = 
356f85078a370727a68477f89b2938766b567434fe3806c4807ede9eafcddde6
+   sha256sums = 
e8aff88851145085e24989cc99da9f631c593b506d0224225f3eb347d16c6455
+
+pkgname = appmenu-gtk-module


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=appmenu-gtk-module
-pkgver=0.7.6
+pkgver=24.02
 pkgrel=1
 pkgdesc="Application Menu GTK+ Module"
 depends=()
@@ -14,7 +14,7 @@ arch=(x86_64)
 license=(LGPL3)
 
source=("https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/archive/$pkgver/vala-panel-appmenu-$pkgver.tar.gz;
 80-appmenu-gtk-module.sh)
-sha256sums=('6ade911726c5cfa6e49416b7480c286cd5e098a7a1105f7f027827e3c3a4e119'
+sha256sums=('356f85078a370727a68477f89b2938766b567434fe3806c4807ede9eafcddde6'
 'e8aff88851145085e24989cc99da9f631c593b506d0224225f3eb347d16c6455')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/appmenu-gtk-module/-/commit/5fba269376c8ac3af22ab48d0e181a25b19c001b

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




[Git][archlinux/packaging/packages/avr-binutils][main] upgpkg: 2.42-2

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-binutils


Commits:
ac425d42 by Anatol Pomozov at 2024-02-27T14:14:59-08:00
upgpkg: 2.42-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = avr-binutils
pkgdesc = A set of programs to assemble and manipulate binary and 
object files for the AVR architecture
pkgver = 2.42
-   pkgrel = 1
+   pkgrel = 2
url = https://www.gnu.org/software/binutils/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=avr-binutils
 pkgver=2.42
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('x86_64')
 url="https://www.gnu.org/software/binutils/;
@@ -78,6 +78,7 @@ package() {
 done
 
 rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+rm "$pkgdir"/usr/lib/ldscripts/stamp
 
 for info in as bfd binutils gprof ld ctf-spec sframe-spec ldint; do
 mv "${pkgdir}"/usr/share/info/${info}.info 
"${pkgdir}"/usr/share/info/avr-${info}.info



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-binutils/-/commit/ac425d425d47063c23a192164740124c8d1b41bf

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




[Git][archlinux/packaging/packages/avr-binutils] Pushed new tag 2.42-2

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.42-2 at Arch Linux / Packaging / Packages / 
avr-binutils

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




[Git][archlinux/packaging/packages/python-pydantic][main] upgpkg: 2.6.3-1

2024-02-27 Thread David Runge (@dvzrv)


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


Commits:
e0090fa7 by David Runge at 2024-02-27T22:46:49+01:00
upgpkg: 2.6.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydantic
pkgdesc = Data parsing and validation using Python type hints
-   pkgver = 2.6.2
-   pkgrel = 2
+   pkgver = 2.6.3
+   pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
license = MIT
@@ -27,13 +27,13 @@ pkgbase = python-pydantic
depends = python
depends = python-annotated-types
depends = python-pydantic-core
-   depends = python-typing-extensions
+   depends = python-typing_extensions
optdepends = mypy: for type validation with mypy
optdepends = python-dotenv: for .env file support
optdepends = python-email-validator: for email validation
optdepends = python-hypothesis: for hypothesis plugin when using legacy 
v1
-   source = 
https://github.com/pydantic/pydantic/archive/v2.6.2/pydantic-v2.6.2.tar.gz
-   sha512sums = 
59eb65f5a9df604747369ef268283b28093b4a8b09abe0bec72dae90112798a150a5dbed340234ebe1bd8f9dd24deebafa1cc9ae5feffdc95d9836eff093fbe2
-   b2sums = 
090a72ecc57354953a6458883f476d08bb38825f1f9c91854e31735a253e2ac8e80a29d35c6bc0592f1890582daaf1cbecfb7b2daafd06275bceed6d62a2c333
+   source = 
https://github.com/pydantic/pydantic/archive/v2.6.3/pydantic-v2.6.3.tar.gz
+   sha512sums = 
767cbe8b63905ff72cc826941fdfde7d98a6aa9868eed40a2fdea3df5608dd64d274ad44f47e323b167f01cc9250c72db8c339caf9ffe48fa8e12c2531d51c0f
+   b2sums = 
5eb1be9acb4f688f5aa2789a1f6248bbd6692f5004530eba6a84b8e587e83260f7cfd9b50e398e34d0edb12c6814f205b01ba29c1bb04208a9e25c65d3893113
 
 pkgname = python-pydantic


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 _name=pydantic
 pkgname=python-$_name
 # WARNING: upstream pins pydantic-core down to the patch-level and using other 
versions breaks tests! only update in lock-step with python-pydantic-core!
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
 pkgdesc='Data parsing and validation using Python type hints'
 arch=(any)
 url="https://github.com/pydantic/pydantic;
@@ -46,8 +46,8 @@ optdepends=(
   'python-hypothesis: for hypothesis plugin when using legacy v1'
 )
 source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('59eb65f5a9df604747369ef268283b28093b4a8b09abe0bec72dae90112798a150a5dbed340234ebe1bd8f9dd24deebafa1cc9ae5feffdc95d9836eff093fbe2')
-b2sums=('090a72ecc57354953a6458883f476d08bb38825f1f9c91854e31735a253e2ac8e80a29d35c6bc0592f1890582daaf1cbecfb7b2daafd06275bceed6d62a2c333')
+sha512sums=('767cbe8b63905ff72cc826941fdfde7d98a6aa9868eed40a2fdea3df5608dd64d274ad44f47e323b167f01cc9250c72db8c339caf9ffe48fa8e12c2531d51c0f')
+b2sums=('5eb1be9acb4f688f5aa2789a1f6248bbd6692f5004530eba6a84b8e587e83260f7cfd9b50e398e34d0edb12c6814f205b01ba29c1bb04208a9e25c65d3893113')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/python-pydantic] Pushed new tag 2.6.3-1

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.6.3-1 at Arch Linux / Packaging / Packages / 
python-pydantic

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




[Git][archlinux/packaging/packages/cargo-release] Pushed new tag 0.25.6-1

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.25.6-1 at Arch Linux / Packaging / Packages / 
cargo-release

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




[Git][archlinux/packaging/packages/cargo-release][main] 2 commits: Add nvchecker integration

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-release


Commits:
5697477e by David Runge at 2024-02-27T22:42:04+01:00
Add nvchecker integration

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

- - - - -
01de1bba by David Runge at 2024-02-27T22:45:55+01:00
upgpkg: 0.25.6-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-release
pkgdesc = Cargo subcommand "release": everything about releasing a rust 
crate
-   pkgver = 0.25.5
+   pkgver = 0.25.6
pkgrel = 1
url = https://github.com/crate-ci/cargo-release
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = cargo-release
depends = glibc
depends = zlib
options = !lto
-   source = 
https://github.com/crate-ci/cargo-release/archive/v0.25.5/cargo-release-0.25.5.tar.gz
-   sha512sums = 
553d2af532bddb7ef5c4784bd73d7325bf05211af5412fdf2889c9c2ec6d1721dc7cd9df7c0533ac2a2d37fc378e66f2bb1c88c4917c0a1d76ea5deda41a1079
-   b2sums = 
c6ab41311089fbb08b6d8f0c6622a44320804cc05c96025fbcb4fabec897e21c8ee8c89a521e64e28162ca4b9e6d8baa4d39277b0769fc631e812a377d70
+   source = 
https://github.com/crate-ci/cargo-release/archive/v0.25.6/cargo-release-0.25.6.tar.gz
+   sha512sums = 
519679e28ab95d7f2a6ae7b9d11a87c96b0ece4c8f712e07b5822a1bac08668dec7956e7d0ce8a642d00d3bbbfffd53bc9b820d92eb6c284435f849c0b34dc18
+   b2sums = 
5180ca40421263190fa6a760d61748caea5307552dd2e5e8e00ecef5f889db2fd24ac02794ddd3067a73811d8f286a0eb31ff5b2062d10ac71b18fa694ba2edc
 
 pkgname = cargo-release


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


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.25.5
+pkgver=0.25.6
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/crate-ci/cargo-release'
@@ -20,8 +20,8 @@ depends=(
 makedepends=(rust)
 options=(!lto)
 source=($url/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('553d2af532bddb7ef5c4784bd73d7325bf05211af5412fdf2889c9c2ec6d1721dc7cd9df7c0533ac2a2d37fc378e66f2bb1c88c4917c0a1d76ea5deda41a1079')
-b2sums=('c6ab41311089fbb08b6d8f0c6622a44320804cc05c96025fbcb4fabec897e21c8ee8c89a521e64e28162ca4b9e6d8baa4d39277b0769fc631e812a377d70')
+sha512sums=('519679e28ab95d7f2a6ae7b9d11a87c96b0ece4c8f712e07b5822a1bac08668dec7956e7d0ce8a642d00d3bbbfffd53bc9b820d92eb6c284435f849c0b34dc18')
+b2sums=('5180ca40421263190fa6a760d61748caea5307552dd2e5e8e00ecef5f889db2fd24ac02794ddd3067a73811d8f286a0eb31ff5b2062d10ac71b18fa694ba2edc')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-release/-/compare/52dec916dd5d5562bf296bb414ce19a9af9a5ac2...01de1bbaceb8a446d489bc39538ab3f0a2246e96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-release/-/compare/52dec916dd5d5562bf296bb414ce19a9af9a5ac2...01de1bbaceb8a446d489bc39538ab3f0a2246e96
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-hypothesis][main] upgpkg: 6.98.13-1

2024-02-27 Thread David Runge (@dvzrv)


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


Commits:
18e5dba6 by David Runge at 2024-02-27T22:39:52+01:00
upgpkg: 6.98.13-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
-   pkgver = 6.98.12
+   pkgver = 6.98.13
pkgrel = 1
url = https://hypothesis.readthedocs.org
arch = any
@@ -40,8 +40,8 @@ pkgbase = python-hypothesis
optdepends = python-pytz: for datetime and django module
optdepends = python-redis: for redis support
optdepends = python-rich: for CLI
-   source = 
hypothesis-hypothesis-python-6.98.12.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.98.12.tar.gz
-   sha512sums = 
0dfb07a69810685fc8042e93ce3fa9738d593835008bae31afd9cee621b8975f455c545768096990c3000e08d230cb116c465509e95c5139db0c7609a576ab3e
-   b2sums = 
cb8ac92b93057c1e311caddcdba99ef56cc5fdcedbf4a5fc0cc9342a4bdc2565cb5154f963e202b0d6fc6254a123277db0ff825493ed0d240f01b14f33131745
+   source = 
hypothesis-hypothesis-python-6.98.13.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.98.13.tar.gz
+   sha512sums = 
4a512e2feea13968327913df601be284bf42f94f7cfc574db6e2107b991d83f5c81734a43df31a19f30e1ea57f610916d611270fb9c9f5df353db7c2645b6428
+   b2sums = 
93de2e3548c10167e3f1d66dafe8a1f4bb221b79da6de71055753413778657260aac88ac6321d78a06934d2e5c649478b8f7704a79d7d93bcb655d866b3c89d5
 
 pkgname = python-hypothesis


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=hypothesis
 _alt_name=$_name-python
 pkgname=python-hypothesis
-pkgver=6.98.12
+pkgver=6.98.13
 _version=$_alt_name-$pkgver
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
@@ -56,8 +56,8 @@ optdepends=(
   'python-rich: for CLI'
 )
 source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
-sha512sums=('0dfb07a69810685fc8042e93ce3fa9738d593835008bae31afd9cee621b8975f455c545768096990c3000e08d230cb116c465509e95c5139db0c7609a576ab3e')
-b2sums=('cb8ac92b93057c1e311caddcdba99ef56cc5fdcedbf4a5fc0cc9342a4bdc2565cb5154f963e202b0d6fc6254a123277db0ff825493ed0d240f01b14f33131745')
+sha512sums=('4a512e2feea13968327913df601be284bf42f94f7cfc574db6e2107b991d83f5c81734a43df31a19f30e1ea57f610916d611270fb9c9f5df353db7c2645b6428')
+b2sums=('93de2e3548c10167e3f1d66dafe8a1f4bb221b79da6de71055753413778657260aac88ac6321d78a06934d2e5c649478b8f7704a79d7d93bcb655d866b3c89d5')
 
 build() {
   cd $_name-$_version/$_alt_name



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/18e5dba66fb99151ceb8e77852b12514105c40d7

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




[Git][archlinux/packaging/packages/python-hypothesis] Pushed new tag 6.98.13-1

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.98.13-1 at Arch Linux / Packaging / Packages / 
python-hypothesis

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




[Git][archlinux/packaging/packages/ttf-roboto-mono][main] Setup nvchecker

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-roboto-mono


Commits:
1bbb09b1 by Caleb Maclennan at 2024-02-28T00:26:40+03:00
Setup nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[ttf-roboto-mono]
+source = "htmlparser"
+url = 
"https://raw.githubusercontent.com/googlefonts/RobotoMono/main/sources/RobotoMono-Regular.ufo/fontinfo.plist;
+xpath = 
"concat(//plist/dict/key[.='versionMajor']/following-sibling::integer[1],'.',//plist/dict/key[.='versionMinor']/following-sibling::integer[1])"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-roboto-mono/-/commit/1bbb09b1e1b13da914e90daa384035fde82231fa

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




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

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


Caleb Maclennan pushed new tag 20220628-1 at Arch Linux / Packaging / Packages 
/ vim-spell

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




[Git][archlinux/packaging/packages/lib32-systemd][main] 6 commits: Drop "strip" from options

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


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


Commits:
a0e42723 by Daan De Meyer at 2024-02-27T21:41:50+01:00
Drop strip from options

strip is enabled in the default makepkg flags as can be seen in
https://gitlab.archlinux.org/archlinux/devtools/-/blob/master/config/makepkg/x86_64.conf
so lets not specify it explicitly in the PKGBUILD. This allows it
to be overridden by users.

- - - - -
646877f6 by Jan Alexander Steffens (heftig) at 2024-02-27T21:43:39+01:00
Use meson test --print-errorlogs

- - - - -
e5ac91c5 by Christian Hesse at 2024-02-27T21:47:06+01:00
use valid SPDX license identifier

- - - - -
73f1d3e0 by Christian Hesse at 2024-02-27T21:48:29+01:00
drop workaround for fortification level

Should be fixed with:
https://github.com/systemd/systemd/commit/7929e180aa47a2692ad4f053afac2857d7198758

- - - - -
9b768faa by Daan De Meyer at 2024-02-27T21:51:58+01:00
Adapt to upstream tag naming changes

>From the next release onwards, upstream will start using tildes
instead of hyphens as the tag separator (v256~rc1 instead of v256-rc1)
so lets adapt the PKGBUILD in advance.

- - - - -
ea8ffe4b by Christian Hesse at 2024-02-27T21:55:19+01:00
upgpkg: 255.4-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = lib32-systemd
pkgdesc = system and service manager (32-bit)
-   pkgver = 255.3
+   pkgver = 255.4
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
-   license = GPL2
-   license = LGPL2.1
+   license = LGPL-2.1-or-later
checkdepends = systemd
makedepends = git
makedepends = gperf
@@ -32,8 +31,7 @@ pkgbase = lib32-systemd
depends = systemd-libs
provides = libsystemd.so
provides = libudev.so
-   options = strip
-   source = 
git+https://github.com/systemd/systemd-stable#tag=8cf1da1e9172ba04d90a483a63118873343ea656?signed
+   source = 
git+https://github.com/systemd/systemd-stable#tag=4003dd6754e3446691402d3cc389fbfd4faccc90?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
validpgpkeys = 63CDA1E5D3FC22B998D20DD6327F26951A015CC4
validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E


=
PKGBUILD
=
@@ -2,14 +2,21 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='8cf1da1e9172ba04d90a483a63118873343ea656' # git rev-parse v${_tag_name}
-_tag_name=255.3
-pkgver="${_tag_name/-/}"
+_tag='4003dd6754e3446691402d3cc389fbfd4faccc90' # git rev-parse v${_tag_name}
+_tag_name=255.4
+# Upstream versioning is incompatible with pacman's version comparisons so we
+# replace tildes with the empty string to make sure pacman's version comparing
+# does the right thing for rc versions:
+# ➜ vercmp 255~rc1 255
+# 1
+# ➜ vercmp 255rc1 255
+# -1
+pkgver="${_tag_name/~/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
-license=('GPL2' 'LGPL2.1')
+license=('LGPL-2.1-or-later')
 depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
  'lib32-xz' 'lib32-zstd' 'systemd-libs')
 makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
@@ -18,7 +25,6 @@ makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 
'lib32-bzip2'
  'libxslt' 'meson' 'python-jinja')
 checkdepends=('systemd')
 provides=('libsystemd.so' 'libudev.so')
-options=('strip')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

   'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 

   '9A774DB5DB996C154EBBFBFDA0099A18E29326E1'  # Yu Watanabe 

@@ -77,9 +83,9 @@ build() {
 --libexecdir   /usr/lib32
 --libdir   /usr/lib32
 
-# internal version comparison is incompatible with pacman:
-#   249~rc1 < 249 < 249.1 < 249rc
--Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dversion-tag="${_tag_name}-${pkgrel}-arch"
+# We use the version without tildes as the shared library tag because
+# pacman looks at the shared library version.
 -Dshared-lib-tag="${pkgver}-${pkgrel}"
 -Dmode=release
 
@@ -167,17 +173,13 @@ build() {
 -Dsysvrcnd-path=
   )
 
-  # this uses malloc_usable_size, which is incompatible with fortification 
level 3
-  export CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-  export CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-
   arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
 
   meson compile -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



View it on GitLab: 

[Git][archlinux/packaging/packages/lib32-systemd] Pushed new tag 255.4-1

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


Christian Hesse pushed new tag 255.4-1 at Arch Linux / Packaging / Packages / 
lib32-systemd

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




[Git][archlinux/packaging/packages/systemd] Pushed new tag 255.4-1

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


Christian Hesse pushed new tag 255.4-1 at Arch Linux / Packaging / Packages / 
systemd

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




[Git][archlinux/packaging/packages/systemd][main] 2 commits: Adapt to upstream tag naming changes

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


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


Commits:
c11626c7 by Daan De Meyer at 2024-02-27T21:36:22+01:00
Adapt to upstream tag naming changes

>From the next release onwards, upstream will start using tildes
instead of hyphens as the tag separator (v256~rc1 instead of v256-rc1)
so lets adapt the PKGBUILD in advance.

- - - - -
cb562cc5 by Christian Hesse at 2024-02-27T21:55:00+01:00
upgpkg: 255.4-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = systemd
-   pkgver = 255.3
+   pkgver = 255.4
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@@ -51,7 +51,7 @@ pkgbase = systemd
makedepends = qrencode
makedepends = lib32-gcc-libs
makedepends = python-pefile
-   source = 
git+https://github.com/systemd/systemd-stable#tag=8cf1da1e9172ba04d90a483a63118873343ea656?signed
+   source = 
git+https://github.com/systemd/systemd-stable#tag=4003dd6754e3446691402d3cc389fbfd4faccc90?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = initcpio-hook-udev
@@ -153,8 +153,8 @@ pkgname = systemd
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
-   provides = systemd-tools=255.3
-   provides = udev=255.3
+   provides = systemd-tools=255.4
+   provides = udev=255.4
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev


=
PKGBUILD
=
@@ -6,9 +6,16 @@ pkgname=('systemd'
  'systemd-resolvconf'
  'systemd-sysvcompat'
  'systemd-ukify')
-_tag='8cf1da1e9172ba04d90a483a63118873343ea656' # git rev-parse v${_tag_name}
-_tag_name=255.3
-pkgver="${_tag_name/-/}"
+_tag='4003dd6754e3446691402d3cc389fbfd4faccc90' # git rev-parse v${_tag_name}
+_tag_name=255.4
+# Upstream versioning is incompatible with pacman's version comparisons so we
+# replace tildes with the empty string to make sure pacman's version comparing
+# does the right thing for rc versions:
+# ➜ vercmp 255~rc1 255
+# 1
+# ➜ vercmp 255rc1 255
+# -1
+pkgver="${_tag_name/~/}"
 pkgrel=1
 arch=('x86_64')
 license=('LGPL-2.1-or-later')
@@ -116,9 +123,9 @@ build() {
   )
 
   local _meson_options=(
-# internal version comparison is incompatible with pacman:
-#   249~rc1 < 249 < 249.1 < 249rc
--Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dversion-tag="${_tag_name}-${pkgrel}-arch"
+# We use the version without tildes as the shared library tag because
+# pacman looks at the shared library version.
 -Dshared-lib-tag="${pkgver}-${pkgrel}"
 -Dmode=release
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/af20d82a235c8d1100f0403041128dde11042d2b...cb562cc55febc2b21659477c8839b475959c7cbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/af20d82a235c8d1100f0403041128dde11042d2b...cb562cc55febc2b21659477c8839b475959c7cbf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nix][main] upgpkg: 2.20.3-1: Update with backported patch

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


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


Commits:
9c1687eb by Caleb Maclennan at 2024-02-27T23:38:31+03:00
upgpkg: 2.20.3-1: Update with backported patch

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nix
pkgdesc = A purely functional package manager
-   pkgver = 2.20.1
+   pkgver = 2.20.3
pkgrel = 1
url = https://nixos.org/nix
arch = x86_64
@@ -29,22 +29,26 @@ pkgbase = nix
makedepends = nlohmann-json
makedepends = openssl
makedepends = rapidcheck
+   makedepends = librapidcheck.so
makedepends = sqlite
-   source = 
nix::git+https://github.com/NixOS/nix.git#commit=a4a4ef9b53fa13a4a9db52cb536b96a8e54a4ac3
+   source = 
nix::git+https://github.com/NixOS/nix.git#commit=8a8172cd2b5ef2f6dd2d9673a6379447d780ff17
source = nix.conf
source = sysusers.conf
source = tmpfiles.conf
source = user.tmpfiles.conf
+   source = 
https://github.com/NixOS/nix/commit/ec5cc1026db61d4c43c89ffdd8a71ed62cfb842d.patch
sha512sums = SKIP
sha512sums = 
46fdd1134626da81f0ec3ada47b69bb803277e8dd379052db5d8606475f5ff7ece63c8ae41b5f8ba6d2174465e1e977212c648a11c853b199e11b2014789a661
sha512sums = 
6511badd6e4c71d9b7f6e6a87ea521a9727a5569ecf48dca11ee0d04151adf083453dcf7e05eadd5c28278fd8aee9fe44bbb90067f5fc8067c99c5e9665affd9
sha512sums = 
879bc28faf877a560ac67500388d9774ec890391ef08d367a18f98ef17faeef8c7d208e747fed1fd501b07c3a3b2286af436eb1bd137de2d8ea9a9c32b48088a
sha512sums = 
da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a
+   sha512sums = 
cf0e328e42741fce867e94d3a9f1bd81320da50ea387eb1629ec0a1a1d0eb35163c57d72a9704c5f68903831be6f2b823f072a29f887d31bd59a3a0491ff3a38
b2sums = SKIP
b2sums = 
e79ceeb12faf7c38a167857ded355a74511c1d98e7fcb1efb589072c16b35f017239e6723bad04e13ed5b16cbebc91923363e36c130bf51d06a66a4d4ef54f6b
b2sums = 
e92b8192bae89f0bc8c62371fbe63b4bfd68352699e5ea6900bf4313fd573322a06cb85074b292a005cbf644a50abbb67694f9458f071b0fd223d220494f6b6c
b2sums = 
bffaabbe8c9efee79c7761e72a189796f35c0a40805b53fe954c10590ab9bfd0a321b45c7050ddf30810e36fa4431768f36f19fdc55085c0396ac5338b88f839
b2sums = 
57610fc5fa370f9c3df50ab411dfe154b273349b3b321ad01768cacdf371e27603e8446a4e4269ccf4ca6cdb59b4a70fdcac59cda29c47eb7e7224555ec7e2e2
+   b2sums = 
7114f9c78bcc0fd40c245897886439ecbf2f16269e364c788fa323493de47863cdb9c19bece2911be573af433e579f8f1076ca70b7c2df333185f39577882ba8
 
 pkgname = nix
install = nix.install


=
PKGBUILD
=
@@ -40,7 +40,7 @@ makedepends=(
   'nix-busybox'
   'nlohmann-json'
   'openssl'
-  'rapidcheck'
+  'rapidcheck' 'librapidcheck.so'
   'sqlite'
 )
 source=(
@@ -49,17 +49,20 @@ source=(
   'sysusers.conf'
   'tmpfiles.conf'
   'user.tmpfiles.conf'
+  
'https://github.com/NixOS/nix/commit/ec5cc1026db61d4c43c89ffdd8a71ed62cfb842d.patch'
 )
 sha512sums=('SKIP'
 
'46fdd1134626da81f0ec3ada47b69bb803277e8dd379052db5d8606475f5ff7ece63c8ae41b5f8ba6d2174465e1e977212c648a11c853b199e11b2014789a661'
 
'6511badd6e4c71d9b7f6e6a87ea521a9727a5569ecf48dca11ee0d04151adf083453dcf7e05eadd5c28278fd8aee9fe44bbb90067f5fc8067c99c5e9665affd9'
 
'879bc28faf877a560ac67500388d9774ec890391ef08d367a18f98ef17faeef8c7d208e747fed1fd501b07c3a3b2286af436eb1bd137de2d8ea9a9c32b48088a'
-
'da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a')
+
'da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a'
+
'cf0e328e42741fce867e94d3a9f1bd81320da50ea387eb1629ec0a1a1d0eb35163c57d72a9704c5f68903831be6f2b823f072a29f887d31bd59a3a0491ff3a38')
 b2sums=('SKIP'
 
'e79ceeb12faf7c38a167857ded355a74511c1d98e7fcb1efb589072c16b35f017239e6723bad04e13ed5b16cbebc91923363e36c130bf51d06a66a4d4ef54f6b'
 
'e92b8192bae89f0bc8c62371fbe63b4bfd68352699e5ea6900bf4313fd573322a06cb85074b292a005cbf644a50abbb67694f9458f071b0fd223d220494f6b6c'
 
'bffaabbe8c9efee79c7761e72a189796f35c0a40805b53fe954c10590ab9bfd0a321b45c7050ddf30810e36fa4431768f36f19fdc55085c0396ac5338b88f839'
-
'57610fc5fa370f9c3df50ab411dfe154b273349b3b321ad01768cacdf371e27603e8446a4e4269ccf4ca6cdb59b4a70fdcac59cda29c47eb7e7224555ec7e2e2')
+
'57610fc5fa370f9c3df50ab411dfe154b273349b3b321ad01768cacdf371e27603e8446a4e4269ccf4ca6cdb59b4a70fdcac59cda29c47eb7e7224555ec7e2e2'
+
'7114f9c78bcc0fd40c245897886439ecbf2f16269e364c788fa323493de47863cdb9c19bece2911be573af433e579f8f1076ca70b7c2df333185f39577882ba8')
 
 pkgver() {
   cd "$pkgbase"

[Git][archlinux/packaging/packages/nix] Pushed new tag 2.20.3-1

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


Caleb Maclennan pushed new tag 2.20.3-1 at Arch Linux / Packaging / Packages / 
nix

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




[Git][archlinux/packaging/packages/rapidcheck] Pushed new tag r1056.ff6af6f-2

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


Caleb Maclennan pushed new tag r1056.ff6af6f-2 at Arch Linux / Packaging / 
Packages / rapidcheck

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




[Git][archlinux/packaging/packages/rapidcheck][main] upgpkg: r1056.ff6af6f-2: Build and provide shared library

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


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


Commits:
44c183ea by Caleb Maclennan at 2024-02-27T23:16:39+03:00
upgpkg: r1056.ff6af6f-2: Build and provide shared library

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rapidcheck
pkgdesc = QuickCheck clone for C++
pkgver = r1056.ff6af6f
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/emil-e/rapidcheck
arch = x86_64
arch = aarch64
@@ -12,6 +12,7 @@ pkgbase = rapidcheck
license = BSD
makedepends = cmake
makedepends = git
+   provides = librapidcheck.so
options = !lto
source = 
git+https://github.com/emil-e/rapidcheck.git#commit=ff6af6fc683159deb51c543b065eba14dfcf329b
sha256sums = SKIP


=
PKGBUILD
=
@@ -10,13 +10,14 @@ _commit=ff6af6fc683159deb51c543b065eba14dfcf329b
 
 pkgname=rapidcheck
 pkgver=r1056.ff6af6f
-pkgrel=1
+pkgrel=2
 pkgdesc='QuickCheck clone for C++'
 arch=(x86_64 aarch64 i686 arm armv6h armv7h)
 url="https://github.com/emil-e/$pkgname;
 license=(BSD)
 makedepends=(cmake
  git)
+provides=(librapidcheck.so)
 options=(!lto)
 source=("git+$url.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -40,6 +41,7 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX="$pkgdir/usr/" \
-D CMAKE_POSITION_INDEPENDENT_CODE=True \
+   -D BUILD_SHARED_LIBS=On \
-D RC_ENABLE_EXAMPLES=Off \
-D RC_ENABLE_TESTS=Off \
-D RC_INSTALL_ALL_EXTRAS=On \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rapidcheck/-/commit/44c183ea29759090bb94bdef5e0ef8ba8feab5f0

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-binutils][main] upgpkg: 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


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


Commits:
e488fefc by Anatol Pomozov at 2024-02-27T12:04:19-08:00
upgpkg: 2.42-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = aarch64-linux-gnu-binutils
+   pkgdesc = A set of programs to assemble and manipulate binary and 
object files for the ARM64 target
+   pkgver = 2.42
+   pkgrel = 1
+   url = https://www.gnu.org/software/binutils/
+   arch = x86_64
+   license = GPL
+   depends = zlib
+   depends = libelf
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2.sig
+   validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+   sha1sums = ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8
+   sha1sums = SKIP
+   sha256sums = 
aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12
+   sha256sums = SKIP
+
+pkgname = aarch64-linux-gnu-binutils


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.41
-pkgrel=2
+pkgver=2.42
+pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 depends=(zlib libelf)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('b180faf37b6e1c321d6ccbbf66194f17f7acf47c'
+sha1sums=('ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8'
   'SKIP')
-sha256sums=('a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b'
+sha256sums=('aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12'
 'SKIP')
 validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-binutils/-/commit/e488fefc7ba1f9fd592fdbd9a96fdc2ce389adda

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-binutils] Pushed new tag 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


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

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




[Git][archlinux/packaging/packages/libvolk] Pushed new tag 2-3.1.2-1

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


Antonio Rojas pushed new tag 2-3.1.2-1 at Arch Linux / Packaging / Packages / 
libvolk

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




[Git][archlinux/packaging/packages/libvolk][main] upgpkg: 2:3.1.2-1: Update to 3.1.2

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


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


Commits:
5189e890 by Antonio Rojas at 2024-02-27T21:02:57+01:00
upgpkg: 2:3.1.2-1: Update to 3.1.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libvolk
pkgdesc = The Vector-Optimized Library of Kernels from Gnuradio
-   pkgver = 3.1.1
+   pkgver = 3.1.2
pkgrel = 1
epoch = 2
url = https://www.libvolk.org/
@@ -11,11 +11,11 @@ pkgbase = libvolk
depends = gcc-libs
depends = orc
depends = python
-   source = 
volk-3.1.1.tgz::https://github.com/gnuradio/volk/archive/v3.1.1.tar.gz
+   source = 
volk-3.1.2.tgz::https://github.com/gnuradio/volk/archive/v3.1.2.tar.gz
source = 
cpufeatures-0.9.0.tgz::https://github.com/google/cpu_features/archive/v0.9.0.tar.gz
validpgpkeys = 09E749D885FA881A7E84E823385323EE6402091D
validpgpkeys = D74F9F146E7F755783583158B343B2BA293E5174
-   sha256sums = 
597f3e17c61975bce109e4d02cce2d414d6362e0922e766c10a98e4922cbf427
+   sha256sums = 
90082bf68d76d00aa6c35f8bff0e93891b4204d817e1a3ba829486b445f715dc
sha256sums = 
bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e
 
 pkgname = libvolk


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=volk
 pkgname=libvolk
 epoch=2
-pkgver=3.1.1
+pkgver=3.1.2
 _cpuver=0.9.0
 pkgrel=1
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
@@ -15,7 +15,7 @@ depends=('gcc-libs' 'orc' 'python')
 makedepends=('cmake' 'python-mako')
 
source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz;
 
"cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz;)
-sha256sums=('597f3e17c61975bce109e4d02cce2d414d6362e0922e766c10a98e4922cbf427'
+sha256sums=('90082bf68d76d00aa6c35f8bff0e93891b4204d817e1a3ba829486b445f715dc'
 'bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e')
 validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
   'D74F9F146E7F755783583158B343B2BA293E5174')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvolk/-/commit/5189e8904abf9bffd5dfa27fe1e47f7202ae961f

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




[Git][archlinux/packaging/packages/avr-binutils][main] upgpkg: 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-binutils


Commits:
cfac155e by Anatol Pomozov at 2024-02-27T11:58:59-08:00
upgpkg: 2.42-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = avr-binutils
+   pkgdesc = A set of programs to assemble and manipulate binary and 
object files for the AVR architecture
+   pkgver = 2.42
+   pkgrel = 1
+   url = https://www.gnu.org/software/binutils/
+   arch = x86_64
+   license = GPL
+   depends = glibc
+   depends = zlib
+   depends = libelf
+   options = !distcc
+   options = !ccache
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.bz2.sig
+   source = avr-size.patch
+   validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+   sha1sums = ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8
+   sha1sums = SKIP
+   sha1sums = bb820f761fbbe7379ddf8e75235866c44591c899
+   sha256sums = 
aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12
+   sha256sums = SKIP
+   sha256sums = 
7aed303887a8541feba008943d0331dc95dd90a309575f81b7a195650e4cba1e
+
+pkgname = avr-binutils


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.41
+pkgver=2.42
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('x86_64')
@@ -16,10 +16,10 @@ depends=('glibc' 'zlib' 'libelf')
 options=('!distcc' '!ccache')
 source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 avr-size.patch)
-sha1sums=('b180faf37b6e1c321d6ccbbf66194f17f7acf47c'
+sha1sums=('ead6f01f47cf1a6c39bfaf83ab84ac99bc6d70c8'
   'SKIP'
   'bb820f761fbbe7379ddf8e75235866c44591c899')
-sha256sums=('a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b'
+sha256sums=('aa54850ebda5064c72cd4ec2d9b056c294252991486350d9a97ab2a6dfdfaf12'
 'SKIP'
 '7aed303887a8541feba008943d0331dc95dd90a309575f81b7a195650e4cba1e')
 validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-binutils/-/commit/cfac155e8a4347a6d779c1c8110d8cb5e080e1f0

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




[Git][archlinux/packaging/packages/avr-binutils] Pushed new tag 2.42-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.42-1 at Arch Linux / Packaging / Packages / 
avr-binutils

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-gdb][main] upgpkg: 14.1-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


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


Commits:
f3d4a62b by Anatol Pomozov at 2024-02-27T11:57:39-08:00
upgpkg: 14.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = aarch64-linux-gnu-gdb
+   pkgdesc = The GNU Debugger for the ARM64 target
+   pkgver = 14.1
+   pkgrel = 1
+   url = https://www.gnu.org/software/gdb/
+   arch = x86_64
+   license = GPL3
+   makedepends = boost
+   depends = xz
+   depends = ncurses
+   depends = expat
+   depends = python
+   depends = guile
+   depends = gdb-common
+   depends = mpfr
+   depends = libelf
+   depends = source-highlight
+   options = !emptydirs
+   source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz
+   source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz.sig
+   validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
+   sha256sums = 
d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
+   sha256sums = SKIP
+
+pkgname = aarch64-linux-gnu-gdb


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gdb
-pkgver=13.2
+pkgver=14.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM64 target'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(boost)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a'
+sha256sums=('d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aarch64-linux-gnu-gdb/-/commit/f3d4a62b58435c5a5b1da0c60262349c83d3ebfe

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




[Git][archlinux/packaging/packages/aarch64-linux-gnu-gdb] Pushed new tag 14.1-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


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

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




[Git][archlinux/packaging/packages/xaw3d][main] Update upsteam URL.

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


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


Commits:
f65f7ac6 by Michał Wojdyła at 2024-02-27T17:53:36+00:00
Update upsteam URL.
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgver=1.6.5
 pkgrel=1
 pkgdesc="Three-D Athena widgets"
 arch=('x86_64')
-url="https://directory.fsf.org/project/xaw3d/;
+url="https://gitlab.freedesktop.org/xorg/lib/libxaw3d;
 license=('MIT')
 depends=('libxmu')
 makedepends=('xorg-util-macros')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xaw3d/-/commit/f65f7ac64f8330d458dad0e0bcdf39d4232d1af2

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




[Git][archlinux/packaging/packages/sequoia-sop][main] 5 commits: Switch to correct SPDX license identifier for project

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
sequoia-sop


Commits:
d0295a6c by David Runge at 2024-02-27T19:50:52+01:00
Switch to correct SPDX license identifier for project

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

- - - - -
3f9d44e0 by David Runge at 2024-02-27T19:51:59+01:00
Add nvchecker integration

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

- - - - -
325ff163 by David Runge at 2024-02-27T20:09:07+01:00
Add package to stateless-openpgp group

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

- - - - -
77c3fbc8 by David Runge at 2024-02-27T20:40:10+01:00
Define sodeps in package() as they may otherwise pull in unwanted dependencies

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

- - - - -
4479846f by David Runge at 2024-02-27T20:53:21+01:00
upgpkg: 0.31.0-2

Rebuild to use correct SPDX license identifier, add to relevant group
and add sodepends in package().

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,18 @@
 pkgbase = sequoia-sop
pkgdesc = Implementation of the Stateless OpenPGP Interface using 
Sequoia
pkgver = 0.31.0
-   pkgrel = 1
+   pkgrel = 2
url = https://sequoia-pgp.org/
arch = x86_64
groups = sequoia
-   license = GPL2
+   groups = stateless-openpgp
+   license = GPL-2.0-or-later
+   makedepends = bzip2
makedepends = git
makedepends = cargo
makedepends = clang
+   makedepends = nettle
depends = glibc
-   depends = nettle
-   depends = libnettle.so
-   depends = libhogweed.so
-   depends = bzip2
-   depends = libbz2.so
depends = gcc-libs
depends = gmp
source = 
sequoia-sop::git+https://gitlab.com/sequoia-pgp/sequoia-sop.git#commit=687d254e54b1d3222126b3f92784714c4203a24d?signed
@@ -23,3 +21,11 @@ pkgbase = sequoia-sop
sha512sums = SKIP
 
 pkgname = sequoia-sop
+   depends = glibc
+   depends = gcc-libs
+   depends = gmp
+   depends = bzip2
+   depends = libbz2.so
+   depends = nettle
+   depends = libnettle.so
+   depends = libhogweed.so


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[sequoia-sop]
+source = "git"
+git = "https://gitlab.com/sequoia-pgp/sequoia-sop;
+prefix = "v"


=
PKGBUILD
=
@@ -3,15 +3,27 @@
 pkgname=sequoia-sop
 pkgver=0.31.0
 _commit=687d254e54b1d3222126b3f92784714c4203a24d  # refs/tags/0.31.0^{}
-pkgrel=1
+pkgrel=2
 pkgdesc='Implementation of the Stateless OpenPGP Interface using Sequoia'
 url='https://sequoia-pgp.org/'
 arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
- 'bzip2' 'libbz2.so' 'gcc-libs' 'gmp')
-makedepends=('git' 'cargo' 'clang')
+license=('GPL-2.0-or-later')
+groups=(
+  'sequoia'
+  'stateless-openpgp'
+)
+depends=(
+  'glibc'
+  'gcc-libs'
+  'gmp'
+)
+makedepends=(
+  'bzip2'
+  'git'
+  'cargo'
+  'clang'
+  'nettle'
+)
 
source=(sequoia-sop::"git+https://gitlab.com/sequoia-pgp/sequoia-sop.git#commit=$_commit?signed;)
 sha512sums=('SKIP')
 validpgpkeys=(
@@ -38,6 +50,11 @@ check() {
 }
 
 package() {
+  depends+=(
+'bzip2' 'libbz2.so'
+'nettle' 'libnettle.so' 'libhogweed.so'
+  )
+
   cd ${pkgname}
   install -Dm 755 target/release/sqop -t "${pkgdir}/usr/bin"
   install -Dm 644 man-sqop/*.1 -t "${pkgdir}/usr/share/man/man1"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sop/-/compare/74b32dfebacea17ec51be65ed64b12e30426adb2...4479846f8e94bbae108c47204d8aa3086676c6f0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sequoia-sop/-/compare/74b32dfebacea17ec51be65ed64b12e30426adb2...4479846f8e94bbae108c47204d8aa3086676c6f0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sequoia-sop] Pushed new tag 0.31.0-2

2024-02-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.31.0-2 at Arch Linux / Packaging / Packages / 
sequoia-sop

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




[Git][archlinux/packaging/packages/ansible][main] upgpkg: 9.3.0-1: New upstream release

2024-02-27 Thread Robin Candau (@antiz)


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


Commits:
5288489e by Robin Candau at 2024-02-27T20:46:46+01:00
upgpkg: 9.3.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ansible
pkgdesc = Official assortment of Ansible collections
-   pkgver = 9.2.0
+   pkgver = 9.3.0
pkgrel = 1
url = https://pypi.org/project/ansible/
arch = any
@@ -26,7 +26,7 @@ pkgbase = ansible
optdepends = python-github3py: GitHub module
optdepends = acme-tiny: openssl_certificate module
provides = python-ansible_collections
-   source = 
https://pypi.python.org/packages/source/a/ansible/ansible-9.2.0.tar.gz
-   sha512sums = 
6d867774b987863287c8d321d82bfc8688be2950eed2d6a429d26701809ce1a9e66e09fc78dbfdd1e5786828a517ab7b08cda1a131ac8eb9f73bd39c246fa4fe
+   source = 
https://pypi.python.org/packages/source/a/ansible/ansible-9.3.0.tar.gz
+   sha512sums = 
71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c
 
 pkgname = ansible


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Robin Candau 
 
 pkgname=ansible
-pkgver=9.2.0
+pkgver=9.3.0
 pkgrel=1
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
@@ -26,7 +26,7 @@ optdepends=('python-argcomplete: shell completions'
 'acme-tiny: openssl_certificate module')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('6d867774b987863287c8d321d82bfc8688be2950eed2d6a429d26701809ce1a9e66e09fc78dbfdd1e5786828a517ab7b08cda1a131ac8eb9f73bd39c246fa4fe')
+sha512sums=('71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c')
 
 build() {
   cd "ansible-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/5288489e9f4d1e4fef6b65922654d724d4f63bd6

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




[Git][archlinux/packaging/packages/ansible] Pushed new tag 9.3.0-1

2024-02-27 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 9.3.0-1 at Arch Linux / Packaging / Packages / 
ansible

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




[Git][archlinux/packaging/packages/lrzsz][main] upgpkg: 0.12.20-13

2024-02-27 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
lrzsz


Commits:
1b0d5e10 by Sergej Pupykin at 2024-02-27T22:39:51+03:00
upgpkg: 0.12.20-13
https://gitlab.archlinux.org/archlinux/packaging/packages/lrzsz/-/merge_requests/1

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,15 +1,17 @@
 pkgbase = lrzsz
pkgdesc = xmodem, ymodem and zmodem file transfer protocols
pkgver = 0.12.20
-   pkgrel = 12
+   pkgrel = 13
url = https://www.ohse.de/uwe/software/lrzsz.html
arch = x86_64
license = GPL2
source = https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
source = 
https://src.fedoraproject.org/rpms/lrzsz/raw/rawhide/f/lrzsz-0.12.20.patch
source = lrzsz.patch
+   source = program-name.patch
sha512sums = 
9bce64036f1f1c65f5910f19802aecaf3dc5ffeab0feeca10fa8d2fe1b83e212391cce23056d22fd0eda52df89e12ede68eb5d22ffcf22f935910d2af7399f12
sha512sums = 
71c527712b0909b77e7d68dedb816b3229d53ef39e76f617661640d05e20ade8129347ee2801f636705abca4cf1b591963e7067d26e7e822e01e6cfa8cea8d8e
sha512sums = 
4912ec15bb1bd63b2af0c74970daf3023bdc441ad3f5f3c95b3bf46b5f11e21022dcfe5c80151ffc99ae1fd3df9b7fe01f44d00a1d8f1a35e04f68e7f3f38430
+   sha512sums = 
628b5ed820ae04508958fdf970c5bb2ebb916a4f075688fb21e85f8492228431843116617f63f5fd29e77356a1a913f722211b7b661cafc0107f03761f68abbe
 
 pkgname = lrzsz



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

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




[Git][archlinux/packaging/packages/lrzsz] Pushed new tag 0.12.20-13

2024-02-27 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed new tag 0.12.20-13 at Arch Linux / Packaging / Packages / 
lrzsz

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




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.8.6-1: New upstream release

2024-02-27 Thread Robin Candau (@antiz)


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


Commits:
9e20bee3 by Robin Candau at 2024-02-27T20:36:39+01:00
upgpkg: 2.8.6-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/blob/2.8.6/CHANGELOG.md#286

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.8.5
+   pkgver = 2.8.6
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.8.5.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.5.tar.gz
-   sha256sums = 
8d72869c91f3c4f6e7cd9bb91431147108bffbdc8c351aa616eb4a6c900386de
+   source = 
fastfetch-2.8.6.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.8.6.tar.gz
+   sha256sums = 
f21cb61227f9a72382f5ab21fc9ef8bd3b424514ea27bd48036b53e4c6ba33bc
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.8.5
+pkgver=2.8.6
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('8d72869c91f3c4f6e7cd9bb91431147108bffbdc8c351aa616eb4a6c900386de')
+sha256sums=('f21cb61227f9a72382f5ab21fc9ef8bd3b424514ea27bd48036b53e4c6ba33bc')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



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

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




[Git][archlinux/packaging/packages/lrzsz][main] Make it work with modified program names

2024-02-27 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
lrzsz


Commits:
0202c9d7 by Antonio Rojas at 2024-02-27T19:36:45+00:00
Make it work with modified program names

- - - - -


2 changed files:

- PKGBUILD
- + program-name.patch


Changes:

=
PKGBUILD
=
@@ -4,39 +4,36 @@
 
 pkgname=lrzsz
 pkgver=0.12.20
-pkgrel=12
+pkgrel=13
 pkgdesc="xmodem, ymodem and zmodem file transfer protocols"
 url="https://www.ohse.de/uwe/software/lrzsz.html;
 license=('GPL2')
 arch=('x86_64')
 source=(https://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz

https://src.fedoraproject.org/rpms/lrzsz/raw/rawhide/f/lrzsz-0.12.20.patch
-   lrzsz.patch)
+   lrzsz.patch
+program-name.patch)
 
sha512sums=('9bce64036f1f1c65f5910f19802aecaf3dc5ffeab0feeca10fa8d2fe1b83e212391cce23056d22fd0eda52df89e12ede68eb5d22ffcf22f935910d2af7399f12'
 
'71c527712b0909b77e7d68dedb816b3229d53ef39e76f617661640d05e20ade8129347ee2801f636705abca4cf1b591963e7067d26e7e822e01e6cfa8cea8d8e'
-
'4912ec15bb1bd63b2af0c74970daf3023bdc441ad3f5f3c95b3bf46b5f11e21022dcfe5c80151ffc99ae1fd3df9b7fe01f44d00a1d8f1a35e04f68e7f3f38430')
+
'4912ec15bb1bd63b2af0c74970daf3023bdc441ad3f5f3c95b3bf46b5f11e21022dcfe5c80151ffc99ae1fd3df9b7fe01f44d00a1d8f1a35e04f68e7f3f38430'
+
'628b5ed820ae04508958fdf970c5bb2ebb916a4f075688fb21e85f8492228431843116617f63f5fd29e77356a1a913f722211b7b661cafc0107f03761f68abbe')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   patch -Np1 -i ../lrzsz.patch
   patch -Np1 -i ../lrzsz-0.12.20.patch
+  patch -Np1 -i ../program-name.patch # Make it work with modified binary names
   sed -i 's|${CC-cc} -E|${CC-cc} -O2 -E|g' configure
 }
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--program-transform-name=s/l/lrzsz-/
   make -j1
 }
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
   make -j1 DESTDIR="$pkgdir" install
-  install -dm0755 "$pkgdir"/usr/bin/lrzsz
-  # does not work with custom name so move them to separate dir to avoid 
conflict with lrzip
-  # https://gitlab.archlinux.org/archlinux/packaging/packages/lrzsz/-/issues/1
-  mv "$pkgdir"/usr/bin/??? "$pkgdir"/usr/bin/lrzsz/
-  cd "$pkgdir"/usr/share/man/man1/
-  mv lrz.1 lrzsz-rz.1
-  mv lsz.1 lrzsz-sz.1
 }


=
program-name.patch
=
@@ -0,0 +1,12 @@
+diff -ru lrzsz-0.12.20.orig/src/lrz.c lrzsz-0.12.20/src/lrz.c
+--- lrzsz-0.12.20.orig/src/lrz.c   2024-02-03 19:27:08.473442472 +0100
 lrzsz-0.12.20/src/lrz.c2024-02-03 20:26:47.852610801 +0100
+@@ -1575,6 +1575,8 @@
+   Verbose=1; ++s;
+   }
+   program_name = s;
++  if (strstr(s, "lrzsz-") == s)
++  s+=6;
+   if (*s == 'l') 
+   s++; /* lrz -> rz */
+   protocol=ZM_ZMODEM;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lrzsz/-/commit/0202c9d73ab91f6fea369e18c15db40ab2713144

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




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.8.6-1

2024-02-27 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.8.6-1 at Arch Linux / Packaging / Packages / 
fastfetch

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




[Git][archlinux/packaging/packages/tinygo] Pushed new tag 0.31.0-1

2024-02-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.31.0-1 at Arch Linux / Packaging / Packages / 
tinygo

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




  1   2   3   4   5   6   7   8   9   10   >