[Git][archlinux/packaging/packages/kustomize][main] upgpkg: 5.4.1-1

2024-04-15 Thread Daurnimator (@daurnimator)


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


Commits:
eb37e486 by Daurnimator at 2024-04-16T15:19:12+10:00
upgpkg: 5.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = kustomize
pkgdesc = Template-free customization of Kubernetes YAML manifests
-   pkgver = 5.3.0
+   pkgver = 5.4.1
pkgrel = 1
url = https://github.com/kubernetes-sigs/kustomize
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = go
depends = glibc
optdepends = helm
options = !lto
-   source = 
https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v5.3.0/kustomize-5.3.0.tar.gz
-   sha512sums = 
d9c8545c9e2fa0b650e45a2a397c823e8157dc9361293dd0abd8a2f64dc10733dbcb030c7b781215997f741edd196b035616b943f4ad30158ba39b4587f1d9d4
-   b2sums = 
01093b5425157f81bb0bf3d2efda3933627c521ce635137e26115d792f8a53121afc87472e7ae8e3f555c636e9486532bb3de6358b98c73a2a9a5f109aba7917
+   source = 
https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v5.4.1/kustomize-5.4.1.tar.gz
+   sha512sums = 
60c890e789a9f8e37370b14d0d83b310c9b20e85cf4088399fdf8726bc80d210143a8a14109c629eccc2ada8da9620b74ea499c2feccb663d7845156994344d4
+   b2sums = 
22cd3bb72b7d2d2994062acafd63deacaba86f29b28c1c01c0c2d39d532f6773b7f877e0df804bae9ac04e66d34bd2ae898f6fbd708a7abeaf2bf5408825c2b1
 
 pkgname = kustomize


=
PKGBUILD
=
@@ -2,19 +2,19 @@
 # Maintainer: Daurnimator 
 
 pkgname=kustomize
-pkgver=5.3.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="Template-free customization of Kubernetes YAML manifests"
 arch=('x86_64')
 url="https://github.com/kubernetes-sigs/kustomize;
-license=('Apache')
+license=('Apache-2.0')
 makedepends=('go')
 depends=('glibc')
 optdepends=('helm')
 options=('!lto')
 
source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('d9c8545c9e2fa0b650e45a2a397c823e8157dc9361293dd0abd8a2f64dc10733dbcb030c7b781215997f741edd196b035616b943f4ad30158ba39b4587f1d9d4')
-b2sums=('01093b5425157f81bb0bf3d2efda3933627c521ce635137e26115d792f8a53121afc87472e7ae8e3f555c636e9486532bb3de6358b98c73a2a9a5f109aba7917')
+sha512sums=('60c890e789a9f8e37370b14d0d83b310c9b20e85cf4088399fdf8726bc80d210143a8a14109c629eccc2ada8da9620b74ea499c2feccb663d7845156994344d4')
+b2sums=('22cd3bb72b7d2d2994062acafd63deacaba86f29b28c1c01c0c2d39d532f6773b7f877e0df804bae9ac04e66d34bd2ae898f6fbd708a7abeaf2bf5408825c2b1')
 
 prepare() {
   cd "kustomize-kustomize-v${pkgver}/kustomize"
@@ -41,7 +41,8 @@ build(){
   -X sigs.k8s.io/kustomize/api/provenance.version=${pkgver} \
   -X sigs.k8s.io/kustomize/api/provenance.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
   -compressdwarf=false \
-  -extldflags ${LDFLAGS}" \
+  -linkmode external \
+  -extldflags \"${LDFLAGS}\"" \
 .
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kustomize/-/commit/eb37e48634bd3fe475b45cd1a75d4a406a1364a9

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




[Git][archlinux/packaging/packages/kustomize] Pushed new tag 5.4.1-1

2024-04-15 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 5.4.1-1 at Arch Linux / Packaging / Packages / 
kustomize

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




[Git][archlinux/packaging/packages/wanderlust] Pushed new tag 20240416-1

2024-04-15 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed new tag 20240416-1 at Arch Linux / Packaging / Packages / 
wanderlust

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




[Git][archlinux/packaging/packages/wanderlust][main] upgpkg: 20240416-1

2024-04-15 Thread Sergej Pupykin (@spupykin)


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


Commits:
a5187981 by Sergej Pupykin at 2024-04-16T03:56:30+03:00
upgpkg: 20240416-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wanderlust
pkgdesc = Mail/News reader supporting IMAP4rev1 for emacs.
-   pkgver = 20240207
+   pkgver = 20240416
pkgrel = 1
url = https://github.com/wanderlust/wanderlust/
install = wanderlust.install
@@ -12,7 +12,7 @@ pkgbase = wanderlust
depends = emacs-apel>=10.7
depends = flim
depends = semi
-   source = 
wanderlust::git+https://github.com/wanderlust/wanderlust.git#commit=c15e8ece4f34f10479e17cda19d10b98f6be3ec1
+   source = 
wanderlust::git+https://github.com/wanderlust/wanderlust.git#commit=e525f27d29e122bb8baefa1837816f9001fa5085
sha256sums = SKIP
 
 pkgname = wanderlust


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Norberto Lopes 
 
 pkgname=wanderlust
-pkgver=20240207
-_commit=c15e8ece4f34f10479e17cda19d10b98f6be3ec1
+pkgver=20240416
+_commit=e525f27d29e122bb8baefa1837816f9001fa5085
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wanderlust/-/commit/a518798131244d0b0cb483a257e61851b76f7c31

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




[Git][archlinux/packaging/packages/freecad] Pushed new tag 0.21.2-16

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


Antonio Rojas pushed new tag 0.21.2-16 at Arch Linux / Packaging / Packages / 
freecad

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




[Git][archlinux/packaging/packages/freecad][main] upgpkg: 0.21.2-16: Python 3.12 rebuild

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


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


Commits:
6fdcc87a by Antonio Rojas at 2024-04-16T01:19:42+02:00
upgpkg: 0.21.2-16: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freecad
pkgdesc = Feature based parametric 3D CAD modeler
pkgver = 0.21.2
-   pkgrel = 15
+   pkgrel = 16
url = https://freecadweb.org/
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -12,7 +12,7 @@
 
 pkgname=freecad
 pkgver=0.21.2
-pkgrel=15
+pkgrel=16
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'



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

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




[Git][archlinux/packaging/packages/freecad][main] upgpkg: 0.21.2-15: Rebuild with pyside 6.7.0-3

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


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


Commits:
42547078 by Antonio Rojas at 2024-04-16T01:05:59+02:00
upgpkg: 0.21.2-15: Rebuild with pyside 6.7.0-3

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- pyside6.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freecad
pkgdesc = Feature based parametric 3D CAD modeler
pkgver = 0.21.2
-   pkgrel = 14
+   pkgrel = 15
url = https://freecadweb.org/
arch = x86_64
license = LGPL
@@ -56,7 +56,7 @@ pkgbase = freecad
source = https://github.com/FreeCAD/FreeCAD/commit/6043c904.patch
b2sums = 
b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23aebc68ca5bbdee2da22c959004c7b595e19b542b1ec06a7275c0f5ea7
b2sums = 
f0b5a4648eb4befabb2339bae4e42044e436aa50ad1c2a25b243c965272a217b2c1c69c34d0d20bd01c573008de10f733b74857ffecac502b8558a7095e305e5
-   b2sums = 
fb2dace322b82be706e7bbcb4e73c3ddb817264e5aeb5ec943638173b3fabbe4b0abae3e159f64c56fc570f05df71154bf07d6948fe90929764442e88a6bcef1
+   b2sums = 
63bfac252cc813f4e2454b4bbd8b0c55e2882566bd39bf1d0b812bafc305cad6b65293bad4f3c043b58df93a2c685e82e5853059335fe8e90531dcbc23e324e9
b2sums = 
eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f
b2sums = 
de4b98c4b488045f9810dce124c271d6f4f629922e026f2d4f1efd6c9060b92309db41f8e0f6ebe5e7a27399911ac908cc8935c2501214326dbb1c4b739d46cc
 


=
PKGBUILD
=
@@ -12,7 +12,7 @@
 
 pkgname=freecad
 pkgver=0.21.2
-pkgrel=14
+pkgrel=15
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
@@ -34,7 +34,7 @@ source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;
 https://github.com/FreeCAD/FreeCAD/commit/6043c904.patch)
 
b2sums=('b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23aebc68ca5bbdee2da22c959004c7b595e19b542b1ec06a7275c0f5ea7'
 
'f0b5a4648eb4befabb2339bae4e42044e436aa50ad1c2a25b243c965272a217b2c1c69c34d0d20bd01c573008de10f733b74857ffecac502b8558a7095e305e5'
-
'fb2dace322b82be706e7bbcb4e73c3ddb817264e5aeb5ec943638173b3fabbe4b0abae3e159f64c56fc570f05df71154bf07d6948fe90929764442e88a6bcef1'
+
'63bfac252cc813f4e2454b4bbd8b0c55e2882566bd39bf1d0b812bafc305cad6b65293bad4f3c043b58df93a2c685e82e5853059335fe8e90531dcbc23e324e9'
 
'eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f'
 
'de4b98c4b488045f9810dce124c271d6f4f629922e026f2d4f1efd6c9060b92309db41f8e0f6ebe5e7a27399911ac908cc8935c2501214326dbb1c4b739d46cc')
 


=
pyside6.patch
=
@@ -1,16 +1,3 @@
-diff --git a/cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake 
b/cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake
-index 0569c1fde9..f5e3d0931f 100644
 a/cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake
-+++ b/cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake
-@@ -165,6 +165,8 @@ macro(SetupShibokenAndPyside)
- message(STATUS "PySide ${PySide_VERSION} Python module found at 
${PRINT_OUTPUT}.\n")
- endif()
- 
-+set_target_properties(Shiboken6::libshiboken PROPERTIES 
INTERFACE_COMPILE_DEFINITIONS "")
-+
- endmacro(SetupShibokenAndPyside)
- 
- # Locate the include directory for a pip-installed package -- uses pip show 
to find the base pip
 diff --git a/src/Mod/AddonManager/package_details.py 
b/src/Mod/AddonManager/package_details.py
 index c9d1ae311a..9c0e040ea5 100644
 --- a/src/Mod/AddonManager/package_details.py



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/425470785556e51bfe64e2f61190f0fd3b3c80cb

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




[Git][archlinux/packaging/packages/freecad] Pushed new tag 0.21.2-15

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


Antonio Rojas pushed new tag 0.21.2-15 at Arch Linux / Packaging / Packages / 
freecad

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




[Git][archlinux/packaging/packages/falkon][main] upgpkg: 24.02.2-4: Python 3.12 rebuild

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


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


Commits:
f403b530 by Antonio Rojas at 2024-04-16T01:03:19+02:00
upgpkg: 24.02.2-4: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = falkon
pkgdesc = Cross-platform QtWebEngine browser
pkgver = 24.02.2
-   pkgrel = 3
+   pkgrel = 4
url = https://www.falkon.org/
arch = x86_64
groups = kde-applications


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=falkon
 pkgver=24.02.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Cross-platform QtWebEngine browser'
 arch=(x86_64)
 url='https://www.falkon.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/falkon/-/commit/f403b530d5939492908e824e52a00ee733114343

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




[Git][archlinux/packaging/packages/falkon] Pushed new tag 24.02.2-4

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


Antonio Rojas pushed new tag 24.02.2-4 at Arch Linux / Packaging / Packages / 
falkon

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




[Git][archlinux/packaging/packages/rz-cutter][main] upgpkg: 2.3.4-5: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
rz-cutter


Commits:
d86c44eb by Antonio Rojas at 2024-04-16T01:01:55+02:00
upgpkg: 2.3.4-5: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rz-cutter
pkgdesc = Qt and C++ GUI for rizin reverse engineering framework
pkgver = 2.3.4
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/rizinorg/cutter
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=rz-cutter
 _gitcommit=209c26b862ab0bb3b7308618243a9796d3f1109a
 pkgver=2.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rz-cutter/-/commit/d86c44ebd690b4612cfa17bc112c35d85d76cdeb

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




[Git][archlinux/packaging/packages/rz-cutter] Pushed new tag 2.3.4-5

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


Antonio Rojas pushed new tag 2.3.4-5 at Arch Linux / Packaging / Packages / 
rz-cutter

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




[Git][archlinux/packaging/packages/falkon][main] upgpkg: 24.02.2-3: Rebuild with pyside 6.7.0-3

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


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


Commits:
604537c1 by Antonio Rojas at 2024-04-16T00:59:16+02:00
upgpkg: 24.02.2-3: Rebuild with pyside 6.7.0-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = falkon
pkgdesc = Cross-platform QtWebEngine browser
pkgver = 24.02.2
-   pkgrel = 2
+   pkgrel = 3
url = https://www.falkon.org/
arch = x86_64
groups = kde-applications


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=falkon
 pkgver=24.02.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Cross-platform QtWebEngine browser'
 arch=(x86_64)
 url='https://www.falkon.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/falkon/-/commit/604537c1f709b3581c657406a1760e054937ca3a

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




[Git][archlinux/packaging/packages/falkon] Pushed new tag 24.02.2-3

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


Antonio Rojas pushed new tag 24.02.2-3 at Arch Linux / Packaging / Packages / 
falkon

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




[Git][archlinux/packaging/packages/rz-cutter] Pushed new tag 2.3.4-4

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


Antonio Rojas pushed new tag 2.3.4-4 at Arch Linux / Packaging / Packages / 
rz-cutter

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




[Git][archlinux/packaging/packages/rz-cutter][main] upgpkg: 2.3.4-4: Rebuild with pyside 6.7.0-3

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
rz-cutter


Commits:
dbe73ecb by Antonio Rojas at 2024-04-16T00:59:01+02:00
upgpkg: 2.3.4-4: Rebuild with pyside 6.7.0-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rz-cutter
pkgdesc = Qt and C++ GUI for rizin reverse engineering framework
pkgver = 2.3.4
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/rizinorg/cutter
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=rz-cutter
 _gitcommit=209c26b862ab0bb3b7308618243a9796d3f1109a
 pkgver=2.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rz-cutter/-/commit/dbe73ecbd9e4dbb7b0367ae8f371fcab3e77366c

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




[Git][archlinux/packaging/packages/pyside6][main] upgpkg: 6.7.0-4: Python 3.12 rebuild

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


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


Commits:
15fd933e by Antonio Rojas at 2024-04-16T00:54:57+02:00
upgpkg: 6.7.0-4: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyside6
pkgver = 6.7.0
-   pkgrel = 3
+   pkgrel = 4
url = https://www.qt.io
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(pyside6
 _qtver=6.7.0
 _clangver=17.0.6
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/15fd933e452e9055d719e0cbe3fcec0e8626d17a

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




[Git][archlinux/packaging/packages/pyside6] Pushed new tag 6.7.0-4

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


Antonio Rojas pushed new tag 6.7.0-4 at Arch Linux / Packaging / Packages / 
pyside6

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




[Git][archlinux/packaging/packages/pyside6][main] upgpkg: 6.7.0-3: Don't force limited API

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


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


Commits:
0aeceb09 by Antonio Rojas at 2024-04-16T00:49:04+02:00
upgpkg: 6.7.0-3: Dont force limited API

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyside6
pkgver = 6.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://www.qt.io
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(pyside6
 _qtver=6.7.0
 _clangver=17.0.6
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -57,6 +57,7 @@ build() {
 -DCMAKE_BUILD_TYPE=None \
 -DSHIBOKEN_PYTHON_LIBRARIES=`pkgconf python3-embed --libs` \
 -DBUILD_TESTS=OFF \
+-DFORCE_LIMITED_API=no \
 -DNO_QT_TOOLS=yes
   PYTHONPATH="$PWD"/build/sources \
   cmake --build build



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

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




[Git][archlinux/packaging/packages/pyside6] Pushed new tag 6.7.0-3

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


Antonio Rojas pushed new tag 6.7.0-3 at Arch Linux / Packaging / Packages / 
pyside6

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




[Git][archlinux/packaging/packages/libguestfs] Pushed new tag 1.52.0-5

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


David Runge pushed new tag 1.52.0-5 at Arch Linux / Packaging / Packages / 
libguestfs

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




[Git][archlinux/packaging/packages/libguestfs][main] upgpkg: 1.52.0-5: Rebuild against Python 3.12

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


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


Commits:
c1a5a1f6 by David Runge at 2024-04-15T23:56:11+02:00
upgpkg: 1.52.0-5: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libguestfs
pkgdesc = Access and modify virtual machine disk images
pkgver = 1.52.0
-   pkgrel = 4
+   pkgrel = 5
url = https://libguestfs.org/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=libguestfs
 pkgver=1.52.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Access and modify virtual machine disk images"
 arch=(x86_64)
 url="https://libguestfs.org/;
@@ -160,6 +160,7 @@ build() {
 }
 
 check() {
+  export SKIP_TEST_DISCARD_PL=1  # 
https://github.com/libguestfs/libguestfs/issues/140
   LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 make -k check -C $pkgname-$pkgver
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libguestfs/-/commit/c1a5a1f6ac6997c8e60c305cf02ff7e5abe46175

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




[Git][archlinux/packaging/packages/fluidd] Pushed new tag 1.29.1-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1.29.1-1 at Arch Linux / Packaging / Packages / 
fluidd

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




[Git][archlinux/packaging/packages/fluidd][main] upgpkg: 1.29.1-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
fluidd


Commits:
39d52834 by Maxime Gauduin at 2024-04-15T22:52:09+02:00
upgpkg: 1.29.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fluidd
pkgdesc = A free and open-source Klipper web interface for managing 
your 3d printer
-   pkgver = 1.29.0
+   pkgver = 1.29.1
pkgrel = 1
url = https://docs.fluidd.xyz/
arch = any
@@ -9,7 +9,7 @@ pkgbase = fluidd
makedepends = nodejs-lts-iron
makedepends = npm
optdepends = ustreamer: webcam streaming support
-   source = 
git+https://github.com/fluidd-core/fluidd.git#tag=db5d50a345b33da349a6b254199df73fb1e07286
+   source = 
git+https://github.com/fluidd-core/fluidd.git#tag=fef6e12f280dd6a51c8aaca10ca4ec9e15099f3b
validpgpkeys = 4C717BDC0E452F5B13490409AB4C64C58BA9C3ED
b2sums = SKIP
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=fluidd
 
-pkgver=1.29.0
+pkgver=1.29.1
 pkgrel=1
 pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
 arch=(any)
@@ -14,7 +14,7 @@ makedepends=(
   npm
 )
 optdepends=('ustreamer: webcam streaming support')
-_tag=db5d50a345b33da349a6b254199df73fb1e07286
+_tag=fef6e12f280dd6a51c8aaca10ca4ec9e15099f3b
 source=(git+https://github.com/fluidd-core/fluidd.git#tag=${_tag})
 validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

 b2sums=(SKIP)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fluidd/-/commit/39d528349af36fe8d30fddf13dd4b69db69fde9e

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




[Git][archlinux/packaging/packages/breezy] Pushed new tag 3.3.7-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 3.3.7-1 at Arch Linux / Packaging / Packages / 
breezy

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




[Git][archlinux/packaging/packages/breezy][main] upgpkg: 3.3.7-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
breezy


Commits:
1a714551 by Maxime Gauduin at 2024-04-15T22:47:17+02:00
upgpkg: 3.3.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = breezy
pkgdesc = A decentralized revision control system with support for 
Bazaar and Git file formats
-   pkgver = 3.3.5
-   pkgrel = 2
+   pkgver = 3.3.7
+   pkgrel = 1
url = https://www.breezy-vcs.org/
arch = x86_64
license = GPL2
@@ -29,7 +29,7 @@ pkgbase = breezy
provides = bzr
conflicts = bzr
replaces = bzr
-   source = 
git+https://github.com/breezy-team/breezy.git#tag=abe1c92f161581e2c8386bcee0e35457250eca0b
+   source = 
git+https://github.com/breezy-team/breezy.git#tag=88d1ea57b5e2946f96a772572cb0364105d6b6a4
sha256sums = SKIP
 
 pkgname = breezy


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Adam Fontenot 
 
 pkgname=breezy
-pkgver=3.3.5
-pkgrel=2
+pkgver=3.3.7
+pkgrel=1
 pkgdesc='A decentralized revision control system with support for Bazaar and 
Git file formats'
 arch=(x86_64)
 url=https://www.breezy-vcs.org/
@@ -38,7 +38,7 @@ optdepends=(
 provides=(bzr)
 conflicts=(bzr)
 replaces=(bzr)
-_tag=abe1c92f161581e2c8386bcee0e35457250eca0b
+_tag=88d1ea57b5e2946f96a772572cb0364105d6b6a4
 source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

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




[Git][archlinux/packaging/packages/home-assistant] Pushed new tag 1-2024.4.3-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1-2024.4.3-1 at Arch Linux / Packaging / Packages 
/ home-assistant

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




[Git][archlinux/packaging/packages/home-assistant][main] upgpkg: 1:2024.4.3-1

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
home-assistant


Commits:
9fd7e2ee by Maxime Gauduin at 2024-04-15T22:37:33+02:00
upgpkg: 1:2024.4.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = home-assistant
pkgdesc = Open source home automation that puts local control and 
privacy first
-   pkgver = 2024.4.1
+   pkgver = 2024.4.3
pkgrel = 1
epoch = 1
url = https://home-assistant.io/
@@ -22,9 +22,9 @@ pkgbase = home-assistant
depends = python
depends = tzdata
depends = zlib
-   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=b1fb77cb4d6d78f93bf80959a6df2264cf49b868
+   source = 
home-assistant::git+https://github.com/home-assistant/core.git#tag=efe91815fbf2f57bf8f5b830c675cd6a579ff9b3
source = home-assistant.service
-   b2sums = 
7c1db00c1ec5affc43127046da99ddae79928b6a318629c81e15e0a2b7541a75ac5ea6fa144ffb5d9603c71811772afc760d951d70a90f5462ec88af9c25ba71
+   b2sums = 
19ddc607d7689b126644f6e6b78cdbdbe13299d5c149fc6d05b518efeddb5441ce1b8f25dac04baf2f1b90e7cdcebbe5ec405fb7813d58291f56594c0e132c0a
b2sums = 
d7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad
 
 pkgname = home-assistant


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2024.4.1
+pkgver=2024.4.3
 pkgrel=1
 epoch=1
 arch=(any)
@@ -33,12 +33,12 @@ makedepends=(
   python-setuptools
   python-wheel
 )
-_tag=b1fb77cb4d6d78f93bf80959a6df2264cf49b868
+_tag=efe91815fbf2f57bf8f5b830c675cd6a579ff9b3
 source=(
   home-assistant::git+https://github.com/home-assistant/core.git#tag=${_tag}
   home-assistant.service
 )
-b2sums=('7c1db00c1ec5affc43127046da99ddae79928b6a318629c81e15e0a2b7541a75ac5ea6fa144ffb5d9603c71811772afc760d951d70a90f5462ec88af9c25ba71'
+b2sums=('19ddc607d7689b126644f6e6b78cdbdbe13299d5c149fc6d05b518efeddb5441ce1b8f25dac04baf2f1b90e7cdcebbe5ec405fb7813d58291f56594c0e132c0a'
 
'd7a6cd85b89c74997cd7794e5205504033c37684d798bd12e40786f33fce846980d10373261444077cc527ef382246b8235573e1bb6ade8bb8e6d9e34f9961ad')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/home-assistant/-/commit/9fd7e2eea4135d8ed02a588e285e383640707676

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




[Git][archlinux/packaging/packages/emby-ffmpeg][main] fix patch

2024-04-15 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
emby-ffmpeg


Commits:
b4afbc83 by Maxime Gauduin at 2024-04-15T22:32:17+02:00
fix patch

- - - - -


2 changed files:

- − 06c2a2c425f22e7dba5cad909737a631cc676e3f.patch
- + 06c2a2c425f22e7dba5cad909737a631cc676e3f.patch


Changes:

=
06c2a2c425f22e7dba5cad909737a631cc676e3f.patch deleted
=
@@ -1 +0,0 @@
-/home/alucryd/Packages/src/06c2a2c425f22e7dba5cad909737a631cc676e3f.patch
\ No newline at end of file


=
06c2a2c425f22e7dba5cad909737a631cc676e3f.patch
=
@@ -0,0 +1,55 @@
+From 06c2a2c425f22e7dba5cad909737a631cc676e3f Mon Sep 17 00:00:00 2001
+From: Timo Rothenpieler 
+Date: Sun, 31 Mar 2024 18:39:49 +0200
+Subject: [PATCH] avcodec/nvenc: support SDK 12.2 bit depth API
+
+---
+ libavcodec/nvenc.c | 15 +++
+ libavcodec/nvenc.h |  5 +
+ 2 files changed, 20 insertions(+)
+
+diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
+index 0cb3b87c67d92..8327496937349 100644
+--- a/libavcodec/nvenc.c
 b/libavcodec/nvenc.c
+@@ -1255,6 +1255,11 @@ static av_cold int 
nvenc_setup_h264_config(AVCodecContext *avctx)
+ 
+ h264->level = ctx->level;
+ 
++#ifdef NVENC_HAVE_NEW_BIT_DEPTH_API
++h264->inputBitDepth = h264->outputBitDepth =
++IS_10BIT(ctx->data_pix_fmt) ? NV_ENC_BIT_DEPTH_10 : 
NV_ENC_BIT_DEPTH_8;
++#endif
++
+ if (ctx->coder >= 0)
+ h264->entropyCodingMode = ctx->coder;
+ 
+@@ -1370,7 +1375,12 @@ static av_cold int 
nvenc_setup_hevc_config(AVCodecContext *avctx)
+ 
+ hevc->chromaFormatIDC = IS_YUV444(ctx->data_pix_fmt) ? 3 : 1;
+ 
++#ifdef NVENC_HAVE_NEW_BIT_DEPTH_API
++hevc->inputBitDepth = hevc->outputBitDepth =
++IS_10BIT(ctx->data_pix_fmt) ? NV_ENC_BIT_DEPTH_10 : 
NV_ENC_BIT_DEPTH_8;
++#else
+ hevc->pixelBitDepthMinus8 = IS_10BIT(ctx->data_pix_fmt) ? 2 : 0;
++#endif
+ 
+ hevc->level = ctx->level;
+ 
+diff --git a/libavcodec/nvenc.h b/libavcodec/nvenc.h
+index 48cdfc58aa26e..d99d8a0d760a0 100644
+--- a/libavcodec/nvenc.h
 b/libavcodec/nvenc.h
+@@ -83,6 +83,11 @@ typedef void ID3D11Device;
+ #define NVENC_NO_DEPRECATED_RC
+ #endif
+ 
++// SDK 12.2 compile time feature checks
++#if NVENCAPI_CHECK_VERSION(12, 2)
++#define NVENC_HAVE_NEW_BIT_DEPTH_API
++#endif
++
+ typedef struct NvencSurface
+ {
+ NV_ENC_INPUT_PTR input_surface;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emby-ffmpeg/-/commit/b4afbc8300d5272e4d83307aa879c144537adae3

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




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

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


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


Commits:
c0791bd4 by David Runge at 2024-04-12T09:13:30+02:00
Add nvchecker integration

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

- - - - -
b1129760 by David Runge at 2024-04-15T22:23:48+02:00
upgpkg: 1.52.0-4

Rebuild with upstream patch for btrfs related tests.
Use linux-lts in tests, as the current linux kernel panics in the QEMU driven 
tests.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = libguestfs
pkgdesc = Access and modify virtual machine disk images
pkgver = 1.52.0
-   pkgrel = 3
+   pkgrel = 4
url = https://libguestfs.org/
arch = x86_64
license = GPL-2.0-or-later
license = LGPL-2.1-or-later
-   checkdepends = linux
+   checkdepends = linux-lts
checkdepends = ruby-test-unit
makedepends = bash-completion
makedepends = cdrtools
@@ -95,12 +95,15 @@ pkgbase = libguestfs
source = 
https://download.libguestfs.org/1.52-stable/libguestfs-1.52.0.tar.gz
source = 
https://download.libguestfs.org/1.52-stable/libguestfs-1.52.0.tar.gz.sig
source = libguestfs-1.48.1-disable_php_tests.patch
+   source = 
libguestfs-1.52.0-fix_btrfs_tests.patch::https://github.com/libguestfs/libguestfs/commit/7211aac047a10457650dad1da02383cfb8d24abb.patch
validpgpkeys = F7774FB1AD074A7E8C8767EA91738F73E1B768A0
sha512sums = 
48dfaabb6b371ab3476b42310d363addf2fd1dfe43876be3bc984953f6919a30c7de13ef235d83fdd39117d71aa6bbfb5fbb645c1b17bc3031798a2a2b3df9d7
sha512sums = SKIP
sha512sums = 
d59cad07e275f1fa5e82448993db5b3a6dc8cdd1fc97a8839ef0403ad3f1753a5d13df27b184d6c73fa8dda8bd75e63ad68aaad26001986682d5bc7eeb58273a
+   sha512sums = 
ebb2b4e7232a79706730111445de99dec19d1a07ec573efc5ec1df5d05ca45ab709694d725cd527351b60d18f72729ab28d2126a182cca8d50a5963b5da7b25a
b2sums = 
febcdb074902a9f92014477c423e70da065b336603e63fa4334d46b58158cb63c0c64d610d09d038aa9c7825de3590515ea75ffd789c51faca31cab50c973e2f
b2sums = SKIP
b2sums = 
2f7c429875d80b2b3a70286f83764ce6ed8be86055232fc059ab55ebf8393f9d29a2241401c7ab55af7ba9180ea85909647fe06ca51880f93bc66b488bcec78c
+   b2sums = 
54fcf965e915d151d4ef82a791b8fcc09b2926a41304c9d3a8d266153cd0c010332da288176b411ac412cf79e40b4a5d55b8f3799287cd5784d6eff08e775a3f
 
 pkgname = libguestfs


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[libguestfs]
+source = "git"
+git = "https://github.com/libguestfs/libguestfs;
+# uneven versions are considered unstable
+include_regex = '^v([\d.]+).([\d]*)[02468]{1}.([\d.]+)$'
+prefix = "v"


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=libguestfs
 pkgver=1.52.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Access and modify virtual machine disk images"
 arch=(x86_64)
 url="https://libguestfs.org/;
@@ -100,7 +100,7 @@ makedepends=(
   vala
 )
 checkdepends=(
-  linux
+  linux-lts  # test against LTS kernel: 
https://github.com/libguestfs/libguestfs/issues/139
   ruby-test-unit
 )
 optdepends=(
@@ -119,19 +119,25 @@ backup=(etc/libguestfs-tools.conf)
 source=(
   
https://download.libguestfs.org/${pkgver%.*}-stable/$pkgname-$pkgver.tar.gz{,.sig}
   $pkgname-1.48.1-disable_php_tests.patch
+  
$pkgname-1.52.0-fix_btrfs_tests.patch::https://github.com/libguestfs/libguestfs/commit/7211aac047a10457650dad1da02383cfb8d24abb.patch
 )
 
sha512sums=('48dfaabb6b371ab3476b42310d363addf2fd1dfe43876be3bc984953f6919a30c7de13ef235d83fdd39117d71aa6bbfb5fbb645c1b17bc3031798a2a2b3df9d7'
 'SKIP'
-
'd59cad07e275f1fa5e82448993db5b3a6dc8cdd1fc97a8839ef0403ad3f1753a5d13df27b184d6c73fa8dda8bd75e63ad68aaad26001986682d5bc7eeb58273a')
+
'd59cad07e275f1fa5e82448993db5b3a6dc8cdd1fc97a8839ef0403ad3f1753a5d13df27b184d6c73fa8dda8bd75e63ad68aaad26001986682d5bc7eeb58273a'
+
'ebb2b4e7232a79706730111445de99dec19d1a07ec573efc5ec1df5d05ca45ab709694d725cd527351b60d18f72729ab28d2126a182cca8d50a5963b5da7b25a')
 
b2sums=('febcdb074902a9f92014477c423e70da065b336603e63fa4334d46b58158cb63c0c64d610d09d038aa9c7825de3590515ea75ffd789c51faca31cab50c973e2f'
 'SKIP'
-
'2f7c429875d80b2b3a70286f83764ce6ed8be86055232fc059ab55ebf8393f9d29a2241401c7ab55af7ba9180ea85909647fe06ca51880f93bc66b488bcec78c')
+
'2f7c429875d80b2b3a70286f83764ce6ed8be86055232fc059ab55ebf8393f9d29a2241401c7ab55af7ba9180ea85909647fe06ca51880f93bc66b488bcec78c'
+
'54fcf965e915d151d4ef82a791b8fcc09b2926a41304c9d3a8d266153cd0c010332da288176b411ac412cf79e40b4a5d55b8f3799287cd5784d6eff08e775a3f')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 prepare() {
   # disable php tests, as missing arginfo definition makes them 

[Git][archlinux/packaging/packages/libguestfs] Pushed new tag 1.52.0-4

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


David Runge pushed new tag 1.52.0-4 at Arch Linux / Packaging / Packages / 
libguestfs

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




[Git][archlinux/packaging/packages/filezilla][main] upgpkg: 3.67.0-1

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


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


Commits:
080bc688 by Frederik Schwan at 2024-04-15T21:20:52+02:00
upgpkg: 3.67.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = filezilla
pkgdesc = Fast and reliable FTP, FTPS and SFTP client
-   pkgver = 3.66.5
+   pkgver = 3.67.0
pkgrel = 1
url = https://filezilla-project.org/
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = filezilla
depends = libsqlite3.so
depends = wxwidgets-gtk3
depends = xdg-utils
-   source = 
https://download.filezilla-project.org/client/FileZilla_3.66.5_src.tar.xz
-   sha256sums = 
92122819bae6341070ba4b6ecb457e6730b46e7dc89942990903f298903d1b3b
-   sha512sums = 
b250e65894a3e8c8eb0eac25b3ffa5cd1348df2a38b1e6fa5eb735fff1945dbeb1fbcfe10a8188c260e9fbeaeb78322cb8aa56f6386fd39803421d01bbc8b2dd
+   source = 
https://download.filezilla-project.org/client/FileZilla_3.67.0_src.tar.xz
+   sha256sums = 
e5dadc807db999ceb464984f974d3ef59b562c59546658057e9b201183adaf9a
+   sha512sums = 
b2d4cd45f2ed7e70fbb11500a42fe0d0e51919831a35bcfb439455d03af8eb744eb25d7f7b6ea9a94c424065e4d071d9706fcf46019da829d1318c099ab8108c
 
 pkgname = filezilla


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=filezilla
-pkgver=3.66.5
+pkgver=3.67.0
 pkgrel=1
 pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
 url='https://filezilla-project.org/'
@@ -25,8 +25,8 @@ makedepends=(
   libidn
 )
 
source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.xz)
-sha256sums=('92122819bae6341070ba4b6ecb457e6730b46e7dc89942990903f298903d1b3b')
-sha512sums=('b250e65894a3e8c8eb0eac25b3ffa5cd1348df2a38b1e6fa5eb735fff1945dbeb1fbcfe10a8188c260e9fbeaeb78322cb8aa56f6386fd39803421d01bbc8b2dd')
+sha256sums=('e5dadc807db999ceb464984f974d3ef59b562c59546658057e9b201183adaf9a')
+sha512sums=('b2d4cd45f2ed7e70fbb11500a42fe0d0e51919831a35bcfb439455d03af8eb744eb25d7f7b6ea9a94c424065e4d071d9706fcf46019da829d1318c099ab8108c')
 
 prepare() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/filezilla/-/commit/080bc6888e105004d3ad60104f10881986c17598

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




[Git][archlinux/packaging/packages/filezilla] Pushed new tag 3.67.0-1

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


Frederik Schwan pushed new tag 3.67.0-1 at Arch Linux / Packaging / Packages / 
filezilla

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




[Git][archlinux/packaging/packages/libfilezilla][main] upgpkg: 1:0.47.0-1

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


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


Commits:
18ff5c4a by Frederik Schwan at 2024-04-15T21:16:40+02:00
upgpkg: 1:0.47.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libfilezilla
pkgdesc = Small and modern C++ library, offering some basic 
functionality to build high-performing, platform-independent programs
-   pkgver = 0.46.0
+   pkgver = 0.47.0
pkgrel = 1
epoch = 1
url = https://lib.filezilla-project.org/
@@ -15,8 +15,8 @@ pkgbase = libfilezilla
depends = libnettle.so
depends = libhogweed.so
provides = libfilezilla.so
-   source = 
https://download.filezilla-project.org/libfilezilla/libfilezilla-0.46.0.tar.xz
-   sha512sums = 
721186993b9af7087033d9acd03ecd70a6a567cd46ded0d26e141ffccba5aed31d5095f3a1d56397280a6f75ad53460c9acbbb3650881e57dccd6f67ccbbf9ba
-   b2sums = 
9516260054f7b9d0df0cecf41912536c03f824dd7a43cf8eb52ef7690c3f4edb0ba828fb7fe1c016ac3a4db60a9e6b7a7a03cc90de1bac59439c9f989c3eec5d
+   source = 
https://download.filezilla-project.org/libfilezilla/libfilezilla-0.47.0.tar.xz
+   sha512sums = 
28af8aeacc5b6b188613c2afebb23477aa0c6908cd2bfe7dc39ba4b69fa67f2d18a64cdefe52968f429b18545fe03c031363b3aa9ed07b2ecb9faa56b1275282
+   b2sums = 
ba35bd990889a779f4c14c5c76c29dc5fed1bb97168e8dec75a59984133d6dbd56850208c55d6549c80dc2069ea007e0a26d7b604dbf9752c6ac018493a96627
 
 pkgname = libfilezilla


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libfilezilla
 epoch=1
-pkgver=0.46.0
+pkgver=0.47.0
 pkgrel=1
 pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
 url='https://lib.filezilla-project.org/'
@@ -15,8 +15,8 @@ makedepends=(clang)
 checkdepends=('cppunit')
 provides=('libfilezilla.so')
 
source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.xz)
-sha512sums=('721186993b9af7087033d9acd03ecd70a6a567cd46ded0d26e141ffccba5aed31d5095f3a1d56397280a6f75ad53460c9acbbb3650881e57dccd6f67ccbbf9ba')
-b2sums=('9516260054f7b9d0df0cecf41912536c03f824dd7a43cf8eb52ef7690c3f4edb0ba828fb7fe1c016ac3a4db60a9e6b7a7a03cc90de1bac59439c9f989c3eec5d')
+sha512sums=('28af8aeacc5b6b188613c2afebb23477aa0c6908cd2bfe7dc39ba4b69fa67f2d18a64cdefe52968f429b18545fe03c031363b3aa9ed07b2ecb9faa56b1275282')
+b2sums=('ba35bd990889a779f4c14c5c76c29dc5fed1bb97168e8dec75a59984133d6dbd56850208c55d6549c80dc2069ea007e0a26d7b604dbf9752c6ac018493a96627')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfilezilla/-/commit/18ff5c4a9c9aee03c6957a58e17b34ae05dc586c

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




[Git][archlinux/packaging/packages/libfilezilla] Pushed new tag 1-0.47.0-1

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


Frederik Schwan pushed new tag 1-0.47.0-1 at Arch Linux / Packaging / Packages 
/ libfilezilla

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




[Git][archlinux/packaging/packages/libxcb][main] upgpkg: 1.17.0-1

2024-04-15 Thread Andreas Radke (@andyrtr)


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


Commits:
fbbd7b9c by Andreas Radke at 2024-04-15T21:13:47+02:00
upgpkg: 1.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxcb
pkgdesc = X11 client-side library
-   pkgver = 1.16.1
+   pkgver = 1.17.0
pkgrel = 1
url = https://gitlab.freedesktop.org/xorg/lib/libxcb
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = libxcb
depends = libxdmcp
depends = libxau
depends = glibc
-   source = 
https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.16.1.tar.xz
-   source = 
https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.16.1.tar.xz.sig
-   validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
-   sha512sums = 
e3afdae1c0e2a5ae2add7b2c4fdd3283cb86023ef6448f5b8b29a4bb72c274e34eaf0fc7523762bcd3f5116910fe7374490e8f26c25744301563ced80acc3e7f
+   source = 
https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.17.0.tar.xz
+   source = 
https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.17.0.tar.xz.sig
+   validpgpkeys = 3BB639E56F861FA2E86505690FDD682D974CA72A
+   sha512sums = 
945b1f28e8b407a4d0ebf88c99ef3cbef763fd75e6eaa8e971946e44ce8dbe9b478c56ae85dab7fdb25987e88570d9d4fb9ad2febd6d6bf21d644a0e10d0
sha512sums = SKIP
 
 pkgname = libxcb


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libxcb
-pkgver=1.16.1
+pkgver=1.17.0
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=('x86_64')
@@ -12,11 +12,11 @@ depends=('xcb-proto' 'libxdmcp' 'libxau' 'glibc')
 makedepends=('libxslt' 'python' 'xorg-util-macros' 'xorgproto')
 license=('X11')
 
source=(https://xorg.freedesktop.org/archive/individual/lib/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('e3afdae1c0e2a5ae2add7b2c4fdd3283cb86023ef6448f5b8b29a4bb72c274e34eaf0fc7523762bcd3f5116910fe7374490e8f26c25744301563ced80acc3e7f'
+sha512sums=('945b1f28e8b407a4d0ebf88c99ef3cbef763fd75e6eaa8e971946e44ce8dbe9b478c56ae85dab7fdb25987e88570d9d4fb9ad2febd6d6bf21d644a0e10d0'
 'SKIP')
 #validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
-#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 
 build() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libxcb/-/commit/fbbd7b9cd0a0f2d1ccdffb5236baea677424f149

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




[Git][archlinux/packaging/packages/libxcb] Pushed new tag 1.17.0-1

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.17.0-1 at Arch Linux / Packaging / Packages / 
libxcb

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




[Git][archlinux/packaging/packages/xcb-proto] Pushed new tag 1.17.0-2

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.17.0-2 at Arch Linux / Packaging / Packages / 
xcb-proto

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




[Git][archlinux/packaging/packages/xcb-proto][main] upgpkg: 1.17.0-2; python 3.12 rebuild

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xcb-proto


Commits:
2d771215 by Andreas Radke at 2024-04-15T21:09:42+02:00
upgpkg: 1.17.0-2; python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xcb-proto
pkgdesc = XML-XCB protocol descriptions
pkgver = 1.17.0
-   pkgrel = 1
+   pkgrel = 2
url = https://xcb.freedesktop.org/
arch = any
license = X11-distribute-modifications-variant


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=xcb-proto
 pkgver=1.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xcb-proto/-/commit/2d7712151e60abba8c433ac3b1e9ccfca0c1d193

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




[Git][archlinux/packaging/packages/xcb-proto][main] upgpkg: 1.17.0-1

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xcb-proto


Commits:
13360629 by Andreas Radke at 2024-04-15T21:08:12+02:00
upgpkg: 1.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = xcb-proto
pkgdesc = XML-XCB protocol descriptions
-   pkgver = 1.16.0
-   pkgrel = 2
+   pkgver = 1.17.0
+   pkgrel = 1
url = https://xcb.freedesktop.org/
arch = any
license = X11-distribute-modifications-variant
makedepends = python
makedepends = libxml2
-   source = 
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.xz
-   source = 
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.xz.sig
+   source = 
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.tar.xz
+   source = 
https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.tar.xz.sig
validpgpkeys = 3BB639E56F861FA2E86505690FDD682D974CA72A
-   sha512sums = 
54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972
+   sha512sums = 
34c3795e5a48a66d89b72ee1777fb0bede489d5ec07018e6c9ef3c13bdd60b0358fc2c04a1f0ed0acb5b681aeeb92033db579036e4f5edd967fe56714c03acdf
sha512sums = SKIP
 
 pkgname = xcb-proto


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.0
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;
 license=('X11-distribute-modifications-variant')
 makedepends=('python' 'libxml2')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972'
+sha512sums=('34c3795e5a48a66d89b72ee1777fb0bede489d5ec07018e6c9ef3c13bdd60b0358fc2c04a1f0ed0acb5b681aeeb92033db579036e4f5edd967fe56714c03acdf'
 'SKIP')
 #validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xcb-proto/-/commit/13360629162f32770a0550d6a83b7a64a1a68ba8

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




[Git][archlinux/packaging/packages/xcb-proto] Pushed new tag 1.17.0-1

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.17.0-1 at Arch Linux / Packaging / Packages / 
xcb-proto

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




[Git][archlinux/packaging/packages/putty] Pushed new tag 0.81-1

2024-04-15 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 0.81-1 at Arch Linux / Packaging / Packages / 
putty

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




[Git][archlinux/packaging/packages/putty][main] upgpkg: 0.81-1: new upstream release, fixing CVE-2024-31497

2024-04-15 Thread Christian Hesse (@eworm)


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


Commits:
31eb03c9 by Christian Hesse at 2024-04-15T21:04:43+02:00
upgpkg: 0.81-1: new upstream release, fixing CVE-2024-31497

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = putty
pkgdesc = A terminal integrated SSH/Telnet client
-   pkgver = 0.80
+   pkgver = 0.81
pkgrel = 1
url = https://www.chiark.greenend.org.uk/~sgtatham/putty/
arch = x86_64
license = MIT
makedepends = cmake
depends = gtk3
-   source = https://the.earth.li/~sgtatham/putty/0.80/putty-0.80.tar.gz
-   source = 
putty-0.80.tar.gz.sig::https://the.earth.li/~sgtatham/putty/0.80/putty-0.80.tar.gz.gpg
+   source = https://the.earth.li/~sgtatham/putty/0.81/putty-0.81.tar.gz
+   source = 
putty-0.81.tar.gz.sig::https://the.earth.li/~sgtatham/putty/0.81/putty-0.81.tar.gz.gpg
source = putty.desktop
source = putty.png
source = putty.xpm
validpgpkeys = F412BA3AA30FDC0E77B4E3871993D21BCAD1AA77
-   sha256sums = 
2013c83a721b1753529e9090f7c3830e8fe4c80a070ccce764539badb3f67081
+   sha256sums = 
cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe
sha256sums = SKIP
sha256sums = 
4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c
sha256sums = 
93ba8ea8abf942f4de1c6cd167d4b5c2d6246fb1aa39dc49571cc18d167460c1


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.80
+pkgver=0.81
 pkgrel=1
 pkgdesc='A terminal integrated SSH/Telnet client'
 arch=('x86_64')
@@ -16,7 +16,7 @@ 
source=("https://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar
 'putty.desktop'
 'putty.png'
 'putty.xpm')
-sha256sums=('2013c83a721b1753529e9090f7c3830e8fe4c80a070ccce764539badb3f67081'
+sha256sums=('cb8b00a94f453494e345a3df281d7a3ed26bb0dd7e36264f145206f8857639fe'
 'SKIP'
 '4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
 '93ba8ea8abf942f4de1c6cd167d4b5c2d6246fb1aa39dc49571cc18d167460c1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/putty/-/commit/31eb03c92f45c3e9881126afe69e3953312d37d8

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




[Git][archlinux/packaging/packages/doulos-sil-font][main] Fix pkgbase in nvchecker config

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
doulos-sil-font


Commits:
9cfb323b by Caleb Maclennan at 2024-04-15T22:03:23+03:00
Fix pkgbase in nvchecker config

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/doulos-sil-font/-/commit/9cfb323b594fc1bdb09c966ce94e45fb5684fa48

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




[Git][archlinux/packaging/packages/yq][main] upgpkg: 3.3.1-2: Rebuild with Python 3.12

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


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


Commits:
4f26245f by Caleb Maclennan at 2024-04-15T21:26:09+03:00
upgpkg: 3.3.1-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = yq
pkgdesc = Command-line YAML, XML, TOML processor - jq wrapper for 
YAML/XML/TOML documents
pkgver = 3.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/kislyuk/yq
arch = any
license = Apache


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=yq
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML 
documents"
 arch=('any')
 url="https://github.com/kislyuk/yq;



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

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




[Git][archlinux/packaging/packages/yq] Pushed new tag 3.3.1-2

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


Caleb Maclennan pushed new tag 3.3.1-2 at Arch Linux / Packaging / Packages / yq

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




[Git][archlinux/packaging/packages/firefox][main] 125.0-1

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


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


Commits:
11fad7c5 by Jan Alexander Steffens (heftig) at 2024-04-15T20:25:32+02:00
125.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox
pkgdesc = Standalone web browser from mozilla.org
-   pkgver = 124.0.2
+   pkgver = 125.0
pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
@@ -44,16 +44,16 @@ pkgbase = firefox
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0/source/firefox-125.0.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/125.0/source/firefox-125.0.source.tar.xz.asc
source = firefox.desktop
source = identity-icons-brand.svg
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c
+   sha256sums = 
beeef124a0808ca2e71b84b45251de42c4b1a818467505b8778935df1d829b19
sha256sums = SKIP
sha256sums = 
1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
-   b2sums = 
eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6
+   b2sums = 
cf8216cf796e06a143bcd7c63c313524f504d12744631808fae8e56e68c9b6d7600ef2ca2c65b0108f11b4161d7ca050f21e1654f1bc591fa41d118b432c2749
b2sums = SKIP
b2sums = 
d07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=124.0.2
+pkgver=125.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/;
@@ -66,11 +66,11 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('a6526d3540e19c8875cb7364e4490436c189478d375c4cb5216b0414e4b2d91c'
+sha256sums=('beeef124a0808ca2e71b84b45251de42c4b1a818467505b8778935df1d829b19'
 'SKIP'
 '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
-b2sums=('eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6'
+b2sums=('cf8216cf796e06a143bcd7c63c313524f504d12744631808fae8e56e68c9b6d7600ef2ca2c65b0108f11b4161d7ca050f21e1654f1bc591fa41d118b432c2749'
 'SKIP'
 
'd07557840097dd48a60c51cc5111950781e1c6ce27693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox/-/commit/11fad7c5662d718d9681964aec8de8ca892324f9

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




[Git][archlinux/packaging/packages/firefox] Pushed new tag 125.0-1

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


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

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




[Git][archlinux/packaging/packages/yq][main] upgpkg: 3.3.1-1

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


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


Commits:
408e6786 by Caleb Maclennan at 2024-04-15T21:25:27+03:00
upgpkg: 3.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = yq
pkgdesc = Command-line YAML, XML, TOML processor - jq wrapper for 
YAML/XML/TOML documents
-   pkgver = 3.3.0
-   pkgrel = 2
+   pkgver = 3.3.1
+   pkgrel = 1
url = https://github.com/kislyuk/yq
arch = any
license = Apache
@@ -15,8 +15,8 @@ pkgbase = yq
depends = python-xmltodict
depends = python-yaml
conflicts = go-yq
-   source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.3.0.tar.gz
-   sha256sums = 
d2ab562f11b1e0e5b9654b9b06d43f8a205269cc7bda2ce077325f5a123651dc
-   b2sums = 
5fc6e7315a7be87d2552209e7df30534101ace4d7311cfd32f4ddf9e4dde64b5af0499695f0ed960c416218cd0c3a1fd1feebfd4ffa5e4e21d3acb63462d7aef
+   source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.3.1.tar.gz
+   sha256sums = 
09c6c56bae8d5a3fe36222aa74fd343625071c511f02699c35346388a47a32a5
+   b2sums = 
bf341fc128761c2fff3dadcf0e3a00abab649b88b9210d4e9c01f9594ab64dfc375a99e3be180f1f1147c8a1f55dd0cb65953b6ddbc1a24bace7f0e9d324994b
 
 pkgname = yq


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=yq
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML 
documents"
 arch=('any')
 url="https://github.com/kislyuk/yq;
@@ -18,8 +18,8 @@ depends=('jq'
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
 conflicts=('go-yq')
 
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d2ab562f11b1e0e5b9654b9b06d43f8a205269cc7bda2ce077325f5a123651dc')
-b2sums=('5fc6e7315a7be87d2552209e7df30534101ace4d7311cfd32f4ddf9e4dde64b5af0499695f0ed960c416218cd0c3a1fd1feebfd4ffa5e4e21d3acb63462d7aef')
+sha256sums=('09c6c56bae8d5a3fe36222aa74fd343625071c511f02699c35346388a47a32a5')
+b2sums=('bf341fc128761c2fff3dadcf0e3a00abab649b88b9210d4e9c01f9594ab64dfc375a99e3be180f1f1147c8a1f55dd0cb65953b6ddbc1a24bace7f0e9d324994b')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yq/-/commit/408e678637884e2130a53be3cc50661f8ee9fa7d

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




[Git][archlinux/packaging/packages/yq] Pushed new tag 3.3.1-1

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


Caleb Maclennan pushed new tag 3.3.1-1 at Arch Linux / Packaging / Packages / yq

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




[Git][archlinux/packaging/packages/texlive-texmf][main] upgpkg: 2024.2-1: Update to 2024.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
texlive-texmf


Commits:
a859065a by Antonio Rojas at 2024-04-15T20:17:27+02:00
upgpkg: 2024.2-1: Update to 2024.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = texlive-texmf
pkgdesc = TeX Live -
-   pkgver = 2024.0
-   pkgrel = 3
-   url = http://tug.org/texlive/
+   pkgver = 2024.2
+   pkgrel = 1
+   url = https://tug.org/texlive/
arch = any
license = GPL
makedepends = subversion
depends = texlive-bin
options = !strip
-   source = 
texmf-dist-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/texmf-dist#revision=70639
-   source = 
tlpkg-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/tlpkg#revision=70639
-   source = 
x86_64-linux-2024.0::svn://tug.org/texlive/tags/texlive-2024.0/Master/bin/x86_64-linux#revision=70639
+   source = 
texmf-dist-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/texmf-dist#revision=70897
+   source = 
tlpkg-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/tlpkg#revision=70897
+   source = 
x86_64-linux-2024.2::svn://tug.org/texlive/tags/texlive-2024.2/Master/bin/x86_64-linux#revision=70897
source = 09-texlive-fonts.conf
source = texmf.cnf.patch
source = texmfcnf.lua.patch


=
PKGBUILD
=
@@ -9,9 +9,9 @@ _collections=( basic bibtexextra binextra context fontsextra 
fontsrecommended fo
 for _coll in ${_collections[@]}; do
   pkgname+=(texlive-$_coll)
 done
-_rev=70639
-pkgver=2024.0
-pkgrel=3
+_rev=70897
+pkgver=2024.2
+pkgrel=1
 pkgdesc='TeX Live - '
 license=(GPL)
 arch=(any)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/commit/a859065a149f9cdd2e641ae948173436ad5cffd0

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




[Git][archlinux/packaging/packages/texlive-texmf] Pushed new tag 2024.2-1

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


Antonio Rojas pushed new tag 2024.2-1 at Arch Linux / Packaging / Packages / 
texlive-texmf

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




[Git][archlinux/packaging/packages/ming] Pushed new tag 0.4.8.r68.g04aee523-6

2024-04-15 Thread Connor Behan (@cbehan)


Connor Behan pushed new tag 0.4.8.r68.g04aee523-6 at Arch Linux / Packaging / 
Packages / ming

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/tree/0.4.8.r68.g04aee523-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ming][main] upgpkg: 0.4.8.r68.g04aee523-6: Update to 0.4.8-6

2024-04-15 Thread Connor Behan (@cbehan)


Connor Behan pushed to branch main at Arch Linux / Packaging / Packages / ming


Commits:
f5432641 by Connor Behan at 2024-04-15T15:17:51-03:00
upgpkg: 0.4.8.r68.g04aee523-6: Update to 0.4.8-6

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = ming
+   pkgdesc = SWF output library
+   pkgver = 0.4.8.r68.g04aee523
+   pkgrel = 6
+   url = https://github.com/libming
+   arch = x86_64
+   license = GPL
+   license = LGPL
+   makedepends = bison
+   makedepends = pkgconf
+   makedepends = swig
+   makedepends = python-setuptools
+   makedepends = git
+   depends = freetype2
+   depends = libpng
+   depends = flex
+   depends = giflib
+   options = !emptydirs
+   source = 
git+https://github.com/libming/libming.git#commit=04aee52363688426eab74f5d6180c149654a6473
+   source = py3.patch
+   source = ming-0.4.8-swig-4.1.patch
+   sha256sums = SKIP
+   sha256sums = 
c33000d71c4e7308c6c4b7a3be05087d6b088b86caa841d0e11585c26cbc1e64
+   sha256sums = 
33cca7f5f5b17805a0ca1b56e4ef1e2be3492169bbb8500a3d872b3ac762758e
+
+pkgname = ming


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=ming
 pkgver=0.4.8.r68.g04aee523
-pkgrel=5
+pkgrel=6
 pkgdesc="SWF output library"
 arch=('x86_64')
 url="https://github.com/libming;
 license=('GPL' 'LGPL')
 depends=('freetype2' 'libpng' 'flex' 'giflib')
-makedepends=('bison' 'pkgconf' 'swig' 'python' 'git')
+makedepends=('bison' 'pkgconf' 'swig' 'python-setuptools' 'git')
 options=('!emptydirs')
 
source=(git+https://github.com/libming/libming.git#commit=04aee52363688426eab74f5d6180c149654a6473
 py3.patch ming-0.4.8-swig-4.1.patch)
 sha256sums=('SKIP'
@@ -35,6 +35,7 @@ build() {
   bison -y -p swf4 -b swf4compiler swf4compiler.y
   bison -y -p swf5 -b swf5compiler swf5compiler.y
   popd
+  ln -s ../ming.i py_ext/ming.i
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/commit/f543264105b93a640066f8cb9063001daddec5ce

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




[Git][archlinux/packaging/packages/bluez] Pushed new tag 5.75-1

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 5.75-1 at Arch Linux / Packaging / Packages / bluez

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




[Git][archlinux/packaging/packages/bluez][main] upgpkg: 5.75-1

2024-04-15 Thread Andreas Radke (@andyrtr)


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


Commits:
5f8975cd by Andreas Radke at 2024-04-15T20:12:54+02:00
upgpkg: 5.75-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = bluez
-   pkgver = 5.74
+   pkgver = 5.75
pkgrel = 1
url = http://www.bluez.org/
arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = bluez
makedepends = python-docutils
makedepends = python-pygments
makedepends = cups
-   source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.74.tar.xz
-   source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.74.tar.sign
+   source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.75.tar.xz
+   source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.75.tar.sign
source = bluetooth.modprobe
validpgpkeys = E932D120BC2AEC444E558F0106CA9F5D1DCF2659
-   sha256sums = 
1b35d23099f6b66d1ab065c17bf9bf286e854063e9b17477b17804d70de9089a
+   sha256sums = 
988cb3c4551f6e3a667708a578f5ca9f93fc896508f98f08709be4f8ab033c2f
sha256sums = SKIP
sha256sums = 
46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4
 


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 
'bluez-deprecated-tools' 'bluez-hid2hci' 'bluez-mesh' 'bluez-obex')
-pkgver=5.74
+pkgver=5.75
 pkgrel=1
 url="http://www.bluez.org/;
 arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 
'ell' 'python-docuti
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('1b35d23099f6b66d1ab065c17bf9bf286e854063e9b17477b17804d70de9089a'
+sha256sums=('988cb3c4551f6e3a667708a578f5ca9f93fc896508f98f08709be4f8ab033c2f'
 'SKIP'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 




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

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




[Git][archlinux/packaging/packages/penlight] Pushed new tag 1.14.0-1

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


Caleb Maclennan pushed new tag 1.14.0-1 at Arch Linux / Packaging / Packages / 
penlight

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




[Git][archlinux/packaging/packages/penlight][main] upgpkg: 1.14.0-1

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


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


Commits:
8c8f8d5b by Caleb Maclennan at 2024-04-15T20:54:00+03:00
upgpkg: 1.14.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,35 @@
+pkgbase = penlight
+   pkgdesc = Lua libraries focusing on input data handling
+   pkgver = 1.14.0
+   pkgrel = 1
+   url = https://github.com/lunarmodules/Penlight
+   arch = any
+   license = MIT
+   checkdepends = busted
+   checkdepends = lua51-busted
+   checkdepends = lua51-filesystem
+   checkdepends = lua52-busted
+   checkdepends = lua52-filesystem
+   checkdepends = lua53-busted
+   checkdepends = lua53-filesystem
+   checkdepends = lua-busted
+   checkdepends = lua-filesystem
+   makedepends = luarocks
+   makedepends = lua51
+   makedepends = lua52
+   makedepends = lua53
+   makedepends = lua
+   source = 
https://github.com/lunarmodules/Penlight/archive/1.14.0/lua-penlight-1.14.0.tar.gz
+   sha256sums = 
2387431c0e83c4189cccb35b989141a3280d735cb5d42bacf3451af9869bebf7
+
+pkgname = lua-penlight
+   depends = lua-filesystem
+
+pkgname = lua53-penlight
+   depends = lua53-filesystem
+
+pkgname = lua52-penlight
+   depends = lua52-filesystem
+
+pkgname = lua51-penlight
+   depends = lua51-filesystem


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgbase=penlight
 pkgname=('lua-penlight' 'lua53-penlight' 'lua52-penlight' 'lua51-penlight')
-pkgver=1.13.1
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='Lua libraries focusing on input data handling'
 url='https://github.com/lunarmodules/Penlight'
@@ -26,7 +26,7 @@ checkdepends=('busted'
   'lua-busted'
   'lua-filesystem')
 
source=("https://github.com/lunarmodules/Penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('530380e1a377df519c2e589f47823f79701f8e0e67f6bbd994e18d09a470b680')
+sha256sums=('2387431c0e83c4189cccb35b989141a3280d735cb5d42bacf3451af9869bebf7')
 
 build() {
   cd Penlight-${pkgver}



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

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




[Git][archlinux/packaging/packages/fuzzel][main] upgpkg: 1.10.2-1

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


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


Commits:
b0f441c5 by Caleb Maclennan at 2024-04-15T20:51:15+03:00
upgpkg: 1.10.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = fuzzel
pkgdesc = Application launcher for wlroots based Wayland compositors
-   pkgver = 1.10.1
-   pkgrel = 2
+   pkgver = 1.10.2
+   pkgrel = 1
url = https://codeberg.org/dnkl/fuzzel
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = fuzzel
depends = pixman
depends = wayland
backup = etc/xdg/fuzzel/fuzzel.ini
-   source = 
fuzzel-1.10.1.tar.gz::https://codeberg.org/dnkl/fuzzel/archive/1.10.1.tar.gz
-   sha256sums = 
e89bf8395d92aa0975e6487049c47e44e40ebf0997dc493a8bb03ec465f1910a
+   source = 
fuzzel-1.10.2.tar.gz::https://codeberg.org/dnkl/fuzzel/archive/1.10.2.tar.gz
+   sha256sums = 
5362175f301af3f27c23138ac339294ce33dff61720ffc7eb13e78ec56f60a8b
 
 pkgname = fuzzel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Daniel Eklöf 
 
 pkgname=fuzzel
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.10.2
+pkgrel=1
 pkgdesc='Application launcher for wlroots based Wayland compositors'
 url="https://codeberg.org/dnkl/$pkgname;
 arch=(x86_64)
@@ -22,7 +22,7 @@ makedepends=(meson
  wayland-protocols)
 backup=('etc/xdg/fuzzel/fuzzel.ini')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e89bf8395d92aa0975e6487049c47e44e40ebf0997dc493a8bb03ec465f1910a')
+sha256sums=('5362175f301af3f27c23138ac339294ce33dff61720ffc7eb13e78ec56f60a8b')
 
 build() {
cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fuzzel/-/commit/b0f441c54ed88fa553990219bb5685f9643153ee

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




[Git][archlinux/packaging/packages/fuzzel] Pushed new tag 1.10.2-1

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


Caleb Maclennan pushed new tag 1.10.2-1 at Arch Linux / Packaging / Packages / 
fuzzel

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




[Git][archlinux/packaging/packages/tmux] Pushed new tag 3.4-6

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


T.J. Townsend pushed new tag 3.4-6 at Arch Linux / Packaging / Packages / tmux

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




[Git][archlinux/packaging/packages/tmux][main] upgpkg: 3.4-6: revert commit that breaks searching

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


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


Commits:
6c9ca1a6 by T.J. Townsend at 2024-04-15T13:48:26-04:00
upgpkg: 3.4-6: revert commit that breaks searching

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tmux
pkgdesc = Terminal multiplexer
pkgver = 3.4
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/tmux/tmux/wiki
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tmux
 pkgver=3.4
-pkgrel=5
+pkgrel=6
 pkgdesc='Terminal multiplexer'
 url='https://github.com/tmux/tmux/wiki'
 arch=('x86_64')
@@ -19,6 +19,8 @@ 
sha256sums=('71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0')
 prepare() {
cd "$pkgname"
 
+   # https://github.com/tmux/tmux/issues/3864
+   git revert -n 43e5e80343185e69a1b864fc48095ede0b898180
sh autogen.sh
 }
 



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

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




[Git][archlinux/packaging/packages/python-ipympl][main] upgpkg: 0.9.4-2: Python 3.12 rebuild

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


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


Commits:
c0dd9e05 by Antonio Rojas at 2024-04-15T19:39:44+02:00
upgpkg: 0.9.4-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ipympl
pkgdesc = Matplotlib Jupyter Extension
pkgver = 0.9.4
-   pkgrel = 1
+   pkgrel = 2
url = https://pypi.org/project/ipympl/
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _pyname=ipympl
 pkgname=python-$_pyname
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Matplotlib Jupyter Extension'
 url='https://pypi.org/project/ipympl/'
 depends=(ipython



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

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




[Git][archlinux/packaging/packages/python-ipympl] Pushed new tag 0.9.4-2

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


Antonio Rojas pushed new tag 0.9.4-2 at Arch Linux / Packaging / Packages / 
python-ipympl

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




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

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


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


Commits:
7132bda2 by Sven-Hendrik Haase at 2024-04-15T19:20:47+02:00
upgpkg: 4.16.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = telegram-desktop
pkgdesc = Official Telegram Desktop client
-   pkgver = 4.16.6
+   pkgver = 4.16.7
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/v4.16.6/tdesktop-4.16.6-full.tar.gz
-   sha512sums = 
5b580d36c8b8a90981c3541d4c148df37bb7ebdec0970bfbfe4c1a9a1175e3cf41c2a14d854d7d917482aa9086ee712844ec40780741df22ad6d42fcf3c48f1f
+   source = 
https://github.com/telegramdesktop/tdesktop/releases/download/v4.16.7/tdesktop-4.16.7-full.tar.gz
+   sha512sums = 
51de8e6aaa4151a5458d51046203686880d9c6eb39993c41ce6982b6521e91b6cd44b5aec542f8f3a07866888ba4d93d2acaed057576ecab01830f884da22fc1
 
 pkgname = telegram-desktop


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.16.6
+pkgver=4.16.7
 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=('5b580d36c8b8a90981c3541d4c148df37bb7ebdec0970bfbfe4c1a9a1175e3cf41c2a14d854d7d917482aa9086ee712844ec40780741df22ad6d42fcf3c48f1f')
+sha512sums=('51de8e6aaa4151a5458d51046203686880d9c6eb39993c41ce6982b6521e91b6cd44b5aec542f8f3a07866888ba4d93d2acaed057576ecab01830f884da22fc1')
 
 build() {
 CXXFLAGS+=' -ffat-lto-objects'



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

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




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

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


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

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




[Git][archlinux/packaging/packages/armagetronad][main] upgpkg: 0.2.9.2.3-1

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


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


Commits:
82083373 by Sven-Hendrik Haase at 2024-04-15T19:08:22+02:00
upgpkg: 0.2.9.2.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = armagetronad
pkgdesc = A Tron Clone in 3D
-   pkgver = 0.2.9.1.1
-   pkgrel = 2
+   pkgver = 0.2.9.2.3
+   pkgrel = 1
url = http://armagetronad.net/
arch = x86_64
license = GPL
@@ -11,7 +11,7 @@ pkgbase = armagetronad
depends = ftgl
depends = hicolor-icon-theme
options = !buildflags
-   source = 
https://launchpad.net/armagetronad/0.2.9/0.2.9.1.1/+download/armagetronad-0.2.9.1.1.tbz
-   sha256sums = 
f617de700ecf1dd11f75e2932ee74796729112352d5cabaa2bc479add7dffd32
+   source = 
https://launchpad.net/armagetronad/0.2.9/0.2.9.2.3/+download/armagetronad-0.2.9.2.3.tbz
+   sha256sums = 
330cb65610d1f6f1374f4156352eb687d7b1bccc0b391fde3d771549c5a5d928
 
 pkgname = armagetronad


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Filippo 'JoeyrS' Civiletti 
 
 pkgname=armagetronad
-pkgver=0.2.9.1.1
-pkgrel=2
+pkgver=0.2.9.2.3
+pkgrel=1
 pkgdesc='A Tron Clone in 3D'
 arch=('x86_64')
 url='http://armagetronad.net/'
@@ -14,7 +14,7 @@ license=('GPL')
 options=('!buildflags')
 depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl' 'hicolor-icon-theme')
 
source=("https://launchpad.net/armagetronad/0.2.9/${pkgver}/+download/armagetronad-${pkgver}.tbz;)
-sha256sums=('f617de700ecf1dd11f75e2932ee74796729112352d5cabaa2bc479add7dffd32')
+sha256sums=('330cb65610d1f6f1374f4156352eb687d7b1bccc0b391fde3d771549c5a5d928')
 
 prepare() {
   cd "$srcdir/armagetronad-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/armagetronad/-/commit/820833735768b3ed6972e0e311ee91ca00eaeaa9

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




[Git][archlinux/packaging/packages/armagetronad] Pushed new tag 0.2.9.2.3-1

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


Sven-Hendrik Haase pushed new tag 0.2.9.2.3-1 at Arch Linux / Packaging / 
Packages / armagetronad

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




[Git][archlinux/packaging/packages/python-ipympl][main] upgpkg: 0.9.4-1: Update to 0.9.4

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


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


Commits:
df1e6b1c by Antonio Rojas at 2024-04-15T19:08:05+02:00
upgpkg: 0.9.4-1: Update to 0.9.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,22 +1,28 @@
 pkgbase = python-ipympl
pkgdesc = Matplotlib Jupyter Extension
-   pkgver = 0.9.3
-   pkgrel = 5
+   pkgver = 0.9.4
+   pkgrel = 1
url = https://pypi.org/project/ipympl/
arch = any
-   license = BSD
+   license = BSD-3-Clause
checkdepends = python-numpy
checkdepends = python-nbval
checkdepends = python-pytest
makedepends = jupyterlab
+   makedepends = nodejs
makedepends = python-build
+   makedepends = python-hatch-jupyter-builder
+   makedepends = python-hatchling
makedepends = python-installer
-   makedepends = python-jupyter-packaging
-   makedepends = python-setuptools
+   depends = ipython
+   depends = python
depends = python-ipython-genutils
depends = python-ipywidgets
depends = python-matplotlib
-   source = https://pypi.io/packages/source/i/ipympl/ipympl-0.9.3.tar.gz
-   sha256sums = 
49bab75c05673a6881d1aaec5d8ac81d4624f73d292d154c5fb7096f10236a2b
+   depends = python-numpy
+   depends = python-pillow
+   depends = python-traitlets
+   source = https://pypi.io/packages/source/i/ipympl/ipympl-0.9.4.tar.gz
+   sha256sums = 
cfb53c5b4fcbcee6d18f095eecfc6c6c474303d5b744e72cc66e7a2804708907
 
 pkgname = python-ipympl


=
PKGBUILD
=
@@ -5,25 +5,31 @@
 
 _pyname=ipympl
 pkgname=python-$_pyname
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Matplotlib Jupyter Extension'
 url='https://pypi.org/project/ipympl/'
-depends=(python-ipython-genutils
+depends=(ipython
+ python
+ python-ipython-genutils
  python-ipywidgets
- python-matplotlib)
+ python-matplotlib
+ python-numpy
+ python-pillow
+ python-traitlets)
 makedepends=(jupyterlab
+ nodejs
  python-build
- python-installer
- python-jupyter-packaging
- python-setuptools)
+ python-hatch-jupyter-builder
+ python-hatchling
+ python-installer)
 checkdepends=(python-numpy
   python-nbval
   python-pytest)
-license=(BSD)
+license=(BSD-3-Clause)
 arch=(any)
 
source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('49bab75c05673a6881d1aaec5d8ac81d4624f73d292d154c5fb7096f10236a2b')
+sha256sums=('cfb53c5b4fcbcee6d18f095eecfc6c6c474303d5b744e72cc66e7a2804708907')
 
 prepare() {
   sed -e 's|>=.*\"|\"|g' -e 's|~=.*\"|\"|g' -i $_pyname-$pkgver/pyproject.toml
@@ -32,7 +38,7 @@ prepare() {
 
 build() {
   cd $_pyname-$pkgver
-  python -m build --wheel --no-isolation
+  python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 # pypi tarball missing tests



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

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




[Git][archlinux/packaging/packages/python-ipympl] Pushed new tag 0.9.4-1

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


Antonio Rojas pushed new tag 0.9.4-1 at Arch Linux / Packaging / Packages / 
python-ipympl

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




[Git][archlinux/packaging/packages/firefox-i18n] Pushed new tag 125.0-1

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


Jan Alexander Steffens (heftig) pushed new tag 125.0-1 at Arch Linux / 
Packaging / Packages / firefox-i18n

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




[Git][archlinux/packaging/packages/atuin][main] 4 commits: Run the tests in release mode

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


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


Commits:
34313302 by Jan Alexander Steffens (heftig) at 2024-04-15T18:23:14+02:00
Run the tests in release mode

Avoids rebuilding stuff in debug mode and tests the code in the state
were going to ship.

- - - - -
5d1e4c79 by Jan Alexander Steffens (heftig) at 2024-04-15T18:23:16+02:00
Add missing dep

- - - - -
ef0628ff by Jan Alexander Steffens (heftig) at 2024-04-15T18:23:17+02:00
Enable cargo-level LTO

This reduces the installed size a bit.

- - - - -
c218efaa by Jan Alexander Steffens (heftig) at 2024-04-15T18:35:29+02:00
Enable cargo-level debuginfo

As of Rust 1.77.0, Cargo will strip the produced binary when debuginfo
is not requested, so our RUSTFLAGS are useless.

See: https://github.com/rust-lang/cargo/pull/13257

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,6 +7,7 @@ pkgbase = atuin
license = MIT
makedepends = cargo
depends = gcc-libs
+   depends = glibc
optdepends = bash-preexec: bash integration
options = !lto
source = 
https://github.com/atuinsh/atuin/archive/v18.2.0/atuin-18.2.0.tar.gz


=
PKGBUILD
=
@@ -9,12 +9,18 @@ pkgdesc="Magical shell history"
 arch=('x86_64')
 url="https://github.com/atuinsh/atuin;
 license=('MIT')
-depends=('gcc-libs')
+depends=('gcc-libs' 'glibc')
 makedepends=('cargo')
 optdepends=('bash-preexec: bash integration')
+options=('!lto')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('7fb87902ce09af2d29459e9158bc83c18519690d555259709cab40d9ee75b024')
-options=('!lto')
+
+# Use LTO
+export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
+
+# Use debug
+export CARGO_PROFILE_RELEASE_DEBUG=2
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -32,7 +38,7 @@ build() {
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features --workspace --lib
+  cargo test --release --frozen --all-features --workspace --lib
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/atuin/-/compare/c95b45c2b49e9890d2aa97b6a317eb488c7a65cb...c218ef2008c99f7819f83124d6b0b11efc31

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




[Git][archlinux/packaging/packages/texlive-bin][main] upgpkg: 2024.2-1: Update to 2024.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
texlive-bin


Commits:
43fe7f8d by Antonio Rojas at 2024-04-15T18:34:55+02:00
upgpkg: 2024.2-1: Update to 2024.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = texlive-bin
-   pkgver = 2024.0
+   pkgver = 2024.2
pkgrel = 1
url = https://tug.org/texlive/
arch = x86_64
@@ -39,9 +39,9 @@ pkgbase = texlive-bin
makedepends = t1lib
makedepends = zlib
makedepends = zziplib
-   source = 
git+https://github.com/Tex-Live/texlive-source.git#commit=3f43289c20ca846ddbe7fc92d4495082069950c3
+   source = 
git+https://github.com/Tex-Live/texlive-source.git#commit=cf0f89c44f5d409c6d1bc0592a808af278611428
source = ptex-debug-print.patch
-   sha256sums = SKIP
+   sha256sums = 
bf83f4db38318468e86795c7416e972a010f46d1dcd22cc20064141dae5a952f
sha256sums = 
aa838f09003c62c2efb5770a8de66f99b409df049fbd65098d80fd1957d06c50
 
 pkgname = texlive-bin


=
PKGBUILD
=
@@ -4,8 +4,7 @@
 # Contributor: francois 
 
 pkgname=(texlive-bin libsynctex)
-_rev=66984
-pkgver=2024.0
+pkgver=2024.2
 pkgrel=1
 license=(GPL-2.0-or-later)
 arch=(x86_64)
@@ -45,10 +44,10 @@ makedepends=(bash
  zlib
  zziplib)
 url='https://tug.org/texlive/'
-_commit=3f43289c20ca846ddbe7fc92d4495082069950c3 # tags/texlive-2024.0
+_commit=cf0f89c44f5d409c6d1bc0592a808af278611428 # tags/texlive-2024.2
 source=(git+https://github.com/Tex-Live/texlive-source.git#commit=$_commit
 ptex-debug-print.patch)
-sha256sums=('SKIP'
+sha256sums=('bf83f4db38318468e86795c7416e972a010f46d1dcd22cc20064141dae5a952f'
 'aa838f09003c62c2efb5770a8de66f99b409df049fbd65098d80fd1957d06c50')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-bin/-/commit/43fe7f8d21316e601442187df0033aef86e7cc82

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




[Git][archlinux/packaging/packages/texlive-bin] Pushed new tag 2024.2-1

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


Antonio Rojas pushed new tag 2024.2-1 at Arch Linux / Packaging / Packages / 
texlive-bin

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




[Git][archlinux/packaging/packages/ibus-typing-booster] Pushed new tag 2.25.7-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.25.7-1 at Arch Linux / 
Packaging / Packages / ibus-typing-booster

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




[Git][archlinux/packaging/packages/ibus-typing-booster][main] 2.25.7-1

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


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / ibus-typing-booster


Commits:
25196524 by Jan Alexander Steffens (heftig) at 2024-04-15T18:31:04+02:00
2.25.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ibus-typing-booster
pkgdesc = Predictive input method for the IBus platform
-   pkgver = 2.25.6
+   pkgver = 2.25.7
pkgrel = 1
url = https://mike-fabian.github.io/ibus-typing-booster/
arch = any
@@ -15,7 +15,7 @@ pkgbase = ibus-typing-booster
depends = python-pyenchant
depends = sqlite
optdepends = python-pygame: Audible feedback (sounds)
-   source = 
git+https://github.com/mike-fabian/ibus-typing-booster#tag=2.25.6
-   b2sums = 
9455455cbc290d0977e366ce677a9c734da6d050a32d7b740a03f71faaadccf68df9e4413218fb79241c082898453bd12aeed6011e685b9d129774c9d722b3b3
+   source = 
git+https://github.com/mike-fabian/ibus-typing-booster#tag=2.25.7
+   b2sums = 
3d58e2def2fbced0f44b11cdf9b953972624d674f6601aafba60fb7d8e48e40a255166a9dddf6b35f3249cdb332af8f516d54b4da581c2d6b7e8cf1f285148db
 
 pkgname = ibus-typing-booster


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=ibus-typing-booster
-pkgver=2.25.6
+pkgver=2.25.7
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/;
@@ -26,7 +26,7 @@ optdepends=(
   'python-pygame: Audible feedback (sounds)'
 )
 source=("git+https://github.com/mike-fabian/ibus-typing-booster#tag=$pkgver;)
-b2sums=('9455455cbc290d0977e366ce677a9c734da6d050a32d7b740a03f71faaadccf68df9e4413218fb79241c082898453bd12aeed6011e685b9d129774c9d722b3b3')
+b2sums=('3d58e2def2fbced0f44b11cdf9b953972624d674f6601aafba60fb7d8e48e40a255166a9dddf6b35f3249cdb332af8f516d54b4da581c2d6b7e8cf1f285148db')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-typing-booster/-/commit/25196524a1452ebadd07cf32c3b5b8691b4d1ea0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-typing-booster/-/commit/25196524a1452ebadd07cf32c3b5b8691b4d1ea0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/code] Pushed new tag 1.88.1-1

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 1.88.1-1 at Arch Linux / Packaging / 
Packages / code

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




[Git][archlinux/packaging/packages/code][main] upgpkg: 1.88.1-1

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


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


Commits:
c187fb0f by Massimiliano Torromeo at 2024-04-15T18:30:48+02:00
upgpkg: 1.88.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
-   pkgver = 1.88.0
+   pkgver = 1.88.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = code
makedepends = yarn
makedepends = nodejs-lts-hydrogen
makedepends = desktop-file-utils
+   makedepends = zip
depends = electron28
depends = libsecret
depends = libx11
@@ -21,12 +22,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
-   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.0
+   source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.88.1
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
-   sha512sums = 
0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3
+   sha512sums = 
b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941
sha512sums = 
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums = 
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums = 
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 _electron=electron28
-pkgver=1.88.0
+pkgver=1.88.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@ 
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.sh'
 'product_json.diff'
 'clipath.patch')
-sha512sums=('0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22b26ce5e2aaa9dc36a81f0f2584396f33eb2fcfbf96db578a12b86b292bde3'
+sha512sums=('b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941'
 
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
 
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
 
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/c187fb0f2fa0929ec36f651f3871df1dcac4536e

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




[Git][archlinux/packaging/packages/code][main] 2 commits: Avoid downloading electron and browsers, add riscv cases

2024-04-15 Thread Massimiliano Torromeo (@mtorromeo)


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


Commits:
fbc046c2 by Levi Zim at 2024-04-15T03:58:30+02:00
Avoid downloading electron and browsers, add riscv cases

- - - - -
986f2030 by Levi Zim at 2024-04-15T14:29:42+02:00
Use custom cachedir and overwrite electron checksum file

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 
'ripgrep')
 optdepends=('bash-completion: Bash completions'
 'zsh-completions: ZSH completitons'
 'x11-ssh-askpass: SSH authentication')
-makedepends=('gulp' 'git' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 
'desktop-file-utils')
+makedepends=('gulp' 'git' 'npm' 'python' 'yarn' 'nodejs-lts-hydrogen' 
'desktop-file-utils' 'zip')
 provides=('vscode')
 source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver;
 'code.js'
@@ -34,16 +34,24 @@ 
sha512sums=('0b19bf505f4c8fbe5eec91ad82e1cb6a42a6ff6abba9c1955a96a113e0127769e22
 case "$CARCH" in
   i686)
 _vscode_arch=ia32
+_electron_arch=ia32
 ;;
   x86_64)
 _vscode_arch=x64
+_electron_arch=x64
 ;;
   armv7h)
 _vscode_arch=arm
+_electron_arch=armv7l
+;;
+  riscv64)
+_vscode_arch=riscv64
+_electron_arch=riscv64
 ;;
   *)
 # Needed for mksrcinfo
 _vscode_arch=DUMMY
+_electron_arch=DUMMY
 ;;
 esac
 
@@ -99,12 +107,21 @@ prepare() {
 
   patch -p1 -i "$srcdir/clipath.patch"
 
-  # electron checksum
-  echo -e "\n4bf72ce27cb3098024395462c40ebe88c8a105d1db36861c443a0495703fa4ab 
*electron-v28.2.10-linux-x64.zip" >> build/checksums/electron.txt
+  # The build process wants a zipped electron, let's construct one from system 
electron and put it in cache.
+  local _electron_ver=$(https://github.com/electron/electron/releases/download/v$_electron_ver; | 
sha256sum | cut -d ' ' -f 1)
+  export XDG_CACHE_HOME="$srcdir" # Don't let our manually created electron 
zip appear in users' cache dir
+  local _cache_dir="$XDG_CACHE_HOME/electron/$_hash"
+  mkdir -p "$_cache_dir"
+  local _electron_zip="electron-v$_electron_ver-linux-$_electron_arch.zip"
+  cd "/usr/lib/$_electron" && zip -r "$_cache_dir/$_electron_zip" . && cd -
+  echo "$(sha256sum "$_cache_dir/$_electron_zip" | cut -d " " -f 1) 
*$_electron_zip" > build/checksums/electron.txt
 }
 
 build() {
   cd vscode
+  export ELECTRON_SKIP_BINARY_DOWNLOAD=1 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
+  export XDG_CACHE_HOME="$srcdir"
   yarn install --arch=$_vscode_arch
   gulp --max_old_space_size=8192 \
--openssl-legacy-provider \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/compare/c3b900e841519e7595bf6564965d396818b5c8eb...986f2030e66ebdc5a16b353179150284de5dc6a7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/compare/c3b900e841519e7595bf6564965d396818b5c8eb...986f2030e66ebdc5a16b353179150284de5dc6a7
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-04-15 Thread @orhun


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


Commits:
7c385687 by Orhun Parmaksız at 2024-04-15T19:29:02+03:00
upgpkg: 3.0.202-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aliyun-cli
pkgdesc = Alibaba Cloud CLI
-   pkgver = 3.0.201
+   pkgver = 3.0.202
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = aliyun-cli
makedepends = git
makedepends = go
depends = glibc
-   source = 
git+https://github.com/aliyun/aliyun-cli#commit=0c08ad2d3b98006a3cfb284ca3790ae33e5dce1c
+   source = 
git+https://github.com/aliyun/aliyun-cli#commit=bf0dece6bece4f47fd38986aacefdff03643cb52
source = git+https://github.com/aliyun/aliyun-openapi-meta
-   sha512sums = 
6419587c60239c845c597a4b68d4d7e12175066db31bfa2b16d80e87ac0155ebc2d7b9418642c7d4491eae1c8d4a53fc42a6a46838d96d6829382364aabc33a7
+   sha512sums = 
c134ec5c79239b5272f3ff339270f3c7b33dc473bfd83620dcedf834c5e2738d1552786104c1c68bfba7e9c97b0a8fe09bc1e114395f7a97f1a96478fb613f8a
sha512sums = SKIP
-   b2sums = 
2707241876dbb7ff294cf7bd73705a5a2267ed8a7302d4c9c72cc188bf5eff605be62fef8b5eda34deb9492fafd46e451cffa6d9967041b8dce90b9012b757c8
+   b2sums = 
51be97d95250454db718f6692cbc2fb5872bbf7d2397305a1ce52cd7ed4156af4c9ae9ab657f26dfd9637a47d2316126f87b42c66e68b7c554b307a583821eb1
b2sums = SKIP
 
 pkgname = aliyun-cli


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-_gitcommit=0c08ad2d3b98006a3cfb284ca3790ae33e5dce1c
-pkgver=3.0.201
+_gitcommit=bf0dece6bece4f47fd38986aacefdff03643cb52
+pkgver=3.0.202
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -14,9 +14,9 @@ depends=('glibc')
 makedepends=('git' 'go')
 source=("git+${url}#commit=${_gitcommit}"
 git+https://github.com/aliyun/aliyun-openapi-meta)
-sha512sums=('6419587c60239c845c597a4b68d4d7e12175066db31bfa2b16d80e87ac0155ebc2d7b9418642c7d4491eae1c8d4a53fc42a6a46838d96d6829382364aabc33a7'
+sha512sums=('c134ec5c79239b5272f3ff339270f3c7b33dc473bfd83620dcedf834c5e2738d1552786104c1c68bfba7e9c97b0a8fe09bc1e114395f7a97f1a96478fb613f8a'
 'SKIP')
-b2sums=('2707241876dbb7ff294cf7bd73705a5a2267ed8a7302d4c9c72cc188bf5eff605be62fef8b5eda34deb9492fafd46e451cffa6d9967041b8dce90b9012b757c8'
+b2sums=('51be97d95250454db718f6692cbc2fb5872bbf7d2397305a1ce52cd7ed4156af4c9ae9ab657f26dfd9637a47d2316126f87b42c66e68b7c554b307a583821eb1'
 'SKIP')
 
 pkgver() {



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

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




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

2024-04-15 Thread @orhun


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

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




[Git][archlinux/packaging/packages/libquotient][main] upgpkg: 0.8.2-1: Update to 0.8.2

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


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


Commits:
433a685d by Antonio Rojas at 2024-04-15T18:27:36+02:00
upgpkg: 0.8.2-1: Update to 0.8.2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − symbol-visibility.patch


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = libquotient
pkgdesc = A Qt library to write cross-platform clients for Matrix
-   pkgver = 0.8.1.2
-   pkgrel = 5
+   pkgver = 0.8.2
+   pkgrel = 1
url = https://matrix.org/docs/projects/sdk/quotient
arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
makedepends = cmake
depends = gcc-libs
depends = glibc
@@ -12,9 +12,7 @@ pkgbase = libquotient
depends = openssl
depends = qt6-base
depends = qtkeychain-qt6
-   source = 
https://github.com/quotient-im/libQuotient/archive/0.8.1.2/libquotient-0.8.1.2.tar.gz
-   source = symbol-visibility.patch
-   sha256sums = 
5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
-   sha256sums = 
dd761aaeaaa6cefe2666859b9882d868cfba9e39a7fd6ec63344362706096a63
+   source = 
https://github.com/quotient-im/libQuotient/archive/0.8.2/libquotient-0.8.2.tar.gz
+   sha256sums = 
12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9
 
 pkgname = libquotient


=
PKGBUILD
=
@@ -3,10 +3,10 @@
 # Contributor Sefa Eyeoglu 
 
 pkgname=libquotient
-pkgver=0.8.1.2
-pkgrel=5
+pkgver=0.8.2
+pkgrel=1
 pkgdesc='A Qt library to write cross-platform clients for Matrix'
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 arch=(x86_64)
 url='https://matrix.org/docs/projects/sdk/quotient'
 depends=(gcc-libs
@@ -16,14 +16,8 @@ depends=(gcc-libs
  qt6-base
  qtkeychain-qt6)
 makedepends=(cmake)
-source=(https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz
-symbol-visibility.patch)
-sha256sums=('5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c'
-'dd761aaeaaa6cefe2666859b9882d868cfba9e39a7fd6ec63344362706096a63')
-
-prepare() {
-  patch -d libQuotient-$pkgver -p1 < symbol-visibility.patch # 
https://invent.kde.org/network/neochat/-/merge_requests/1326
-}
+source=(https://github.com/quotient-im/libQuotient/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9')
 
 build() {
   cmake -B build -S libQuotient-$pkgver \


=
symbol-visibility.patch deleted
=
@@ -1,13 +0,0 @@
-diff --git a/Quotient/quotient_export.h b/Quotient/quotient_export.h
-index 56767443..d301bf68 100644
 a/Quotient/quotient_export.h
-+++ b/Quotient/quotient_export.h
-@@ -12,7 +12,7 @@
- #  ifndef QUOTIENT_API
- #ifdef BUILDING_SHARED_QUOTIENT
- /* We are building this library */
--#  define QUOTIENT_API Q_DECL_EXPORT
-+#  define QUOTIENT_API __attribute__((visibility("default")))
- #else
- /* We are using this library */
- #  define QUOTIENT_API Q_DECL_IMPORT



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libquotient/-/commit/433a685d7c8d107e2202e43dca421334f7a854ab

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




[Git][archlinux/packaging/packages/libquotient] Pushed new tag 0.8.2-1

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


Antonio Rojas pushed new tag 0.8.2-1 at Arch Linux / Packaging / Packages / 
libquotient

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




[Git][archlinux/packaging/packages/pipewire] Pushed new tag 1-1.0.5-1

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


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

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




[Git][archlinux/packaging/packages/lib32-pipewire][main] 1:1.0.5-1

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


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


Commits:
a4fa6040 by Jan Alexander Steffens (heftig) at 2024-04-15T18:25:26+02:00
1:1.0.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lib32-pipewire
pkgdesc = Low-latency audio/video router and processor - 32-bit
-   pkgver = 1.0.4
+   pkgver = 1.0.5
pkgrel = 1
epoch = 1
url = https://pipewire.org
@@ -13,13 +13,13 @@ pkgbase = lib32-pipewire
makedepends = lib32-systemd
makedepends = meson
makedepends = systemd
-   source = 
git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=f2874ad1c2f7f0b9a1da05cc4f402b3ea3761ee6
-   b2sums = SKIP
+   source = 
git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=1.0.5
+   b2sums = 
46f2e8e0206077590af8e3accd338c84ed66c954955b01bb316f1dd723f4c75d111078b845a0e682c5ca7a8ff398023a9c2d0074530ff85f87ac0c2dee1a6c34
 
 pkgname = lib32-pipewire
depends = lib32-gcc-libs
depends = lib32-glibc
-   depends = lib32-libpipewire=1:1.0.4-1
+   depends = lib32-libpipewire=1:1.0.5-1
depends = libasound.so
depends = libdbus-1.so
depends = libglib-2.0.so


=
PKGBUILD
=
@@ -9,8 +9,7 @@ pkgname=(
   lib32-pipewire-jack
   lib32-pipewire-v4l2
 )
-_commit=f2874ad1c2f7f0b9a1da05cc4f402b3ea3761ee6  # tags/1.0.4
-pkgver=1.0.4
+pkgver=1.0.5
 _so_ver=0.3
 pkgrel=1
 epoch=1
@@ -28,9 +27,9 @@ makedepends=(
   systemd
 )
 source=(
-  "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit;
+  "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=$pkgver;
 )
-b2sums=('SKIP')
+b2sums=('46f2e8e0206077590af8e3accd338c84ed66c954955b01bb316f1dd723f4c75d111078b845a0e682c5ca7a8ff398023a9c2d0074530ff85f87ac0c2dee1a6c34')
 
 pkgver() {
   cd pipewire



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-pipewire/-/commit/a4fa60400ffa11e6bddb55d0ef584728886f11f3

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




[Git][archlinux/packaging/packages/pipewire][main] 1:1.0.5-1

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


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


Commits:
fb85208e by Jan Alexander Steffens (heftig) at 2024-04-15T18:25:21+02:00
1:1.0.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pipewire
pkgdesc = Low-latency audio/video router and processor
-   pkgver = 1.0.4
-   pkgrel = 4
+   pkgver = 1.0.5
+   pkgrel = 1
epoch = 1
url = https://pipewire.org
arch = x86_64
@@ -45,8 +45,8 @@ pkgbase = pipewire
makedepends = systemd
makedepends = valgrind
makedepends = webrtc-audio-processing-1
-   source = 
git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=1.0.4
-   b2sums = 
a1a9905ec4b09fe7d24bdf08164d96a1b2ee285576b53b941b6c245bf4c63991295398cb14e22555e4ba2bdff8d16523ef27fa05f81a336df3991f2ac9d911e1
+   source = 
git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=1.0.5
+   b2sums = 
46f2e8e0206077590af8e3accd338c84ed66c954955b01bb316f1dd723f4c75d111078b845a0e682c5ca7a8ff398023a9c2d0074530ff85f87ac0c2dee1a6c34
 
 pkgname = pipewire
install = pipewire.install
@@ -54,7 +54,7 @@ pkgname = pipewire
license = LGPL-2.1-or-later
depends = gcc-libs
depends = glibc
-   depends = libpipewire=1:1.0.4-4
+   depends = libpipewire=1:1.0.5-1
depends = libcamera-base.so
depends = libcamera.so
depends = libdbus-1.so


=
PKGBUILD
=
@@ -22,9 +22,9 @@ pkgname=(
   pipewire-session-manager
   pulse-native-provider
 )
-pkgver=1.0.4
+pkgver=1.0.5
 _so_ver=0.3
-pkgrel=4
+pkgrel=1
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org;
@@ -76,7 +76,7 @@ checkdepends=(
 source=(
   "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=$pkgver;
 )
-b2sums=('a1a9905ec4b09fe7d24bdf08164d96a1b2ee285576b53b941b6c245bf4c63991295398cb14e22555e4ba2bdff8d16523ef27fa05f81a336df3991f2ac9d911e1')
+b2sums=('46f2e8e0206077590af8e3accd338c84ed66c954955b01bb316f1dd723f4c75d111078b845a0e682c5ca7a8ff398023a9c2d0074530ff85f87ac0c2dee1a6c34')
 
 pkgver() {
   cd pipewire



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/commit/fb85208e68445bd2db36d64bf4c3caea310fef05

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




[Git][archlinux/packaging/packages/lib32-pipewire] Pushed new tag 1-1.0.5-1

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


Jan Alexander Steffens (heftig) pushed new tag 1-1.0.5-1 at Arch Linux / 
Packaging / Packages / lib32-pipewire

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




[Git][archlinux/packaging/packages/cargo-bloat][main] upgpkg: 0.12.0-1: upstream release

2024-04-15 Thread @orhun


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


Commits:
e96f9088 by Orhun Parmaksız at 2024-04-15T19:21:12+03:00
upgpkg: 0.12.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cargo-bloat
pkgdesc = Find out what takes most of the space in your executable
-   pkgver = 0.11.1
-   pkgrel = 2
+   pkgver = 0.12.0
+   pkgrel = 1
url = https://github.com/RazrFalcon/cargo-bloat
arch = x86_64
license = MIT
depends = cargo
depends = gcc-libs
-   source = 
cargo-bloat-0.11.1.tar.gz::https://github.com/RazrFalcon/cargo-bloat/archive/v0.11.1.tar.gz
-   sha256sums = 
4f338c1a7f7ee6bcac150f7856ed1f32cf8d9009cfd513ca6c1aac1e6685c35f
+   source = 
cargo-bloat-0.12.0.tar.gz::https://github.com/RazrFalcon/cargo-bloat/archive/v0.12.0.tar.gz
+   sha256sums = 
999b6b982b6907d92e089d1283626fedc578473f5a6bc360a9dad869d3079597
 
 pkgname = cargo-bloat


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: kpcyrd 
 
 pkgname=cargo-bloat
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Find out what takes most of the space in your executable"
 url="https://github.com/RazrFalcon/cargo-bloat;
 depends=('cargo' 'gcc-libs')
 arch=('x86_64')
 license=('MIT')
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('4f338c1a7f7ee6bcac150f7856ed1f32cf8d9009cfd513ca6c1aac1e6685c35f')
+sha256sums=('999b6b982b6907d92e089d1283626fedc578473f5a6bc360a9dad869d3079597')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-bloat/-/commit/e96f90885b1a64e4ad3a55c161858c00096df496

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




[Git][archlinux/packaging/packages/cargo-bloat] Pushed new tag 0.12.0-1

2024-04-15 Thread @orhun


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

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




[Git][archlinux/packaging/packages/openapi-tui][main] upgpkg: 0.8.0-1: upstream release

2024-04-15 Thread @orhun


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


Commits:
e199af1f by Orhun Parmaksız at 2024-04-15T19:18:44+03:00
upgpkg: 0.8.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openapi-tui
pkgdesc = Terminal UI to list, browse and run APIs defined with OpenAPI 
spec
-   pkgver = 0.7.1
+   pkgver = 0.8.0
pkgrel = 1
url = https://github.com/zaghaghi/openapi-tui
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = openapi-tui
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
openapi-tui-0.7.1.tar.gz::https://github.com/zaghaghi/openapi-tui/archive/0.7.1.tar.gz
-   sha256sums = 
19f83492d9fa205fd1d7e8abb9fbc9d8ebf8504c05ff6e515a0033ec0b2e0d81
+   source = 
openapi-tui-0.8.0.tar.gz::https://github.com/zaghaghi/openapi-tui/archive/0.8.0.tar.gz
+   sha256sums = 
4c5b2b475909d7219cf5cc774ba8c6cb181fd17ec1ef90abf8f216a77767f241
 
 pkgname = openapi-tui


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=openapi-tui
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Terminal UI to list, browse and run APIs defined with OpenAPI spec"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('19f83492d9fa205fd1d7e8abb9fbc9d8ebf8504c05ff6e515a0033ec0b2e0d81')
+sha256sums=('4c5b2b475909d7219cf5cc774ba8c6cb181fd17ec1ef90abf8f216a77767f241')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openapi-tui/-/commit/e199af1f058a578d4a9408d7d4351f667e070538

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




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

2024-04-15 Thread @orhun


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

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




[Git][archlinux/packaging/packages/passim][main] upgpkg: 0.1.6-1

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


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


Commits:
8f36afb0 by Frederik Schwan at 2024-04-15T18:16:08+02:00
upgpkg: 0.1.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = passim
pkgdesc = A local caching server
-   pkgver = 0.1.5
+   pkgver = 0.1.6
pkgrel = 1
url = https://github.com/hughsie/passim
arch = x86_64
@@ -18,12 +18,12 @@ pkgbase = passim
depends = libsoup-3.0.so
provides = libpassim.so
backup = etc/passim.conf
-   source = 
https://github.com/hughsie/passim/releases/download/0.1.5/passim-0.1.5.tar.xz
-   source = 
https://github.com/hughsie/passim/releases/download/0.1.5/passim-0.1.5.tar.xz.asc
+   source = 
https://github.com/hughsie/passim/releases/download/0.1.6/passim-0.1.6.tar.xz
+   source = 
https://github.com/hughsie/passim/releases/download/0.1.6/passim-0.1.6.tar.xz.asc
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
-   sha512sums = 
005e031911270a0c5851f7d5fa2ec9f3f0cc832a6ce3c4e13203303aa8677875ff347d0a52b989e1d348b6706ae6d94a253ecb22482be791d64ef9a08453a503
+   sha512sums = 
284c646cfb56fd13c672640b3c12167c50cf0fec841f1410ad3fb86fea34c5431214e81715d732e873db03a2127d6e1193ccfc8183f3642743f3a35254229398
sha512sums = SKIP
-   b2sums = 
a7c422c31de6a6dd016572c0297ee424df35befaae3da44b144ffcd6985942dba812e336a7486eb1cdcc5534badce6725cbb7868f59c5bcb089ea6c93a18be38
+   b2sums = 
4c979d4a5b35e8c5d972de71fb963300523c578608034b93987ce1f84866de1d2f9a72e22da9407025e1273800f190845c219c5a39ac2f4ad9b9059f75c9f516
b2sums = SKIP
 
 pkgname = passim


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=passim
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc="A local caching server"
 arch=(x86_64)
@@ -25,9 +25,9 @@ backup=(
   etc/passim.conf
 )
 
source=("https://github.com/hughsie/passim/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('005e031911270a0c5851f7d5fa2ec9f3f0cc832a6ce3c4e13203303aa8677875ff347d0a52b989e1d348b6706ae6d94a253ecb22482be791d64ef9a08453a503'
+sha512sums=('284c646cfb56fd13c672640b3c12167c50cf0fec841f1410ad3fb86fea34c5431214e81715d732e873db03a2127d6e1193ccfc8183f3642743f3a35254229398'
 'SKIP')
-b2sums=('a7c422c31de6a6dd016572c0297ee424df35befaae3da44b144ffcd6985942dba812e336a7486eb1cdcc5534badce6725cbb7868f59c5bcb089ea6c93a18be38'
+b2sums=('4c979d4a5b35e8c5d972de71fb963300523c578608034b93987ce1f84866de1d2f9a72e22da9407025e1273800f190845c219c5a39ac2f4ad9b9059f75c9f516'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 



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

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




[Git][archlinux/packaging/packages/passim] Pushed new tag 0.1.6-1

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


Frederik Schwan pushed new tag 0.1.6-1 at Arch Linux / Packaging / Packages / 
passim

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




[Git][archlinux/packaging/packages/sqlite] Pushed new tag 3.45.3-1

2024-04-15 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.45.3-1 at Arch Linux / Packaging / Packages / 
sqlite

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




[Git][archlinux/packaging/packages/sqlite][main] upgpkg: 3.45.3-1

2024-04-15 Thread Andreas Radke (@andyrtr)


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


Commits:
7c14fb63 by Andreas Radke at 2024-04-15T17:44:10+02:00
upgpkg: 3.45.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = sqlite
pkgdesc = A C library that implements an SQL database engine
-   pkgver = 3.45.2
+   pkgver = 3.45.3
pkgrel = 1
url = https://www.sqlite.org/
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = sqlite
makedepends = readline
makedepends = zlib
options = !emptydirs
-   source = https://www.sqlite.org/2024/sqlite-src-3450200.zip
-   source = https://www.sqlite.org/2024/sqlite-doc-3450200.zip
+   source = https://www.sqlite.org/2024/sqlite-src-3450300.zip
+   source = https://www.sqlite.org/2024/sqlite-doc-3450300.zip
source = sqlite-lemon-system-template.patch
source = license.txt
-   sha256sums = 
4a45a3577cc8af683c4bd4c6e81a7c782c5b7d5daa06175ea2cb971ca71691b1
-   sha256sums = 
645fd1078a4a03cfe83bfccc380685cc5dcf7dd132a23f78fad4f660e40cf2c7
+   sha256sums = 
ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1
+   sha256sums = 
13383c4babde9f0aa2c4d195d2109be6ba54a10b5759930912a5c559c6ec2e48
sha256sums = 
55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97
sha256sums = 
4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d
 
@@ -23,7 +23,7 @@ pkgname = sqlite
depends = readline
depends = zlib
depends = glibc
-   provides = sqlite3=3.45.2
+   provides = sqlite3=3.45.3
provides = libsqlite3.so
replaces = sqlite3
 
@@ -31,7 +31,7 @@ pkgname = sqlite-tcl
pkgdesc = sqlite Tcl Extension Architecture (TEA)
depends = sqlite
depends = glibc
-   provides = sqlite3-tcl=3.45.2
+   provides = sqlite3-tcl=3.45.3
replaces = sqlite3-tcl
 
 pkgname = sqlite-analyzer
@@ -46,5 +46,5 @@ pkgname = lemon
 
 pkgname = sqlite-doc
pkgdesc = most of the static HTML files that comprise this website, 
including all of the SQL Syntax and the C/C++ interface specs and other 
miscellaneous documentation
-   provides = sqlite3-doc=3.45.2
+   provides = sqlite3-doc=3.45.3
replaces = sqlite3-doc


=
PKGBUILD
=
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
-_srcver=3450200
+_srcver=3450300
 _docver=${_srcver}
 #_docver=344
-pkgver=3.45.2
+pkgver=3.45.3
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -19,8 +19,8 @@ source=(https://www.sqlite.org/2024/sqlite-src-${_srcver}.zip
 sqlite-lemon-system-template.patch
 license.txt)
 # upstream now switched to sha3sums - currently not supported by makepkg
-sha256sums=('4a45a3577cc8af683c4bd4c6e81a7c782c5b7d5daa06175ea2cb971ca71691b1'
-'645fd1078a4a03cfe83bfccc380685cc5dcf7dd132a23f78fad4f660e40cf2c7'
+sha256sums=('ec0c959e42cb5f1804135d0555f8ea32be6ff2048eb181bccd367c8f53f185d1'
+'13383c4babde9f0aa2c4d195d2109be6ba54a10b5759930912a5c559c6ec2e48'
 '55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 



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

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




[Git][archlinux/packaging/packages/tree-sitter][main] upgpkg: 0.22.5-1

2024-04-15 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
tree-sitter


Commits:
2284afaa by Daniel M. Capella at 2024-04-15T11:34:53-04:00
upgpkg: 0.22.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = tree-sitter
-   pkgver = 0.22.4
+   pkgver = 0.22.5
pkgrel = 1
url = https://github.com/tree-sitter/tree-sitter
arch = x86_64
@@ -7,8 +7,8 @@ pkgbase = tree-sitter
makedepends = git
makedepends = rust
options = !lto
-   source = 
git+https://github.com/tree-sitter/tree-sitter.git#commit=v0.22.4
-   b2sums = 
a832558e6adbcfc1e268904e1aebfafac6eeb0f1c466403965f4969325d3cfddff05bd4602372b6d3d646b0715fe5b361abab5a055630a9d4e1ba43f80a03e29
+   source = 
git+https://github.com/tree-sitter/tree-sitter.git#commit=v0.22.5
+   b2sums = 
2bd06e7d1e07a76c05ceca71570ac331055250f37b8690c35dee14d3bae2f36a42e7cf8034062898a9d8ee5487d805658a1682a7780dcff119aba9015164aea2
 
 pkgname = tree-sitter
pkgdesc = Incremental parsing library


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=tree-sitter
 pkgname=('tree-sitter' 'tree-sitter-cli')
-pkgver=0.22.4
+pkgver=0.22.5
 pkgrel=1
 arch=('x86_64')
 url=https://github.com/tree-sitter/tree-sitter
@@ -11,7 +11,7 @@ license=('MIT')
 makedepends=('git' 'rust')
 options=('!lto') # Needed for CLI build
 source=("git+$url.git#commit=v$pkgver")
-b2sums=('a832558e6adbcfc1e268904e1aebfafac6eeb0f1c466403965f4969325d3cfddff05bd4602372b6d3d646b0715fe5b361abab5a055630a9d4e1ba43f80a03e29')
+b2sums=('2bd06e7d1e07a76c05ceca71570ac331055250f37b8690c35dee14d3bae2f36a42e7cf8034062898a9d8ee5487d805658a1682a7780dcff119aba9015164aea2')
 #validpgpkeys=('FCC13F47A6900D64239FF13BE67890ADC4227273') # Amaan Qureshi 

 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tree-sitter/-/commit/2284afaa5fb751774d46b0f48e8398af2ea122bf

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




[Git][archlinux/packaging/packages/tree-sitter] Pushed new tag 0.22.5-1

2024-04-15 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.22.5-1 at Arch Linux / Packaging / Packages 
/ tree-sitter

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




[Git][archlinux/packaging/packages/praat][main] Drop TODO note about packaging `sendpraat`, now just `praat --send`

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


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


Commits:
32a1e8cb by Caleb Maclennan at 2024-04-15T18:00:21+03:00
Drop TODO note about packaging `sendpraat`, now just `praat --send`

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,11 +3,9 @@
 # Contributor: Charlotte Van Petegem 
 # Contributor: jpate 
 
-# See Debian packaging for details, rules and control files linked here:
+# c.f. Debian rules and control files here:
 # https://tracker.debian.org/pkg/praat
 
-# TODO: Build and package praat-nogui and sendpraat, as in Debian.
-
 pkgname=praat
 pkgver=6.4.08
 pkgrel=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/praat/-/commit/32a1e8cb1d61e59a81b9f44240e47a5d3e468db4

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




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

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


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


Commits:
1024590c by David Runge at 2024-04-14T12:46:31+02:00
Add nvchecker integration

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

- - - - -
a371fe5e by David Runge at 2024-04-14T12:48:02+02:00
Switch to correct SPDX license identifier

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

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=6
 pkgdesc='Open-source exploitation framework dedicated to embedded devices'
 url='https://github.com/threat9/routersploit'
 arch=('any')
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python' 'python-future' 'python-requests' 'python-paramiko' 
'python-pysnmp' 'python-pycryptodome')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-forked' 'python-pytest-xdist' 
'flake8' 'python-threat9-test-bed')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/routersploit/-/compare/063a45cebc511edd47a53f64bffdf5103124aa22...a371fe5ebbdd04ddfe79fcf99aa7c36293296f48

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/routersploit/-/compare/063a45cebc511edd47a53f64bffdf5103124aa22...a371fe5ebbdd04ddfe79fcf99aa7c36293296f48
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-bottle][main] upgpkg: 0.12.25-5: Python 3.12 rebuild

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


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


Commits:
10b06790 by Antonio Rojas at 2024-04-15T16:48:46+02:00
upgpkg: 0.12.25-5: Python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + python-3.12.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-bottle
pkgdesc = A fast and simple micro-framework for small web-applications
pkgver = 0.12.25
-   pkgrel = 4
+   pkgrel = 5
url = https://bottlepy.org
arch = any
license = MIT
@@ -25,6 +25,8 @@ pkgbase = python-bottle
optdepends = python-eventlet: Eventlet server support
options = !emptydirs
source = 
python-bottle-0.12.25.tar.gz::https://github.com/defnull/bottle/archive/0.12.25.tar.gz
+   source = python-3.12.patch
sha512sums = 
b4b163d0225cc2be0f009427ac903dfbddc6f4bda89d3d7da2b201ccd2edbee97c2c08e7b210ffaa95077fe8ab6c1ff79ac5ffb212e8fdfed6268bfcfd6749bd
+   sha512sums = 
e1cef59f6ff005e78049c468942aef30ca1901a50466cf25d433f9aadbc3508a18e6b31bc302d02ee4f3d6d4801da5414762d6085166e40ad4568dea363cef6e
 
 pkgname = python-bottle


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-bottle
 pkgver=0.12.25
-pkgrel=4
+pkgrel=5
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
 url="https://bottlepy.org;
@@ -20,8 +20,15 @@ checkdepends=('python-mako' 'python-jinja' 'python-cherrypy' 
'python-twisted'
 optdepends=('python-waitress: Waitress WSGI server'
 'python-cherrypy: Cherrypy WSGI server'
 'python-eventlet: Eventlet server support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('b4b163d0225cc2be0f009427ac903dfbddc6f4bda89d3d7da2b201ccd2edbee97c2c08e7b210ffaa95077fe8ab6c1ff79ac5ffb212e8fdfed6268bfcfd6749bd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;
+ python-3.12.patch)
+sha512sums=('b4b163d0225cc2be0f009427ac903dfbddc6f4bda89d3d7da2b201ccd2edbee97c2c08e7b210ffaa95077fe8ab6c1ff79ac5ffb212e8fdfed6268bfcfd6749bd'
+
'e1cef59f6ff005e78049c468942aef30ca1901a50466cf25d433f9aadbc3508a18e6b31bc302d02ee4f3d6d4801da5414762d6085166e40ad4568dea363cef6e')
+
+prepare() {
+  cd bottle-$pkgver
+  patch -p1 -i ../python-3.12.patch # Python 3.12 support (Fedora)
+}
 
 build() {
   cd bottle-$pkgver


=
python-3.12.patch
=
@@ -0,0 +1,21 @@
+diff -ruN a/bottle.py b/bottle.py
+--- a/bottle.py2023-03-04 16:33:42.0 +0100
 b/bottle.py2023-06-28 09:52:43.757114094 +0200
+@@ -1803,10 +1803,15 @@
+ '__all__': [], '__loader__': self})
+ sys.meta_path.append(self)
+ 
++def find_spec(self, fullname, path, target=None):
++if '.' not in fullname: return
++if fullname.rsplit('.', 1)[0] != self.name: return
++from importlib.util import spec_from_loader
++return spec_from_loader(fullname, self)
++
+ def find_module(self, fullname, path=None):
+ if '.' not in fullname: return
+-packname = fullname.rsplit('.', 1)[0]
+-if packname != self.name: return
++if fullname.rsplit('.', 1)[0] != self.name: return
+ return self
+ 
+ def load_module(self, fullname):



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottle/-/commit/10b067909657e1ac6d04d2c1c334332e59769deb

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




  1   2   3   >