[Git][archlinux/packaging/packages/libchewing] Pushed new tag 0.7.0-1

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


Chih-Hsuan Yen pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / 
libchewing

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




[Git][archlinux/packaging/packages/libchewing][main] upgpkg: 0.7.0-1

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


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


Commits:
e0873a96 by Chih-Hsuan Yen at 2024-04-09T12:23:08+08:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libchewing
pkgdesc = Intelligent Chinese phonetic input method
-   pkgver = 0.6.0
+   pkgver = 0.7.0
pkgrel = 1
url = https://chewing.im/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = libchewing
makedepends = minisign
depends = sqlite
optdepends = chewing-editor: view and modify libchewing user phrases 
database
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.6.0/libchewing-0.6.0.tar.xz
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.6.0/libchewing-0.6.0.tar.xz.minisig
-   sha256sums = 
c2913bed55b7fdb25942b6a5832c254bc9bcb9c365d3cafa0a569b4b7cbd8f00
-   sha256sums = 
4f2c8cada59331add1366bd19842a60f996b02741f9c5dc19818c119886b5421
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.7.0/libchewing-0.7.0.tar.zst
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.7.0/libchewing-0.7.0.tar.zst.minisig
+   sha256sums = 
87289bc759d04bfebad92d395d4f63e54f584f3e805731588edaa0c9a8bb6cce
+   sha256sums = 
16ed098e7a63da7631d27d2df3a72e095bed057aebe5a98335c766b5bf7b82db
 
 pkgname = libchewing


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: damir 
 
 pkgname=libchewing
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Intelligent Chinese phonetic input method'
 url='https://chewing.im/'
@@ -16,23 +16,25 @@ makedepends=('cmake' 'minisign')
 optdepends=(
   'chewing-editor: view and modify libchewing user phrases database'
 )
-source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.minisig})
-sha256sums=('c2913bed55b7fdb25942b6a5832c254bc9bcb9c365d3cafa0a569b4b7cbd8f00'
-'4f2c8cada59331add1366bd19842a60f996b02741f9c5dc19818c119886b5421')
+source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.zst"{,.minisig})
+sha256sums=('87289bc759d04bfebad92d395d4f63e54f584f3e805731588edaa0c9a8bb6cce'
+'16ed098e7a63da7631d27d2df3a72e095bed057aebe5a98335c766b5bf7b82db')
 # The key is mentioned on https://github.com/chewing/libchewing
 _validminisignkey='RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s'
 
 # XXX: move to verify() when pacman 7.0 is out
 # https://gitlab.archlinux.org/pacman/pacman/-/merge_requests/37
 prepare() {
-  minisign -Vm $pkgname-$pkgver.tar.xz -P $_validminisignkey
+  minisign -Vm $pkgname-$pkgver.tar.zst -P $_validminisignkey
 }
 
 build() {
+  # Specify the existence of ncurses.h manually as FindCurses.cmake cannot 
identify it
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_INFO=ON
+-DBUILD_INFO=ON \
+-DCURSES_HAVE_NCURSES_H=ON
   make -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libchewing/-/commit/e0873a9633f158c9eb4b28ba52b20f2c871c2c51

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




[Git][archlinux/packaging/packages/python-autobahn] Pushed new tag 23.6.2-2

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


Chih-Hsuan Yen pushed new tag 23.6.2-2 at Arch Linux / Packaging / Packages / 
python-autobahn

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




[Git][archlinux/packaging/packages/python-autobahn][main] upgpkg: 23.6.2-2: Python 3.12 rebuilds

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


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


Commits:
d14c4c79 by Chih-Hsuan Yen at 2024-04-09T12:15:28+08:00
upgpkg: 23.6.2-2: Python 3.12 rebuilds

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-autobahn
pkgdesc = Real-time framework for Web, Mobile & Internet of Things
pkgver = 23.6.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/crossbario/autobahn-python/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=python-autobahn
 # https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst
 pkgver=23.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
 arch=(x86_64)
 url='https://github.com/crossbario/autobahn-python/'



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

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




[Git][archlinux/packaging/packages/unoconv][main] Fix working with python3.12

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


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


Commits:
1b188d98 by Michał Wojdyła at 2024-04-09T01:31:52+00:00
Fix working with python3.12
- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgver=0.9
 pkgrel=2
 pkgdesc="Libreoffice-based document converter"
 url="http://dag.wiee.rs/home-made/unoconv;
-depends=(python libreoffice)
+depends=(python python-setuptools libreoffice)
 makedepends=(asciidoc git)
 arch=(any)
 license=(GPL2)



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

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




[Git][archlinux/packaging/packages/loki] Pushed new tag 3.0.0-1

2024-04-08 Thread Daurnimator (@daurnimator)


Daurnimator pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / loki

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




[Git][archlinux/packaging/packages/loki][main] upgpkg: 3.0.0-1

2024-04-08 Thread Daurnimator (@daurnimator)


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


Commits:
91806f30 by Daurnimator at 2024-04-09T11:22:21+10:00
upgpkg: 3.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = loki
pkgdesc = like Prometheus, but for logs
-   pkgver = 2.9.4
+   pkgver = 3.0.0
pkgrel = 1
url = https://github.com/grafana/loki
arch = x86_64
@@ -10,14 +10,14 @@ pkgbase = loki
makedepends = systemd
depends = glibc
options = !lto
-   source = 
loki-2.9.4.tar.gz::https://github.com/grafana/loki/archive/v2.9.4.tar.gz
+   source = 
loki-3.0.0.tar.gz::https://github.com/grafana/loki/archive/v3.0.0.tar.gz
source = promtail.sysusers
source = promtail.service
source = promtail.tmpfiles
source = loki.sysusers
source = loki.service
source = loki.tmpfiles
-   sha512sums = 
f599cfe8d722e47e3e5a1c6fa07c2b5f4d8b49a4f0aa2755875c7f5fec1f0787940446430dad26397d041e5571c9b3d2e61a1106a8eb9d56f2d4efe332c42d69
+   sha512sums = 
b57d37cb08cc7ed864e19b029311917d87588fef449b5810378a0b66dba2818acaf9774b06e7584e4f74b583b8dec5f6ef35fba335a046ea73a96b23f50d3e69
sha512sums = 
2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74
sha512sums = 
18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd
sha512sums = 
598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.9.4
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
@@ -14,7 +14,7 @@ options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
 promtail.sysusers promtail.service promtail.tmpfiles
 loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('f599cfe8d722e47e3e5a1c6fa07c2b5f4d8b49a4f0aa2755875c7f5fec1f0787940446430dad26397d041e5571c9b3d2e61a1106a8eb9d56f2d4efe332c42d69'
+sha512sums=('b57d37cb08cc7ed864e19b029311917d87588fef449b5810378a0b66dba2818acaf9774b06e7584e4f74b583b8dec5f6ef35fba335a046ea73a96b23f50d3e69'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/loki/-/commit/91806f30bd94f004186e6288c618f5fa59f3d5b2

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




[Git][archlinux/packaging/packages/git-warp-time] Pushed new tag 0.7.6-1

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


Caleb Maclennan pushed new tag 0.7.6-1 at Arch Linux / Packaging / Packages / 
git-warp-time

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




[Git][archlinux/packaging/packages/git-warp-time][main] upgpkg: 0.7.6-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-warp-time


Commits:
da1d32f3 by Caleb Maclennan at 2024-04-09T02:00:00+03:00
upgpkg: 0.7.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-   pkgver = 0.7.5
+   pkgver = 0.7.6
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = git-warp-time
depends = glibc
depends = libgit2
depends = libgit2.so
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst.asc
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-   sha256sums = 
287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35
+   sha256sums = 
5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f
sha256sums = SKIP
 
 pkgname = git-warp-time


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=git-warp-time
-pkgver=0.7.5
+pkgver=0.7.6
 pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cargo
  jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35'
+sha256sums=('5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f'
 'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
 (@alerque)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/da1d32f398c92b7fe3813c5877a8f8a0ed698cde

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




[Git][archlinux/packaging/packages/git-warp-time][main] upgpkg: 0.7.5-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-warp-time


Commits:
79cd1b30 by Caleb Maclennan at 2024-04-09T01:56:47+03:00
upgpkg: 0.7.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = git-warp-time
pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-   pkgver = 0.7.4
+   pkgver = 0.7.5
pkgrel = 1
url = https://github.com/alerque/git-warp-time
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = git-warp-time
depends = glibc
depends = libgit2
depends = libgit2.so
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst
-   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.4/git-warp-time-0.7.4.tar.zst.asc
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst
+   source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.5/git-warp-time-0.7.5.tar.zst.asc
validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-   sha256sums = 
a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6
+   sha256sums = 
287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35
sha256sums = SKIP
 
 pkgname = git-warp-time


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=git-warp-time
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(cargo
  jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('a0a9948727005943efb965d8332efc339dbbc27f0ab807bd3060de40914888e6'
+sha256sums=('287fdcf76e65f61cd66461ec68382a4c8dee748afc532d67e250cd2a70979d35'
 'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
 (@alerque)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/79cd1b30fff96c95db7a16c3b07d0f9e19d92bc7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/79cd1b30fff96c95db7a16c3b07d0f9e19d92bc7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/git-warp-time] Pushed new tag 0.7.5-1

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


Caleb Maclennan pushed new tag 0.7.5-1 at Arch Linux / Packaging / Packages / 
git-warp-time

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




[Git][archlinux/packaging/packages/python-passlib][main] upgpkg: 1.7.4-7: Python 3.12 rebuild

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


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


Commits:
427d8318 by Antonio Rojas at 2024-04-08T23:44:21+02:00
upgpkg: 1.7.4-7: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-passlib
+   pkgdesc = A password hashing library for Python
+   pkgver = 1.7.4
+   pkgrel = 7
+   url = https://passlib.readthedocs.io/en/stable
+   arch = any
+   license = custom:BSD
+   checkdepends = python-nose
+   checkdepends = python-bcrypt
+   checkdepends = python-django
+   checkdepends = python-fastpbkdf2
+   checkdepends = python-scrypt
+   makedepends = python-setuptools
+   depends = python
+   optdepends = python-fastpbkdf2: accelerate PBKDF2-based hashes
+   optdepends = python-bcrypt: accelerate Bcrypt hashes
+   optdepends = python-scrypt: accelerate SCrypt hashes
+   source = https://pypi.io/packages/source/p/passlib/passlib-1.7.4.tar.gz
+   sha512sums = 
350bd6da5ac57e6c266ffe8bf9684c8c2cce3fc6b513eb6c7bc1b302d2d8a1b701e9c01c953782520a2ac37b7ec1f6d7bd5855f99f6ee0e2dbbf33f2d49a9530
+
+pkgname = python-passlib


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-passlib
 pkgver=1.7.4
-pkgrel=6
+pkgrel=7
 pkgdesc="A password hashing library for Python"
 arch=('any')
 url="https://passlib.readthedocs.io/en/stable;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-passlib/-/commit/427d8318b0f50dd43377810497b98fe1a5e0c319

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




[Git][archlinux/packaging/packages/python-passlib] Pushed new tag 1.7.4-7

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


Antonio Rojas pushed new tag 1.7.4-7 at Arch Linux / Packaging / Packages / 
python-passlib

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




[Git][archlinux/packaging/packages/python-flask-socketio] Pushed new tag 5.3.6-2

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


Antonio Rojas pushed new tag 5.3.6-2 at Arch Linux / Packaging / Packages / 
python-flask-socketio

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




[Git][archlinux/packaging/packages/python-flask-socketio][main] upgpkg: 5.3.6-2: Python 3.12 rebuild

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


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


Commits:
e5b9eeaa by Antonio Rojas at 2024-04-08T23:20:24+02:00
upgpkg: 5.3.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = python-flask-socketio
+   pkgdesc = Socket.IO integration for Flask applications
+   pkgver = 5.3.6
+   pkgrel = 2
+   url = https://flask-socketio.readthedocs.org/
+   arch = any
+   license = MIT
+   checkdepends = python-coverage
+   checkdepends = python-pytest
+   checkdepends = python-tox-current-env
+   checkdepends = flake8
+   checkdepends = python-redis
+   makedepends = python-setuptools
+   makedepends = python-sphinx
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   depends = python-flask
+   depends = python-eventlet
+   depends = python-socketio
+   options = !makeflags
+   source = 
https://github.com/miguelgrinberg/Flask-SocketIO/archive/v5.3.6/python-flask-socketio-5.3.6.tar.gz
+   sha512sums = 
b568358f826d9235c51f8dfb8460d1f3941d6915a22425f49e4f8e5e98f121872f01992ba8619216a5c21c8b97c5dbffb8a0841306933e8402f7f59e465ab87b
+   b2sums = 
95b1eaa572dc7419d1d0d37e068467fc4b87e111e4dd55c9fe4ec86579d2bdf7f50635ffaa897db3dde6851d0018691c9940ff44183307172ed57730746234a5
+
+pkgname = python-flask-socketio


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-flask-socketio
 _pkgname=Flask-SocketIO
 pkgver=5.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
 arch=('any')



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

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




[Git][archlinux/packaging/packages/python-flask-wtf][main] upgpkg: 1.2.1-2: Python 3.12 rebuild

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


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


Commits:
7f268cca by Antonio Rojas at 2024-04-08T23:18:54+02:00
upgpkg: 1.2.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = python-flask-wtf
pkgdesc = Simple integration of Flask and WTForms
pkgver = 1.2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://flask-wtf.readthedocs.io/
arch = any
license = BSD
-   checkdepends = python-tox
+   checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pyname=flask-wtf
 pkgname=python-flask-wtf
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple integration of Flask and WTForms'
 url='https://flask-wtf.readthedocs.io/'
 arch=('any')
@@ -12,7 +12,7 @@ license=('BSD')
 depends=('python-flask' 'python-wtforms' 'python-werkzeug' 
'python-flask-babel')
 makedepends=('python-build' 'python-installer' 'python-sphinx' 
'python-pallets-sphinx-themes'
  'python-sphinxcontrib-log-cabinet' 'python-sphinx-issues' 
'python-hatchling')
-checkdepends=('python-tox')
+checkdepends=('python-pytest')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wtforms/flask-wtf/archive/v${pkgver}.tar.gz)
 
sha512sums=('07590fa757d92a9f0bf0afae9b726344ab79227a187ddbe62805e3b5b50f7bcad521772c884d342bf687d530a100fa4cb41c4989ebbd670955dbb950bf675501')
@@ -30,8 +30,9 @@ build() {
 
 check() {
   cd ${_pyname}-${pkgver}
-  local python_version=$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
-  tox -e py${python_version}
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-wtf/-/commit/7f268cca99c2b4b4a614742656ae70cd39bc883a

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




[Git][archlinux/packaging/packages/python-flask-wtf] Pushed new tag 1.2.1-2

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


Antonio Rojas pushed new tag 1.2.1-2 at Arch Linux / Packaging / Packages / 
python-flask-wtf

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




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

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


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


Commits:
c2d0dcc7 by Antonio Rojas at 2024-04-08T23:18:03+02:00
upgpkg: 3.1.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-wtforms
pkgdesc = Flexible forms validation and rendering library for python 
web development
pkgver = 3.1.2
-   pkgrel = 1
+   pkgrel = 2
url = https://wtforms.readthedocs.io/
arch = any
license = BSD
@@ -11,6 +11,7 @@ pkgbase = python-wtforms
makedepends = python-installer
makedepends = python-babel
makedepends = python-hatchling
+   makedepends = python-setuptools
depends = python
depends = python-markupsafe
optdepends = python-email-validator: Email validation


=
PKGBUILD
=
@@ -6,13 +6,13 @@
 _pyname=wtforms
 pkgname=python-wtforms
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible forms validation and rendering library for python web 
development'
 url='https://wtforms.readthedocs.io/'
 arch=('any')
 license=('BSD')
 depends=('python' 'python-markupsafe')
-makedepends=('python-build' 'python-installer' 'python-babel' 
'python-hatchling')
+makedepends=('python-build' 'python-installer' 'python-babel' 
'python-hatchling' 'python-setuptools')
 checkdepends=('python-pytest' 'python-email-validator')
 optdepends=('python-email-validator: Email validation')
 
source=(https://github.com/wtforms/wtforms/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)



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

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




[Git][archlinux/packaging/packages/python-wtforms] Pushed new tag 3.1.2-2

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


Antonio Rojas pushed new tag 3.1.2-2 at Arch Linux / Packaging / Packages / 
python-wtforms

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




[Git][archlinux/packaging/packages/qbs] Pushed new tag 2.3.0-1

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


Antonio Rojas pushed new tag 2.3.0-1 at Arch Linux / Packaging / Packages / qbs

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




[Git][archlinux/packaging/packages/qbs][main] upgpkg: 2.3.0-1: Update to 2.3.0

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


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


Commits:
1ca7c1b2 by Antonio Rojas at 2024-04-08T23:16:46+02:00
upgpkg: 2.3.0-1: Update to 2.3.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = qbs
pkgdesc = Cross platform build tool
-   pkgver = 2.2.2
+   pkgver = 2.3.0
pkgrel = 1
url = https://wiki.qt.io/Qbs
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = qbs
depends = glibc
depends = qt6-base
depends = qt6-5compat
-   source = 
https://download.qt.io/official_releases/qbs/2.2.2/qbs-src-2.2.2.tar.gz
-   sha256sums = 
93e0938fbef2f60f175ae4070fbec5066744f61424ef80f9e65b54f1be8615b4
+   source = 
https://download.qt.io/official_releases/qbs/2.3.0/qbs-src-2.3.0.tar.gz
+   sha256sums = 
e7fa44fb36d705ab40f34c24e71bb32beef1210eab2d50bf6f2318a195780826
 
 pkgname = qbs


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Jake Petroules 
 
 pkgname=qbs
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Cross platform build tool'
 arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(gcc-libs
  qt6-5compat)
 makedepends=(cmake)
 
source=(https://download.qt.io/official_releases/qbs/$pkgver/qbs-src-$pkgver.tar.gz)
-sha256sums=('93e0938fbef2f60f175ae4070fbec5066744f61424ef80f9e65b54f1be8615b4')
+sha256sums=('e7fa44fb36d705ab40f34c24e71bb32beef1210eab2d50bf6f2318a195780826')
 
 build() {
   # this uses malloc_usable_size, which is incompatible with fortification 
level 3



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

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




[Git][archlinux/packaging/packages/python-jupyterlab-server][main] upgpkg: 2.26.0-1: Update to 2.26.0

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


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


Commits:
ea3f3b66 by Antonio Rojas at 2024-04-08T23:12:34+02:00
upgpkg: 2.26.0-1: Update to 2.26.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-jupyterlab-server
pkgdesc = Launch an application built using JupyterLab
-   pkgver = 2.25.4
+   pkgver = 2.26.0
pkgrel = 1
url = https://jupyter.org/
arch = any
@@ -35,7 +35,7 @@ pkgbase = python-jupyterlab-server
conflicts = python-jupyterlab_server
replaces = jupyterlab_server
replaces = python-jupyterlab_server
-   source = 
https://github.com/jupyterlab/jupyterlab_server/releases/download/v2.25.4/jupyterlab_server-2.25.4.tar.gz
-   sha256sums = 
2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9
+   source = 
https://github.com/jupyterlab/jupyterlab_server/releases/download/v2.26.0/jupyterlab_server-2.26.0.tar.gz
+   sha256sums = 
9b3ba91cf2837f7f124fca36d63f3ca80ace2bed4898a63dd47e6598c1ab006f
 
 pkgname = python-jupyterlab-server


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 _pyname=jupyterlab_server
 pkgname=python-${_pyname/_/-}
-pkgver=2.25.4
+pkgver=2.26.0
 pkgrel=1
 pkgdesc='Launch an application built using JupyterLab'
 arch=(any)
@@ -40,7 +40,7 @@ provides=(python-jupyterlab_server)
 replaces=(jupyterlab_server
   python-jupyterlab_server)
 
source=(https://github.com/jupyterlab/jupyterlab_server/releases/download/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('2098198e1e82e0db982440f9b5136175d73bea2cd42a6480aa6fd502cb23c4f9')
+sha256sums=('9b3ba91cf2837f7f124fca36d63f3ca80ace2bed4898a63dd47e6598c1ab006f')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/ea3f3b665a90198b7c56e1ec583a9d4e26fe75b1

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




[Git][archlinux/packaging/packages/python-jupyterlab-server] Pushed new tag 2.26.0-1

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


Antonio Rojas pushed new tag 2.26.0-1 at Arch Linux / Packaging / Packages / 
python-jupyterlab-server

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




[Git][archlinux/packaging/packages/rsop][main] upgpkg: 0.3.0-1

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


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


Commits:
12509fec by David Runge at 2024-04-08T23:10:03+02:00
upgpkg: 0.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,22 @@
 pkgbase = rsop
pkgdesc = Stateless OpenPGP (SOP) based on rpgp
-   pkgver = 0.2.1
-   pkgrel = 2
+   pkgver = 0.3.0
+   pkgrel = 1
url = https://codeberg.org/heiko/rsop
arch = x86_64
groups = stateless-openpgp
license = Apache-2.0 OR MIT
license = CC0-1.0
+   makedepends = pcsclite
makedepends = rust
depends = gcc-libs
depends = glibc
-   source = 
rsop-0.2.1.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.2.1.tar.gz
-   sha512sums = 
55a2daef85ba550a06a9c0f9c5317aec907708c67a99b3d0f00f5dec2d1c7db1ea1b8c42e7a7988a1bc9ffa668550abc91502f071378fc88fb142c46ff640486
-   b2sums = 
726372d844764c22f3a7be9a975cded2454e0e7203e2da0a98a77aa9402517a00c0a4df2aabdb30dc6b3d44d14660e981bf379a5bab326cfc89d5566fa7cff62
+   source = 
rsop-0.3.0.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.3.0.tar.gz
+   sha512sums = 
3a958d8cecc6d1ddedfab918d4b69ee9f963dce2309c597381fbf6f38478230ae6e0c82a419355486ffc179e880aedb4f55d14f2389d8374ed5ce5ddbc5eb210
+   b2sums = 
7442c1720ababa5ee10dae0e8dee7f84c71d0df9652dcc75f2d7ada1dfbb7514bcbb50673ac0bf93c7f0091dc52b4c40a039e6395c84ce0b7fbd0dfbde9deb60
 
 pkgname = rsop
+   depends = gcc-libs
+   depends = glibc
+   depends = pcsclite
+   depends = libpcsclite.so


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=rsop
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Stateless OpenPGP (SOP) based on rpgp"
 arch=(x86_64)
 url="https://codeberg.org/heiko/rsop;
@@ -15,12 +15,15 @@ depends=(
   gcc-libs
   glibc
 )
-makedepends=(rust)
+makedepends=(
+  pcsclite
+  rust
+)
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/$pkgname/v$pkgver.tar.gz
 )
-sha512sums=('55a2daef85ba550a06a9c0f9c5317aec907708c67a99b3d0f00f5dec2d1c7db1ea1b8c42e7a7988a1bc9ffa668550abc91502f071378fc88fb142c46ff640486')
-b2sums=('726372d844764c22f3a7be9a975cded2454e0e7203e2da0a98a77aa9402517a00c0a4df2aabdb30dc6b3d44d14660e981bf379a5bab326cfc89d5566fa7cff62')
+sha512sums=('3a958d8cecc6d1ddedfab918d4b69ee9f963dce2309c597381fbf6f38478230ae6e0c82a419355486ffc179e880aedb4f55d14f2389d8374ed5ce5ddbc5eb210')
+b2sums=('7442c1720ababa5ee10dae0e8dee7f84c71d0df9652dcc75f2d7ada1dfbb7514bcbb50673ac0bf93c7f0091dc52b4c40a039e6395c84ce0b7fbd0dfbde9deb60')
 
 prepare() {
   cd $pkgname
@@ -42,6 +45,10 @@ check() {
 }
 
 package() {
+  depends+=(
+pcsclite libpcsclite.so
+  )
+
   cd $pkgname
   install -vDm 0755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
   install -vDm 0644 LICENSES/MIT.txt -t "$pkgdir/usr/share/licenses/$pkgname/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rsop/-/commit/12509fec86843208944cdabaa5856bd755db6740

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




[Git][archlinux/packaging/packages/rsop] Pushed new tag 0.3.0-1

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


David Runge pushed new tag 0.3.0-1 at Arch Linux / Packaging / Packages / rsop

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




[Git][archlinux/packaging/packages/jupyterlab][main] upgpkg: 4.1.6-1: Update to 4.1.6

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


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


Commits:
00bd2b63 by Antonio Rojas at 2024-04-08T23:06:34+02:00
upgpkg: 4.1.6-1: Update to 4.1.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
-   pkgver = 4.1.5
+   pkgver = 4.1.6
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -27,7 +27,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
-   source = 
https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.5.tar.gz
-   sha256sums = 
c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
+   source = 
https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.6.tar.gz
+   sha256sums = 
7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e
 
 pkgname = jupyterlab


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=4.1.5
+pkgver=4.1.6
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -31,7 +31,7 @@ checkdepends=(npm
   python-pytest-jupyter
   python-pytest-tornasync)
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db')
+sha256sums=('7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/00bd2b6353b9da293cc99fad5f6d30cf20907ba2

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




[Git][archlinux/packaging/packages/jupyterlab] Pushed new tag 4.1.6-1

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


Antonio Rojas pushed new tag 4.1.6-1 at Arch Linux / Packaging / Packages / 
jupyterlab

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




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

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


Antonio Rojas pushed new tag 3.9.0-2 at Arch Linux / Packaging / Packages / 
python-flit

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




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

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


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


Commits:
83153c44 by Antonio Rojas at 2024-04-08T23:04:33+02:00
upgpkg: 3.9.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = python-flit
+   pkgdesc = Simplified packaging of Python modules
+   pkgver = 3.9.0
+   pkgrel = 2
+   url = https://github.com/pypa/flit
+   arch = any
+   license = BSD
+   checkdepends = python-pip
+   checkdepends = python-pytest
+   checkdepends = python-responses
+   checkdepends = python-testpath
+   makedepends = python-build
+   makedepends = python-installer
+   depends = python
+   depends = python-docutils
+   depends = python-flit-core
+   depends = python-requests
+   depends = python-tomli-w
+   source = 
python-flit-3.9.0.tar.gz::https://github.com/pypa/flit/archive/3.9.0.tar.gz
+   sha512sums = 
1218756afcb79af1df0020548102ba29245a9fa998d332357a2a6a2b7b543dda835918f4811ba343e86e1f7c6b45a6dcafe26f8e905c1e49734141f7d4e9f4fc
+   b2sums = 
bae3baf324016e25f8422a79c60b91c3a6f3422ca57b20c3585444c912dfaca23b73e147912d503b9b78f69bbb7db861ab926b29ff081c5c75ada155e914c4a3
+
+pkgname = python-flit


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=flit
 pkgname=python-flit
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplified packaging of Python modules'
 arch=('any')
 url='https://github.com/pypa/flit'
@@ -23,7 +23,9 @@ build() {
 
 check() {
   cd $_name-$pkgver
-  pytest -vv
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest -vv
 }
 
 package_python-flit() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flit/-/commit/83153c44f9a40ad0ac88b85a1f66c4549b5a65bd

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




[Git][archlinux/packaging/packages/python-entrypoint2] Pushed new tag 1.1-4

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


Antonio Rojas pushed new tag 1.1-4 at Arch Linux / Packaging / Packages / 
python-entrypoint2

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




[Git][archlinux/packaging/packages/python-entrypoint2][main] upgpkg: 1.1-4: Python 3.12 rebuild

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


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


Commits:
81f29b42 by Antonio Rojas at 2024-04-08T23:00:57+02:00
upgpkg: 1.1-4: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-entrypoint2
+   pkgdesc = Easy to use command-line interface for python modules
+   pkgver = 1.1
+   pkgrel = 4
+   url = https://github.com/ponty/entrypoint2
+   arch = any
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-easyprocess
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://files.pythonhosted.org/packages/source/e/entrypoint2/entrypoint2-1.1.tar.gz
+   sha256sums = 
fc0b7fe7b21acdab47a585ab9407ca7e5c4f96cb6888575db6b0ceb91f0e105a
+
+pkgname = python-entrypoint2


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=entrypoint2
 pkgname=python-${_pkg}
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Easy to use command-line interface for python modules"
 arch=(any)
 url="https://github.com/ponty/entrypoint2;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-entrypoint2/-/commit/81f29b428be74f667db1c61999ee1b1d7b387ece

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




[Git][archlinux/packaging/packages/botan] Pushed new tag 3.4.0-2

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


Antonio Rojas pushed new tag 3.4.0-2 at Arch Linux / Packaging / Packages / 
botan

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




[Git][archlinux/packaging/packages/botan][main] upgpkg: 3.4.0-2: Python 3.12 rebuild

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


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


Commits:
13db30ff by Antonio Rojas at 2024-04-08T22:54:47+02:00
upgpkg: 3.4.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = botan
pkgdesc = Crypto library written in C++
pkgver = 3.4.0
-   pkgrel = 1
+   pkgrel = 2
url = https://botan.randombit.net/
arch = x86_64
license = BSD-2-Clause


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 
 pkgname=botan
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
 url='https://botan.randombit.net/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/botan/-/commit/13db30ff610e31ce1da85bf449038187cbc1f70a

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




[Git][archlinux/packaging/packages/qca][main] upgpkg: 2.3.8-3: botan 3.4.0 rebuild

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


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


Commits:
573a4af9 by Antonio Rojas at 2024-04-08T22:51:35+02:00
upgpkg: 2.3.8-3: botan 3.4.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qca
pkgdesc = Qt Cryptographic Architecture
pkgver = 2.3.8
-   pkgrel = 2
+   pkgrel = 3
url = https://userbase.kde.org/QCA
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase=qca
 pkgname=(qca-qt5
  qca-qt6)
 pkgver=2.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt Cryptographic Architecture'
 arch=(x86_64)
 url='https://userbase.kde.org/QCA'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qca/-/commit/573a4af94e43c5afddeb19b892229485533a6d43

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




[Git][archlinux/packaging/packages/qca] Pushed new tag 2.3.8-3

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


Antonio Rojas pushed new tag 2.3.8-3 at Arch Linux / Packaging / Packages / qca

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




[Git][archlinux/packaging/packages/keepassxc][main] upgpkg: 2.7.7-2: botan 3.4.0 rebuild

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


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


Commits:
59f578bd by Antonio Rojas at 2024-04-08T22:49:37+02:00
upgpkg: 2.7.7-2: botan 3.4.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = keepassxc
pkgdesc = Cross-platform community-driven port of Keepass password 
manager
pkgver = 2.7.7
-   pkgrel = 1
+   pkgrel = 2
url = https://keepassxc.org/
arch = x86_64
license = GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=keepassxc
 pkgver=2.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/;



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

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




[Git][archlinux/packaging/packages/keepassxc] Pushed new tag 2.7.7-2

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


Antonio Rojas pushed new tag 2.7.7-2 at Arch Linux / Packaging / Packages / 
keepassxc

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




[Git][archlinux/packaging/packages/python-pipenv-to-requirements] Pushed new tag 0.9.0-9

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


Antonio Rojas pushed new tag 0.9.0-9 at Arch Linux / Packaging / Packages / 
python-pipenv-to-requirements

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv-to-requirements/-/tree/0.9.0-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pipenv-to-requirements][main] upgpkg: 0.9.0-9: Python 3.12 rebuild

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


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


Commits:
89cd1f5f by Antonio Rojas at 2024-04-08T22:49:14+02:00
upgpkg: 0.9.0-9: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-pipenv-to-requirements
+   pkgdesc = Generate requirements[-dev].txt from Pipfile using pipenv
+   pkgver = 0.9.0
+   pkgrel = 9
+   url = https://github.com/gsemet/pipenv-to-requirements
+   arch = any
+   license = MIT
+   checkdepends = python-pyfakefs
+   checkdepends = python-pytest-mock
+   makedepends = python-setuptools
+   depends = python-pbr
+   depends = python-pipenv
+   source = 
python-pipenv-to-requirements-0.9.0.tar.gz::https://github.com/gsemet/pipenv-to-requirements/archive/0.9.0.tar.gz
+   source = 
python-pipenv-to-requirements-pipenv-2022.10.9.patch::https://github.com/gsemet/pipenv-to-requirements/pull/26.patch
+   sha512sums = 
f89be89e120cc3d9a543c8efc1ff4c517f3d47145133a7db2f842dcbf168099588a2d281b7fb69b6ddf63439fbdebafd683b258a349cc7ad50efd454495caf14
+   sha512sums = 
e2983bcb87c83af2a86ee49a5e8027ac1af830582caaec1bc85706f046686a9ce1e60e35dd141c471e9dce2ead8203391461dc8cad2e226c10f9b9c5e8d907c0
+
+pkgname = python-pipenv-to-requirements


=
PKGBUILD
=
@@ -2,13 +2,14 @@
 
 pkgname=python-pipenv-to-requirements
 pkgver=0.9.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Generate requirements[-dev].txt from Pipfile using pipenv"
 url="https://github.com/gsemet/pipenv-to-requirements;
 license=('MIT')
 arch=('any')
 depends=('python-pbr' 'python-pipenv')
 checkdepends=('python-pyfakefs' 'python-pytest-mock')
+makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gsemet/pipenv-to-requirements/archive/$pkgver.tar.gz;
 
$pkgname-pipenv-2022.10.9.patch::https://github.com/gsemet/pipenv-to-requirements/pull/26.patch)
 
sha512sums=('f89be89e120cc3d9a543c8efc1ff4c517f3d47145133a7db2f842dcbf168099588a2d281b7fb69b6ddf63439fbdebafd683b258a349cc7ad50efd454495caf14'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv-to-requirements/-/commit/89cd1f5f0b52815802088d74a010c62c3a39649b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipenv-to-requirements/-/commit/89cd1f5f0b52815802088d74a010c62c3a39649b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-geoip][main] upgpkg: 1.3.2-15: Python 3.12 rebuild

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


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


Commits:
ae80d8ef by Antonio Rojas at 2024-04-08T22:45:38+02:00
upgpkg: 1.3.2-15: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-geoip
+   pkgdesc = Python bindings for the GeoIP IP-to-country resolver library
+   pkgver = 1.3.2
+   pkgrel = 15
+   url = https://pypi.python.org/pypi/GeoIP/
+   arch = x86_64
+   license = LGPL
+   makedepends = python-setuptools
+   makedepends = geoip
+   depends = python
+   depends = geoip
+   source = 
https://pypi.python.org/packages/source/G/GeoIP/GeoIP-1.3.2.tar.gz
+   sha256sums = 
a890da6a21574050692198f14b07aa4268a01371278dfc24f71cd9bc87ebf0e6
+
+pkgname = python-geoip


=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=python-geoip
 pkgver=1.3.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Python bindings for the GeoIP IP-to-country resolver library"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/GeoIP/;
 license=('LGPL')
 depends=('python' 'geoip')
-makedepends=('python' 'geoip')
+makedepends=('python-setuptools' 'geoip')
 source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-${pkgver}.tar.gz)
 sha256sums=('a890da6a21574050692198f14b07aa4268a01371278dfc24f71cd9bc87ebf0e6')
 



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

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




[Git][archlinux/packaging/packages/python-geoip] Pushed new tag 1.3.2-15

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


Antonio Rojas pushed new tag 1.3.2-15 at Arch Linux / Packaging / Packages / 
python-geoip

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




[Git][archlinux/packaging/packages/geogram][main] upgpkg: 1.8.8-2: Python 3.12 rebuild

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


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


Commits:
29e530a7 by Antonio Rojas at 2024-04-08T22:37:19+02:00
upgpkg: 1.8.8-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = geogram
pkgdesc = Library of geometric algorithms
pkgver = 1.8.8
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/BrunoLevy/geogram
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: bartus 
 pkgname=geogram
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Library of geometric algorithms"
 arch=('x86_64')
 url="https://github.com/BrunoLevy/geogram;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/29e530a72e5ab9869509fc2379fd53f02553cec6

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




[Git][archlinux/packaging/packages/geogram] Pushed new tag 1.8.8-2

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


Antonio Rojas pushed new tag 1.8.8-2 at Arch Linux / Packaging / Packages / 
geogram

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




[Git][archlinux/packaging/packages/corectrl][main] upgpkg: 1.4.0-3: botan 3.4.0 rebuild

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


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


Commits:
3d1de5ef by Antonio Rojas at 2024-04-08T22:33:59+02:00
upgpkg: 1.4.0-3: botan 3.4.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = corectrl
pkgdesc = Core control application
pkgver = 1.4.0
-   pkgrel = 2
+   pkgrel = 3
url = https://gitlab.com/corectrl/corectrl
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=corectrl
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 _tag_head_commit=dd0b8ce1e43c30e014cbaf0590422132acc0ce31
 pkgdesc="Core control application"
 url="https://gitlab.com/corectrl/corectrl;



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

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




[Git][archlinux/packaging/packages/corectrl] Pushed new tag 1.4.0-3

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


Antonio Rojas pushed new tag 1.4.0-3 at Arch Linux / Packaging / Packages / 
corectrl

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




[Git][archlinux/packaging/packages/botan] Pushed new tag 3.4.0-1

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


Antonio Rojas pushed new tag 3.4.0-1 at Arch Linux / Packaging / Packages / 
botan

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




[Git][archlinux/packaging/packages/botan][main] upgpkg: 3.4.0-1: Update to 3.4.0

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


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


Commits:
0bd8bceb by Antonio Rojas at 2024-04-08T22:25:14+02:00
upgpkg: 3.4.0-1: Update to 3.4.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = botan
pkgdesc = Crypto library written in C++
-   pkgver = 3.3.0
-   pkgrel = 2
+   pkgver = 3.4.0
+   pkgrel = 1
url = https://botan.randombit.net/
arch = x86_64
license = BSD-2-Clause
@@ -15,10 +15,10 @@ pkgbase = botan
depends = zlib
optdepends = boost-libs: for the botan executable
optdepends = python: for using botan2.py
-   source = https://botan.randombit.net/releases/Botan-3.3.0.tar.xz
-   source = https://botan.randombit.net/releases/Botan-3.3.0.tar.xz.asc
+   source = https://botan.randombit.net/releases/Botan-3.4.0.tar.xz
+   source = https://botan.randombit.net/releases/Botan-3.4.0.tar.xz.asc
validpgpkeys = 621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC
-   sha256sums = 
368f11f426f1205aedb9e9e32368a16535dc11bd60351066e6f6664ec36b85b9
+   sha256sums = 
71843afcc0a2c585f8f33fa304f0b58ae4b9c5d8306f894667b3746044277557
sha256sums = SKIP
 
 pkgname = botan


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 # Contributor: Jack Lloyd 
 
 pkgname=botan
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
 url='https://botan.randombit.net/'
@@ -24,7 +24,7 @@ makedepends=(boost
 optdepends=('boost-libs: for the botan executable'
 'python: for using botan2.py')
 source=(https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz{,.asc})
-sha256sums=('368f11f426f1205aedb9e9e32368a16535dc11bd60351066e6f6664ec36b85b9'
+sha256sums=('71843afcc0a2c585f8f33fa304f0b58ae4b9c5d8306f894667b3746044277557'
 'SKIP')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
 



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

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




[Git][archlinux/packaging/packages/sniffnet][main] upgpkg: 1.3.0-1: upstream release

2024-04-08 Thread @orhun


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


Commits:
0567d71a by Orhun Parmaksız at 2024-04-08T23:23:09+03:00
upgpkg: 1.3.0-1: upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = sniffnet
+   pkgdesc = Application to comfortably monitor your network traffic
+   pkgver = 1.3.0
+   pkgrel = 1
+   url = https://github.com/GyulyVGC/sniffnet
+   install = sniffnet.install
+   arch = x86_64
+   license = Apache-2.0
+   license = MIT
+   makedepends = cargo
+   depends = alsa-lib
+   depends = fontconfig
+   depends = libpcap
+   depends = freetype2
+   depends = glibc
+   options = !lto
+   source = 
sniffnet-1.3.0.tar.gz::https://github.com/GyulyVGC/sniffnet/archive/refs/tags/v1.3.0.tar.gz
+   sha512sums = 
671900e75551770e96bcc3f7440911696d71f0972e64eae30ea42951a7376e0a439d68d1426c4c8fcde9e61ccd30e3f29e3a603f58db147115a07293a5206610
+
+pkgname = sniffnet


=
PKGBUILD
=
@@ -3,22 +3,22 @@
 # Contributor: qubidt 
 
 pkgname=sniffnet
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Application to comfortably monitor your network traffic"
 arch=('x86_64')
 url="https://github.com/GyulyVGC/sniffnet;
-license=('Apache' 'MIT')
+license=('Apache-2.0' 'MIT')
 depends=('alsa-lib' 'fontconfig' 'libpcap' 'freetype2' 'glibc')
 makedepends=('cargo')
 install=$pkgname.install
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('54f766fdea63e00b9156e9b03f55eedc38dbbd5a08b668fc84466cd6b2ba736fb1f570d907503664992ad3d7524bb4b481e100ada4e6198487b2bfed45805c56')
+sha512sums=('671900e75551770e96bcc3f7440911696d71f0972e64eae30ea42951a7376e0a439d68d1426c4c8fcde9e61ccd30e3f29e3a603f58db147115a07293a5206610')
 options=('!lto')
 
 prepare() {
cd "$pkgname-$pkgver"
-   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sniffnet/-/commit/0567d71a6f575ef9c51fa3ed0bf68e74ba8b21ab

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




[Git][archlinux/packaging/packages/sniffnet] Pushed new tag 1.3.0-1

2024-04-08 Thread @orhun


Orhun Parmaksız pushed new tag 1.3.0-1 at Arch Linux / Packaging / Packages / 
sniffnet

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




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

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


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


Commits:
4913ae7b by Caleb Maclennan at 2024-04-08T23:21:36+03:00
upgpkg: 4.0.5-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = soundconverter
pkgdesc = A simple sound converter application for GNOME
pkgver = 4.0.5
-   pkgrel = 1
+   pkgrel = 2
url = https://soundconverter.org
arch = any
license = GPL3


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=soundconverter
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple sound converter application for GNOME'
 arch=(any)
 license=(GPL3)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundconverter/-/commit/4913ae7bd6138b40ae6bcf73d66d98eae6450f1a

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




[Git][archlinux/packaging/packages/soundconverter] Pushed new tag 4.0.5-2

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


Caleb Maclennan pushed new tag 4.0.5-2 at Arch Linux / Packaging / Packages / 
soundconverter

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




[Git][archlinux/packaging/packages/weechat][main] upgpkg: 4.2.2-3: Rebuild with Python 3.12

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


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


Commits:
611bbb2a by Caleb Maclennan at 2024-04-08T23:19:58+03:00
upgpkg: 4.2.2-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = weechat
pkgdesc = Fast, light and extensible IRC client (curses UI)
pkgver = 4.2.2
-   pkgrel = 2
+   pkgrel = 3
url = https://www.weechat.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=weechat
 pkgver=4.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/weechat/-/commit/611bbb2a1096f5518fa22b53b6638aff17d2024a

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




[Git][archlinux/packaging/packages/weechat] Pushed new tag 4.2.2-3

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


Caleb Maclennan pushed new tag 4.2.2-3 at Arch Linux / Packaging / Packages / 
weechat

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




[Git][archlinux/packaging/packages/weechat][main] upgpkg: 4.2.2-2: Rebuild to get 4.2.2 actually released

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


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


Commits:
fa20b7fe by Caleb Maclennan at 2024-04-08T23:17:56+03:00
upgpkg: 4.2.2-2: Rebuild to get 4.2.2 actually released

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = weechat
pkgdesc = Fast, light and extensible IRC client (curses UI)
pkgver = 4.2.2
-   pkgrel = 1
+   pkgrel = 2
url = https://www.weechat.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=weechat
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/weechat/-/commit/fa20b7fe8253cd7911bbcc4b85eddf1f1bc5f6a4

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




[Git][archlinux/packaging/packages/weechat] Pushed new tag 4.2.2-2

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


Caleb Maclennan pushed new tag 4.2.2-2 at Arch Linux / Packaging / Packages / 
weechat

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




[Git][archlinux/packaging/packages/ayatana-ido][main] upgpkg: 0.10.2-1: Update to 0.10.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ayatana-ido


Commits:
ec0a0851 by Antonio Rojas at 2024-04-08T22:17:48+02:00
upgpkg: 0.10.2-1: Update to 0.10.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = ayatana-ido
+   pkgdesc = Ayatana Indicator Display Objects
+   pkgver = 0.10.2
+   pkgrel = 1
+   url = https://github.com/AyatanaIndicators/ayatana-ido
+   arch = x86_64
+   license = LGPL2.1
+   license = LGPL3
+   makedepends = cmake
+   makedepends = gobject-introspection
+   makedepends = vala
+   makedepends = gtest
+   depends = gtk3
+   source = 
https://github.com/AyatanaIndicators/ayatana-ido/archive/0.10.2/ayatana-ido-0.10.2.tar.gz
+   sha256sums = 
0daf8a2e5bba51225bc3724c0e53c3b569269f28ac3a14f6bed9920b44ecc856
+
+pkgname = ayatana-ido


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Robert Tari 
 
 pkgname=ayatana-ido
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc='Ayatana Indicator Display Objects'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(LGPL2.1 LGPL3)
 depends=(gtk3)
 makedepends=(cmake gobject-introspection vala gtest)
 
source=(https://github.com/AyatanaIndicators/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('26187915a6f3402195e2c78d9e8a54549112a3cd05bb2fbe2059d3e78fc0e071')
+sha256sums=('0daf8a2e5bba51225bc3724c0e53c3b569269f28ac3a14f6bed9920b44ecc856')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ayatana-ido/-/commit/ec0a085105fbae77bc3b62da43fac4e86d86d9a6

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




[Git][archlinux/packaging/packages/ayatana-ido] Pushed new tag 0.10.2-1

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


Antonio Rojas pushed new tag 0.10.2-1 at Arch Linux / Packaging / Packages / 
ayatana-ido

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




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

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


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

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




[Git][archlinux/packaging/packages/soundconverter] Pushed new tag 4.0.5-1

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


Caleb Maclennan pushed new tag 4.0.5-1 at Arch Linux / Packaging / Packages / 
soundconverter

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




[Git][archlinux/packaging/packages/soundconverter][main] upgpkg: 4.0.5-1

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


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


Commits:
a5ae388b by Caleb Maclennan at 2024-04-08T22:54:29+03:00
upgpkg: 4.0.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = soundconverter
pkgdesc = A simple sound converter application for GNOME
-   pkgver = 4.0.4
-   pkgrel = 2
+   pkgver = 4.0.5
+   pkgrel = 1
url = https://soundconverter.org
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = soundconverter
depends = gst-python
depends = python-gobject
depends = python-setuptools
-   source = 
https://launchpad.net/soundconverter/trunk/4.0.4/+download/soundconverter-4.0.4.tar.gz
-   sha256sums = 
d794de371150cc4ea9cc00ee04df23133a4f3e76b8a6dd31e065ec6b18b482be
+   source = 
https://launchpad.net/soundconverter/trunk/4.0.5/+download/soundconverter-4.0.5.tar.gz
+   sha256sums = 
79b05a36685ddce5de24f0a23d08e00a014ed89e62971fe94c1d3fb836eb79f3
 
 pkgname = soundconverter


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=soundconverter
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 pkgdesc='A simple sound converter application for GNOME'
 arch=(any)
 license=(GPL3)
@@ -23,7 +23,7 @@ makedepends=(python-{build,installer,wheel}
 #makedepends=(intltool python-distutils-extra)
 _archive="$pkgname-$pkgver"
 
source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/$_archive.tar.gz;)
-sha256sums=('d794de371150cc4ea9cc00ee04df23133a4f3e76b8a6dd31e065ec6b18b482be')
+sha256sums=('79b05a36685ddce5de24f0a23d08e00a014ed89e62971fe94c1d3fb836eb79f3')
 
 build() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundconverter/-/commit/a5ae388b59eb2141e47d9f7307ee7fa605e9c6ef

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




[Git][archlinux/packaging/packages/slumber][main] upgpkg: 0.17.0-1: upstream release

2024-04-08 Thread @orhun


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


Commits:
11cb403d by Orhun Parmaksız at 2024-04-08T22:43:19+03:00
upgpkg: 0.17.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = slumber
pkgdesc = Terminal-based REST client
-   pkgver = 0.16.0
+   pkgver = 0.17.0
pkgrel = 1
url = https://github.com/LucasPickering/slumber
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = slumber
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
slumber-0.16.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.16.0.tar.gz
-   sha256sums = 
dcc456997a53aec6942561b590b03bb947445b0d15d378b57ad13f8b8c087530
+   source = 
slumber-0.17.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.17.0.tar.gz
+   sha256sums = 
7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef
 
 pkgname = slumber


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=slumber
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Terminal-based REST client"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('dcc456997a53aec6942561b590b03bb947445b0d15d378b57ad13f8b8c087530')
+sha256sums=('7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef')
 options=('!lto')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/slumber] Pushed new tag 0.17.0-1

2024-04-08 Thread @orhun


Orhun Parmaksız pushed new tag 0.17.0-1 at Arch Linux / Packaging / Packages / 
slumber

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




[Git][archlinux/packaging/packages/dub][main] upgpkg: 1.37.0-1: Updated to 1.37.0

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / dub


Commits:
9cefc262 by Dan Printzell at 2024-04-08T21:20:17+02:00
upgpkg: 1.37.0-1: Updated to 1.37.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dub
pkgdesc = Developer package manager for D programming language
-   pkgver = 1.36.0
+   pkgver = 1.37.0
pkgrel = 1
url = https://github.com/dlang/dub
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = dub
license = MIT
makedepends = ldc
depends = curl
-   source = 
dub-1.36.0.tar.gz::https://github.com/dlang/dub/archive/v1.36.0.tar.gz
-   sha512sums = 
7a0e5c5432bbe6d67be8f98e8bc7ef0350e9eb358b13f795b9c18ef9a781dc3092074d88b7a846cf69e1ba648641c6acd8b766ec4bf119ce9b380d886f87b4c3
+   source = 
dub-1.37.0.tar.gz::https://github.com/dlang/dub/archive/v1.37.0.tar.gz
+   sha512sums = 
dc4331b77681d05bc5c6f36f5179d2a1220f3e1cbfc64ba27104fb2b716bd7e2b70c5b3b4d0e8b786caf36632c2fd774bbd51b235389ff38cfde87138fc9de18
 
 pkgname = dub


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=dub
-pkgver=1.36.0
+pkgver=1.37.0
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
@@ -14,7 +14,7 @@ groups=('dlang')
 makedepends=('ldc')
 depends=('curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('7a0e5c5432bbe6d67be8f98e8bc7ef0350e9eb358b13f795b9c18ef9a781dc3092074d88b7a846cf69e1ba648641c6acd8b766ec4bf119ce9b380d886f87b4c3')
+sha512sums=('dc4331b77681d05bc5c6f36f5179d2a1220f3e1cbfc64ba27104fb2b716bd7e2b70c5b3b4d0e8b786caf36632c2fd774bbd51b235389ff38cfde87138fc9de18')
 
 build() {
cd "$pkgname-$pkgver"



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

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




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

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed new tag 1.37.0-1 at Arch Linux / Packaging / Packages / dub

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




[Git][archlinux/packaging/packages/dtools][main] upgpkg: 2.108.0-1: Updated to 2.108.0

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / 
dtools


Commits:
ef5428f5 by Dan Printzell at 2024-04-08T21:19:36+02:00
upgpkg: 2.108.0-1: Updated to 2.108.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dtools
pkgdesc = Ancilliary tools for the D programming language
-   pkgver = 2.107.1
+   pkgver = 2.108.0
pkgrel = 1
url = https://www.dlang.org
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = dtools
conflicts = ddemangle
conflicts = dustmite
conflicts = rdmd
-   source = 
dtools-2.107.1.tar.gz::https://github.com/dlang/tools/archive/v2.107.1.tar.gz
-   sha512sums = 
a6500e583302c156a3e39a91e6fb8740a42e70307c211ec889824b30b78302b2a897a8f87ff8c3b05a8d99552e014d09bfc09c963811f492c16adfd7056b2299
+   source = 
dtools-2.108.0.tar.gz::https://github.com/dlang/tools/archive/v2.108.0.tar.gz
+   sha512sums = 
e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a
 
 pkgname = dtools


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Mihails Strasunse 
 
 pkgname=dtools
-pkgver=2.107.1
+pkgver=2.108.0
 pkgrel=1
 pkgdesc='Ancilliary tools for the D programming language'
 license=('BSL-1.0')
@@ -15,7 +15,7 @@ provides=('ddemangle' 'dustmite' 'rdmd')
 conflicts=('ddemangle' 'dustmite' 'rdmd')
 depends=('curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/tools/archive/v$pkgver.tar.gz;)
-sha512sums=('a6500e583302c156a3e39a91e6fb8740a42e70307c211ec889824b30b78302b2a897a8f87ff8c3b05a8d99552e014d09bfc09c963811f492c16adfd7056b2299')
+sha512sums=('e962a3cebcbe7143fc558a4609f02e59c23b10be15eb1a65147bc49b54ed0b4eb8e3d040045cf9522536a7b016cffb18d66d6db9e26d619c19a2585e0917536a')
 
 build() {
 DMD=dmd



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtools/-/commit/ef5428f588b316c23ba89afc11fbb915f1d94fb6

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




[Git][archlinux/packaging/packages/dtools] Pushed new tag 2.108.0-1

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed new tag 2.108.0-1 at Arch Linux / Packaging / Packages / 
dtools

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




[Git][archlinux/packaging/packages/dmd] Pushed new tag 1-2.108.0-1

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed new tag 1-2.108.0-1 at Arch Linux / Packaging / Packages / 
dmd

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




[Git][archlinux/packaging/packages/dmd][main] upgpkg: 1:2.108.0-1: Updated to 2.108.0

2024-04-08 Thread Dan Printzell (@wild)


Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / dmd


Commits:
f961edde by Dan Printzell at 2024-04-08T21:19:15+02:00
upgpkg: 1:2.108.0-1: Updated to 2.108.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dmd
pkgdesc = D programming language compiler and standard library
-   pkgver = 2.107.1
+   pkgver = 2.108.0
pkgrel = 1
epoch = 1
url = https://www.dlang.org
@@ -9,18 +9,18 @@ pkgbase = dmd
groups = dlang-dmd
makedepends = git
makedepends = ldc
-   noextract = dmd.2.107.1.linux.tar.xz
-   source = git+https://github.com/dlang/dmd.git#tag=v2.107.1
-   source = git+https://github.com/dlang/phobos.git#tag=v2.107.1
-   source = 
http://downloads.dlang.org/releases/2.x/2.107.1/dmd.2.107.1.linux.tar.xz
-   source = 
http://downloads.dlang.org/releases/2.x/2.107.1/dmd.2.107.1.linux.tar.xz.sig
+   noextract = dmd.2.108.0.linux.tar.xz
+   source = git+https://github.com/dlang/dmd.git#tag=v2.108.0
+   source = git+https://github.com/dlang/phobos.git#tag=v2.108.0
+   source = 
http://downloads.dlang.org/releases/2.x/2.108.0/dmd.2.108.0.linux.tar.xz
+   source = 
http://downloads.dlang.org/releases/2.x/2.108.0/dmd.2.108.0.linux.tar.xz.sig
source = dmd.conf
source = dmd-doc.desktop
validpgpkeys = F8A26D5D7572ECA06EC7973182C52E37A8BC8393
validpgpkeys = 30AE2FC45DE4153268ED91754CF5FA5326CC62EB
-   sha256sums = SKIP
-   sha256sums = SKIP
-   sha256sums = 
3577ee366462fb8c72e5e2682f59bc0f607f734e001a5c7e91bcda019725121e
+   sha256sums = 
8383466504537d017a15156c233959ce9a9b1b97feb98869aefcc2370c8af293
+   sha256sums = 
6e648b5af9fcba2ce04336964d662967b954c0893be5c45e0a51d63e79147b34
+   sha256sums = 
6ae2248e7256526d739531ac7f6c0b0feb6521784bed483ce05612c0a5705624
sha256sums = SKIP
sha256sums = 
3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035
sha256sums = 
4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1
@@ -33,7 +33,7 @@ pkgname = dmd
optdepends = dtools: collection of useful utilities for development in D
optdepends = gcc-multilib: to cross-compile 32-bit applications
optdepends = dmd-docs: documentation and sample code for D
-   provides = d-compiler=2.107.1
+   provides = d-compiler=2.108.0
backup = etc/dmd.conf
 
 pkgname = dmd-docs
@@ -45,9 +45,9 @@ pkgname = libphobos
pkgdesc = The Phobos standard library for D programming language
license = BSL-1.0
depends = gcc-libs
-   provides = d-runtime=2.107.1
-   provides = d-stdlib=2.107.1
-   provides = libphobos-devel=2.107.1
+   provides = d-runtime=2.108.0
+   provides = d-stdlib=2.108.0
+   provides = libphobos-devel=2.108.0
conflicts = libphobos-devel
replaces = libphobos-devel
options = staticlibs


=
PKGBUILD
=
@@ -11,8 +11,8 @@ pkgname=('dmd' 'dmd-docs' 'libphobos')
 pkgdesc='D programming language compiler and standard library'
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.107.1
-_docsvers=2.107.1
+pkgver=2.108.0
+_docsvers=2.108.0
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -24,9 +24,9 @@ source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
 
"http://downloads.dlang.org/releases/2.x/$_docsvers/dmd.$_docsvers.linux.tar.xz.sig;
 'dmd.conf'
 'dmd-doc.desktop')
-sha256sums=('SKIP'
-'SKIP'
-'3577ee366462fb8c72e5e2682f59bc0f607f734e001a5c7e91bcda019725121e'
+sha256sums=('8383466504537d017a15156c233959ce9a9b1b97feb98869aefcc2370c8af293'
+'6e648b5af9fcba2ce04336964d662967b954c0893be5c45e0a51d63e79147b34'
+'6ae2248e7256526d739531ac7f6c0b0feb6521784bed483ce05612c0a5705624'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '4b7b8722b3fa11082f0f332397b1b66c85b30ce773c43c3fedcba5768a1484b1')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dmd/-/commit/f961edde0fda492f62ad17d57d50913bf3ada2ea

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




[Git][archlinux/packaging/packages/xf86-video-vmware] Pushed new tag 13.4.0-3

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


Andreas Radke pushed new tag 13.4.0-3 at Arch Linux / Packaging / Packages / 
xf86-video-vmware

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




[Git][archlinux/packaging/packages/xf86-video-vmware][main] 2 commits: fix typoo

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
xf86-video-vmware


Commits:
11e4e2dc by Andreas Radke at 2024-03-31T22:14:52+02:00
fix typoo

- - - - -
f88fbca1 by Andreas Radke at 2024-04-08T20:34:26+02:00
upgpkg: 13.4.0-3; rebuild to fix LDFLAGS typo - should fix #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xf86-video-vmware
pkgdesc = X.org vmware video driver
pkgver = 13.4.0
-   pkgrel = 2
+   pkgrel = 3
url = https://xorg.freedesktop.org/
arch = x86_64
groups = xorg-drivers


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=xf86-video-vmware
 pkgver=13.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org vmware video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -27,7 +27,7 @@ build() {
   # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
   export CFLAGS=${CFLAGS/-fno-plt}
   export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/-Wl,,-z,now}
+  export LDFLAGS=${LDFLAGS/-Wl,-z,now}
 
   ./configure --prefix=/usr --enable-vmwarectrl-client
   make



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xf86-video-vmware/-/compare/8cb228e3fbd29add560aa4dbbf962f7b18a575a1...f88fbca1392a1f5d96f59d5ebb81c816908b3209

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xf86-video-vmware/-/compare/8cb228e3fbd29add560aa4dbbf962f7b18a575a1...f88fbca1392a1f5d96f59d5ebb81c816908b3209
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/discord] Pushed new tag 0.0.48-1

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


T.J. Townsend pushed new tag 0.0.48-1 at Arch Linux / Packaging / Packages / 
discord

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




[Git][archlinux/packaging/packages/discord][main] upgpkg: 0.0.48-1: update to 0.0.48

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


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


Commits:
d7fd370a by T.J. Townsend at 2024-04-08T14:15:59-04:00
upgpkg: 0.0.48-1: update to 0.0.48

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers
-   pkgver = 0.0.47
-   pkgrel = 2
+   pkgver = 0.0.48
+   pkgrel = 1
url = https://discord.com
arch = x86_64
license = custom
@@ -14,11 +14,11 @@ pkgbase = discord
optdepends = libappindicator-gtk3: Systray indicator support
optdepends = xdg-utils: Open files
options = !strip
-   source = 
https://dl.discordapp.net/apps/linux/0.0.47/discord-0.0.47.tar.gz
-   source = LICENSE-0.0.47.html::https://discordapp.com/terms
-   source = OSS-LICENSES-0.0.47.html::https://discordapp.com/licenses
-   sha512sums = 
da08bd801210d7194f8c5de1b43948e018dfccffc7685adbc28d0710351fbf9161f77ccb1e8c0c34b13d1955f53f8dd58f15470415b05d2e22057fe7ae73c703
-   sha512sums = 
340588bef7a5c7dabf17c9e890c311c22ef8b3623892c7f5d7e6aee94b506696f13ff8570b40271434d1da58dadbf1f339a2ab8a6789063127874cf35c6b1af4
-   sha512sums = 
ee84cf9cc9b6cd21e54d67a31f443906448bbaac52009a44f0c237c3a0e51dbfdb45ae3d87bdba1f74380a2da386c763db85b445a66c1ceb65f6f00459af33e9
+   source = 
https://dl.discordapp.net/apps/linux/0.0.48/discord-0.0.48.tar.gz
+   source = LICENSE-0.0.48.html::https://discordapp.com/terms
+   source = OSS-LICENSES-0.0.48.html::https://discordapp.com/licenses
+   sha512sums = 
3cffb469283de46a234f09fc42bf9963d4497ae28f71637db1230d5f8531c0d9fe00ceb6002e5f65f085a1a9511fd3ac8dd48e23431e190555d6cf8e62519f2b
+   sha512sums = 
32ab7057b79ff5e60c1b82d222e43d1cc8a35d8db469f316eb2a725cb5cb54c40f1677b65e01cc1ead6e13e68720a843249ed7f90389bc08f18ebb59c74cc451
+   sha512sums = 
6fd98d6cbfbbfad0e8ad29b0d56933aff756368d469c413c811013cbf82f473b4ea3194c02e422fb8a60fab50ea012f48ce8d62ec51964ede9f4a34d4a6025e5
 
 pkgname = discord


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 pkgname=discord
 _pkgname=Discord
-pkgver=0.0.47
-pkgrel=2
+pkgver=0.0.48
+pkgrel=1
 pkgdesc="All-in-one voice and text chat for gamers"
 arch=('x86_64')
 url='https://discord.com'
@@ -18,9 +18,9 @@ optdepends=('libpulse: Pulseaudio support'
 source=("https://dl.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz;
 "LICENSE-$pkgver.html::https://discordapp.com/terms;
 "OSS-LICENSES-$pkgver.html::https://discordapp.com/licenses;)
-sha512sums=('da08bd801210d7194f8c5de1b43948e018dfccffc7685adbc28d0710351fbf9161f77ccb1e8c0c34b13d1955f53f8dd58f15470415b05d2e22057fe7ae73c703'
-
'340588bef7a5c7dabf17c9e890c311c22ef8b3623892c7f5d7e6aee94b506696f13ff8570b40271434d1da58dadbf1f339a2ab8a6789063127874cf35c6b1af4'
-
'ee84cf9cc9b6cd21e54d67a31f443906448bbaac52009a44f0c237c3a0e51dbfdb45ae3d87bdba1f74380a2da386c763db85b445a66c1ceb65f6f00459af33e9')
+sha512sums=('3cffb469283de46a234f09fc42bf9963d4497ae28f71637db1230d5f8531c0d9fe00ceb6002e5f65f085a1a9511fd3ac8dd48e23431e190555d6cf8e62519f2b'
+
'32ab7057b79ff5e60c1b82d222e43d1cc8a35d8db469f316eb2a725cb5cb54c40f1677b65e01cc1ead6e13e68720a843249ed7f90389bc08f18ebb59c74cc451'
+
'6fd98d6cbfbbfad0e8ad29b0d56933aff756368d469c413c811013cbf82f473b4ea3194c02e422fb8a60fab50ea012f48ce8d62ec51964ede9f4a34d4a6025e5')
 
 prepare() {
   cd $_pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/discord/-/commit/d7fd370a7859df81ec3ac72c096fa36d7ee09262

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




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.08.1916-1

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.08.1916-1 at Arch Linux / Packaging / 
Packages / hwdetect

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




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.08.1916-1: fixed _ROOT_DIRECTORY for module listing

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
4cff65d9 by Tobias Powalowski at 2024-04-08T19:17:46+02:00
upgpkg: 2024.04.08.1916-1: fixed _ROOT_DIRECTORY for module listing

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hwdetect
pkgdesc = Hardware detection script with loading modules and 
mkinitcpio.conf
-   pkgver = 2024.04.08
+   pkgver = 2024.04.08.1916
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -15,6 +15,6 @@ pkgbase = hwdetect
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f
+   b2sums = 
6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c
 
 pkgname = hwdetect



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

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




[Git][archlinux/packaging/packages/hwdetect][main] fix _ROOT_DIRECTORY for modules

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
b7127d4e by Tobias Powalowski at 2024-04-08T19:16:40+02:00
fix _ROOT_DIRECTORY for modules

- - - - -


2 changed files:

- PKGBUILD
- hwdetect


Changes:

=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.08
+pkgver=2024.04.08.1916
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf"
 arch=(any)
@@ -11,7 +11,7 @@ optdepends=('cryptsetup: for encrypt mkinitcpio config 
support'
 'lvm2:   for lvm2 mkinitcpio config support'
 'mdadm:  for raid mkinitcpio config support')
 source=(hwdetect)
-b2sums=('cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f')
+b2sums=('6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -146,12 +146,12 @@ _mods() {
 if [[ "${_EXCLUDE}" ]]; then
 #shellcheck disable=SC2086
 modprobe -i -a --dirname="${_ROOT_DIRECTORY}" 
--set-version="${_KERNEL_VERSION}" --show-depends ${_ALIASES} 2>${_NO_LOG} |\
-grep -v ^builtin | sed "s|^insmod 
/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
+grep -v ^builtin | sed "s|^insmod 
${_ROOT_DIRECTORY}/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
 sort -u | grep -E -v "${_EXCLUDE}" | grep "${_INCLUDE}" | sed -ne 
"s#^/.*/\(.*\)\.ko.*#\1#p"
 else
 #shellcheck disable=SC2086
 modprobe -i -a --dirname="${_ROOT_DIRECTORY}" 
--set-version="${_KERNEL_VERSION}" --show-depends ${_ALIASES} 2>${_NO_LOG} |\
-grep -v ^builtin | sed "s|^insmod 
/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
+grep -v ^builtin | sed "s|^insmod 
${_ROOT_DIRECTORY}/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
 sort -u | grep "${_INCLUDE}" | sed -ne "s#^/.*/\(.*\)\.ko.*#\1#p"
 fi
 }
@@ -176,9 +176,9 @@ while [ -n "$*"  ]; do
 _show_list "AGP  " $(_mods agp/)
 _show_list "ACPI " $(_mods acpi/)
 _show_list "BLOCK" $(_mods ata/pata pata_acpi) $(_mods 
ata/ata_piix) \
-  $(_mods virtio/virtio_pci) $(_mods scsi/) 
$(_mods message/fusion/) $(_mods drivers/block/ nbd pktcdvd sx8 floppy) \
-  $(_mods ata/ pata ata_generic) $(_mods 
drivers/block/sx8) \
-  $(_mods usb/ usb/input) $(_mods firewire/) 
$(_mods ieee1394/) $(_mods nvme.ko)
+   $(_mods virtio/virtio_pci) $(_mods scsi/) 
$(_mods message/fusion/) $(_mods drivers/block/ nbd pktcdvd sx8 floppy) \
+   $(_mods ata/ pata ata_generic) $(_mods 
drivers/block/sx8) \
+   $(_mods usb/ usb/input) $(_mods firewire/) 
$(_mods ieee1394/) $(_mods nvme.ko)
 _show_list "BLUETOOTH" $(_mods bluetooth/)
 _show_list "CDROM" $(_mods cdrom/)
 _show_list "CPUFREQ  " $(_mods cpufreq/)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/b7127d4ea9c3d56f4d46bf2dd739cdcd4de4750f

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




[Git][archlinux/packaging/packages/upower] Pushed new tag 1.90.4-1

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


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

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




[Git][archlinux/packaging/packages/upower][main] 1.90.4-1

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


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


Commits:
c6925761 by Jan Alexander Steffens (heftig) at 2024-04-08T18:54:29+02:00
1.90.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,42 @@
+pkgbase = upower
+   pkgdesc = Abstraction for enumerating power devices, listening to 
device events and querying history and statistics
+   pkgver = 1.90.4
+   pkgrel = 1
+   url = https://upower.freedesktop.org
+   arch = x86_64
+   license = GPL-2.0-or-later
+   checkdepends = python-dbus
+   checkdepends = python-dbusmock
+   checkdepends = python-gobject
+   checkdepends = python-packaging
+   checkdepends = umockdev
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = gtk-doc
+   makedepends = meson
+   makedepends = python
+   makedepends = systemd
+   makedepends = usbmuxd
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = libgudev
+   depends = libimobiledevice
+   depends = libplist
+   optdepends = usbmuxd: Read charge status of iOS devices
+   backup = etc/UPower/UPower.conf
+   source = 
git+https://gitlab.freedesktop.org/upower/upower.git#tag=v1.90.4
+   b2sums = 
07acc8046eccaf891f3ae75673b945d00e3ae1071aac1cc9fa28e8c8d8fb31e8fd30f89d3dd0217090729ffa1c5921aa07f69994e42d4c9201fbe953fd6808ce
+
+pkgname = upower
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = libgudev
+   depends = libimobiledevice
+   depends = libplist
+   depends = libglib-2.0.so
+   depends = libgobject-2.0.so
+   depends = libgio-2.0.so
+   provides = libupower-glib.so


=
PKGBUILD
=
@@ -2,17 +2,22 @@
 # Contributor: Jan de Groot 
 
 pkgname=upower
-pkgver=1.90.2
+pkgver=1.90.4
 pkgrel=1
 pkgdesc="Abstraction for enumerating power devices, listening to device events 
and querying history and statistics"
 url="https://upower.freedesktop.org;
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
+  gcc-libs
+  glib2
+  glibc
   libgudev
   libimobiledevice
-  systemd
-  usbmuxd
+  libplist
+)
+optdepends=(
+  'usbmuxd: Read charge status of iOS devices'
 )
 makedepends=(
   docbook-xsl
@@ -21,6 +26,8 @@ makedepends=(
   gtk-doc
   meson
   python
+  systemd
+  usbmuxd
 )
 checkdepends=(
   python-dbus
@@ -30,14 +37,8 @@ checkdepends=(
   umockdev
 )
 backup=(etc/UPower/UPower.conf)
-_commit=8dcf54440d7eb58b75d7982bc1c29ee35dccf0c2  # tags/v1.90.2^0
-source=("git+https://gitlab.freedesktop.org/upower/upower.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd upower
-  git describe --tags | sed -e 
's/^v\|^UPOWER_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#tag=v$pkgver;)
+b2sums=('07acc8046eccaf891f3ae75673b945d00e3ae1071aac1cc9fa28e8c8d8fb31e8fd30f89d3dd0217090729ffa1c5921aa07f69994e42d4c9201fbe953fd6808ce')
 
 prepare() {
   cd upower



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/upower/-/commit/c6925761738feb0f9345109b51dacc685c7a7e31

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




[Git][archlinux/packaging/packages/krecorder][main] upgpkg: 24.02.1-2: Add missing qqc2-desktop-style dependency

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


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


Commits:
37c8d776 by Antonio Rojas at 2024-04-08T18:54:18+02:00
upgpkg: 24.02.1-2: Add missing qqc2-desktop-style dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = krecorder
pkgdesc = Audio recorder for Plasma Mobile and other platforms
pkgver = 24.02.1
-   pkgrel = 1
+   pkgrel = 2
url = https://apps.kde.org/krecorder/
arch = x86_64
groups = kde-applications
@@ -15,6 +15,7 @@ pkgbase = krecorder
depends = ki18n
depends = kirigami
depends = kirigami-addons
+   depends = qqc2-desktop-style
depends = qt6-base
depends = qt6-declarative
depends = qt6-multimedia


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=krecorder
 pkgver=24.02.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Audio recorder for Plasma Mobile and other platforms'
 url='https://apps.kde.org/krecorder/'
 arch=(x86_64)
@@ -13,6 +13,7 @@ depends=(gcc-libs
  ki18n
  kirigami
  kirigami-addons
+ qqc2-desktop-style
  qt6-base
  qt6-declarative
  qt6-multimedia



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krecorder/-/commit/37c8d7761ddf41caad16cd48802a4b5c0d08d429

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




[Git][archlinux/packaging/packages/krecorder] Pushed new tag 24.02.1-2

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


Antonio Rojas pushed new tag 24.02.1-2 at Arch Linux / Packaging / Packages / 
krecorder

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




[Git][archlinux/packaging/packages/python-dbapi-compliance][main] upgpkg: 1.15.0-4: Rebuild with Python 3.12

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-dbapi-compliance


Commits:
5bf841c6 by Jelle van der Waa at 2024-04-08T18:35:54+02:00
upgpkg: 1.15.0-4: Rebuild with Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = python-dbapi-compliance
+   pkgdesc = Python DB API 2.0 driver compliance unit test suite
+   pkgver = 1.15.0
+   pkgrel = 4
+   url = https://github.com/baztian/dbapi-compliance
+   arch = any
+   license = Public domain
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://pypi.io/packages/source/d/dbapi-compliance/dbapi-compliance-1.15.0.zip
+   sha512sums = 
5d1bb34a7e10ec1288fe6d5bdeed6eef0322496810f68b01dbe22e25d9e429c561f53ccddab04b1c9a2b778d0c246d9f9bda56557a5bb81bad8a627e0a0f621e
+
+pkgname = python-dbapi-compliance


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-dbapi-compliance
 pkgver=1.15.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Python DB API 2.0 driver compliance unit test suite'
 arch=(any)
 url='https://github.com/baztian/dbapi-compliance'
@@ -19,7 +19,8 @@ build() {
 
 check() {
   cd dbapi-compliance-$pkgver
-  python -m unittest discover -vs .
+  # HACK: tests are completely broken and upstream is dead
+  python -m unittest -v dbapi20.py || true
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dbapi-compliance/-/commit/5bf841c6b29f4d736bc1a8b3a2d4ca004d3d557c

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




[Git][archlinux/packaging/packages/python-dbapi-compliance] Pushed new tag 1.15.0-4

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


Jelle van der Waa pushed new tag 1.15.0-4 at Arch Linux / Packaging / Packages 
/ python-dbapi-compliance

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




[Git][archlinux/packaging/packages/python-ndindex][main] Fix build on Python 3.12

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-ndindex


Commits:
5257cfa1 by Jelle van der Waa at 2024-04-08T18:28:24+02:00
Fix build on Python 3.12

Use our versioneer version instead of the old versioned one in the
package.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ arch=(any)
 url='https://quansight-labs.github.io/ndindex/'
 license=(MIT)
 depends=(python-numpy)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+makedepends=(python-build python-installer python-setuptools python-wheel 
python-versioneer)
 checkdepends=(python-pytest-cov python-hypothesis python-pyflakes)
 
source=(https://github.com/Quansight-Labs/ndindex/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('388f45290393262b69ee440053bfe1664cdac6a125b29c2ea2569cdc3943dbbe')
@@ -17,6 +17,7 @@ 
sha256sums=('388f45290393262b69ee440053bfe1664cdac6a125b29c2ea2569cdc3943dbbe')
 prepare() {
   cd $_pyname-$pkgver
   sed -e 's|--flakes||' -i pytest.ini
+  rm versioneer.py
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ndindex/-/commit/5257cfa10e3c357577388a258b6f7700c5f2ac66

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




[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.1-2

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


Robin Candau pushed new tag 1.24.1-2 at Arch Linux / Packaging / Packages / 
python-pymupdf

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




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

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


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


Commits:
e5d03470 by Robin Candau at 2024-04-08T18:26:56+02:00
upgpkg: 1.24.1-2: Python 3.12 rebuild
https://archlinux.org/todo/python-modules-part-1/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pymupdf
pkgdesc = Python bindings for MuPDF's rendering library
pkgver = 1.24.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pymupdf/PyMuPDF
arch = x86_64
license = AGPL-3.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=PyMuPDF
 pkgname=python-pymupdf
 pkgver=1.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for MuPDF's rendering library"
 arch=(x86_64)
 url="https://github.com/pymupdf/PyMuPDF;



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

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




[Git][archlinux/packaging/packages/qt5-base] Pushed new tag 5.15.13+kde+r145-1

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


Antonio Rojas pushed new tag 5.15.13+kde+r145-1 at Arch Linux / Packaging / 
Packages / qt5-base

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




[Git][archlinux/packaging/packages/qt5-base][main] upgpkg: 5.15.13+kde+r145-1: Bump revision

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


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


Commits:
978e6df8 by Antonio Rojas at 2024-04-08T18:05:59+02:00
upgpkg: 5.15.13+kde+r145-1: Bump revision

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = qt5-base
pkgdesc = A cross-platform application and UI framework
-   pkgver = 5.15.13+kde+r142
+   pkgver = 5.15.13+kde+r145
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -51,11 +51,11 @@ pkgbase = qt5-base
optdepends = gtk3: GTK platform plugin
optdepends = perl: for fixqt4headers and syncqt
conflicts = qtchooser
-   source = 
git+https://invent.kde.org/qt/qt/qtbase#commit=2b71429330544809ff5f95111a020e7ceec643fd
+   source = 
kde-qtbase::git+https://invent.kde.org/qt/qt/qtbase#commit=8d30c21cfb529edbdcfd32a928f97b4f861d20e2
source = work-around-pyside2-brokenness.patch
source = qmake-cflags.patch
source = qmake-config.patch
-   sha256sums = SKIP
+   sha256sums = 
4f73f7214737f8d50b5a4bfeb80717b9ff2399ae4b065f3de028677d139b38b2
sha256sums = 
6a4ec2bfcf4e7cff73346762b252cc28be5ca0ed79fde5e69350efe229b43adc
sha256sums = 
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums = 
4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa
@@ -87,6 +87,6 @@ pkgname = qt5-base
 pkgname = qt5-xcb-private-headers
pkgdesc = Private headers for Qt5 Xcb
groups = 
-   depends = qt5-base=5.15.13+kde+r142
+   depends = qt5-base=5.15.13+kde+r145
optdepends = 
conflicts = 


=
PKGBUILD
=
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.13
-pkgver=5.15.13+kde+r142
+pkgver=5.15.13+kde+r145
 pkgrel=1
-_commit=2b71429330544809ff5f95111a020e7ceec643fd
+_commit=8d30c21cfb529edbdcfd32a928f97b4f861d20e2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -32,7 +32,7 @@ 
source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
 work-around-pyside2-brokenness.patch
 qmake-cflags.patch
 qmake-config.patch)
-sha256sums=('2ccdeb64ceac1fa94e74c0cc69f93725a4ff1971d632c77015aff0c0e5b08b81'
+sha256sums=('4f73f7214737f8d50b5a4bfeb80717b9ff2399ae4b065f3de028677d139b38b2'
 '6a4ec2bfcf4e7cff73346762b252cc28be5ca0ed79fde5e69350efe229b43adc'
 '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
 '4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-base/-/commit/978e6df85b1381adf692126c42d9e2d17555429b

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




[Git][archlinux/packaging/packages/qt5-xmlpatterns][main] Don't conflict with Qt6 checkouts

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


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


Commits:
eb42b754 by Antonio Rojas at 2024-04-08T17:57:55+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,11 +16,11 @@ optdepends=('qt5-declarative: QML bindings')
 conflicts=('qtchooser')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



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

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




[Git][archlinux/packaging/packages/qt5-webview][main] Don't conflict with Qt6 checkouts

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


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


Commits:
6754df6e by Antonio Rojas at 2024-04-08T17:57:52+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-webengine')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-webview/-/commit/6754df6e6d49b0c48595f78859a7d1377c91c7ba

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




[Git][archlinux/packaging/packages/qt5-x11extras][main] Don't conflict with Qt6 checkouts

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


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


Commits:
6207dc57 by Antonio Rojas at 2024-04-08T17:57:53+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-base')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-x11extras/-/commit/6207dc57f8b908f64946d2ef4648fafb07acce11

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




[Git][archlinux/packaging/packages/qt5-webglplugin][main] Don't conflict with Qt6 checkouts

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


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


Commits:
62df3a4c by Antonio Rojas at 2024-04-08T17:57:50+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=(qt5-websockets qt5-declarative)
 makedepends=(git)
 groups=(qt5)
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-webglplugin/-/commit/62df3a4c49994fe31f2cbaab0b53724098b4077b

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




[Git][archlinux/packaging/packages/qt5-wayland][main] Don't conflict with Qt6 checkouts

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


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


Commits:
05d66e25 by Antonio Rojas at 2024-04-08T17:57:48+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-declarative' 'libxcomposite')
 makedepends=('vulkan-headers' 'git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-wayland/-/commit/05d66e25107d7ff1028b0171a25ee3ae96345278

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




[Git][archlinux/packaging/packages/qt5-virtualkeyboard][main] Don't conflict with Qt6 checkouts

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


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


Commits:
97ed2ecb by Antonio Rojas at 2024-04-08T17:57:47+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-declarative' 'qt5-svg' 'hunspell')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-virtualkeyboard/-/commit/97ed2ecbbe62f2f9e49b4d5009821901a10fcdeb

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




[Git][archlinux/packaging/packages/qt5-svg][main] Don't conflict with Qt6 checkouts

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


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


Commits:
6f320767 by Antonio Rojas at 2024-04-08T17:57:46+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,11 +15,11 @@ depends=('qt5-base')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-svg/-/commit/6f320767938bd4a7731eadff4edd783229bbdc3d

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




[Git][archlinux/packaging/packages/qt5-script][main] Don't conflict with Qt6 checkouts

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


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


Commits:
e69c487f by Antonio Rojas at 2024-04-08T17:57:40+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -13,7 +13,7 @@ depends=('qt5-base')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
+source=(kde-$_pkgfqn::git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')
 options=(!lto)
 



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

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




[Git][archlinux/packaging/packages/qt5-speech][main] Don't conflict with Qt6 checkouts

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


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


Commits:
0a471f0e by Antonio Rojas at 2024-04-08T17:57:44+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,11 +15,11 @@ makedepends=(git flite speech-dispatcher)
 optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
 groups=(qt5)
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-speech/-/commit/0a471f0e505f5c919684ec37d9220c6afcf15dbd

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




[Git][archlinux/packaging/packages/qt5-serialbus][main] Don't conflict with Qt6 checkouts

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


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


Commits:
2e7ea5b0 by Antonio Rojas at 2024-04-08T17:57:42+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-serialport')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-serialbus/-/commit/2e7ea5b099c76d89cec3555411d07e4c614a943d

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




[Git][archlinux/packaging/packages/qt5-scxml][main] Don't conflict with Qt6 checkouts

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


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


Commits:
a565e150 by Antonio Rojas at 2024-04-08T17:57:41+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,11 +14,11 @@ depends=('qt5-declarative')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



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

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




[Git][archlinux/packaging/packages/qt5-remoteobjects][main] Don't conflict with Qt6 checkouts

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


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


Commits:
18867bf9 by Antonio Rojas at 2024-04-08T17:57:38+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,11 +15,11 @@ makedepends=(qt5-declarative git)
 optdepends=('qt5-declarative: QML bindings')
 groups=(qt5)
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-remoteobjects/-/commit/18867bf94c3c0461726ac0c50e25476605bbe14f

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




[Git][archlinux/packaging/packages/qt5-quicktimeline][main] Don't conflict with Qt6 checkouts

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


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


Commits:
894a5821 by Antonio Rojas at 2024-04-08T17:57:36+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -13,11 +13,11 @@ depends=('qt5-declarative')
 makedepends=('git')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-quicktimeline/-/commit/894a5821274d41cb682fb558a4b07b426e908c7c

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




[Git][archlinux/packaging/packages/qt5-quickcontrols2][main] Don't conflict with Qt6 checkouts

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


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


Commits:
af71777d by Antonio Rojas at 2024-04-08T17:57:34+02:00
Dont conflict with Qt6 checkouts

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,11 +15,11 @@ makedepends=('git')
 optdepends=('qt5-graphicaleffects: for the Material style')
 groups=('qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgfqn
+  cd kde-$_pkgfqn
   echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | 
sed -e 's|+kde+r0||'
 }
 



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

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




  1   2   3   4   5   >