[Git][archlinux/packaging/packages/haskell-yaml][main] upgpkg: 0.11.11.2-45: rebuild with libyaml 0.1.4

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-yaml


Commits:
5a066879 by Felix Yan at 2024-05-05T05:59:22+00:00
upgpkg: 0.11.11.2-45: rebuild with libyaml 0.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-yaml
pkgdesc = Support for parsing and rendering YAML documents.
pkgver = 0.11.11.2
-   pkgrel = 44
+   pkgrel = 45
url = https://github.com/snoyberg/yaml/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.11.11.2
-pkgrel=44
+pkgrel=45
 pkgdesc="Support for parsing and rendering YAML documents."
 url="https://github.com/snoyberg/yaml/;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yaml/-/commit/5a0668797c64c41b9540e4f71e29681a2ee1f189

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




[Git][archlinux/packaging/packages/haskell-yaml] Pushed new tag 0.11.11.2-45

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


Felix Yan pushed new tag 0.11.11.2-45 at Arch Linux / Packaging / Packages / 
haskell-yaml

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




[Git][archlinux/packaging/packages/haskell-libyaml][main] upgpkg: 0.1.4-1: rebuild with libyaml 0.1.4

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-libyaml


Commits:
4f24f01f by Felix Yan at 2024-05-05T05:58:09+00:00
upgpkg: 0.1.4-1: rebuild with libyaml 0.1.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = haskell-libyaml
pkgdesc = Low-level, streaming YAML interface.
-   pkgver = 0.1.2
-   pkgrel = 346
-   url = https://github.com/snoyberg/libyaml
+   pkgver = 0.1.4
+   pkgrel = 1
+   url = https://github.com/snoyberg/yaml
arch = x86_64
license = BSD
makedepends = ghc
@@ -10,7 +10,7 @@ pkgbase = haskell-libyaml
depends = libyaml
depends = haskell-conduit
depends = haskell-resourcet
-   source = 
https://hackage.haskell.org/packages/archive/libyaml/0.1.2/libyaml-0.1.2.tar.gz
-   sha512sums = 
0423fb36f1fdeeb89244a81930558ad272f8ffe8161ced3cc542e180937a1e5f264f188972786830b0bace6851adca796756abe100dffa8cb969eff4cb0e3121
+   source = 
https://hackage.haskell.org/packages/archive/libyaml/0.1.4/libyaml-0.1.4.tar.gz
+   sha512sums = 
b62d7ac0c4d5cbbbd86f640866d55a68ccfdd347063706de14dac715a4de87faaf6a9617457380592e889a4fbff4429cf067948fe8b539ca73ee438cf064bd78
 
 pkgname = haskell-libyaml


=
PKGBUILD
=
@@ -2,22 +2,21 @@
 
 _hkgname=libyaml
 pkgname=haskell-libyaml
-pkgver=0.1.2
-pkgrel=346
+pkgver=0.1.4
+pkgrel=1
 pkgdesc="Low-level, streaming YAML interface."
-url="https://github.com/snoyberg/libyaml;
+url="https://github.com/snoyberg/yaml;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'libyaml' 'haskell-conduit' 'haskell-resourcet')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0423fb36f1fdeeb89244a81930558ad272f8ffe8161ced3cc542e180937a1e5f264f188972786830b0bace6851adca796756abe100dffa8cb969eff4cb0e3121')
+sha512sums=('b62d7ac0c4d5cbbbd86f640866d55a68ccfdd347063706de14dac715a4de87faaf6a9617457380592e889a4fbff4429cf067948fe8b539ca73ee438cf064bd78')
 
 build() {
 cd $_hkgname-$pkgver
-
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fsystem-libyaml
 runhaskell Setup build $MAKEFLAGS
@@ -27,9 +26,13 @@ build() {
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
 package() {
 cd $_hkgname-$pkgver
-
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-libyaml/-/commit/4f24f01f2fdff1dfbbb36e6b63c6ff3b4750ce34

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




[Git][archlinux/packaging/packages/haskell-libyaml] Pushed new tag 0.1.4-1

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


Felix Yan pushed new tag 0.1.4-1 at Arch Linux / Packaging / Packages / 
haskell-libyaml

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




[Git][archlinux/packaging/packages/python-mockito][main] upgpkg: 1.5.0-1

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


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


Commits:
0a154a53 by Felix Yan at 2024-05-05T05:54:21+00:00
upgpkg: 1.5.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,18 @@
 pkgbase = python-mockito
pkgdesc = Spying framework
-   pkgver = 1.4.0
-   pkgrel = 3
+   pkgver = 1.5.0
+   pkgrel = 1
url = https://github.com/kaste/mockito-python
arch = any
license = MIT
+   checkdepends = python-pytest
checkdepends = python-numpy
-   makedepends = python-pytest
-   makedepends = python-setuptools
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-hatchling
depends = python
-   source = 
python-mockito-1.4.0.tar.gz::https://github.com/kaste/mockito-python/archive/1.4.0.tar.gz
-   sha512sums = 
053feb0353d987622d7ccbeceb47da208080ef68c77ba3885560c06abb859307bc065bffb00280f70d4941b364db39f9a1e9c389b4206c09f1aae85ebef3c940
+   source = git+https://github.com/kaste/mockito-python.git#tag=1.5.0
+   sha512sums = 
596ffeae502ad4fb3709103c9d3cde9ce72674f2ae6d04c4f13781eaf1a9ae2a1262c1770b611aefebc41d739b341454a61a35130a8dbd8e6fe79bb39c3a4de8
 
 pkgname = python-mockito


=
PKGBUILD
=
@@ -3,29 +3,30 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=python-mockito
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Spying framework'
 arch=('any')
 url='https://github.com/kaste/mockito-python'
 license=('MIT')
 depends=('python')
-makedepends=('python-pytest' 'python-setuptools')
-checkdepends=('python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kaste/mockito-python/archive/$pkgver.tar.gz;)
-sha512sums=('053feb0353d987622d7ccbeceb47da208080ef68c77ba3885560c06abb859307bc065bffb00280f70d4941b364db39f9a1e9c389b4206c09f1aae85ebef3c940')
+makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest' 'python-numpy')
+source=("git+https://github.com/kaste/mockito-python.git#tag=$pkgver;)
+sha512sums=('596ffeae502ad4fb3709103c9d3cde9ce72674f2ae6d04c4f13781eaf1a9ae2a1262c1770b611aefebc41d739b341454a61a35130a8dbd8e6fe79bb39c3a4de8')
 
 build() {
-  cd mockito-python-$pkgver
-  python setup.py build
+  cd mockito-python
+  python -m build -nw
 }
 
 check() {
-  cd mockito-python-$pkgver
-  pytest --ignore=build
+  cd mockito-python
+  pytest
 }
 
 package() {
-  cd mockito-python-$pkgver
-  python setup.py install --root="$pkgdir" -O1
+  cd mockito-python
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

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




[Git][archlinux/packaging/packages/python-mockito] Pushed new tag 1.5.0-1

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


Felix Yan pushed new tag 1.5.0-1 at Arch Linux / Packaging / Packages / 
python-mockito

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




[Git][archlinux/packaging/packages/npm-check-updates][main] upgpkg: 16.14.19-1

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


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
npm-check-updates


Commits:
d2803353 by Felix Yan at 2024-05-05T05:49:23+00:00
upgpkg: 16.14.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your 
package.json or bower.json allows
-   pkgver = 16.14.18
+   pkgver = 16.14.19
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
@@ -9,8 +9,8 @@ pkgbase = npm-check-updates
depends = nodejs-nopt
depends = npm
depends = semver
-   noextract = npm-check-updates-16.14.18.tgz
-   source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.18.tgz
-   sha512sums = 
f626917bda21c7dca475b2e33d121872ad40d1192b3d8531f479902b52485e17f1b4908d13ffb8f7b1fd6783c61fa1964402dbcf9285fb5899a3248adae484a5
+   noextract = npm-check-updates-16.14.19.tgz
+   source = 
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.19.tgz
+   sha512sums = 
f2a9ea1d73384ebfa834e89073ef6f5ed3bec221e5aadc56720e99841b6256d6cb83129cdfa449a2f5d5a31f5936fc4bce2a4d5f0fe6731d8a5d2187c43cb96c
 
 pkgname = npm-check-updates


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=16.14.18
+pkgver=16.14.19
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f626917bda21c7dca475b2e33d121872ad40d1192b3d8531f479902b52485e17f1b4908d13ffb8f7b1fd6783c61fa1964402dbcf9285fb5899a3248adae484a5')
+sha512sums=('f2a9ea1d73384ebfa834e89073ef6f5ed3bec221e5aadc56720e99841b6256d6cb83129cdfa449a2f5d5a31f5936fc4bce2a4d5f0fe6731d8a5d2187c43cb96c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/d2803353b258e48db30affb03b93dfa3173dc1c6

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




[Git][archlinux/packaging/packages/npm-check-updates] Pushed new tag 16.14.19-1

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


Felix Yan pushed new tag 16.14.19-1 at Arch Linux / Packaging / Packages / 
npm-check-updates

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




[Git][archlinux/packaging/packages/python-pytest-ruff][main] upgpkg: 0.3.2-1

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


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


Commits:
a9edec9f by Felix Yan at 2024-05-05T05:48:22+00:00
upgpkg: 0.3.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-ruff
pkgdesc = Pytest plugin to check ruff requirements
-   pkgver = 0.3.1
-   pkgrel = 2
+   pkgver = 0.3.2
+   pkgrel = 1
url = https://github.com/businho/pytest-ruff
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-pytest-ruff
depends = python
depends = python-pytest
depends = python-ruff
-   source = 
git+https://github.com/businho/pytest-ruff.git#commit=9efc242a519f8c7648bc732a170079864b592521
-   sha512sums = 
cbf271f2b5cf711e3323abc7d0c4a5c9e8f814b0bde951ec4624f8d6687692122fd22bbae65457b45a60ecf721de1d1ca1210264d53d3f7e28531feb8d2d093c
+   source = git+https://github.com/businho/pytest-ruff.git#tag=v0.3.2
+   sha512sums = 
07cc4bdf18a8d1ad5b3a7e218adab64586e097a1f73de8baa0662fab45cfe60d0fb3ec7c055e2d9666f6714577208529ccd0a541b3c391c6f84f8be8d5c7de9d
 
 pkgname = python-pytest-ruff


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-ruff
-pkgver=0.3.1
-_commit=9efc242a519f8c7648bc732a170079864b592521
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc="Pytest plugin to check ruff requirements"
 url="https://github.com/businho/pytest-ruff;
 license=('MIT')
@@ -12,8 +11,8 @@ depends=('python' 'python-pytest' 'python-ruff')
 makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core'
  'python-poetry-dynamic-versioning')
 checkdepends=('python-pytest-mock')
-source=("git+https://github.com/businho/pytest-ruff.git#commit=$_commit;)
-sha512sums=('cbf271f2b5cf711e3323abc7d0c4a5c9e8f814b0bde951ec4624f8d6687692122fd22bbae65457b45a60ecf721de1d1ca1210264d53d3f7e28531feb8d2d093c')
+source=("git+https://github.com/businho/pytest-ruff.git#tag=v$pkgver;)
+sha512sums=('07cc4bdf18a8d1ad5b3a7e218adab64586e097a1f73de8baa0662fab45cfe60d0fb3ec7c055e2d9666f6714577208529ccd0a541b3c391c6f84f8be8d5c7de9d')
 
 build() {
   cd pytest-ruff



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

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




[Git][archlinux/packaging/packages/python-pytest-ruff] Pushed new tag 0.3.2-1

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


Felix Yan pushed new tag 0.3.2-1 at Arch Linux / Packaging / Packages / 
python-pytest-ruff

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




[Git][archlinux/packaging/packages/lximage-qt][main] upgpkg: 2.0.1-1

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lximage-qt


Commits:
0445d3e1 by Chih-Hsuan Yen at 2024-05-05T12:38:25+08:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = lximage-qt
pkgdesc = The LXQt image viewer and screenshot tool
-   pkgver = 2.0.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://github.com/lxqt/lximage-qt
arch = x86_64
groups = lxqt
-   license = GPL2
+   license = GPL-2.0-or-later
makedepends = lxqt-build-tools
depends = lxqt-themes
depends = libfm-qt
@@ -15,12 +15,12 @@ pkgbase = lximage-qt
depends = libfm-qt6.so
optdepends = qt6-imageformats: support for additional image formats 
(WEBP, TIFF, etc.)
optdepends = kimageformats: support for additional image formats (PCX, 
XCF, HEIF, etc.)
-   source = 
https://github.com/lxqt/lximage-qt/releases/download/2.0.0/lximage-qt-2.0.0.tar.xz
-   source = 
https://github.com/lxqt/lximage-qt/releases/download/2.0.0/lximage-qt-2.0.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lximage-qt/releases/download/2.0.1/lximage-qt-2.0.1.tar.xz
+   source = 
https://github.com/lxqt/lximage-qt/releases/download/2.0.1/lximage-qt-2.0.1.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
cb9cc0691bfa5e5ec4172db13467485158e0d5433b90fd098a692b38a8f6c028
+   sha256sums = 
55ca3bb14f58cda3abe364f820de011aeddb4b2840e3ae4467190c1097c40f8e
sha256sums = SKIP
 
 pkgname = lximage-qt


=
PKGBUILD
=
@@ -2,13 +2,16 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=lximage-qt
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="The LXQt image viewer and screenshot tool"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
-license=("GPL2")
+# https://github.com/lxqt/lximage-qt/blob/2.0.1/AUTHORS#L8 also mentions 
LGPL-2.1+, but files are either removed [1] or re-licensed [2]
+# [1] 
https://github.com/lxqt/lximage-qt/commit/30f3bc7bbe43d7834fe4dbee83a0c9be489ce439
+# [2] 
https://github.com/lxqt/lximage-qt/commit/59c98f34a0aeff8443b16507caf67824652a57b5
+license=("GPL-2.0-or-later")
 depends=("lxqt-themes" "libfm-qt" "qt6-svg" "libexif" "libxfixes" 
"libfm-qt6.so")
 optdepends=(
"qt6-imageformats: support for additional image formats (WEBP, TIFF, 
etc.)"
@@ -19,7 +22,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('cb9cc0691bfa5e5ec4172db13467485158e0d5433b90fd098a692b38a8f6c028'
+sha256sums=('55ca3bb14f58cda3abe364f820de011aeddb4b2840e3ae4467190c1097c40f8e'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lximage-qt/-/commit/0445d3e122dc5eab33a1118e98ddb2a06945d68a

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




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

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


Chih-Hsuan Yen pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
lximage-qt

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




[Git][archlinux/packaging/packages/lxqt-notificationd][main] upgpkg: 2.0.1-1

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-notificationd


Commits:
cf9ad791 by Chih-Hsuan Yen at 2024-05-05T12:26:04+08:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = lxqt-notificationd
pkgdesc = LXQt notification daemon and library.
-   pkgver = 2.0.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://github.com/lxqt/lxqt-notificationd
arch = x86_64
groups = lxqt
-   license = LGPL2.1
+   license = LGPL-2.1-or-later
makedepends = cmake
makedepends = lxqt-build-tools
depends = qt6-base
@@ -14,12 +14,12 @@ pkgbase = lxqt-notificationd
depends = libQt6Xdg.so
depends = layer-shell-qt
provides = notification-daemon
-   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.0/lxqt-notificationd-2.0.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.0/lxqt-notificationd-2.0.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.1/lxqt-notificationd-2.0.1.tar.xz
+   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.1/lxqt-notificationd-2.0.1.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d
+   sha512sums = 
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
sha512sums = SKIP
 
 pkgname = lxqt-notificationd


=
PKGBUILD
=
@@ -2,20 +2,21 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-notificationd
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
-license=("LGPL2.1")
+# https://github.com/lxqt/lxqt-notificationd/blob/2.0.1/AUTHORS#L9
+license=("LGPL-2.1-or-later")
 depends=("qt6-base" "liblxqt" "kwindowsystem" "libQt6Xdg.so" "layer-shell-qt")
 makedepends=("cmake" "lxqt-build-tools")
 provides=("notification-daemon")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha512sums=('d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d'
+sha512sums=('c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-notificationd/-/commit/cf9ad7917878091b58ab2e793cf622c0fcfda298

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




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

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


Chih-Hsuan Yen pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
lxqt-notificationd

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




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

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


Chih-Hsuan Yen pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
libfm-qt

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




[Git][archlinux/packaging/packages/libfm-qt][main] upgpkg: 2.0.1-1

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libfm-qt


Commits:
aaf56351 by Chih-Hsuan Yen at 2024-05-05T12:25:50+08:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = libfm-qt
pkgdesc = Core library of PCManFM-Qt (Qt binding for libfm)
-   pkgver = 2.0.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://github.com/lxqt/libfm-qt
arch = x86_64
-   license = LGPL2.1
+   license = LGPL-2.1-or-later
makedepends = lxqt-build-tools
depends = menu-cache
depends = libexif
@@ -13,12 +13,12 @@ pkgbase = libfm-qt
optdepends = org.freedesktop.secrets: allow to remember mount passwords
provides = libfm-qt6.so
options = !emptydirs
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.0/libfm-qt-2.0.0.tar.xz
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.0/libfm-qt-2.0.0.tar.xz.asc
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.1/libfm-qt-2.0.1.tar.xz
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.1/libfm-qt-2.0.1.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524
+   sha512sums = 
c6b10e79a24b2675ad47fe73462fcb0a56cac90d607d61ed814cebf04b37e5410bde5a34deb44e1da6d6172be16c1ab836bc6c3cac8449eeb5ae4e198530c36c
sha512sums = SKIP
 
 pkgname = libfm-qt


=
PKGBUILD
=
@@ -2,12 +2,13 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
-license=("LGPL2.1")
+# https://github.com/lxqt/libfm-qt/blob/2.0.1/README.md?plain=1#L8-L10
+license=("LGPL-2.1-or-later")
 depends=("menu-cache" "libexif" "qt6-base" "lxqt-menu-data")
 makedepends=("lxqt-build-tools")
 optdepends=(
@@ -18,7 +19,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524'
+sha512sums=('c6b10e79a24b2675ad47fe73462fcb0a56cac90d607d61ed814cebf04b37e5410bde5a34deb44e1da6d6172be16c1ab836bc6c3cac8449eeb5ae4e198530c36c'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfm-qt/-/commit/aaf5635174eb6e69bb7625569bcdc2a0232bd26c

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




[Git][archlinux/packaging/packages/apitrace][main] upgpkg: 11.1-3: Update license and pin Git submodules

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
apitrace


Commits:
455a223a by Campbell Jones at 2024-05-04T23:08:44-04:00
upgpkg: 11.1-3: Update license and pin Git submodules

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,35 @@
+pkgbase = apitrace
+   pkgdesc = Graphics API Tracing
+   pkgver = 11.1
+   pkgrel = 3
+   url = https://github.com/apitrace/apitrace
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   makedepends = git
+   makedepends = mesa
+   makedepends = qt5-base
+   depends = python
+   depends = libgl
+   depends = libprocps
+   optdepends = qt5-base: GUI support
+   source = 
apitrace-11.1::git+https://github.com/apitrace/apitrace.git#tag=11.1
+   source = git+https://github.com/apitrace/gltrim-tests.git
+   source = git+https://github.com/google/brotli.git
+   source = git+https://github.com/google/googletest.git
+   source = git+https://github.com/ianlancetaylor/libbacktrace.git
+   source = git+https://github.com/apitrace/libpng.git
+   source = git+https://github.com/google/snappy.git
+   source = git+https://github.com/madler/zlib.git
+   source = git+https://github.com/microsoft/DirectXMath.git
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+   sha256sums = SKIP
+
+pkgname = apitrace


=
PKGBUILD
=
@@ -4,21 +4,46 @@
 
 pkgname=apitrace
 pkgver=11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Graphics API Tracing"
 arch=('x86_64')
 url="https://github.com/apitrace/apitrace;
-license=('custom')
+license=('MIT')
 makedepends=('cmake' 'git' 'mesa' 'qt5-base')
 depends=('python' 'libgl' 'libprocps')
 optdepends=('qt5-base: GUI support')
-source=("$pkgname-$pkgver::git+https://github.com/apitrace/apitrace.git#tag=${pkgver};)
-sha256sums=(SKIP)
+source=("$pkgname-$pkgver::git+https://github.com/apitrace/apitrace.git#tag=${pkgver};
+"git+https://github.com/apitrace/gltrim-tests.git;
+"git+https://github.com/google/brotli.git;
+"git+https://github.com/google/googletest.git;
+"git+https://github.com/ianlancetaylor/libbacktrace.git;
+"git+https://github.com/apitrace/libpng.git;
+"git+https://github.com/google/snappy.git;
+"git+https://github.com/madler/zlib.git;
+"git+https://github.com/microsoft/DirectXMath.git;)
+sha256sums=(SKIP
+SKIP
+SKIP
+SKIP
+SKIP
+SKIP
+SKIP
+SKIP
+SKIP)
 
 prepare() {
   cd apitrace-${pkgver}
 
-  git submodule update --init --depth 1 --recursive
+  git submodule init
+  git config submodule.frametrim/tests.url "$srcdir/gltrim-tests"
+  git config submodule.thirdparty/brotli.url "$srcdir/brotli"
+  git config submodule.thirdparty/gtest.url "$srcdir/googletest"
+  git config submodule.thirdparty/libbacktrace.url "$srcdir/libbacktrace"
+  git config submodule.thirdparty/libpng.url "$srcdir/libpng"
+  git config submodule.thirdparty/snappy.url "$srcdir/snappy"
+  git config submodule.thirdparty/zlib.url "$srcdir/zlib"
+  git config submodule.thirdparty/directxmath.url "$srcdir/DirectXMath"
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apitrace/-/commit/455a223abf5d863d2a70b4fd8f80a9af1f9db502

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




[Git][archlinux/packaging/packages/apitrace] Pushed new tag 11.1-3

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 11.1-3 at Arch Linux / Packaging / Packages / 
apitrace

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




[Git][archlinux/packaging/packages/riscv64-elf-gcc] Pushed new tag 12.2.0-2

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 12.2.0-2 at Arch Linux / Packaging / Packages / 
riscv64-elf-gcc

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




[Git][archlinux/packaging/packages/riscv64-elf-gcc][main] upgpkg: 12.2.0-2: Update licenses and packager bug report URL

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
riscv64-elf-gcc


Commits:
038d6fb4 by Campbell Jones at 2024-05-04T21:07:40-04:00
upgpkg: 12.2.0-2: Update licenses and packager bug report URL

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = riscv64-elf-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for RISCV64 
(bare-metal) target
+   pkgver = 12.2.0
+   pkgrel = 2
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later
+   makedepends = gmp
+   makedepends = mpfr
+   makedepends = riscv64-elf-newlib
+   depends = riscv64-elf-binutils
+   depends = zlib
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = riscv64-elf-newlib: Standard C library optimized for 
embedded systems
+   options = !emptydirs
+   options = !strip
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha512sums = 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
+   sha512sums = SKIP
+
+pkgname = riscv64-elf-gcc


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 _target=riscv64-elf
 pkgname=$_target-gcc
 pkgver=12.2.0
-pkgrel=1
+pkgrel=2
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for RISCV64 (bare-metal) 
target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
+license=("GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later")
 depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
@@ -80,7 +80,7 @@ build() {
 --with-libelf \
 --enable-gnu-indirect-function \
 --with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
+
--with-bugurl='https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-gcc/-/issues'
 
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-gcc/-/commit/038d6fb441129a9008c460a58d4aac7cbb092c21

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




[Git][archlinux/packaging/packages/or1k-elf-gcc][main] upgpkg: 12.2.0-2: Update licenses and packager bug report URL

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
or1k-elf-gcc


Commits:
32811a5f by Campbell Jones at 2024-05-04T20:29:47-04:00
upgpkg: 12.2.0-2: Update licenses and packager bug report URL

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = or1k-elf-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for OpenRISC 
1000 (bare-metal) target
+   pkgver = 12.2.0
+   pkgrel = 2
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later
+   makedepends = gmp
+   makedepends = mpfr
+   makedepends = or1k-elf-newlib
+   depends = or1k-elf-binutils
+   depends = zlib
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = or1k-elf-newlib: Standard C library optimized for embedded 
systems
+   options = !emptydirs
+   options = !strip
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha512sums = 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
+   sha512sums = SKIP
+
+pkgname = or1k-elf-gcc


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 _target=or1k-elf
 pkgname=$_target-gcc
 pkgver=12.2.0
-pkgrel=1
+pkgrel=2
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for OpenRISC 1000 
(bare-metal) target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
+license=("GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later")
 depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
@@ -81,7 +81,7 @@ build() {
 --with-libelf \
 --enable-gnu-indirect-function \
 --with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
+
--with-bugurl='https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-gcc/-/issues'
 
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-gcc/-/commit/32811a5f0d1670ca1de508c24c214e4398e53bf4

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




[Git][archlinux/packaging/packages/or1k-elf-gcc] Pushed new tag 12.2.0-2

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 12.2.0-2 at Arch Linux / Packaging / Packages / 
or1k-elf-gcc

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




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

2024-05-04 Thread Sven-Hendrik Haase (@svenstaro)


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

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




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

2024-05-04 Thread Sven-Hendrik Haase (@svenstaro)


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


Commits:
e8a69b11 by Sven-Hendrik Haase at 2024-05-05T02:02:04+02:00
upgpkg: 5.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
-   pkgver = 5.0.0
+   pkgver = 5.0.1
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = telegram-desktop
depends = kcoreaddons
optdepends = webkit2gtk: embedded browser features
optdepends = xdg-desktop-portal: desktop integration
-   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v5.0.0/tdesktop-5.0.0-full.tar.gz
-   sha512sums = 
9e674cf8b8bbb94cc7bd0fd9493c435f25314a317086e8c102fe0309bdcd5805b605257883831eb8548825597aab5b9f8f0b5074689b630b63f301506402323d
+   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v5.0.1/tdesktop-5.0.1-full.tar.gz
+   sha512sums = 
45b7833f20f01d78c09163e205af7d68afffcfc88075ba6af35dc6cbbce1f0205c0150b137ca09e6bdaf271240e4d1336411ad427bc27a2b2ad42dc435ee0ec2
 
 pkgname = telegram-desktop


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



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

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




[Git][archlinux/packaging/packages/nds32le-elf-gcc][main] upgpkg: 12.2.0-2: Update licenses and packager bug report URL

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
nds32le-elf-gcc


Commits:
de9141ad by Campbell Jones at 2024-05-04T19:48:55-04:00
upgpkg: 12.2.0-2: Update licenses and packager bug report URL

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = nds32le-elf-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target
+   pkgver = 12.2.0
+   pkgrel = 2
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later
+   makedepends = gmp
+   makedepends = mpfr
+   makedepends = nds32le-elf-newlib
+   depends = nds32le-elf-binutils
+   depends = zlib
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = nds32le-elf-newlib: Standard C library optimized for 
embedded systems
+   options = !emptydirs
+   options = !strip
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha512sums = 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
+   sha512sums = SKIP
+
+pkgname = nds32le-elf-gcc


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 _target=nds32le-elf
 pkgname=$_target-gcc
 pkgver=12.2.0
-pkgrel=1
+pkgrel=2
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for Andes 32 
little-endian (bare-metal) target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
+license=("GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later")
 depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
@@ -80,7 +80,7 @@ build() {
 --with-libelf \
 --enable-gnu-indirect-function \
 --with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
+
--with-bugurl='https://gitlab.archlinux.org/archlinux/packaging/packages/$pkgname/-/issues'
 
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nds32le-elf-gcc/-/commit/de9141ada416e98ef1a4e5067d3860281a896a98

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




[Git][archlinux/packaging/packages/nds32le-elf-gcc] Pushed new tag 12.2.0-2

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 12.2.0-2 at Arch Linux / Packaging / Packages / 
nds32le-elf-gcc

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




[Git][archlinux/packaging/packages/archivetools][main] upgpkg: 4-1

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


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


Commits:
88bb0940 by Christian Heusel at 2024-05-05T01:16:44+02:00
upgpkg: 4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = archivetools
+   pkgdesc = Arch Linux Archive Tools
+   pkgver = 4
+   pkgrel = 1
+   url = https://gitlab.archlinux.org/archlinux/archivetools
+   arch = any
+   license = GPL-2.0-or-later
+   makedepends = git
+   depends = rsync
+   depends = hardlink
+   depends = xz
+   depends = util-linux
+   depends = systemd
+   depends = bash
+   backup = etc/archive.conf
+   source = 
git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v4
+   sha256sums = 
93e36e9a84f52da3572b8e594f62bc388ce468ea376e8bbfc2e78d995f6f8c56
+
+pkgname = archivetools


=
PKGBUILD
=
@@ -1,23 +1,17 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=archivetools
-pkgver=3
-pkgrel=3
+pkgver=4
+pkgrel=1
 pkgdesc='Arch Linux Archive Tools'
 arch=('any')
 url='https://gitlab.archlinux.org/archlinux/archivetools'
-license=('GPL2')
+license=('GPL-2.0-or-later')
 depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
 makedepends=('git')
 backup=('etc/archive.conf')
 
source=("git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  # archive.sh: Exclude debug packages during repo sync
-  git format-patch -1 --stdout 35e4faa80cb6 | patch -Np1
-}
+sha256sums=('93e36e9a84f52da3572b8e594f62bc388ce468ea376e8bbfc2e78d995f6f8c56')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archivetools/-/commit/88bb094079408c44d8f5070c48066c9f0f581825

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




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

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


Christian Heusel pushed new tag 4-1 at Arch Linux / Packaging / Packages / 
archivetools

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




[Git][archlinux/packaging/packages/lm32-elf-gcc][main] upgpkg: 12.2.0-2: Update licenses and packager bug report URL

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
lm32-elf-gcc


Commits:
4afd5f21 by Campbell Jones at 2024-05-04T18:49:14-04:00
upgpkg: 12.2.0-2: Update licenses and packager bug report URL

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = lm32-elf-gcc
+   pkgdesc = The GNU Compiler Collection - cross compiler for 
LatticeMico32 (bare-metal) target
+   pkgver = 12.2.0
+   pkgrel = 2
+   url = https://gcc.gnu.org/
+   arch = x86_64
+   license = GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later
+   makedepends = gmp
+   makedepends = mpfr
+   makedepends = lm32-elf-newlib
+   depends = lm32-elf-binutils
+   depends = zlib
+   depends = libmpc
+   depends = libisl
+   depends = zstd
+   optdepends = lm32-elf-newlib: Standard C library optimized for embedded 
systems
+   options = !emptydirs
+   options = !strip
+   options = !lto
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz
+   source = https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz.sig
+   validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
+   validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
+   sha512sums = 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
+   sha512sums = SKIP
+
+pkgname = lm32-elf-gcc


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 _target=lm32-elf
 pkgname=$_target-gcc
 pkgver=12.2.0
-pkgrel=1
+pkgrel=2
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for LatticeMico32 
(bare-metal) target'
 arch=(x86_64)
 url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
+license=("GPL-3.0-with-GCC-exception AND GFDL-1.3-or-later")
 depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
@@ -80,7 +80,7 @@ build() {
 --with-libelf \
 --enable-gnu-indirect-function \
 --with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
+
--with-bugurl='https://gitlab.archlinux.org/archlinux/packaging/packages/$pkgname/-/issues'
 
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lm32-elf-gcc/-/commit/4afd5f2199c803b35c46b5a5babd9ca61ce3207e

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




[Git][archlinux/packaging/packages/lm32-elf-gcc] Pushed new tag 12.2.0-2

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 12.2.0-2 at Arch Linux / Packaging / Packages / 
lm32-elf-gcc

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




[Git][archlinux/packaging/packages/lib32-libtasn1][main] upgpkg: 4.19.0-2: Update licenses and packager bug report URL

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-libtasn1


Commits:
108523f8 by Campbell Jones at 2024-05-04T17:54:55-04:00
upgpkg: 4.19.0-2: Update licenses and packager bug report URL

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = lib32-libtasn1
+   pkgdesc = The ASN.1 library used in GNUTLS (32 bit)
+   pkgver = 4.19.0
+   pkgrel = 2
+   url = https://www.gnu.org/software/libtasn1/
+   arch = x86_64
+   license = GPL-3.0-or-later AND LGPL-2.1-or-later
+   makedepends = gcc-multilib
+   depends = lib32-glibc
+   depends = libtasn1
+   provides = libtasn1.so
+   source = https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz
+   source = https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.19.0.tar.gz.sig
+   validpgpkeys = B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE
+   sha256sums = 
1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a
+   sha256sums = SKIP
+
+pkgname = lib32-libtasn1


=
PKGBUILD
=
@@ -5,10 +5,10 @@
 _pkgbase=libtasn1
 pkgname=lib32-${_pkgbase}
 pkgver=4.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS (32 bit)"
 arch=('x86_64')
-license=('GPL3' 'LGPL')
+license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
 url="https://www.gnu.org/software/libtasn1/;
 depends=('lib32-glibc' ${_pkgbase})
 makedepends=('gcc-multilib')
@@ -28,7 +28,7 @@ build() {
   ./configure --prefix=/usr \
   --libdir=/usr/lib32 \
   --with-packager=Archlinux \
-  --with-packager-bug-reports="http://bugs.archlinux.org/; \
+  
--with-packager-bug-reports="https://gitlab.archlinux.org/archlinux/packaging/packages/$pkgname/-/issues;
 \
   --with-packager-version=${pkgver}-${pkgrel}
   make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libtasn1/-/commit/108523f8ba2e4d9422f4fc6b3a0a3779d0627236

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




[Git][archlinux/packaging/packages/lib32-libtasn1] Pushed new tag 4.19.0-2

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 4.19.0-2 at Arch Linux / Packaging / Packages / 
lib32-libtasn1

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




[Git][archlinux/packaging/packages/gedit-plugins][main] upgpkg: 47.0-3: Update url

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
gedit-plugins


Commits:
05160ed1 by Campbell Jones at 2024-05-04T17:41:22-04:00
upgpkg: 47.0-3: Update url

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = gedit-plugins
pkgdesc = Collection of plugins for the gedit Text Editor
pkgver = 47.0
-   pkgrel = 2
-   url = https://wiki.gnome.org/Apps/Gedit/ShippedPlugins
+   pkgrel = 3
+   url = https://gitlab.gnome.org/GNOME/gedit-plugins
arch = x86_64
license = GPL-2.0-or-later
makedepends = appstream-glib


=
PKGBUILD
=
@@ -8,9 +8,9 @@
 
 pkgname=gedit-plugins
 pkgver=47.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
+url="https://gitlab.gnome.org/GNOME/gedit-plugins;
 arch=(x86_64)
 license=(GPL-2.0-or-later)
 depends=(



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

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




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

2024-05-04 Thread Campbell Jones (@serebit)


Campbell Jones pushed new tag 47.0-3 at Arch Linux / Packaging / Packages / 
gedit-plugins

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




[Git][archlinux/packaging/packages/root][main] Modernize cmake commands and switch to Ninja

2024-05-04 Thread @lahwaacz


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


Commits:
cde9c6a8 by Jakub Klinkovský at 2024-05-04T22:20:13+02:00
Modernize cmake commands and switch to Ninja

Ninja builds faster than GNU Make and we dont like to wait.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -19,6 +19,7 @@ pkgbase = root
makedepends = go
makedepends = libxml2
makedepends = libmariadbclient
+   makedepends = ninja
makedepends = ocaml
makedepends = ocaml-ctypes
makedepends = openmp


=
PKGBUILD
=
@@ -26,6 +26,7 @@ makedepends=(
 'go'
 'libxml2'
 'libmariadbclient'
+'ninja'
 'ocaml'
 'ocaml-ctypes'
 'openmp'
@@ -157,36 +158,28 @@ prepare() {
 done
 _cuda_arch_vals="${_cuda_arch_vals:0:-1}"
 export CUSTOM_CUDA_ARCH='-DCMAKE_CUDA_ARCHITECTURES='"${_cuda_arch_vals}"
-
-cp -r "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-cuda"
 }
 
 build() {
 ## ROOT
-mkdir -p "${srcdir}/build"
-cd "${srcdir}/build"
-
-cmake -C "${srcdir}/settings.cmake" \
-${CUSTOM_CMAKE_FLAGS} \
-"${srcdir}/${pkgbase}-${pkgver}"
-make
+cmake -B build -S ${pkgbase}-${pkgver} -G Ninja \
+-C settings.cmake \
+${CUSTOM_CMAKE_FLAGS}
+cmake --build build
 
 ## ROOT with CUDA
-mkdir -p "${srcdir}/build-cuda"
-cd "${srcdir}/build-cuda"
-
-cmake -C "${srcdir}/settings-cuda.cmake" \
+cmake -B build-cuda -S ${pkgbase}-${pkgver} -G Ninja \
+-C settings-cuda.cmake \
 ${CUSTOM_CMAKE_FLAGS} \
-${CUSTOM_CUDA_ARCH} \
-"${srcdir}/${pkgbase}-${pkgver}-cuda"
-make
+${CUSTOM_CUDA_ARCH}
+cmake --build build-cuda
 }
 
 _package() {
 local bld_dir="${srcdir}/${1}"
 cd "${bld_dir}"
 
-make DESTDIR="${pkgdir}" install
+DESTDIR="${pkgdir}" cmake --install .
 
 # fix missing hardlinks for genreflex and rootcint
 cd "${pkgdir}"/usr/bin



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/cde9c6a839cda083fea8911a23d88537cb94e878

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




[Git][archlinux/packaging/packages/nginx-mainline] Pushed new tag 1.25.5-2

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


T.J. Townsend pushed new tag 1.25.5-2 at Arch Linux / Packaging / Packages / 
nginx-mainline

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




[Git][archlinux/packaging/packages/nginx-mainline][main] upgpkg: 1.25.5-2: rebuild with -D_FORTIFY_SOURCE=3

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


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
nginx-mainline


Commits:
f3df57fd by T.J. Townsend at 2024-05-04T16:48:16-04:00
upgpkg: 1.25.5-2: rebuild with -D_FORTIFY_SOURCE=3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nginx-mainline
pkgver = 1.25.5
-   pkgrel = 1
+   pkgrel = 2
url = https://nginx.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -9,7 +9,7 @@ _pkgbase=nginx
 pkgbase=nginx-mainline
 pkgname=(nginx-mainline nginx-mainline-src)
 pkgver=1.25.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://nginx.org'
 license=('custom')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx-mainline/-/commit/f3df57fdd73c8baf3a855b13ec8e220293cf076f

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




[Git][archlinux/packaging/packages/nginx] Pushed new tag 1.26.0-3

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


T.J. Townsend pushed new tag 1.26.0-3 at Arch Linux / Packaging / Packages / 
nginx

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




[Git][archlinux/packaging/packages/nginx][main] upgpkg: 1.26.0-3: rebuild with -D_FORTIFY_SOURCE=3

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


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


Commits:
606fee4d by T.J. Townsend at 2024-05-04T16:47:59-04:00
upgpkg: 1.26.0-3: rebuild with -D_FORTIFY_SOURCE=3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nginx
pkgver = 1.26.0
-   pkgrel = 2
+   pkgrel = 3
url = https://nginx.org
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 pkgbase=nginx
 pkgname=(nginx nginx-src)
 pkgver=1.26.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://nginx.org'
 license=(custom)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nginx/-/commit/606fee4d98426b4ee7713664f0f4a2368d3bb91a

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




[Git][archlinux/packaging/packages/cargo-c][main] upgpkg: 0.9.32-1

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


Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-c


Commits:
92bb6673 by Daniel Bermond at 2024-05-04T17:07:15-03:00
upgpkg: 0.9.32-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-c
pkgdesc = A cargo subcommand to build and install C-ABI compatibile 
dynamic and static libraries
-   pkgver = 0.9.31
+   pkgver = 0.9.32
pkgrel = 1
url = https://github.com/lu-zero/cargo-c/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cargo-c
depends = libcurl.so
depends = libssl.so
depends = libz.so
-   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.31/cargo-c-0.9.31.tar.gz
-   source = 
cargo-c-0.9.31.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.31/Cargo.lock
-   sha256sums = 
4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83
-   sha256sums = 
d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea
+   source = 
https://github.com/lu-zero/cargo-c/archive/v0.9.32/cargo-c-0.9.32.tar.gz
+   source = 
cargo-c-0.9.32.Cargo.lock::https://github.com/lu-zero/cargo-c/releases/download/v0.9.32/Cargo.lock
+   sha256sums = 
a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72
+   sha256sums = 
77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828
 
 pkgname = cargo-c


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.9.31
+pkgver=0.9.32
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -15,8 +15,8 @@ depends=(
 )
 
source=("https://github.com/lu-zero/cargo-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock;)
-sha256sums=('4a04db8fb17a55db403bc59572f05475a477fece7ab08cfb2de970e188b80b83'
-'d7960d508be22b1c050003970be0a1fa0b7ef6f3088fe6d29b330413a718a1ea')
+sha256sums=('a96f3cc6c63d9901c9583083338d50b0132504bb067f68accc17f4116ed01f72'
+'77b5392f238960cf298b83e6d744c872f4180172ffa3c752850320ec051c4828')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-c/-/commit/92bb6673cad8a5058560d3be4435b0b431f2190b

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




[Git][archlinux/packaging/packages/cargo-c] Pushed new tag 0.9.32-1

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


Daniel Bermond pushed new tag 0.9.32-1 at Arch Linux / Packaging / Packages / 
cargo-c

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




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

2024-05-04 Thread @orhun


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


Commits:
dbfac5b1 by Orhun Parmaksız at 2024-05-04T22:57:44+03:00
upgpkg: 1.38.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-05-04 Thread @orhun


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

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




[Git][archlinux/packaging/packages/ruby-public_suffix][main] upgpkg: 5.0.5-1: Update to 5.0.5

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-public_suffix


Commits:
4ef6bb80 by Antonio Rojas at 2024-05-04T21:43:47+02:00
upgpkg: 5.0.5-1: Update to 5.0.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ruby-public_suffix
pkgdesc = Domain name parser based on the Public Suffix List
-   pkgver = 5.0.3
+   pkgver = 5.0.5
pkgrel = 1
url = https://simonecarletti.com/code/publicsuffix-ruby
arch = any
@@ -13,7 +13,7 @@ pkgbase = ruby-public_suffix
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
-   source = 
ruby-public_suffix-5.0.3.tar.gz::https://github.com/weppos/publicsuffix-ruby/archive/v5.0.3/ruby-public_suffix-v5.0.3.tar.gz
-   sha512sums = 
ae6b1db7166366d96411902e5b1fae44538085849ec61221f763c487b8069823032cf3d57930d5d56ba75d114df0a66b981663add9e9d45b43508d2a42996d75
+   source = 
ruby-public_suffix-5.0.5.tar.gz::https://github.com/weppos/publicsuffix-ruby/archive/v5.0.5/ruby-public_suffix-v5.0.5.tar.gz
+   sha512sums = 
4b785474b7fb726dbfe66b6c1c801eb9a75d5e555c69e678cf8253112facd9dc98fd76c07f43ff74eb310beaf7e063344e8a6484dfe4b8cfea2557510f22ae9f
 
 pkgname = ruby-public_suffix


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 _gemname='public_suffix'
 pkgname="ruby-${_gemname}"
-pkgver=5.0.3
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='Domain name parser based on the Public Suffix List'
 arch=('any')
@@ -16,7 +16,7 @@ checkdepends=('ruby-minitest' 'ruby-mocha')
 depends=('ruby')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/weppos/publicsuffix-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
 options=("!emptydirs")
-sha512sums=('ae6b1db7166366d96411902e5b1fae44538085849ec61221f763c487b8069823032cf3d57930d5d56ba75d114df0a66b981663add9e9d45b43508d2a42996d75')
+sha512sums=('4b785474b7fb726dbfe66b6c1c801eb9a75d5e555c69e678cf8253112facd9dc98fd76c07f43ff74eb310beaf7e063344e8a6484dfe4b8cfea2557510f22ae9f')
 
 prepare() {
   cd "${srcdir}/publicsuffix-ruby-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-public_suffix/-/commit/4ef6bb800356e2206e0379c8e4794c44aed0d393

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




[Git][archlinux/packaging/packages/ruby-public_suffix] Pushed new tag 5.0.5-1

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


Antonio Rojas pushed new tag 5.0.5-1 at Arch Linux / Packaging / Packages / 
ruby-public_suffix

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




[Git][archlinux/packaging/packages/pcsclite][main] upgpkg: 2.2.0-3

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


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


Commits:
d6a82e5f by Frederik Schwan at 2024-05-04T21:20:58+02:00
upgpkg: 2.2.0-3

fix systemd service pointing to bin/pcscd instead of /usr/bin/pcscd

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pcsclite
pkgdesc = PC/SC Architecture smartcard middleware library
pkgver = 2.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://pcsclite.apdu.fr/
arch = x86_64
license = BSD-3-Clause
@@ -21,9 +21,9 @@ pkgbase = pcsclite
provides = libpcsclite_real.so
provides = libpcscspy.so
source = 
git+https://github.com/LudovicRousseau/PCSC.git#tag=2.2.0?signed
-   source = 0001-use-default-prefix-for-binary-install-dir.patch
+   source = 
meson-fixes.patch::https://github.com/LudovicRousseau/PCSC/commit/960e367edc01518b9068499010ee07ae1bd4.patch
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
sha256sums = 
6888231cfb24d8283f0617fa01824eacda005d38c4324bd5327a39e63ac335d2
-   sha256sums = 
ff045d7b0f2b33487c9cb3ecff9f8324fb204f8b72d1b6ada53e58b287df5e65
+   sha256sums = 
771c4d014d8e873f512820b79804e321514c333b1ec1731d41fa3647b79b9ff8
 
 pkgname = pcsclite


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=pcsclite
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('x86_64')
 url='https://pcsclite.apdu.fr/'
@@ -39,8 +39,15 @@ provides=(
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=(
   "git+https://github.com/LudovicRousseau/PCSC.git#tag=${pkgver}?signed;
+  
meson-fixes.patch::https://github.com/LudovicRousseau/PCSC/commit/960e367edc01518b9068499010ee07ae1bd4.patch
 )
-sha256sums=('6888231cfb24d8283f0617fa01824eacda005d38c4324bd5327a39e63ac335d2')
+sha256sums=('6888231cfb24d8283f0617fa01824eacda005d38c4324bd5327a39e63ac335d2'
+'771c4d014d8e873f512820b79804e321514c333b1ec1731d41fa3647b79b9ff8')
+
+prepare() {
+  cd PCSC
+  patch -Np1 < ../meson-fixes.patch
+}
 
 build() {
   local meson_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/d6a82e5f0908cc928ed8e25b594249b2d1621a2f

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




[Git][archlinux/packaging/packages/pcsclite] Pushed new tag 2.2.0-3

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


Frederik Schwan pushed new tag 2.2.0-3 at Arch Linux / Packaging / Packages / 
pcsclite

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




[Git][archlinux/packaging/packages/dfu-programmer][main] upgpkg: 1.1.0-1: Update to 1.1.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
dfu-programmer


Commits:
1fe8916d by Antonio Rojas at 2024-05-04T21:17:14+02:00
upgpkg: 1.1.0-1: Update to 1.1.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = dfu-programmer
+   pkgdesc = Programmer for Atmel chips with a USB bootloader
+   pkgver = 1.1.0
+   pkgrel = 1
+   url = https://github.com/dfu-programmer/dfu-programmer
+   arch = x86_64
+   license = GPL2
+   depends = glibc
+   depends = libusb
+   depends = libusb-1.0.so
+   source = 
https://github.com/dfu-programmer/dfu-programmer/archive/v1.1.0/dfu-programmer-1.1.0.tar.gz
+   sha512sums = 
9d52b68023c6b38c93a3e8d4a04bcac9e9858f20d810a15bbcc9c37ab117d7799194363813bcc074585c86d7cc7877307e060f3b60655b7632f97421e23db30d
+
+pkgname = dfu-programmer


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Eric Anderson 
 
 pkgname=dfu-programmer
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Programmer for Atmel chips with a USB bootloader'
 url='https://github.com/dfu-programmer/dfu-programmer'
@@ -12,7 +12,7 @@ arch=('x86_64')
 license=('GPL2')
 depends=('glibc' 'libusb' 'libusb-1.0.so')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('abb73970e10017f111b118c5be0b98a3fe7ef8c95794b5ca701f21b5a40f518f46ff8a392f09e7eea2ad9a4eb6c43ecc9514bee817c01acf0d6135a5f8f9048f')
+sha512sums=('9d52b68023c6b38c93a3e8d4a04bcac9e9858f20d810a15bbcc9c37ab117d7799194363813bcc074585c86d7cc7877307e060f3b60655b7632f97421e23db30d')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dfu-programmer/-/commit/1fe8916d2e245d61fd24faf0aca8e625eb44f413

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




[Git][archlinux/packaging/packages/dfu-programmer] Pushed new tag 1.1.0-1

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


Antonio Rojas pushed new tag 1.1.0-1 at Arch Linux / Packaging / Packages / 
dfu-programmer

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




[Git][archlinux/packaging/packages/vit][main] upgpkg: 2.3.2-1: Update to 2.3.2

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


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


Commits:
8896d500 by Antonio Rojas at 2024-05-04T21:12:24+02:00
upgpkg: 2.3.2-1: Update to 2.3.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vit
pkgdesc = Terminal interface for Taskwarrior with Vim key bindings and 
colorization
-   pkgver = 2.3.1
-   pkgrel = 2
+   pkgver = 2.3.2
+   pkgrel = 1
url = https://github.com/vit-project/vit
arch = any
license = MIT
@@ -10,8 +10,8 @@ pkgbase = vit
depends = python
depends = python-urwid
depends = python-tasklib
-   source = 
https://github.com/vit-project/vit/archive/v2.3.1/vit-2.3.1.tar.gz
-   sha256sums = 
4de2a2036635d5656245a7f03d503090e2aecacacfb226daa65f2634c7ee8489
-   b2sums = 
8b03da6e32382d4a286f369c9aadc1f3978ef00afe5b23e3ebc26b8667b635d5fcb7e3ed3f877ccdf0512ae6aa8452c636e1efab83e2f0d76abf067256efa23d
+   source = 
https://github.com/vit-project/vit/archive/v2.3.2/vit-2.3.2.tar.gz
+   sha256sums = 
42f7f2d92d010ec86228179f4fe54395dce933ad2a8166218da5258fc5834fe4
+   b2sums = 
5d12a4504930fe4c1aeacd9dce5d38d765a400360a27fa4c8ef6346573c81d252ec73832f94f6fc4ae3f9e2d27ce44f77bdfc50934a4539f846bb97c9f9c6f56
 
 pkgname = vit


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Ivan Sichmann Freitas 
 
 pkgname=vit
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc='Terminal interface for Taskwarrior with Vim key bindings and 
colorization'
 url='https://github.com/vit-project/vit'
 arch=('any')
@@ -11,8 +11,8 @@ license=('MIT')
 depends=('task' 'python' 'python-urwid' 'python-tasklib')
 makedepends=('python-setuptools')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4de2a2036635d5656245a7f03d503090e2aecacacfb226daa65f2634c7ee8489')
-b2sums=('8b03da6e32382d4a286f369c9aadc1f3978ef00afe5b23e3ebc26b8667b635d5fcb7e3ed3f877ccdf0512ae6aa8452c636e1efab83e2f0d76abf067256efa23d')
+sha256sums=('42f7f2d92d010ec86228179f4fe54395dce933ad2a8166218da5258fc5834fe4')
+b2sums=('5d12a4504930fe4c1aeacd9dce5d38d765a400360a27fa4c8ef6346573c81d252ec73832f94f6fc4ae3f9e2d27ce44f77bdfc50934a4539f846bb97c9f9c6f56')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vit/-/commit/8896d500de56a72b58c2d35e83486fd94ec5dfbd

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




[Git][archlinux/packaging/packages/vit] Pushed new tag 2.3.2-1

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


Antonio Rojas pushed new tag 2.3.2-1 at Arch Linux / Packaging / Packages / vit

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




[Git][archlinux/packaging/packages/zlib-ng] Pushed new tag 2.1.6-1

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


Antonio Rojas pushed new tag 2.1.6-1 at Arch Linux / Packaging / Packages / 
zlib-ng

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




[Git][archlinux/packaging/packages/zlib-ng][main] upgpkg: 2.1.6-1: Update to 2.1.6

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
zlib-ng


Commits:
61dc718c by Antonio Rojas at 2024-05-04T21:05:23+02:00
upgpkg: 2.1.6-1: Update to 2.1.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for next generation 
systems
-   pkgver = 2.1.5
+   pkgver = 2.1.6
pkgrel = 1
url = https://github.com/zlib-ng/zlib-ng
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = zlib-ng
makedepends = cmake
makedepends = ninja
depends = glibc
-   source = 
https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.5/zlib-ng-2.1.5.tar.gz
-   sha256sums = 
3f6576971397b379d4205ae5451ff5a68edf6c103b2f03c4188ed7075fbb5f04
-   b2sums = 
7370ee38c05855e3a5e6976826690790adab7d68d877bf01f68969c99ad4a5fc8fd265a160e147b110969ff77ee97aab9c9d227a526d645a496eae76b2c27b04
+   source = 
https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.1.6/zlib-ng-2.1.6.tar.gz
+   sha256sums = 
a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2
+   b2sums = 
9ca16c19c2c799e68e099d44721b27dc33ad9e859a3d6572bebe3a75c618bffd78e19f0d4c0607802d1c8fa6a8f328d62f9993648a99c1d2e0e5fdcaf87a2667
 
 pkgname = zlib-ng


=
PKGBUILD
=
@@ -2,9 +2,8 @@
 # Contributor: Chocobo1 
 # Contributor: Jacek Szafarkiewicz 
 
-pkgbase=zlib-ng
-pkgname=(zlib-ng)
-pkgver=2.1.5
+pkgname=zlib-ng
+pkgver=2.1.6
 pkgrel=1
 pkgdesc='zlib replacement with optimizations for next generation systems'
 url='https://github.com/zlib-ng/zlib-ng'
@@ -17,9 +16,9 @@ makedepends=(
   cmake
   ninja
 )
-source=("${url}/archive/refs/tags/$pkgver/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('3f6576971397b379d4205ae5451ff5a68edf6c103b2f03c4188ed7075fbb5f04')
-b2sums=('7370ee38c05855e3a5e6976826690790adab7d68d877bf01f68969c99ad4a5fc8fd265a160e147b110969ff77ee97aab9c9d227a526d645a496eae76b2c27b04')
+source=("${url}/archive/refs/tags/$pkgver/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a5d504c0d52e2e2721e7e7d86988dec2e290d723ced2307145dedd06aeb6fef2')
+b2sums=('9ca16c19c2c799e68e099d44721b27dc33ad9e859a3d6572bebe3a75c618bffd78e19f0d4c0607802d1c8fa6a8f328d62f9993648a99c1d2e0e5fdcaf87a2667')
 
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/61dc718c0ad8f22cf9b5dc2338c2c7b290d77435

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




[Git][archlinux/packaging/packages/perl-net-ssleay][main] upgpkg: 1.94-1: Update to 1.94

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
perl-net-ssleay


Commits:
965e30ef by Antonio Rojas at 2024-05-04T21:03:29+02:00
upgpkg: 1.94-1: Update to 1.94

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = perl-net-ssleay
+   pkgdesc = Perl bindings for OpenSSL and LibreSSL
+   pkgver = 1.94
+   pkgrel = 1
+   url = https://search.cpan.org/dist/Net-SSLeay/
+   arch = x86_64
+   license = custom:BSD
+   makedepends = chrpath
+   depends = openssl
+   provides = net-ssleay
+   replaces = net-ssleay
+   options = !emptydirs
+   source = 
https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz
+   sha512sums = 
f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375
+   b2sums = 
97cef98bf3794ec992817e5ad91f8403ded95e29184512d9f23b5cbbd765912d2e7f8e835366b40aae9682dd13947cd79e2d9dcca2d10cd78e3c7869b1e197db
+
+pkgname = perl-net-ssleay


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.92
-pkgrel=3
+pkgver=1.94
+pkgrel=1
 pkgdesc='Perl bindings for OpenSSL and LibreSSL'
 url='https://search.cpan.org/dist/Net-SSLeay/'
 arch=('x86_64')
@@ -16,8 +16,8 @@ replaces=('net-ssleay')
 provides=('net-ssleay')
 options=('!emptydirs')
 
source=(https://cpan.metacpan.org/authors/id/C/CH/CHRISN/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('e9d9161ebeb7be90f4c7a0ea98f1034892ce6d33aa72872683177b19daa1f4c5819f85ea9a052a076ec8d7c21705f6c344aef64680bc881bf3218d38e8b7b173')
-b2sums=('04d97860817b013a9680e0ef29b0004ddb98da2db859761a45612c4d25b6edd16bf92645293d1108d83352bce18665721c6df05455426b32a95a42b464119a3d')
+sha512sums=('f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375')
+b2sums=('97cef98bf3794ec992817e5ad91f8403ded95e29184512d9f23b5cbbd765912d2e7f8e835366b40aae9682dd13947cd79e2d9dcca2d10cd78e3c7869b1e197db')
 
 build() {
   cd ${_cpanname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-net-ssleay/-/commit/965e30ef2a4020266c6391446738ce44de7a911c

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




[Git][archlinux/packaging/packages/perl-net-ssleay] Pushed new tag 1.94-1

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


Antonio Rojas pushed new tag 1.94-1 at Arch Linux / Packaging / Packages / 
perl-net-ssleay

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




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

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


Antonio Rojas pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
python-pypcode

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




[Git][archlinux/packaging/packages/python-pypcode][main] upgpkg: 2.1.0-1: Update to 2.1.0

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


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


Commits:
915136b4 by Antonio Rojas at 2024-05-04T21:01:47+02:00
upgpkg: 2.1.0-1: Update to 2.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pypcode
pkgdesc = Python bindings to Ghidra's SLEIGH library for disassembly 
and lifting to p-code IR
-   pkgver = 1.1.2
-   pkgrel = 2
+   pkgver = 2.1.0
+   pkgrel = 1
url = https://github.com/angr/pypcode
arch = x86_64
license = custom
@@ -13,8 +13,9 @@ pkgbase = python-pypcode
makedepends = python-setuptools
depends = python
depends = python-cffi
-   source = 
https://github.com/angr/pypcode/archive/v1.1.2/python-pypcode-1.1.2.tar.gz
-   sha512sums = 
e4f81de74fe96be3c1260ee025ffb72d53ffb9800a2c5a1ee61c810e92e13c0130cd988c6b60c26d4859154a90abbb611c63e922f1a2a661ea3649d5efd4ae4b
-   b2sums = 
9990dec2f605872204c199e51016e25d4aef6a1936656755a6db3977d534d3548b5e18cff4efe20360725ca5f16e546f4f37a7f874a2a8501f415f192cce8bc6
+   depends = nanobind
+   source = 
https://github.com/angr/pypcode/archive/v2.1.0/python-pypcode-2.1.0.tar.gz
+   sha512sums = 
1ef4f0808d652e37c594aa13c1cc9bab7c9695f43616130b9e0eeb06c1b23947fe43b7ee4f682bec8d847950b5b92e86ec6cc3d6cd6b7eee6f36f9f98ea082ef
+   b2sums = 
bb2833112b7ec9f4eacf1c822b3b41125473bb7a02574e0e3bad15618cfdaf6467c80204715e61569c77d8fb99c8e8fce5ddd4a69f63340e9f866a2c1c09140b
 
 pkgname = python-pypcode


=
PKGBUILD
=
@@ -3,18 +3,18 @@
 
 _pyname=pypcode
 pkgname=python-${_pyname}
-pkgver=1.1.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Python bindings to Ghidra's SLEIGH library for disassembly and 
lifting to p-code IR"
 url='https://github.com/angr/pypcode'
 license=('custom')
 arch=('x86_64')
-depends=('python' 'python-cffi')
+depends=('python' 'python-cffi' 'nanobind')
 makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 checkdepends=('python-pytest')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e4f81de74fe96be3c1260ee025ffb72d53ffb9800a2c5a1ee61c810e92e13c0130cd988c6b60c26d4859154a90abbb611c63e922f1a2a661ea3649d5efd4ae4b')
-b2sums=('9990dec2f605872204c199e51016e25d4aef6a1936656755a6db3977d534d3548b5e18cff4efe20360725ca5f16e546f4f37a7f874a2a8501f415f192cce8bc6')
+sha512sums=('1ef4f0808d652e37c594aa13c1cc9bab7c9695f43616130b9e0eeb06c1b23947fe43b7ee4f682bec8d847950b5b92e86ec6cc3d6cd6b7eee6f36f9f98ea082ef')
+b2sums=('bb2833112b7ec9f4eacf1c822b3b41125473bb7a02574e0e3bad15618cfdaf6467c80204715e61569c77d8fb99c8e8fce5ddd4a69f63340e9f866a2c1c09140b')
 
 build() {
   cd ${_pyname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypcode/-/commit/915136b4a69f23312835975889ff3a3a11b17bd0

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




[Git][archlinux/packaging/packages/nanobind] Pushed new tag 1.9.2-3

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


Antonio Rojas pushed new tag 1.9.2-3 at Arch Linux / Packaging / Packages / 
nanobind

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




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

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


Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / 
nanobind

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




[Git][archlinux/packaging/packages/cri-o] Pushed new tag 1.30.0-2

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


David Runge pushed new tag 1.30.0-2 at Arch Linux / Packaging / Packages / cri-o

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




[Git][archlinux/packaging/packages/cri-o][main] upgpkg: 1.30.0-2

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / cri-o


Commits:
ab8b3eff by David Runge at 2024-05-04T20:43:35+02:00
upgpkg: 1.30.0-2

Rebuild to disable LTO so that the package is reproducible.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cri-o
pkgdesc = Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface
pkgver = 1.30.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/cri-o/cri-o
install = cri-o.install
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = cri-o
optdepends = apparmor: for apparmor integration
optdepends = btrfs-progs: for btrfs support
provides = container-runtime
+   options = !lto
options = emptydirs
backup = etc/crio/crio.conf
source = 
cri-o-1.30.0.tar.gz::https://github.com/cri-o/cri-o/archive/v1.30.0.tar.gz


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # NOTE: when updating major or minor version, make sure to upgrade in tandem 
with the stability guarantees of kubernetes and cri-tools
 pkgname=cri-o
 pkgver=1.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
 arch=(x86_64)
 url="https://github.com/cri-o/cri-o;
@@ -40,8 +40,10 @@ provides=(container-runtime)
 backup=(
   etc/crio/crio.conf
 )
-# configuration override and hook directories should exist
-options=(emptydirs)
+options=(
+  !lto  # With LTO the resulting package is not reproducible (but we want full 
RELRO and PIE)
+  emptydirs  # configuration override and hook directories should exist
+)
 install=$pkgname.install
 source=(
   
$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cri-o/-/commit/ab8b3eff0d01e1a185929eb34eddd694b8c02616

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




[Git][archlinux/packaging/packages/nuklear][main] upgpkg: 4.12.0-1: Update to 4.12.0

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


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


Commits:
2e831c8c by Antonio Rojas at 2024-05-04T20:39:48+02:00
upgpkg: 4.12.0-1: Update to 4.12.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = nuklear
+   pkgdesc = Single-header ANSI C immediate mode cross-platform GUI library
+   pkgver = 4.12.0
+   pkgrel = 1
+   url = https://github.com/Immediate-Mode-UI/Nuklear
+   arch = any
+   license = MIT
+   source = 
https://github.com/Immediate-Mode-UI/Nuklear/archive/refs/tags/4.12.0/nuklear-4.12.0.tar.gz
+   sha512sums = 
571af205d3fca9c698942c96de14a02c8a2c5112b474028ede9dc215191f6d87520fbdc5c0fdb6c45d316df7e27f04d7b2c5ea063cfd57e9c1b62e49aa23140e
+   b2sums = 
2892ec4e7eeaea521b5c75211b7b089e659679578639b69ed85a7e6796e2ea1ba40fd8b05019e210a9a57cdb2aadbc77b4300768d73c850ac51dc13f813b8dea
+
+pkgname = nuklear


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: Andy Mender 
 
 pkgname=nuklear
-pkgver=4.10.6
+pkgver=4.12.0
 pkgrel=1
 pkgdesc='Single-header ANSI C immediate mode cross-platform GUI library'
 url='https://github.com/Immediate-Mode-UI/Nuklear'
 arch=('any')
 license=('MIT')
 source=(${url}/archive/refs/tags/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a6d983b16689dad38f2de479892e6bb15c196e57ab89e47773d5cbb1d39d7e3f59c5ede019b70883fd25f62a1933f302ee62754d620adfc334df159126195898')
-b2sums=('67d7b83bc509c42a8cde541ef3082bd047529c9b6451db9b1d75ff3b6e57eec05dacc3f66d2a745161d99497b7b3e76ddbdc5e4a5e7b4aa3fef338dfcb4bc94f')
+sha512sums=('571af205d3fca9c698942c96de14a02c8a2c5112b474028ede9dc215191f6d87520fbdc5c0fdb6c45d316df7e27f04d7b2c5ea063cfd57e9c1b62e49aa23140e')
+b2sums=('2892ec4e7eeaea521b5c75211b7b089e659679578639b69ed85a7e6796e2ea1ba40fd8b05019e210a9a57cdb2aadbc77b4300768d73c850ac51dc13f813b8dea')
 
 package() {
   cd Nuklear-${pkgver}



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

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




[Git][archlinux/packaging/packages/nuklear] Pushed new tag 4.12.0-1

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


Antonio Rojas pushed new tag 4.12.0-1 at Arch Linux / Packaging / Packages / 
nuklear

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




[Git][archlinux/packaging/packages/proxytunnel][main] upgpkg: 1.12.2-1: Update to 1.12.2

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


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


Commits:
b5cc19d4 by Antonio Rojas at 2024-05-04T20:29:42+02:00
upgpkg: 1.12.2-1: Update to 1.12.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = proxytunnel
pkgdesc = Creates tunnels through HTTP(S) proxies for any TCP based 
protocol
-   pkgver = 1.12.0
+   pkgver = 1.12.2
pkgrel = 1
url = https://github.com/proxytunnel/proxytunnel
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = proxytunnel
makedepends = xmlto
depends = glibc
depends = openssl
-   source = 
https://github.com/proxytunnel/proxytunnel/archive/v1.12.0/proxytunnel-1.12.0.tar.gz
-   b2sums = 
3d5090a7f8f38fc928d68222e703913fcaade652c4d3cbf28b68682923c3558a7b3e17f00893a60b0cea4e27af185b50cf1ab52064e5125922c50716d5d9c0b7
+   source = 
https://github.com/proxytunnel/proxytunnel/archive/v1.12.2/proxytunnel-1.12.2.tar.gz
+   b2sums = 
ffa518278660c816b27ae6c497d744d6588ba9be29fab2ce254bcbc4695fc8e5339e836da541c6aed7a73c2d1e5207f529ca9b818ddbf02b699856d43bb85a57
 
 pkgname = proxytunnel


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler (STiAT) 
 
 pkgname=proxytunnel
-pkgver=1.12.0
+pkgver=1.12.2
 pkgrel=1
 pkgdesc="Creates tunnels through HTTP(S) proxies for any TCP based protocol"
 arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
 depends=('glibc' 'openssl')
 makedepends=('asciidoc' 'xmlto')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('3d5090a7f8f38fc928d68222e703913fcaade652c4d3cbf28b68682923c3558a7b3e17f00893a60b0cea4e27af185b50cf1ab52064e5125922c50716d5d9c0b7')
+b2sums=('ffa518278660c816b27ae6c497d744d6588ba9be29fab2ce254bcbc4695fc8e5339e836da541c6aed7a73c2d1e5207f529ca9b818ddbf02b699856d43bb85a57')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proxytunnel/-/commit/b5cc19d409b0fe77c54646b9903e1fabf113d942

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




[Git][archlinux/packaging/packages/proxytunnel] Pushed new tag 1.12.2-1

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


Antonio Rojas pushed new tag 1.12.2-1 at Arch Linux / Packaging / Packages / 
proxytunnel

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




[Git][archlinux/packaging/packages/nasm][main] upgpkg: 2.16.03-1: Update to 2.16.03

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


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


Commits:
408674c2 by Antonio Rojas at 2024-05-04T20:24:51+02:00
upgpkg: 2.16.03-1: Update to 2.16.03

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nasm
pkgdesc = 80x86 assembler designed for portability and modularity
-   pkgver = 2.16.02
+   pkgver = 2.16.03
pkgrel = 1
url = https://www.nasm.us
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = nasm
makedepends = asciidoc
makedepends = diffutils
depends = glibc
-   source = 
https://www.nasm.us/pub/nasm/releasebuilds/2.16.02/nasm-2.16.02.tar.xz
-   sha512sums = 
9ccafb4cd9064fb21f6551309d35ba7461de8da138b1239d76c2ea0c070a1a767f1019d5d705088375d625cfb73eebbfd9dfa3588107793b95354d89dcfd22c3
-   b2sums = 
daa3585e9aef3c388e3b577a52453b31aaa7f13942e621c21bbe6ec744ff30bf2692e853dda193b30006989cb10e40dcc1cf0107176e31fd5ee096baad28c7a1
+   source = 
https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.xz
+   sha512sums = 
0c706e41a9c33e1ac3bad5056e8bf8cbcd51785b551a6e34ce7d0d723df8eaab8603a033e89b3dcda1004b558f9e9ef3196691500f10d8201bf47a323a516f84
+   b2sums = 
742cbf330341fde9f778d8ca13e8c06199f48796d47028ac973d39e3d9e434450cdfebe89f6ab248d372bdaeb0c88a25eb7153a39b66fc05e770523d4c9e11e9
 
 pkgname = nasm


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=nasm
-pkgver=2.16.02
+pkgver=2.16.03
 pkgrel=1
 pkgdesc='80x86 assembler designed for portability and modularity'
 url='https://www.nasm.us'
@@ -12,8 +12,8 @@ depends=('glibc')
 makedepends=('perl-font-ttf' 'perl-sort-versions' 'fontconfig' 
'adobe-source-sans-pro-fonts'
  'ttf-liberation' 'ghostscript' 'xmlto' 'asciidoc' 'diffutils')
 
source=(https://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('9ccafb4cd9064fb21f6551309d35ba7461de8da138b1239d76c2ea0c070a1a767f1019d5d705088375d625cfb73eebbfd9dfa3588107793b95354d89dcfd22c3')
-b2sums=('daa3585e9aef3c388e3b577a52453b31aaa7f13942e621c21bbe6ec744ff30bf2692e853dda193b30006989cb10e40dcc1cf0107176e31fd5ee096baad28c7a1')
+sha512sums=('0c706e41a9c33e1ac3bad5056e8bf8cbcd51785b551a6e34ce7d0d723df8eaab8603a033e89b3dcda1004b558f9e9ef3196691500f10d8201bf47a323a516f84')
+b2sums=('742cbf330341fde9f778d8ca13e8c06199f48796d47028ac973d39e3d9e434450cdfebe89f6ab248d372bdaeb0c88a25eb7153a39b66fc05e770523d4c9e11e9')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nasm/-/commit/408674c25d6cd0fa899a60ba529e23dcb519b901

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




[Git][archlinux/packaging/packages/nasm] Pushed new tag 2.16.03-1

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


Antonio Rojas pushed new tag 2.16.03-1 at Arch Linux / Packaging / Packages / 
nasm

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




[Git][archlinux/packaging/packages/kubernetes][main] upgpkg: 1.30.0-1

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


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


Commits:
b0f65970 by David Runge at 2024-05-04T20:24:28+02:00
upgpkg: 1.30.0-1

Disable LTO as otherwise the packages are not reproducible.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kubernetes
pkgdesc = Production-Grade Container Scheduling and Management
-   pkgver = 1.29.4
+   pkgver = 1.30.0
pkgrel = 1
url = https://kubernetes.io/
arch = x86_64
@@ -14,7 +14,8 @@ pkgbase = kubernetes
makedepends = iptables-nft
makedepends = socat
makedepends = rsync
-   source = 
https://github.com/kubernetes/kubernetes/archive/v1.29.4/kubernetes-1.29.4.tar.gz
+   options = !lto
+   source = 
https://github.com/kubernetes/kubernetes/archive/v1.30.0/kubernetes-1.30.0.tar.gz
source = kubernetes-1.24.0-static_cgo_enabled.patch
source = 10-kubeadm-kubelet.conf
source = 50-kubelet-sysctl.conf
@@ -31,7 +32,7 @@ pkgbase = kubernetes
source = kube-proxy.service
source = kube-scheduler.env
source = kube-scheduler.service
-   sha512sums = 
ce1075a82cfae9b8d0a54a5fa5193f678abb153d78aa57ad4769bba0e659867799cdf6a10d79e8db9a361ba0a3dc3a9ecd83844754fa517da1f0d72ffdcdb529
+   sha512sums = 
f0b0dba3281f16c6528a58ce4ae4262164b621e402df52f8c9069b8f8a03a8856ae2851533298761344518ecdccd35478f346f3a18564641c3d5b104b29046fb
sha512sums = 
e98921d111fabf2c353df589dea0fab57b0b174079483b4092741cc50553a3b765cea4c784e42ad9ab90827581cac028af4fc7a2db5acde1877446882393ae78
sha512sums = 
5f7132636b6afe9f00dc450c58073c0829942fa44070e7ec5a2c227c485c83f076bdea081d207f926b44d02700be65bf19a61f5d8d1472edd480f980e6ffbc3a
sha512sums = 
ed5ba22b37eaa9f4950ff3b57d60dd7866fcd5b8bd5197eab3170470528e8d91379483d3eb724589e695184f9b0ed506ebaee73ecca0dc40afdb5f35e79d178a
@@ -48,7 +49,7 @@ pkgbase = kubernetes
sha512sums = 
dd4efa137462905f9e29a99d69b747ae35e58ba8152794bfa417325953dd5059bad96fabfabf73ce1ee2310dc4ab4d1b95c8d931d33b81c67addcb614a51be54
sha512sums = 
ba277f765959ddb8aa0dee5a86cd9df1f40fb3f6ea1001f24825dbf21bd9342981d13894301170431729f76e710f70c23481e4061c64be29517ff497490f1ef3
sha512sums = 
2c25c0e11a7b2d6d61e03f9afe7ba21f9497495ab02e85f2623ce8c71019fb8a1af16197ab3968d5da050c2188c3e67372aa43322ac91af84f7da61bf73596bc
-   b2sums = 
365daf814a555bfc1721f4a258a956b9f0c91bc2ee57fe7c0c72f03a21229af1209919651dc667f643433ef438362b288d88ffd7f38c70779e7b3bee1505e538
+   b2sums = 
7dd4089a656637edd124a0ed5a10d96b9689adf246dff2bee7a3b82c2e5915ef6101d92eef4e7532e33b5d2a8c14ae12ed46e2e4265bd584a12f6bf58ff76929
b2sums = 
94a21e3923396b5a97a1e713419bab1f897ce8a4eedbbc2c0ed82fd1fd909bb69183c349322d2a774afd26c4beeb9972a57c6d4f67ef527c7e0ca7ea20651d43
b2sums = 
dbab30d7e1b566027fec9d6a95dd41ed8f64399c39aac07fb4513ce21050eeeb4a226adfd513f76921c305945dfa4a140602ede574dd5eb4cd287e0f2df21714
b2sums = 
27a8dcbbe06fa7aea122fc87ca663710ae2179c995270d94e22c905422e2639f3c9c81eef6723467c76366062381d8bd65e84ef79f47fed7c240973a55f5cb0e


=
PKGBUILD
=
@@ -13,7 +13,7 @@ pkgname=(
   kubelet
   kubernetes-control-plane-common
 )
-pkgver=1.29.4
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="Production-Grade Container Scheduling and Management"
 arch=(x86_64)
@@ -30,6 +30,8 @@ makedepends=(
   socat
   rsync
 )
+# With LTO the resulting packages are not reproducible, but we want full RELRO 
and PIE
+options=(!lto)
 source=(
   https://github.com/$pkgbase/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz
   $pkgbase-1.24.0-static_cgo_enabled.patch
@@ -49,7 +51,7 @@ source=(
   kube-scheduler.env
   kube-scheduler.service
 )
-sha512sums=('ce1075a82cfae9b8d0a54a5fa5193f678abb153d78aa57ad4769bba0e659867799cdf6a10d79e8db9a361ba0a3dc3a9ecd83844754fa517da1f0d72ffdcdb529'
+sha512sums=('f0b0dba3281f16c6528a58ce4ae4262164b621e402df52f8c9069b8f8a03a8856ae2851533298761344518ecdccd35478f346f3a18564641c3d5b104b29046fb'
 
'e98921d111fabf2c353df589dea0fab57b0b174079483b4092741cc50553a3b765cea4c784e42ad9ab90827581cac028af4fc7a2db5acde1877446882393ae78'
 
'5f7132636b6afe9f00dc450c58073c0829942fa44070e7ec5a2c227c485c83f076bdea081d207f926b44d02700be65bf19a61f5d8d1472edd480f980e6ffbc3a'
 
'ed5ba22b37eaa9f4950ff3b57d60dd7866fcd5b8bd5197eab3170470528e8d91379483d3eb724589e695184f9b0ed506ebaee73ecca0dc40afdb5f35e79d178a'
@@ -66,7 +68,7 @@ 
sha512sums=('ce1075a82cfae9b8d0a54a5fa5193f678abb153d78aa57ad4769bba0e659867799c
 
'dd4efa137462905f9e29a99d69b747ae35e58ba8152794bfa417325953dd5059bad96fabfabf73ce1ee2310dc4ab4d1b95c8d931d33b81c67addcb614a51be54'
 

[Git][archlinux/packaging/packages/kubernetes] Pushed new tag 1.30.0-1

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


David Runge pushed new tag 1.30.0-1 at Arch Linux / Packaging / Packages / 
kubernetes

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




[Git][archlinux/packaging/packages/visualvm] Pushed new tag 2.1.8-1

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


Antonio Rojas pushed new tag 2.1.8-1 at Arch Linux / Packaging / Packages / 
visualvm

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




[Git][archlinux/packaging/packages/visualvm][main] upgpkg: 2.1.8-1: Update to 2.1.8

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


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


Commits:
878a811e by Antonio Rojas at 2024-05-04T20:02:02+02:00
upgpkg: 2.1.8-1: Update to 2.1.8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = visualvm
pkgdesc = Visual tool integrating several commandline JDK tools and 
lightweight profiling capabilities
-   pkgver = 2.1.7
+   pkgver = 2.1.8
pkgrel = 1
url = https://visualvm.github.io/
arch = x86_64
license = custom:GPL
depends = java-environment
-   source = 
https://github.com/visualvm/visualvm.src/releases/download/2.1.7/visualvm_217.zip
+   source = 
https://github.com/visualvm/visualvm.src/releases/download/2.1.8/visualvm_218.zip
source = visualvm.desktop
source = icon.png
-   sha256sums = 
9af1e0e3f33fb35ae69b89a2f87e9af26dc5a91a45dc50068ef2ab9790867f33
+   sha256sums = 
78014666c53242856100fe0ccb1d0c9b72b8df099789d1a623959273c8868723
sha256sums = 
e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441
sha256sums = 
452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864
-   b2sums = 
7046fc3b21b4f5fe65910f2fdacfab496a90f8f9c1ffe3f8af53ba8d02401c3a86843bf56bd369839374eae514ecbdd9503fa63c45e1a6b7771e276e734a52bf
+   b2sums = 
d6418ea9e5f86e15384139f58f207f601a39c4b358d33f3f01d9c649340f4000d9211252cedfa8fe5817838ad820cb7fdcf296d5483beda5746a50103dfd3da3
b2sums = 
ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18
b2sums = 
5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Andrius Semionovas 
 
 pkgname=visualvm
-pkgver=2.1.7
+pkgver=2.1.8
 _shortver=${pkgver//\./}
 pkgrel=1
 pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
@@ -15,10 +15,10 @@ depends=('java-environment')
 
source=(https://github.com/visualvm/visualvm.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip
 visualvm.desktop
 icon.png)
-sha256sums=('9af1e0e3f33fb35ae69b89a2f87e9af26dc5a91a45dc50068ef2ab9790867f33'
+sha256sums=('78014666c53242856100fe0ccb1d0c9b72b8df099789d1a623959273c8868723'
 'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
 '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
-b2sums=('7046fc3b21b4f5fe65910f2fdacfab496a90f8f9c1ffe3f8af53ba8d02401c3a86843bf56bd369839374eae514ecbdd9503fa63c45e1a6b7771e276e734a52bf'
+b2sums=('d6418ea9e5f86e15384139f58f207f601a39c4b358d33f3f01d9c649340f4000d9211252cedfa8fe5817838ad820cb7fdcf296d5483beda5746a50103dfd3da3'
 
'ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18'
 
'5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/visualvm/-/commit/878a811e26130b521e32e5ed2e65053605c45b77

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




[Git][archlinux/packaging/packages/vlc] Pushed new tag 3.0.20-9

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


Antonio Rojas pushed new tag 3.0.20-9 at Arch Linux / Packaging / Packages / vlc

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




[Git][archlinux/packaging/packages/vlc][main] upgpkg: 3.0.20-9: live-media 2024.04.19 rebuild

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


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


Commits:
6a69504c by Antonio Rojas at 2024-05-04T19:58:21+02:00
upgpkg: 3.0.20-9: live-media 2024.04.19 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vlc
pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
pkgver = 3.0.20
-   pkgrel = 8
+   pkgrel = 9
url = https://www.videolan.org/vlc/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _vlcver=3.0.20
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=8
+pkgrel=9
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/live-media][main] upgpkg: 2024.04.19-1: Update to 2024.04.19

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
live-media


Commits:
76f80850 by Antonio Rojas at 2024-05-04T19:52:47+02:00
upgpkg: 2024.04.19-1: Update to 2024.04.19

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = live-media
+   pkgdesc = Set of C++ libraries for multimedia streaming
+   pkgver = 2024.04.19
+   pkgrel = 1
+   url = http://live555.com/liveMedia
+   arch = x86_64
+   license = LGPL
+   depends = gcc-libs
+   depends = openssl
+   source = http://live555.com/liveMedia/public/live.2024.04.19.tar.gz
+   sha256sums = 
e6c2ebfec6772c1f37084271e4e5236abc7f0e1fc4489f9869763440200ddcc2
+   sha512sums = 
62aeacea8f987731237c5924097a2aa4f650629f44d190637b2c960425f295b1360fa27ecdfe96636e7f29a23385ed872f54b66b402c38e3e76f6564f3cdc38f
+
+pkgname = live-media


=
PKGBUILD
=
@@ -3,16 +3,16 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2023.01.19
+pkgver=2024.04.19
 pkgrel=1
 pkgdesc='Set of C++ libraries for multimedia streaming'
 url='http://live555.com/liveMedia'
 arch=('x86_64')
 license=('LGPL')
 depends=('gcc-libs' 'openssl')
-source=(https://download.videolan.org/contrib/live555/live.${pkgver}.tar.gz)
-sha256sums=('a7c64913f7f7007c5fdc29ea811e3ca781f262271b3e42afdd4bc1041d86fa99')
-sha512sums=('155c38097d37864978d6b68bf0a7268a9cc88160ebbe679ca5654bd925c5400ef5f74aa6307f53c9584a4611d914d0c8edd275b66b7ca9a66be6591a5b5a8f4f')
+source=(http://live555.com/liveMedia/public/live.$pkgver.tar.gz)
+sha256sums=('e6c2ebfec6772c1f37084271e4e5236abc7f0e1fc4489f9869763440200ddcc2')
+sha512sums=('62aeacea8f987731237c5924097a2aa4f650629f44d190637b2c960425f295b1360fa27ecdfe96636e7f29a23385ed872f54b66b402c38e3e76f6564f3cdc38f')
 
 prepare() {
   cd live
@@ -23,6 +23,7 @@ build() {
   cd live
   sed -E 's|(-DSOCKLEN_T=socklen_t)|\1 -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1|g' -i config.linux-with-shared-libraries
   ./genMakefiles linux-with-shared-libraries
+  CXXFLAGS+=' -std=c++20' \
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/live-media/-/commit/76f80850b63ad990c0ef37c57eaca310caab011b

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




[Git][archlinux/packaging/packages/live-media] Pushed new tag 2024.04.19-1

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


Antonio Rojas pushed new tag 2024.04.19-1 at Arch Linux / Packaging / Packages 
/ live-media

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




[Git][archlinux/packaging/packages/python-orjson] Pushed new tag 3.10.3-1

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


David Runge pushed new tag 3.10.3-1 at Arch Linux / Packaging / Packages / 
python-orjson

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




[Git][archlinux/packaging/packages/python-orjson][main] upgpkg: 3.10.3-1

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


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


Commits:
52431f44 by David Runge at 2024-05-04T19:50:43+02:00
upgpkg: 3.10.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-orjson
pkgdesc = Fast, correct Python JSON library supporting dataclasses and 
datetimes
-   pkgver = 3.10.2
+   pkgver = 3.10.3
pkgrel = 1
url = https://github.com/ijl/orjson
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = python-orjson
depends = gcc-libs
depends = glibc
depends = python
-   source = 
https://github.com/ijl/orjson/archive/3.10.2/orjson-3.10.2.tar.gz
-   sha512sums = 
de3f16174b49a249fdbab213b3fb3b6768583fc4be1e172ec05eacadb444beebdeaee0b9b776c148d103373724e0871e776afae40dad3f5f1daae3d919d9b75c
-   b2sums = 
e3af976563ac00e1a766604d35bc493c76fceb92f250c490c7c3947199662ed005aeba4459af81da25e8db06c0eee5bcde330dcb6f41993fe46f2c32cf216d1a
+   source = 
https://github.com/ijl/orjson/archive/3.10.3/orjson-3.10.3.tar.gz
+   sha512sums = 
d6ae291b37ec2e0410d770be40f201f2a03c582130eea5a11fb159fa8db459551ccb74220644b391072bf070d8b7f076dfb9c0f6f8ccec1e3f578bb0653b47fc
+   b2sums = 
5eb76d69949c98a1919a6534404544a42ef152add394f2b8469d769f1658454b4173d0c6eecd843cfb642bfc33be6d69e72b91ce12a20d70406ce21d2d37c8b3
 
 pkgname = python-orjson


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and 
datetimes"
 arch=(x86_64)
@@ -30,8 +30,8 @@ checkdepends=(
   python-xxhash
 )
 source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('de3f16174b49a249fdbab213b3fb3b6768583fc4be1e172ec05eacadb444beebdeaee0b9b776c148d103373724e0871e776afae40dad3f5f1daae3d919d9b75c')
-b2sums=('e3af976563ac00e1a766604d35bc493c76fceb92f250c490c7c3947199662ed005aeba4459af81da25e8db06c0eee5bcde330dcb6f41993fe46f2c32cf216d1a')
+sha512sums=('d6ae291b37ec2e0410d770be40f201f2a03c582130eea5a11fb159fa8db459551ccb74220644b391072bf070d8b7f076dfb9c0f6f8ccec1e3f578bb0653b47fc')
+b2sums=('5eb76d69949c98a1919a6534404544a42ef152add394f2b8469d769f1658454b4173d0c6eecd843cfb642bfc33be6d69e72b91ce12a20d70406ce21d2d37c8b3')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/commit/52431f44710021fe969331930b343f859e0bee39

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




[Git][archlinux/packaging/packages/cri-tools] Pushed new tag 1.30.0-1

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


David Runge pushed new tag 1.30.0-1 at Arch Linux / Packaging / Packages / 
cri-tools

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




[Git][archlinux/packaging/packages/cri-tools][main] 4 commits: Use git sources in nvchecker config so no token is needed

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cri-tools


Commits:
e655909b by David Runge at 2024-05-04T18:42:38+02:00
Use git sources in nvchecker config so no token is needed

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

- - - - -
733f77f8 by David Runge at 2024-05-04T18:43:29+02:00
Switch to correct SPDX license identifier

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

- - - - -
08831fd9 by David Runge at 2024-05-04T18:46:47+02:00
Simplify source by reusing url variable

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

- - - - -
13891ea6 by David Runge at 2024-05-04T19:47:17+02:00
upgpkg: 1.30.0-1

Disable LTO to make packages reproducible

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = cri-tools
pkgdesc = CLI and validation tools for Kubelet Container Runtime 
Interface (CRI)
-   pkgver = 1.29.0
+   pkgver = 1.30.0
pkgrel = 1
url = https://github.com/kubernetes-sigs/cri-tools
arch = x86_64
groups = kubernetes-tools
-   license = Apache
+   license = Apache-2.0
makedepends = go
depends = glibc
-   source = 
https://github.com/kubernetes-sigs/cri-tools/archive/v1.29.0/cri-tools-v1.29.0.tar.gz
-   sha512sums = 
8e18e21017ea3140baaae7fedc85811738f1793962d5a9494117d5d0dd7f3f01468ca4768066be0bd80760b494c0c69d426603cc0326b9f95070db2547b6b8c2
-   b2sums = 
f27cbae0b503953232484a673ca0e8f170001c92431f0e0ffbd2512659ae5fb6d95c05252a73a90e7fc9b7b3a926fbcdf5a5d87bd5c73d1593dac89db523bbde
+   options = !lto
+   source = 
https://github.com/kubernetes-sigs/cri-tools/archive/v1.30.0/cri-tools-v1.30.0.tar.gz
+   sha512sums = 
8fa580e804a3ab888a2da76a9233c8a7c872d65fd0e34efbdf2db45ae06c924ff35b6563ea76e40cae4a7a0b41480ce246eacc3d6e2b7d2aaec30eadb1edb08f
+   b2sums = 
89755048865a2f554749c3a983fea6f786d29d29b043eccb17274920ede6e1425f5375a9b2bd0010db1d2249a4e2c26eba9d73486ed40784922f7b72f9932ac7
 
 pkgname = crictl
pkgdesc = A CLI for CRI-compatible container runtimes


=
.nvchecker.toml
=
@@ -1,5 +1,4 @@
 [cri-tools]
-source = "github"
-github = "kubernetes-sigs/cri-tools"
+source = "git"
+git = "https://github.com/kubernetes-sigs/cri-tools;
 prefix = "v"
-use_max_tag = true


=
PKGBUILD
=
@@ -6,18 +6,20 @@ pkgname=(
   crictl
   critest
 )
-pkgver=1.29.0
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="CLI and validation tools for Kubelet Container Runtime Interface 
(CRI)"
 arch=(x86_64)
 url="https://github.com/kubernetes-sigs/cri-tools;
-license=(Apache)
+license=(Apache-2.0)
 groups=(kubernetes-tools)
 depends=(glibc)
 makedepends=(go)
-source=(https://github.com/kubernetes-sigs/cri-tools/archive/v$pkgver/$pkgbase-v$pkgver.tar.gz)
-sha512sums=('8e18e21017ea3140baaae7fedc85811738f1793962d5a9494117d5d0dd7f3f01468ca4768066be0bd80760b494c0c69d426603cc0326b9f95070db2547b6b8c2')
-b2sums=('f27cbae0b503953232484a673ca0e8f170001c92431f0e0ffbd2512659ae5fb6d95c05252a73a90e7fc9b7b3a926fbcdf5a5d87bd5c73d1593dac89db523bbde')
+# with LTO the packages are not reproducible (we want full RELRO and PIE)
+options=(!lto)
+source=($url/archive/v$pkgver/$pkgbase-v$pkgver.tar.gz)
+sha512sums=('8fa580e804a3ab888a2da76a9233c8a7c872d65fd0e34efbdf2db45ae06c924ff35b6563ea76e40cae4a7a0b41480ce246eacc3d6e2b7d2aaec30eadb1edb08f')
+b2sums=('89755048865a2f554749c3a983fea6f786d29d29b043eccb17274920ede6e1425f5375a9b2bd0010db1d2249a4e2c26eba9d73486ed40784922f7b72f9932ac7')
 
 build() {
   local common_ldflags=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cri-tools/-/compare/603e6de74b8f0cf07a63289fde81b8eea3c5af93...13891ea6e01ee47c5ee58b2297c1c7ca6ab2a5c1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cri-tools/-/compare/603e6de74b8f0cf07a63289fde81b8eea3c5af93...13891ea6e01ee47c5ee58b2297c1c7ca6ab2a5c1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ailment][main] upgpkg: 9.2.101-1: Update to 9.2.101

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


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


Commits:
12288148 by Antonio Rojas at 2024-05-04T19:33:33+02:00
upgpkg: 9.2.101-1: Update to 9.2.101

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ailment
pkgdesc = The angr intermediate language
-   pkgver = 9.2.66
-   pkgrel = 2
+   pkgver = 9.2.101
+   pkgrel = 1
url = https://github.com/angr/ailment
arch = any
license = custom:BSD2
@@ -15,8 +15,8 @@ pkgbase = python-ailment
depends = python-claripy
depends = python-pyvex
depends = python-pypcode
-   source = 
https://github.com/angr/ailment/archive/v9.2.66/python-ailment-9.2.66.tar.gz
-   sha512sums = 
580241fc05a3c47241531cea2372f503e1ff3e42b431a1373c38225b276f47d3b986305e8adb0fe7a560c866aa3b85d9f5c712e5b2a3b4bce4d0b81b9f3b2437
-   b2sums = 
77114288b037bfc137e756edd9d369820eb293eb8a9b447cadcd89a34df1e2d1aa915028375f29eba9abcdb1515b343655eb5c389b6b6f0c375b43e4bbae2160
+   source = 
https://github.com/angr/ailment/archive/v9.2.101/python-ailment-9.2.101.tar.gz
+   sha512sums = 
1ce7045cc918bb7a6e0cab33204533249b5b4c784c8ad3f841ef3981ef1511a8aa3daa1b55a4746c3a9fe668ba2bf53ed4b4296ca51b2f54ba8f14bddd64edcf
+   b2sums = 
78bcad8099a9fcc83cf9b584bdfba906c68304572bdc6fb79403e3ac3a4d3587a536d089e5d7a16146fa63f43f056517b5b85b5f38799069de76233041d66b9b
 
 pkgname = python-ailment


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pyname=ailment
 pkgname=python-${_pyname}
-pkgver=9.2.66
-pkgrel=2
+pkgver=9.2.101
+pkgrel=1
 pkgdesc='The angr intermediate language'
 url='https://github.com/angr/ailment'
 license=('custom:BSD2')
@@ -12,8 +12,8 @@ depends=('python' 'python-claripy' 'python-pyvex' 
'python-pypcode')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 checkdepends=('python-pytest' 'python-archinfo')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('580241fc05a3c47241531cea2372f503e1ff3e42b431a1373c38225b276f47d3b986305e8adb0fe7a560c866aa3b85d9f5c712e5b2a3b4bce4d0b81b9f3b2437')
-b2sums=('77114288b037bfc137e756edd9d369820eb293eb8a9b447cadcd89a34df1e2d1aa915028375f29eba9abcdb1515b343655eb5c389b6b6f0c375b43e4bbae2160')
+sha512sums=('1ce7045cc918bb7a6e0cab33204533249b5b4c784c8ad3f841ef3981ef1511a8aa3daa1b55a4746c3a9fe668ba2bf53ed4b4296ca51b2f54ba8f14bddd64edcf')
+b2sums=('78bcad8099a9fcc83cf9b584bdfba906c68304572bdc6fb79403e3ac3a4d3587a536d089e5d7a16146fa63f43f056517b5b85b5f38799069de76233041d66b9b')
 
 build() {
   cd ${_pyname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ailment/-/commit/1228814864a319b51b5d86301b46b664431be3ec

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




[Git][archlinux/packaging/packages/python-ailment] Pushed new tag 9.2.101-1

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


Antonio Rojas pushed new tag 9.2.101-1 at Arch Linux / Packaging / Packages / 
python-ailment

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




[Git][archlinux/packaging/packages/python-archinfo][main] upgpkg: 9.2.101-1: Update to 9.2.101

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


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


Commits:
51317953 by Antonio Rojas at 2024-05-04T19:30:21+02:00
upgpkg: 9.2.101-1: Update to 9.2.101

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-archinfo
pkgdesc = Classes with architecture-specific information useful to 
other projects
-   pkgver = 9.2.81
-   pkgrel = 2
+   pkgver = 9.2.101
+   pkgrel = 1
url = https://github.com/angr/archinfo
arch = any
license = custom:BSD2
@@ -14,8 +14,8 @@ pkgbase = python-archinfo
optdepends = python-unicorn
optdepends = python-keystone
optdepends = python-pyvex
-   source = 
https://github.com/angr/archinfo/archive/v9.2.81/python-archinfo-9.2.81.tar.gz
-   sha512sums = 
bae6bfa6cc13d0c536a8a3b6d8dc66dff97932aebd4155e940ee0009d629fae771e2755b4323805ea7fdbc200b4177d25d7ac01ffbb4dbe49f37615215f730e2
-   b2sums = 
c60e6dcd7f1d30606c0e9b55c5f56c8e06e8cf391389d46c828f8a4252654834b7592c4e4fbda68795a84f9ad8a51e0a5ad36fd71c7d1d7266d045583fba542e
+   source = 
https://github.com/angr/archinfo/archive/v9.2.101/python-archinfo-9.2.101.tar.gz
+   sha512sums = 
a4eb89bfc305f166ce26887a38b20a98b59cf68a2560c521cf3ab7a36f88259ce4c24bc7f4a1ffbf7821c0284b6bc641fb1d6d37d3654fde83025740ca2b3514
+   b2sums = 
5d92dd1bbec9a445ef545505c5d4d9de59c0dee4903137eda088052c75c26643fa7f9f88688d2c239d9d2ba9052173cac1133884f035792683ba661a4ea90a92
 
 pkgname = python-archinfo


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pyname=archinfo
 pkgname=python-${_pyname}
-pkgver=9.2.81
-pkgrel=2
+pkgver=9.2.101
+pkgrel=1
 pkgdesc='Classes with architecture-specific information useful to other 
projects'
 url='https://github.com/angr/archinfo'
 arch=('any')
@@ -17,8 +17,8 @@ optdepends=(
   'python-pyvex'
 )
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bae6bfa6cc13d0c536a8a3b6d8dc66dff97932aebd4155e940ee0009d629fae771e2755b4323805ea7fdbc200b4177d25d7ac01ffbb4dbe49f37615215f730e2')
-b2sums=('c60e6dcd7f1d30606c0e9b55c5f56c8e06e8cf391389d46c828f8a4252654834b7592c4e4fbda68795a84f9ad8a51e0a5ad36fd71c7d1d7266d045583fba542e')
+sha512sums=('a4eb89bfc305f166ce26887a38b20a98b59cf68a2560c521cf3ab7a36f88259ce4c24bc7f4a1ffbf7821c0284b6bc641fb1d6d37d3654fde83025740ca2b3514')
+b2sums=('5d92dd1bbec9a445ef545505c5d4d9de59c0dee4903137eda088052c75c26643fa7f9f88688d2c239d9d2ba9052173cac1133884f035792683ba661a4ea90a92')
 
 build() {
   cd "${_pyname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-archinfo/-/commit/5131795345830d403c690838e5789b2e2ebc1a7f

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




[Git][archlinux/packaging/packages/python-archinfo] Pushed new tag 9.2.101-1

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


Antonio Rojas pushed new tag 9.2.101-1 at Arch Linux / Packaging / Packages / 
python-archinfo

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




[Git][archlinux/packaging/packages/python-cle][main] upgpkg: 9.2.101-1: Update to 9.2.101

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


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


Commits:
e1871a1f by Antonio Rojas at 2024-05-04T19:29:27+02:00
upgpkg: 9.2.101-1: Update to 9.2.101

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-cle
pkgdesc = Loads binaries and their libraries, resolves imports and 
provides an abstraction of process memory
-   pkgver = 9.2.69
-   pkgrel = 2
+   pkgver = 9.2.101
+   pkgrel = 1
url = https://github.com/angr/cle
arch = any
license = custom:BSD
@@ -26,11 +26,11 @@ pkgbase = python-cle
optdepends = python-pyxbe: xbe
optdepends = python-arpy: ar
optdepends = python-pyaxmlparser: apk
-   source = 
https://github.com/angr/cle/archive/v9.2.69/python-cle-9.2.69.tar.gz
-   source = 
https://github.com/angr/binaries/archive/v9.2.69/angr-binaries-9.2.69.tar.gz
-   sha512sums = 
c13d144fbc42373cb477858b4079fc96d5614ad8bd442f21bbdba4d60f013eaf548ea0221384b7504ab215afe5cad6b1571ddf18e9eef893fa383351966fcebf
-   sha512sums = 
31dbf15b07ac5bf35d5043f1141a0f56e496c6aba983d78853e9509f9732257405f472bcd4864e3f7b2b196c23691c9ac4182a7a703d6e7f1f5efb05d187
-   b2sums = 
bf6dfb47eee9c79a28cd3f13a90b4f5f29efdc61aebf4e5c4ba02435f44ed437e45832f6cff29b2fcb7f34cf04b0c3935387cd7836a51de73c07659d7acbef53
-   b2sums = 
82dc89e2b6f0761b30ad421909aab3858d25be8f9a37b5ec1be6ef7615afcbff7ded4a8d31825e35cd5ca443920c63c570766b5ad5ac9f66b1c22239fd08ced6
+   source = 
https://github.com/angr/cle/archive/v9.2.101/python-cle-9.2.101.tar.gz
+   source = 
https://github.com/angr/binaries/archive/v9.2.101/angr-binaries-9.2.101.tar.gz
+   sha512sums = 
745b800c72994416001cb1aaf7f9b15b71fa77c016d1098a19e7367f0206bd0a385fcff8e848eb6ed2db2a2dd3b7337e429f570fe0d1f0dece2537192d8515d4
+   sha512sums = 
d08ab57282381e57380f1bcdfeb1ebdb23d0ac4a0d97aa0d2694366ed54fe35bf9704ba7fef1c33be9b502e1e0480012d12e63fa385789d6c14e58b85ba1456c
+   b2sums = 
2985724634a66c598145b37d4ded4309d3f6ab6665e410430827a8e105ae2090010db861c5d310155d6d3484fc27c2a404887201f510e4da501f7fcc51417990
+   b2sums = 
ce9b370e757b0efff4f9ed5689ae60de27d85b3c8d4899c89b9cdb090a562f2f269ccb3b862cba895d8b4b64e63e0b5dc26eee89d15fbce8a1212e6c10a21564
 
 pkgname = python-cle


=
PKGBUILD
=
@@ -3,9 +3,9 @@
 
 _pyname=cle
 pkgname=python-${_pyname}
-pkgver=9.2.69
-_testbinaries_ver=9.2.69
-pkgrel=2
+pkgver=9.2.101
+_testbinaries_ver=9.2.101
+pkgrel=1
 pkgdesc='Loads binaries and their libraries, resolves imports and provides an 
abstraction of process memory'
 url='https://github.com/angr/cle'
 arch=('any')
@@ -22,10 +22,10 @@ makedepends=('python-build' 'python-installer' 
'python-wheel' 'python-setuptools
 checkdepends=('python-pytest' 'python-minidump' 'python-pyxbe' 'python-arpy' 
'python-claripy' 'python-pyaxmlparser')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
 
"https://github.com/angr/binaries/archive/v${_testbinaries_ver}/angr-binaries-${_testbinaries_ver}.tar.gz;)
-sha512sums=('c13d144fbc42373cb477858b4079fc96d5614ad8bd442f21bbdba4d60f013eaf548ea0221384b7504ab215afe5cad6b1571ddf18e9eef893fa383351966fcebf'
-
'31dbf15b07ac5bf35d5043f1141a0f56e496c6aba983d78853e9509f9732257405f472bcd4864e3f7b2b196c23691c9ac4182a7a703d6e7f1f5efb05d187')
-b2sums=('bf6dfb47eee9c79a28cd3f13a90b4f5f29efdc61aebf4e5c4ba02435f44ed437e45832f6cff29b2fcb7f34cf04b0c3935387cd7836a51de73c07659d7acbef53'
-
'82dc89e2b6f0761b30ad421909aab3858d25be8f9a37b5ec1be6ef7615afcbff7ded4a8d31825e35cd5ca443920c63c570766b5ad5ac9f66b1c22239fd08ced6')
+sha512sums=('745b800c72994416001cb1aaf7f9b15b71fa77c016d1098a19e7367f0206bd0a385fcff8e848eb6ed2db2a2dd3b7337e429f570fe0d1f0dece2537192d8515d4'
+
'd08ab57282381e57380f1bcdfeb1ebdb23d0ac4a0d97aa0d2694366ed54fe35bf9704ba7fef1c33be9b502e1e0480012d12e63fa385789d6c14e58b85ba1456c')
+b2sums=('2985724634a66c598145b37d4ded4309d3f6ab6665e410430827a8e105ae2090010db861c5d310155d6d3484fc27c2a404887201f510e4da501f7fcc51417990'
+
'ce9b370e757b0efff4f9ed5689ae60de27d85b3c8d4899c89b9cdb090a562f2f269ccb3b862cba895d8b4b64e63e0b5dc26eee89d15fbce8a1212e6c10a21564')
 
 prepare() {
   ln -s binaries-${_testbinaries_ver} binaries



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

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




[Git][archlinux/packaging/packages/python-cle] Pushed new tag 9.2.101-1

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


Antonio Rojas pushed new tag 9.2.101-1 at Arch Linux / Packaging / Packages / 
python-cle

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




[Git][archlinux/packaging/packages/python-claripy][main] upgpkg: 9.2.101-1: Update to 9.2.101

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


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


Commits:
2b7e0dc1 by Antonio Rojas at 2024-05-04T19:27:36+02:00
upgpkg: 9.2.101-1: Update to 9.2.101

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-claripy
pkgdesc = Abstraction layer for constraint solvers
-   pkgver = 9.2.69
-   pkgrel = 2
+   pkgver = 9.2.101
+   pkgrel = 1
url = https://github.com/angr/claripy
arch = any
license = custom:BSD2
@@ -15,8 +15,8 @@ pkgbase = python-claripy
depends = python-decorator
depends = python-pysmt
depends = python-z3-solver
-   source = 
https://github.com/angr/claripy/archive/v9.2.69/python-claripy-9.2.69.tar.gz
-   sha512sums = 
67ffb1ecd6390f293537cab5b2084d27d611a27d5bb8d704e61ddebed66a0fc6b85b4c5c6fdf9f59bbeebe142c63d8d34c2ab49e1b2f10a3ef6783a82fb1b592
-   b2sums = 
802248ae96838d19c84f20e29df8da49928f7060a619d06f16c5f2d1b1e647fe25f7baf3b37c43d03218305c2bd3319aae865ace165199502409cefe2a5f1bbe
+   source = 
https://github.com/angr/claripy/archive/v9.2.101/python-claripy-9.2.101.tar.gz
+   sha512sums = 
2750dce8d24a20b71c43f5230077814c3cf2516504abfd6a9a0e76c10656b9f61ef77ac45bed43b5685890eef31f884ef323af8f3e3bb982261da982312bb7f6
+   b2sums = 
ab8792c63fba9baca3e53fa45af3d2c128181f688b90783c3413a3455718d8ba491c53ab6aa11bdb3eae2d2458358941ad3ce1be5050d455cddce7e353ce
 
 pkgname = python-claripy


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pyname=claripy
 pkgname=python-${_pyname}
-pkgver=9.2.69
-pkgrel=2
+pkgver=9.2.101
+pkgrel=1
 pkgdesc='Abstraction layer for constraint solvers'
 url='https://github.com/angr/claripy'
 license=('custom:BSD2')
@@ -23,8 +23,8 @@ makedepends=(
 )
 checkdepends=('python-pytest')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('67ffb1ecd6390f293537cab5b2084d27d611a27d5bb8d704e61ddebed66a0fc6b85b4c5c6fdf9f59bbeebe142c63d8d34c2ab49e1b2f10a3ef6783a82fb1b592')
-b2sums=('802248ae96838d19c84f20e29df8da49928f7060a619d06f16c5f2d1b1e647fe25f7baf3b37c43d03218305c2bd3319aae865ace165199502409cefe2a5f1bbe')
+sha512sums=('2750dce8d24a20b71c43f5230077814c3cf2516504abfd6a9a0e76c10656b9f61ef77ac45bed43b5685890eef31f884ef323af8f3e3bb982261da982312bb7f6')
+b2sums=('ab8792c63fba9baca3e53fa45af3d2c128181f688b90783c3413a3455718d8ba491c53ab6aa11bdb3eae2d2458358941ad3ce1be5050d455cddce7e353ce')
 
 prepare() {
   # we don't support version pinning



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

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




[Git][archlinux/packaging/packages/python-claripy] Pushed new tag 9.2.101-1

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


Antonio Rojas pushed new tag 9.2.101-1 at Arch Linux / Packaging / Packages / 
python-claripy

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




[Git][archlinux/packaging/packages/python-engineio][main] upgpkg: 4.9.0-1: Update to 4.9.0

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


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


Commits:
d67a97b2 by Antonio Rojas at 2024-05-04T19:24:41+02:00
upgpkg: 4.9.0-1: Update to 4.9.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-engineio
pkgdesc = Python implementation of the Engine.IO realtime server
-   pkgver = 4.8.2
-   pkgrel = 2
+   pkgver = 4.9.0
+   pkgrel = 1
url = https://github.com/miguelgrinberg/python-engineio
arch = any
license = MIT
@@ -28,8 +28,8 @@ pkgbase = python-engineio
optdepends = python-gevent: gevent driver
optdepends = python-gevent-websocket: gevent driver
options = !makeflags
-   source = 
https://github.com/miguelgrinberg/python-engineio/archive/v4.8.2/python-engineio-4.8.2.tar.gz
-   sha512sums = 
ad61794f4ebabdaca86e049f378818506f6d2dc0bc52a4a7687185c2ef11788652d55e397a7e45f666f8c4233e46be5b16b7fda38440e96d0a66116e9327c172
-   b2sums = 
a985466a661c1ad1995999c1792758bc6a412097911f64cbb8a38af362b19f5a2abd7aa0fb1e6806310f766db0fc4486ae2793ad4fc8804fe580540daff73a3a
+   source = 
https://github.com/miguelgrinberg/python-engineio/archive/v4.9.0/python-engineio-4.9.0.tar.gz
+   sha512sums = 
24838cb71ca3beda6a28deaa37208fae0e673bb0a00696594aa638af95e49af479b0088809f093ace9b2a8f5f7a4dcc95bbd2aa5c97938137b6e594ac1a7950d
+   b2sums = 
e14bb11f5762c42a77d782b0e1ce20c30f0f5599ba0c4577699d53f085464ce588660805d1b8c18a147b3bf01a2e255980f21e36003127e17351c28bd42f433e
 
 pkgname = python-engineio


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-engineio
-pkgver=4.8.2
-pkgrel=2
+pkgver=4.9.0
+pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
@@ -19,8 +19,8 @@ makedepends=('python-setuptools' 'python-sphinx' 'python-six' 
'python-eventlet'
 checkdepends=('python-pytest')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ad61794f4ebabdaca86e049f378818506f6d2dc0bc52a4a7687185c2ef11788652d55e397a7e45f666f8c4233e46be5b16b7fda38440e96d0a66116e9327c172')
-b2sums=('a985466a661c1ad1995999c1792758bc6a412097911f64cbb8a38af362b19f5a2abd7aa0fb1e6806310f766db0fc4486ae2793ad4fc8804fe580540daff73a3a')
+sha512sums=('24838cb71ca3beda6a28deaa37208fae0e673bb0a00696594aa638af95e49af479b0088809f093ace9b2a8f5f7a4dcc95bbd2aa5c97938137b6e594ac1a7950d')
+b2sums=('e14bb11f5762c42a77d782b0e1ce20c30f0f5599ba0c4577699d53f085464ce588660805d1b8c18a147b3bf01a2e255980f21e36003127e17351c28bd42f433e')
 
 build() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/python-engineio] Pushed new tag 4.9.0-1

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


Antonio Rojas pushed new tag 4.9.0-1 at Arch Linux / Packaging / Packages / 
python-engineio

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




[Git][archlinux/packaging/packages/python-flask-migrate] Pushed new tag 4.0.7-1

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


Antonio Rojas pushed new tag 4.0.7-1 at Arch Linux / Packaging / Packages / 
python-flask-migrate

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




[Git][archlinux/packaging/packages/python-flask-migrate][main] upgpkg: 4.0.7-1: Update to 4.0.7

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


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


Commits:
c5787615 by Antonio Rojas at 2024-05-04T19:23:04+02:00
upgpkg: 4.0.7-1: Update to 4.0.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-flask-migrate
pkgdesc = SQLAlchemy database migrations for Flask applications using 
Alembic..
-   pkgver = 4.0.5
-   pkgrel = 2
+   pkgver = 4.0.7
+   pkgrel = 1
url = https://github.com/miguelgrinberg/Flask-Migrate/
arch = any
license = MIT
@@ -15,8 +15,8 @@ pkgbase = python-flask-migrate
depends = python-alembic
depends = python-flask
depends = python-flask-sqlalchemy
-   source = 
https://github.com/miguelgrinberg/Flask-Migrate/archive/v4.0.5/python-flask-migrate-4.0.5.tar.gz
-   sha256sums = 
6a4db85626200d05e64eff80666e8ef39c591bdf69f7064912cf04367444a723
-   sha512sums = 
cdc02e3f567119604e56e9cafed3e7b40e7335d4c3f42cffb26515a4cec12ff34c16f8d5ae036d841cf846985973980d820cdc5d87a99ebf634b3b17becaeb69
+   source = 
https://github.com/miguelgrinberg/Flask-Migrate/archive/v4.0.7/python-flask-migrate-4.0.7.tar.gz
+   sha256sums = 
c078a638b143e5122c468b4cf03c21d3af62397e5efccce567d40e166c6b00d9
+   sha512sums = 
51da745b60d43d24ee5b63e5ee7d354d12e53b7c62a9c639f322443df62113485a42a6fd21e50673742d6a35c1f175e15a2a0af8f20918b44bf34fc4c2da4c7c
 
 pkgname = python-flask-migrate


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _pkgname=Flask-Migrate
 pkgname=python-flask-migrate
-pkgver=4.0.5
-pkgrel=2
+pkgver=4.0.7
+pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
 arch=('any')
@@ -21,8 +21,8 @@ checkdepends=(
   python-pytest
 )
 
source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6a4db85626200d05e64eff80666e8ef39c591bdf69f7064912cf04367444a723')
-sha512sums=('cdc02e3f567119604e56e9cafed3e7b40e7335d4c3f42cffb26515a4cec12ff34c16f8d5ae036d841cf846985973980d820cdc5d87a99ebf634b3b17becaeb69')
+sha256sums=('c078a638b143e5122c468b4cf03c21d3af62397e5efccce567d40e166c6b00d9')
+sha512sums=('51da745b60d43d24ee5b63e5ee7d354d12e53b7c62a9c639f322443df62113485a42a6fd21e50673742d6a35c1f175e15a2a0af8f20918b44bf34fc4c2da4c7c')
 
 build() {
   cd ${_pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-migrate/-/commit/c5787615a2bad765dd6968f47914b001ba5aac8b

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-3

2024-05-04 Thread @lahwaacz


Jakub Klinkovský pushed new tag 2.16.1-3 at Arch Linux / Packaging / Packages / 
tensorflow

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




[Git][archlinux/packaging/packages/asciidoctor][main] upgpkg: 2.0.22-1: Update to 2.0.22

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


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


Commits:
0ee0f852 by Antonio Rojas at 2024-05-04T19:20:30+02:00
upgpkg: 2.0.22-1: Update to 2.0.22

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = asciidoctor
pkgdesc = An implementation of AsciiDoc in Ruby
-   pkgver = 2.0.21
+   pkgver = 2.0.22
pkgrel = 1
url = https://asciidoctor.org
arch = any
license = MIT
makedepends = ruby-rdoc
depends = ruby
-   noextract = asciidoctor-2.0.21.gem
+   noextract = asciidoctor-2.0.22.gem
options = !emptydirs
-   source = https://rubygems.org/downloads/asciidoctor-2.0.21.gem
-   sha512sums = 
3fe064d9b00c84ff81803c0645ae522fa66b253b93957b4fe567a240ea77af5a94a47aae04fda4207e698d76f21b2a9bcd44daca388960cfd1cc4f24d03606f0
+   source = https://rubygems.org/downloads/asciidoctor-2.0.22.gem
+   sha512sums = 
1c9cd3bdbb7f4467b73e99b29ab655d521213d51c0151f6aee21cfd1d943c6456c1ef23bfdbf180057b70590341d92fcda2be0bf5e1c741e7068ff0901bd282c
 
 pkgname = asciidoctor


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Nicolas Bigaouette 
 
 pkgname='asciidoctor'
-pkgver=2.0.21
+pkgver=2.0.22
 pkgrel=1
 pkgdesc='An implementation of AsciiDoc in Ruby'
 arch=('any')
@@ -16,7 +16,7 @@ depends=('ruby')
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${pkgname}-${pkgver}.gem;)
 noextract=("$pkgname-$pkgver.gem")
-sha512sums=('3fe064d9b00c84ff81803c0645ae522fa66b253b93957b4fe567a240ea77af5a94a47aae04fda4207e698d76f21b2a9bcd44daca388960cfd1cc4f24d03606f0')
+sha512sums=('1c9cd3bdbb7f4467b73e99b29ab655d521213d51c0151f6aee21cfd1d943c6456c1ef23bfdbf180057b70590341d92fcda2be0bf5e1c741e7068ff0901bd282c')
 
 package() {
 local _gemdir="$(ruby -e 'puts Gem.default_dir')"



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

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




[Git][archlinux/packaging/packages/asciidoctor] Pushed new tag 2.0.22-1

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


Antonio Rojas pushed new tag 2.0.22-1 at Arch Linux / Packaging / Packages / 
asciidoctor

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




[Git][archlinux/packaging/packages/unicorn] Pushed new tag 2.0.1.post1-1

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


Antonio Rojas pushed new tag 2.0.1.post1-1 at Arch Linux / Packaging / Packages 
/ unicorn

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




[Git][archlinux/packaging/packages/unicorn][main] upgpkg: 2.0.1.post1-1: Update to 2.0.1.post1

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


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


Commits:
7746c448 by Antonio Rojas at 2024-05-04T19:17:56+02:00
upgpkg: 2.0.1.post1-1: Update to 2.0.1.post1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = unicorn
pkgdesc = Lightweight, multi-platform, multi-architecture CPU emulator 
framework based on QEMU
-   pkgver = 2.0.1
-   pkgrel = 3
+   pkgver = 2.0.1.post1
+   pkgrel = 1
url = https://www.unicorn-engine.org
arch = x86_64
license = GPL2
@@ -12,9 +12,9 @@ pkgbase = unicorn
makedepends = ruby
makedepends = ruby-rdoc
options = !emptydirs
-   source = 
https://github.com/unicorn-engine/unicorn/archive/2.0.1/unicorn-2.0.1.tar.gz
-   sha512sums = 
4249d33d38614ea1ca51e38c7838cb276306100aa44c65ad1b3e39304e4b856ac643a9c6f9d13678fc07bea58989a08b64653d17afe9e62bcef2936ba63e1b1f
-   b2sums = 
4ab8f92367e7df5762d29ed58dfff524f59053e28548b170b982d16988eea16df46851d2ea559d8beabb4f1315e5ee627f9ded755a4f3b1cfd6d863a50c633b6
+   source = 
https://github.com/unicorn-engine/unicorn/archive/2.0.1.post1/unicorn-2.0.1.post1.tar.gz
+   sha512sums = 
8694d6bc92e3424a8ad050316413d53e56e0f55e7cad7517fb3e98e670a0f1768b060ead8f195da13607cec89a964364f05a8b9d0dc074f4ac5e51026f8343ad
+   b2sums = 
45ec43f84bd9c206820c012c1302fc107c25349ec41363669f5ba8adddf0c1ebdc6b9956249f1aba25fe05a75e9f66d671c3e8f6d017ad8e21c9cf1f30776f02
 
 pkgname = unicorn
depends = glibc


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgbase=unicorn
 pkgname=('unicorn' 'python-unicorn' 'ruby-unicorn-engine')
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.0.1.post1
+pkgrel=1
 pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator 
framework based on QEMU'
 url='https://www.unicorn-engine.org'
 arch=('x86_64')
@@ -13,8 +13,8 @@ makedepends=('cmake' 'python' 'python-setuptools' 'ruby' 
'ruby-rdoc')
 checkdepends=('cmocka')
 options=('!emptydirs')
 
source=(https://github.com/unicorn-engine/unicorn/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('4249d33d38614ea1ca51e38c7838cb276306100aa44c65ad1b3e39304e4b856ac643a9c6f9d13678fc07bea58989a08b64653d17afe9e62bcef2936ba63e1b1f')
-b2sums=('4ab8f92367e7df5762d29ed58dfff524f59053e28548b170b982d16988eea16df46851d2ea559d8beabb4f1315e5ee627f9ded755a4f3b1cfd6d863a50c633b6')
+sha512sums=('8694d6bc92e3424a8ad050316413d53e56e0f55e7cad7517fb3e98e670a0f1768b060ead8f195da13607cec89a964364f05a8b9d0dc074f4ac5e51026f8343ad')
+b2sums=('45ec43f84bd9c206820c012c1302fc107c25349ec41363669f5ba8adddf0c1ebdc6b9956249f1aba25fe05a75e9f66d671c3e8f6d017ad8e21c9cf1f30776f02')
 
 build() {
   cd ${pkgbase}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/unicorn/-/commit/7746c4489ed005fbb0d538b100d8d071681e71d3

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




[Git][archlinux/packaging/packages/librabbitmq-c] Pushed new tag 0.14.0-1

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


Antonio Rojas pushed new tag 0.14.0-1 at Arch Linux / Packaging / Packages / 
librabbitmq-c

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




[Git][archlinux/packaging/packages/librabbitmq-c][main] upgpkg: 0.14.0-1: Update to 0.14.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
librabbitmq-c


Commits:
38150dfb by Antonio Rojas at 2024-05-04T19:10:42+02:00
upgpkg: 0.14.0-1: Update to 0.14.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = librabbitmq-c
+   pkgdesc = RabbitMQ(amqp) library written in C-language
+   pkgver = 0.14.0
+   pkgrel = 1
+   url = https://github.com/alanxz/rabbitmq-c
+   arch = x86_64
+   license = MIT
+   makedepends = cmake
+   makedepends = docbook-xsl
+   makedepends = doxygen
+   makedepends = xmlto
+   makedepends = ninja
+   depends = popt
+   depends = openssl
+   source = 
https://github.com/alanxz/rabbitmq-c/archive/v0.14.0/librabbitmq-c-0.14.0.tar.gz
+   sha512sums = 
18cb429bcfa457e359128bf458c8b9f60b1c929a8ca3a8206f40d6390d7d4c6f4c5140eb7e9ab7b401d035fc48324cbe963d058100ab65ef3faba59e7f95607e
+   b2sums = 
cb800f1ad6e502e089595ce177179e6f05557151229a406eb0cc84956f3f957331e3714d9d83b421925b97d82f5c4d3b3636813ee2bf85f7e2ef273cd6cf3758
+
+pkgname = librabbitmq-c


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: aleiphoenix 
 
 pkgname=librabbitmq-c
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='RabbitMQ(amqp) library written in C-language'
 url='https://github.com/alanxz/rabbitmq-c'
 arch=('x86_64')
@@ -12,8 +12,8 @@ license=('MIT')
 depends=('popt' 'openssl')
 makedepends=('cmake' 'docbook-xsl' 'doxygen' 'xmlto' 'ninja')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de')
-b2sums=('dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f')
+sha512sums=('18cb429bcfa457e359128bf458c8b9f60b1c929a8ca3a8206f40d6390d7d4c6f4c5140eb7e9ab7b401d035fc48324cbe963d058100ab65ef3faba59e7f95607e')
+b2sums=('cb800f1ad6e502e089595ce177179e6f05557151229a406eb0cc84956f3f957331e3714d9d83b421925b97d82f5c4d3b3636813ee2bf85f7e2ef273cd6cf3758')
 
 build() {
   cd ${pkgname:3}-$pkgver
@@ -35,7 +35,7 @@ build() {
 package() {
   cd ${pkgname:3}-$pkgver
   DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/librabbitmq-c/-/commit/38150dfb3a3e1a777c7208e829535e155250eab7

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




[Git][archlinux/packaging/packages/pcsclite][main] Remove meson patch fixed by upstream commit 960e367edc01518b90684ffff99010ee07ae1bd4

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


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


Commits:
8272faa0 by Frederik Schwan at 2024-05-04T19:08:24+02:00
Remove meson patch fixed by upstream commit 
960e367edc01518b9068499010ee07ae1bd4

- - - - -


2 changed files:

- − 0001-use-default-prefix-for-binary-install-dir.patch
- PKGBUILD


Changes:

=
0001-use-default-prefix-for-binary-install-dir.patch deleted
=
@@ -1,34 +0,0 @@
-From 803e38397fe174b69a41fc6e708ff41120a182f0 Mon Sep 17 00:00:00 2001
-From: Frederik Schwan 
-Date: Sat, 4 May 2024 10:52:09 +0200
-Subject: [PATCH] use default prefix for binary install dir
-

- meson.build | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 843d643e..ce649fac 100644
 a/meson.build
-+++ b/meson.build
-@@ -24,7 +24,7 @@ confgen_data = configuration_data({
-   'VERSION' : meson.project_version(),
-   'ipcdir' : get_option('ipcdir'),
-   'sysconfdir' : get_option('sysconfdir'),
--  'sbindir_exp' : '/' / get_option('sbindir'),
-+  'sbindir_exp' : get_option('sbindir'),
-   'PCSCLITE_CONFIG_DIR' : get_option('serialconfdir'),
-   'usbdropdir' : get_option('usbdropdir'),
-   })
-@@ -143,7 +143,7 @@ executable('pcscd',
-   dependencies : pcscd_dep,
-   c_args: '-DPCSCD',
-   export_dynamic : true,
--  install_dir : '/' / get_option('sbindir'),
-+  install_dir : get_option('sbindir'),
-   install : true)
- 
- # libpcsclite_real library
--- 
-2.45.0
-


=
PKGBUILD
=
@@ -39,15 +39,8 @@ provides=(
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=(
   "git+https://github.com/LudovicRousseau/PCSC.git#tag=${pkgver}?signed;
-  0001-use-default-prefix-for-binary-install-dir.patch
 )
-sha256sums=('6888231cfb24d8283f0617fa01824eacda005d38c4324bd5327a39e63ac335d2'
-'ff045d7b0f2b33487c9cb3ecff9f8324fb204f8b72d1b6ada53e58b287df5e65')
-
-prepare() {
-  cd PCSC
-  patch -Np1 < ../0001-use-default-prefix-for-binary-install-dir.patch
-}
+sha256sums=('6888231cfb24d8283f0617fa01824eacda005d38c4324bd5327a39e63ac335d2')
 
 build() {
   local meson_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/8272faa019abc84ecf18a5adfa1d9935452611a5

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




[Git][archlinux/packaging/packages/python-pallets-sphinx-themes][main] upgpkg: 2.1.3-1: Update to 2.1.3

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pallets-sphinx-themes


Commits:
439e78c5 by Antonio Rojas at 2024-05-04T19:08:40+02:00
upgpkg: 2.1.3-1: Update to 2.1.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,18 @@
 pkgbase = python-pallets-sphinx-themes
pkgdesc = Sphinx themes for Pallets and related projects
-   pkgver = 2.1.0
-   pkgrel = 2
+   pkgver = 2.1.3
+   pkgrel = 1
url = https://github.com/pallets/pallets-sphinx-themes
arch = any
license = BSD
-   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
depends = python
depends = python-sphinx
depends = python-importlib-metadata
-   source = 
https://github.com/pallets/pallets-sphinx-themes/archive/2.1.0/pallets-sphinx-themes-2.1.0.tar.gz
-   sha512sums = 
6525646a75cd4033cd495fb65036d27c600b8152596f6d0e0df4bab24cf97ea21f61b4c6d56a722e5444d7bc4421584fc9ec4213e3b6733ef09e81a45f085774
-   b2sums = 
456e3e42b5b7850bf4cb02212ed0ec0629e49a7e491ed77f34038f37220a236b52c1b7c8ae1da0c9a80910262a6759d1e82f7f1c8ff730f8a6d224573ae25d9a
+   source = 
https://github.com/pallets/pallets-sphinx-themes/archive/2.1.3/pallets-sphinx-themes-2.1.3.tar.gz
+   sha512sums = 
e80b409b5854ae879a64cf6a0660bd7d2e7123a281bb3dd9fb1b838057dc51811d287e20ccb135e25d893e33bc520e026f0d6762a0d86df408e266cab1ee9a0c
+   b2sums = 
bdf4ad6ab02bafc2d5f8eb98bc7d23db0bcbd118ab95f97456c2a5ab7f8103a4c116c726abd705bb5582d27aab2a65eaac49476ea80c06ebcf9427e9b3c97e8e
 
 pkgname = python-pallets-sphinx-themes


=
PKGBUILD
=
@@ -2,28 +2,28 @@
 
 pkgname=python-pallets-sphinx-themes
 _pyname=${pkgname/python-/}
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
 pkgdesc='Sphinx themes for Pallets and related projects'
 url='https://github.com/pallets/pallets-sphinx-themes'
 arch=('any')
 license=('BSD')
 depends=('python' 'python-sphinx' 'python-importlib-metadata')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-flit-core')
 
source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('6525646a75cd4033cd495fb65036d27c600b8152596f6d0e0df4bab24cf97ea21f61b4c6d56a722e5444d7bc4421584fc9ec4213e3b6733ef09e81a45f085774')
-b2sums=('456e3e42b5b7850bf4cb02212ed0ec0629e49a7e491ed77f34038f37220a236b52c1b7c8ae1da0c9a80910262a6759d1e82f7f1c8ff730f8a6d224573ae25d9a')
+sha512sums=('e80b409b5854ae879a64cf6a0660bd7d2e7123a281bb3dd9fb1b838057dc51811d287e20ccb135e25d893e33bc520e026f0d6762a0d86df408e266cab1ee9a0c')
+b2sums=('bdf4ad6ab02bafc2d5f8eb98bc7d23db0bcbd118ab95f97456c2a5ab7f8103a4c116c726abd705bb5582d27aab2a65eaac49476ea80c06ebcf9427e9b3c97e8e')
 
 build() {
   cd ${_pyname}-${pkgver}
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pallets-sphinx-themes/-/commit/439e78c5a76ae917b32fe98a91f31b9c26b61f40

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




  1   2   3   >