[Git][archlinux/packaging/packages/kio] Pushed new tag 5.240.0.20231014-2

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.240.0.20231014-2 at Arch Linux / Packaging / 
Packages / kio

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




[Git][archlinux/packaging/packages/kio][main] upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
3562eb8f by Antonio Rojas at 2023-10-16T09:06:42+02:00
upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kio
pkgdesc = Resource and network access abstraction
pkgver = 5.240.0.20231014
-   pkgrel = 1
+   pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -68,4 +68,6 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir"/{etc/xdg,usr/share/kconf_update} # Conflict with KF5
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kio/-/commit/3562eb8f3b8f949efad71f1c55534bd67929fe0f

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




[Git][archlinux/packaging/packages/kservice] Pushed new tag 5.240.0.20231014-2

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.240.0.20231014-2 at Arch Linux / Packaging / 
Packages / kservice

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




[Git][archlinux/packaging/packages/kservice][main] upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
3e495746 by Antonio Rojas at 2023-10-16T09:12:48+02:00
upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kservice
pkgdesc = Advanced plugin and service introspection
pkgver = 5.240.0.20231014
-   pkgrel = 1
+   pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=kservice
 pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced plugin and service introspection'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -37,4 +37,6 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir"/etc # Remove files that conflict with KF5
 }



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

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




[Git][archlinux/packaging/packages/rust-analyzer][main] upgpkg: 20231016-1: upstream release

2023-10-16 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
rust-analyzer


Commits:
3db95c52 by Orhun Parmaksız at 2023-10-16T10:20:37+03:00
upgpkg: 20231016-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rust-analyzer
pkgdesc = Rust compiler front-end for IDEs
-   pkgver = 20231009
+   pkgver = 20231016
pkgrel = 1
url = https://rust-analyzer.github.io/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rust-analyzer
makedepends = git
depends = gcc-libs
depends = rust-src
-   source = 
git+https://github.com/rust-lang/rust-analyzer.git#tag=2023-10-09
+   source = 
git+https://github.com/rust-lang/rust-analyzer.git#tag=2023-10-16
b2sums = SKIP
 
 pkgname = rust-analyzer


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2023-10-09
+_pkgver=2023-10-16
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rust-analyzer/-/commit/3db95c523336638eaedf3525bc9cc22d598f8f6f

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




[Git][archlinux/packaging/packages/rust-analyzer] Pushed new tag 20231016-1

2023-10-16 Thread @orhun


Orhun Parmaksız pushed new tag 20231016-1 at Arch Linux / Packaging / Packages 
/ rust-analyzer

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




[Git][archlinux/packaging/packages/ktexteditor] Pushed new tag 5.240.0.20231014-2

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.240.0.20231014-2 at Arch Linux / Packaging / 
Packages / ktexteditor

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




[Git][archlinux/packaging/packages/ktexteditor][main] upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
7364974e by Antonio Rojas at 2023-10-16T09:22:37+02:00
upgpkg: 5.240.0.20231014-2: Remove files that conflict with KF5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ktexteditor
pkgdesc = Advanced embeddable text editor
pkgver = 5.240.0.20231014
-   pkgrel = 1
+   pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -55,4 +55,6 @@ build() {
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
+
+  rm -r "$pkgdir"/usr/share/{dbus-1,katepart5,polkit-1} # Conflict with KF5
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexteditor/-/commit/7364974e02ee97101e5e2021d2c3ff4549b2027c

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




[Git][archlinux/packaging/packages/python-aiodns] Pushed new tag 3.1.1-1

2023-10-16 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 3.1.1-1 at Arch Linux / Packaging / Packages / 
python-aiodns

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




[Git][archlinux/packaging/packages/python-aiodns][main] upgpkg: 3.1.1-1

2023-10-16 Thread Daniel M. Capella (@polyzen)


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


Commits:
20ca6c7e by Daniel M. Capella at 2023-10-16T03:51:19-04:00
upgpkg: 3.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aiodns
pkgdesc = Simple DNS resolver for asyncio
-   pkgver = 3.1.0
+   pkgver = 3.1.1
pkgrel = 1
url = https://github.com/saghul/aiodns
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-aiodns
makedepends = python-setuptools
makedepends = python-wheel
depends = python-pycares
-   source = git+https://github.com/saghul/aiodns.git#tag=v3.1.0
+   source = git+https://github.com/saghul/aiodns.git#tag=v3.1.1
b2sums = SKIP
 
 pkgname = python-aiodns


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-aiodns
 _name=${pkgname#python-}
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Simple DNS resolver for asyncio'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiodns/-/commit/20ca6c7ec87c7a1e0d712467dace66b03549c2da

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




[Git][archlinux/packaging/packages/python-numpy] Pushed new tag 1.26.1-1

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.26.1-1 at Arch Linux / Packaging / Packages / 
python-numpy

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




[Git][archlinux/packaging/packages/python-numpy][main] upgpkg: 1.26.1-1: Update to 1.26.1

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
b81704b8 by Antonio Rojas at 2023-10-16T09:52:37+02:00
upgpkg: 1.26.1-1: Update to 1.26.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-numpy
pkgdesc = Scientific tools for Python
-   pkgver = 1.26.0
-   pkgrel = 3
+   pkgver = 1.26.1
+   pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
license = custom
@@ -17,7 +17,7 @@ pkgbase = python-numpy
depends = lapack
depends = python
optdepends = blas-openblas: faster linear algebra
-   source = 
https://github.com/numpy/numpy/releases/download/v1.26.0/numpy-1.26.0.tar.gz
-   sha512sums = 
0d500c623b274a219740c78ae2febb32a2f167016a9ff529678526e6b3e89a5b732c41defa23460a5da6f7f89d4a7d827f44fa9a1334c78e204b00ce164fb40c
+   source = 
https://github.com/numpy/numpy/releases/download/v1.26.1/numpy-1.26.1.tar.gz
+   sha512sums = 
abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505
 
 pkgname = python-numpy


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Angel 'angvp' Velasquez  
 
 pkgname=python-numpy
-pkgver=1.26.0
-pkgrel=3
+pkgver=1.26.1
+pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
@@ -15,14 +15,14 @@ optdepends=('blas-openblas: faster linear algebra')
 makedepends=('python-build' 'python-installer' 'meson-python' 'cmake' 
'gcc-fortran' 'cython')
 checkdepends=('python-pytest' 'python-hypothesis')
 
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz";)
-sha512sums=('0d500c623b274a219740c78ae2febb32a2f167016a9ff529678526e6b3e89a5b732c41defa23460a5da6f7f89d4a7d827f44fa9a1334c78e204b00ce164fb40c')
+sha512sums=('abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505')
 
 build() {
   cd numpy-$pkgver
   CFLAGS+=" -ffat-lto-objects" \
   CXXFLAGS+=" -ffat-lto-objects" \
   python -m build --wheel --no-isolation \
--Csetup-args="-Dblas=blas" \
+-Csetup-args="-Dblas=cblas" \
 -Csetup-args="-Dlapack=lapack"
 }
 



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

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




[Git][archlinux/packaging/packages/ktexteditor] Pushed new tag 5.240.0.20231014-3

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.240.0.20231014-3 at Arch Linux / Packaging / 
Packages / ktexteditor

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




[Git][archlinux/packaging/packages/ktexteditor][main] upgpkg: 5.240.0.20231014-3: One conflict fixed upstream

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
4e984486 by Antonio Rojas at 2023-10-16T09:56:54+02:00
upgpkg: 5.240.0.20231014-3: One conflict fixed upstream

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ktexteditor
pkgdesc = Advanced embeddable text editor
pkgver = 5.240.0.20231014
-   pkgrel = 2
+   pkgrel = 3
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -36,7 +36,7 @@ pkgbase = ktexteditor
depends = sonnet
depends = syntax-highlighting
optdepends = git: git integration
-   source = 
git+https://invent.kde.org/frameworks/ktexteditor#commit=7167526a0d6452eeb8c73b4b8d1532a6c943263a
+   source = 
git+https://invent.kde.org/frameworks/ktexteditor#commit=02678fd1f01869d3ac26e77aaa9ce3b4642f2d8a
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.240.0.20231014
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced embeddable text editor'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -41,7 +41,7 @@ optdepends=('git: git integration')
 groups=(kf6)
 
#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
 makedepends+=(git)
-_commit=7167526a0d6452eeb8c73b4b8d1532a6c943263a
+_commit=02678fd1f01869d3ac26e77aaa9ce3b4642f2d8a
 source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
 sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

@@ -56,5 +56,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 
-  rm -r "$pkgdir"/usr/share/{dbus-1,katepart5,polkit-1} # Conflict with KF5
+  rm -r "$pkgdir"/usr/share/{dbus-1,polkit-1} # Conflict with KF5
 }



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

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




[Git][archlinux/packaging/packages/cronie] Pushed new tag 1.7.0-3

2023-10-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.7.0-3 at Arch Linux / Packaging / Packages / 
cronie

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




[Git][archlinux/packaging/packages/cronie][main] upgpkg: 1.7.0-3: add settings for anacron (FS#79954)

2023-10-16 Thread Christian Hesse (@eworm)


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


Commits:
3e859ac7 by Christian Hesse at 2023-10-16T10:07:39+02:00
upgpkg: 1.7.0-3: add settings for anacron (FS#79954)

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- deny → cron-deny
- + default-anacron


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cronie
pkgdesc = Daemon that runs specified programs at scheduled times and 
related tools
pkgver = 1.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/cronie-crond/cronie/
arch = x86_64
license = custom:BSD
@@ -15,13 +15,16 @@ pkgbase = cronie
backup = etc/anacrontab
backup = etc/cron.d/0hourly
backup = etc/cron.deny
+   backup = etc/default/anacron
backup = etc/pam.d/crond
backup = etc/sysconfig/crond
source = 
https://github.com/cronie-crond/cronie/releases/download/cronie-1.7.0/cronie-1.7.0.tar.gz
source = 80-cronie.hook
-   source = deny
+   source = default-anacron
+   source = cron-deny
sha256sums = 
6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619
sha256sums = 
f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db
+   sha256sums = 
c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c
sha256sums = 
ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc
 
 pkgname = cronie


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='cronie'
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://github.com/cronie-crond/cronie/'
 license=('custom:BSD')
@@ -15,13 +15,16 @@ conflicts=('cron')
 provides=('cron')
 
source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";
 '80-cronie.hook'
-'deny')
+'default-anacron'
+'cron-deny')
 sha256sums=('6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619'
 'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
+'c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c'
 'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
 backup=('etc/anacrontab'
 'etc/cron.d/0hourly'
 'etc/cron.deny'
+'etc/default/anacron'
 'etc/pam.d/crond'
 'etc/sysconfig/crond')
 
@@ -48,8 +51,9 @@ package() {
install -d "${pkgdir}"/var/spool/{ana,}cron
install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
 
-   install -Dm0644 ../deny "${pkgdir}"/etc/cron.deny
install -Dm0644 ../80-cronie.hook 
"${pkgdir}"/usr/share/libalpm/hooks/80-cronie.hook
+   install -Dm0644 ../default-anacron "${pkgdir}"/etc/default/anacron
+   install -Dm0644 ../cron-deny "${pkgdir}"/etc/cron.deny
 
install -Dm0644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
install -Dm0644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly


=
deny → cron-deny
=


=
default-anacron
=
@@ -0,0 +1,4 @@
+# /etc/default/anacron
+# Set this to 'yes' to have anacron run while on battery
+# By default it is not run while on battery
+#ANACRON_RUN_ON_BATTERY_POWER=no



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

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




[Git][archlinux/packaging/packages/cronie] Pushed new tag 1.7.0-4

2023-10-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.7.0-4 at Arch Linux / Packaging / Packages / 
cronie

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




[Git][archlinux/packaging/packages/cronie][main] upgpkg: 1.7.0-4: add an empty /etc/crontab

2023-10-16 Thread Christian Hesse (@eworm)


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


Commits:
e9237ed1 by Christian Hesse at 2023-10-16T10:48:07+02:00
upgpkg: 1.7.0-4: add an empty /etc/crontab

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + crontab


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cronie
pkgdesc = Daemon that runs specified programs at scheduled times and 
related tools
pkgver = 1.7.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/cronie-crond/cronie/
arch = x86_64
license = custom:BSD
@@ -15,16 +15,19 @@ pkgbase = cronie
backup = etc/anacrontab
backup = etc/cron.d/0hourly
backup = etc/cron.deny
+   backup = etc/crontab
backup = etc/default/anacron
backup = etc/pam.d/crond
backup = etc/sysconfig/crond
source = 
https://github.com/cronie-crond/cronie/releases/download/cronie-1.7.0/cronie-1.7.0.tar.gz
source = 80-cronie.hook
-   source = default-anacron
source = cron-deny
+   source = crontab
+   source = default-anacron
sha256sums = 
6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619
sha256sums = 
f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db
-   sha256sums = 
c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c
sha256sums = 
ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc
+   sha256sums = 
64d517a8d011b5cfa6b2433d528498e80fa8d0748c91f1b73e6ded70e776dc35
+   sha256sums = 
c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c
 
 pkgname = cronie


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='cronie'
 pkgver=1.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://github.com/cronie-crond/cronie/'
 license=('custom:BSD')
@@ -15,15 +15,18 @@ conflicts=('cron')
 provides=('cron')
 
source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";
 '80-cronie.hook'
-'default-anacron'
-'cron-deny')
+'cron-deny'
+'crontab'
+'default-anacron')
 sha256sums=('6827f5a47760cc64afeef0a60d3cb5376f52569109fc9a73957dd5e9fdae7619'
 'f85e9a68bf3bf446f8a6167f068371c06afffe11ca71935d8ee5487b38b2c9db'
-'c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c'
-'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
+'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc'
+'64d517a8d011b5cfa6b2433d528498e80fa8d0748c91f1b73e6ded70e776dc35'
+'c5772fd0df22d807ed6b62edf4052db529aafb626b1bfe8961229fb864039a5c')
 backup=('etc/anacrontab'
 'etc/cron.d/0hourly'
 'etc/cron.deny'
+'etc/crontab'
 'etc/default/anacron'
 'etc/pam.d/crond'
 'etc/sysconfig/crond')
@@ -52,8 +55,9 @@ package() {
install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly}
 
install -Dm0644 ../80-cronie.hook 
"${pkgdir}"/usr/share/libalpm/hooks/80-cronie.hook
-   install -Dm0644 ../default-anacron "${pkgdir}"/etc/default/anacron
install -Dm0644 ../cron-deny "${pkgdir}"/etc/cron.deny
+   install -Dm0644 ../crontab "${pkgdir}"/etc/crontab
+   install -Dm0644 ../default-anacron "${pkgdir}"/etc/default/anacron
 
install -Dm0644 contrib/anacrontab "${pkgdir}"/etc/anacrontab
install -Dm0644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly


=
crontab
=
@@ -0,0 +1,5 @@
+# /etc/crontab: configuration file for cron
+
+# See cron(8) and crontab(5) for details.
+
+# m h dom mon dow user command



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cronie/-/commit/e9237ed1280aa0efd4db6162ab83f770cd4831df

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




[Git][archlinux/packaging/packages/easy-rsa][main] upgpkg: 3.1.7-1: new upstream release

2023-10-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
easy-rsa


Commits:
3c20a30b by Christian Hesse at 2023-10-16T10:50:08+02:00
upgpkg: 3.1.7-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = easy-rsa
pkgdesc = Simple shell based CA utility
-   pkgver = 3.1.6
+   pkgver = 3.1.7
pkgrel = 1
url = https://github.com/OpenVPN/easy-rsa
arch = any
@@ -10,11 +10,11 @@ pkgbase = easy-rsa
depends = grep
backup = etc/easy-rsa/openssl-easyrsa.cnf
backup = etc/easy-rsa/vars
-   source = 
https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6.tgz
-   source = 
https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6.tgz.sig
+   source = 
https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz
+   source = 
https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz.sig
validpgpkeys = 65FF3F24AA08E882CB444C94D731D97A606FD463
validpgpkeys = 6F4056821152F03B6B24F2FCF8489F839D7367F3
-   sha256sums = 
ccd27c704692f2a9e24a11672d330ada585c94d6793cb68baf1165ed4e0fa757
+   sha256sums = 
aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
sha256sums = SKIP
 
 pkgname = easy-rsa


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=easy-rsa
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc='Simple shell based CA utility'
 arch=('any')
@@ -14,7 +14,7 @@ validpgpkeys=(
'65FF3F24AA08E882CB444C94D731D97A606FD463'  # Josh Cepek 

'6F4056821152F03B6B24F2FCF8489F839D7367F3') # Eric Crist 

 
source=("https://github.com/OpenVPN/easy-rsa/releases/download/v${pkgver}/EasyRSA-${pkgver}.tgz"{,.sig})
-sha256sums=('ccd27c704692f2a9e24a11672d330ada585c94d6793cb68baf1165ed4e0fa757'
+sha256sums=('aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e'
 'SKIP')
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/easy-rsa/-/commit/3c20a30b853325d586aba6f2d33b12fca3988297

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




[Git][archlinux/packaging/packages/easy-rsa] Pushed new tag 3.1.7-1

2023-10-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 3.1.7-1 at Arch Linux / Packaging / Packages / 
easy-rsa

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




[Git][archlinux/packaging/packages/minio] Pushed new tag 2023.10.16-1

2023-10-16 Thread hashworks (@hashworks)


hashworks pushed new tag 2023.10.16-1 at Arch Linux / Packaging / Packages / 
minio

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




[Git][archlinux/packaging/packages/minio][main] upgpkg: 2023.10.16-1

2023-10-16 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / minio


Commits:
cdf9bdb5 by Justin Kromlinger at 2023-10-16T10:57:25+02:00
upgpkg: 2023.10.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minio
pkgdesc = Object storage server compatible with Amazon S3
-   pkgver = 2023.10.14
+   pkgver = 2023.10.16
pkgrel = 1
url = https://minio.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = minio
makedepends = git
depends = glibc
backup = etc/minio/minio.conf
-   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2023-10-14T05-17-22Z
+   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2023-10-16T04-13-43Z
source = minio.conf
source = minio.service
source = minio.sysusers


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2023.10.14
-_timever=T05-17-22Z
+pkgver=2023.10.16
+_timever=T04-13-43Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/commit/cdf9bdb59aa2e60f4b74ef1f625d0d8e500ca6bd

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




[Git][archlinux/packaging/packages/libsodium] Pushed new tag 1.0.19-2

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.0.19-2 at Arch Linux / 
Packaging / Packages / libsodium

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




[Git][archlinux/packaging/packages/libsodium][main] 1.0.19-2

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
30ade6a2 by Jan Alexander Steffens (heftig) at 2023-10-16T11:01:05+02:00
1.0.19-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = libsodium
pkgdesc = P(ortable|ackageable) NaCl-based crypto library
pkgver = 1.0.19
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/jedisct1/libsodium
arch = x86_64
license = custom:ISC
makedepends = minisign
depends = glibc
+   provides = libsodium.so
source = 
https://download.libsodium.org/libsodium/releases/libsodium-1.0.19.tar.gz
source = 
https://download.libsodium.org/libsodium/releases/libsodium-1.0.19.tar.gz.minisig
sha512sums = 
8e9b6d796f6330e00921ce37f1b43545966094250938626ae227deef5fd1279f2fc18b5cd55e23484732a27df4d919cf0d2f07b9c2f1aa0c0ef689e668b0d439


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libsodium
 pkgver=1.0.19
-pkgrel=1
+pkgrel=2
 pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
 arch=('x86_64')
 url="https://github.com/jedisct1/libsodium";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsodium/-/commit/30ade6a2e62430ce88053271abf5d14209bce406

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




[Git][archlinux/packaging/packages/lowdown] Pushed new tag 1.0.2-2

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.0.2-2 at Arch Linux / 
Packaging / Packages / lowdown

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




[Git][archlinux/packaging/packages/lowdown][main] 1.0.2-2: add soprovides

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
53cebdac by Jan Alexander Steffens (heftig) at 2023-10-16T11:01:53+02:00
1.0.2-2: add soprovides

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = lowdown
+   pkgdesc = A simple Markdown translator
+   pkgver = 1.0.2
+   pkgrel = 2
+   url = https://kristaps.bsd.lv/lowdown
+   arch = x86_64
+   license = ISC
+   makedepends = git
+   depends = glibc
+   depends = libmd
+   provides = liblowdown.so
+   source = 
lowdown::git+https://github.com/kristapsdz/lowdown.git#commit=45c3ffad5fe3b51360afe6e566ec54edcb13718f
+   b2sums = SKIP
+
+pkgname = lowdown


=
PKGBUILD
=
@@ -3,13 +3,14 @@
 
 pkgname=lowdown
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple Markdown translator'
 arch=('x86_64')
 url='https://kristaps.bsd.lv/lowdown'
 license=('ISC')
 depends=('glibc' 'libmd')
 makedepends=('git')
+provides=('liblowdown.so')
 _commit='45c3ffad5fe3b51360afe6e566ec54edcb13718f'
 
source=("$pkgname::git+https://github.com/kristapsdz/lowdown.git#commit=$_commit";)
 b2sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lowdown/-/commit/53cebdaccf2b11e707e0b00609f32f8b7d85e0c1

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




[Git][archlinux/packaging/packages/editline][main] 1.17.1-3: add soprovides

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
30495d81 by Jan Alexander Steffens (heftig) at 2023-10-16T11:02:44+02:00
1.17.1-3: add soprovides

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = editline
+   pkgdesc = A readline() replacement for UNIX without termcap (ncurses)
+   pkgver = 1.17.1
+   pkgrel = 3
+   url = http://troglobit.com/editline.html
+   install = editline.install
+   arch = x86_64
+   license = BSD
+   depends = glibc
+   provides = libeditline.so
+   source = 
editline-1.17.1.tar.gz::https://github.com/troglobit/editline/archive/1.17.1.tar.gz
+   sha512sums = 
6fd8951a490e0a3f30bb20d775036f622e583042d6dc315d657bb9fdad76b3f4e219290f24ab497209d6143a56dd1d227152ba0c40e7912b8a443ab50f9b05dd
+
+pkgname = editline


=
PKGBUILD
=
@@ -3,11 +3,13 @@
 
 pkgname=editline
 pkgver=1.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A readline() replacement for UNIX without termcap (ncurses)'
 arch=('x86_64')
 url='http://troglobit.com/editline.html'
 license=('BSD')
+depends=('glibc')
+provides=('libeditline.so')
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/troglobit/$pkgname/archive/$pkgver.tar.gz";)
 
sha512sums=('6fd8951a490e0a3f30bb20d775036f622e583042d6dc315d657bb9fdad76b3f4e219290f24ab497209d6143a56dd1d227152ba0c40e7912b8a443ab50f9b05dd')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/editline/-/commit/30495d81ef0c97827de6ed4104a1f0c4b3ad0e55

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




[Git][archlinux/packaging/packages/editline] Pushed new tag 1.17.1-3

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.17.1-3 at Arch Linux / 
Packaging / Packages / editline

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




[Git][archlinux/packaging/packages/libcpuid][main] 0.6.4-2: add soprovides; fix commit (tag got moved?)

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
bedc29c5 by Jan Alexander Steffens (heftig) at 2023-10-16T11:05:08+02:00
0.6.4-2: add soprovides; fix commit (tag got moved?)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libcpuid
pkgdesc = A small C library for x86 CPU detection and feature extraction
pkgver = 0.6.4
-   pkgrel = 1
+   pkgrel = 2
url = http://libcpuid.sourceforge.net
arch = x86_64
license = BSD
@@ -12,7 +12,8 @@ pkgbase = libcpuid
makedepends = python
makedepends = graphviz
depends = glibc
-   source = 
libcpuid::git+https://github.com/anrieff/libcpuid#commit=f9b833d122efeea11a7c68c6e098db8717221543
+   provides = libcpuid.so
+   source = 
libcpuid::git+https://github.com/anrieff/libcpuid#commit=02237e67f5cbff348c63ad5338a70d75909a23b1
b2sums = SKIP
 
 pkgname = libcpuid


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libcpuid
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A small C library for x86 CPU detection and feature extraction'
 arch=('x86_64')
 url='http://libcpuid.sourceforge.net'
@@ -17,7 +17,8 @@ makedepends=(
   'python'
   'graphviz'
 )
-_commit='f9b833d122efeea11a7c68c6e098db8717221543'
+provides=('libcpuid.so')
+_commit=02237e67f5cbff348c63ad5338a70d75909a23b1  # tags/v0.6.4
 source=("$pkgname::git+https://github.com/anrieff/libcpuid#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcpuid/-/commit/bedc29c541dbc0d7e80bfd7b831ba767c5eca28d

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




[Git][archlinux/packaging/packages/libcpuid] Pushed new tag 0.6.4-2

2023-10-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 0.6.4-2 at Arch Linux / 
Packaging / Packages / libcpuid

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




[Git][archlinux/packaging/packages/bandwhich][main] upgpkg: 0.21.1-1

2023-10-16 Thread kpcyrd (@kpcyrd)


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


Commits:
21fe697d by kpcyrd at 2023-10-16T12:20:24+02:00
upgpkg: 0.21.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = bandwhich
+   pkgdesc = Terminal bandwidth utilization tool
+   pkgver = 0.21.1
+   pkgrel = 1
+   url = https://github.com/imsnif/bandwhich
+   arch = x86_64
+   license = MIT
+   makedepends = cargo
+   depends = gcc-libs
+   source = 
bandwhich-0.21.1.tar.gz::https://github.com/imsnif/bandwhich/archive/refs/tags/v0.21.1.tar.gz
+   sha512sums = 
4bd48c598e643c5541884fab5df8534138078820833c3248dcf778616b1149fa074e43a8448e8dc92bc8d06f5e76baa8df9e7f4f2c5eccd21ab15190e17b0cf2
+   b2sums = 
93467029a003356786e3a49d00062ee42b9a3f0f805bb42dbe0c37aed24303c1d7ac3907ed064af29584e3311d217c70c4027f6e35e20f68ce0292052b23b83b
+
+pkgname = bandwhich


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.21.0
+pkgver=0.21.1
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/imsnif/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('b0b0f31b1d53771ae9660dae48c57b23de0fa3b2d8788434af470d4a01e8aa5736c53a4e5a329bef94ffea6232b9025ec905b83de0e70b08df074d9909f98904')
-b2sums=('b903c7e4be58d13ceac86744f1f5b8039b367ef728ab4b728ffc629bb9661c98fa654cb0e4841c6a4267786b58ee66e9e9758099359ec657ced80a8295beba68')
+sha512sums=('4bd48c598e643c5541884fab5df8534138078820833c3248dcf778616b1149fa074e43a8448e8dc92bc8d06f5e76baa8df9e7f4f2c5eccd21ab15190e17b0cf2')
+b2sums=('93467029a003356786e3a49d00062ee42b9a3f0f805bb42dbe0c37aed24303c1d7ac3907ed064af29584e3311d217c70c4027f6e35e20f68ce0292052b23b83b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bandwhich/-/commit/21fe697d6e214c6c527ff17ce72d86c52e1f9f51

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




[Git][archlinux/packaging/packages/bandwhich] Pushed new tag 0.21.1-1

2023-10-16 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.21.1-1 at Arch Linux / Packaging / Packages / bandwhich

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




[Git][archlinux/packaging/packages/lib32-libnsl][main] upgpkg: 2.0.1-1

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-libnsl


Commits:
5da9381e by David Runge at 2023-10-16T12:34:57+02:00
upgpkg: 2.0.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = lib32-libnsl
+   pkgdesc = Public client interface library for NIS(YP)
+   pkgver = 2.0.1
+   pkgrel = 1
+   url = https://github.com/thkukuk/libnsl
+   arch = x86_64
+   license = LGPL-2.1-only
+   depends = lib32-glibc
+   depends = lib32-libtirpc
+   depends = libnsl=2.0.1
+   provides = libnsl.so
+   source = 
https://github.com/thkukuk/libnsl/archive/v2.0.1/libnsl-v2.0.1.tar.gz
+   sha512sums = 
1d9290c3123c0933f156808c388654698f7d6994c625cbbc492cc07d656b996c62847048b14b93b8eda632945096ace418a3418ee1f40ff2cc748a3278f987a4
+   b2sums = 
6988399a5c0f0dab89a47a026e8717f4a3276b0af7c7c507e7bcf1093951a258b54e84e09a679ff4e426ecffbcbb682c31ca393bde6cd92708e07d4709c203aa
+
+pkgname = lib32-libnsl


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 
 _name=libnsl
 pkgname=lib32-libnsl
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Public client interface library for NIS(YP)'
 arch=(x86_64)
 url=https://github.com/thkukuk/libnsl
-license=(LGPL2.1)
+license=(LGPL-2.1-only)
 depends=(
   lib32-glibc
   lib32-libtirpc
@@ -17,8 +17,8 @@ depends=(
 )
 provides=(libnsl.so)
 source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('86a7738707a3e4e56b60c8de0445fb576e66148bc12fa2a6aab422ea81eb4b42be3287a12f78384acd2b8bfb3885e9a0ce4f7328f078da3a5099acb66a35a935')
-b2sums=('e16bba0d64afa3c1473be831fa9fa743e88323091a4ee62436383169d282b1ad6deab3ff1f9462828c88e443a4b9b913ac18b36c68664593a6a80dae25988b7d')
+sha512sums=('1d9290c3123c0933f156808c388654698f7d6994c625cbbc492cc07d656b996c62847048b14b93b8eda632945096ace418a3418ee1f40ff2cc748a3278f987a4')
+b2sums=('6988399a5c0f0dab89a47a026e8717f4a3276b0af7c7c507e7bcf1093951a258b54e84e09a679ff4e426ecffbcbb682c31ca393bde6cd92708e07d4709c203aa')
 
 prepare() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnsl/-/commit/5da9381ec0f7fc9396d7a41366fcd48072df1a4c

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




[Git][archlinux/packaging/packages/lib32-libnsl] Pushed new tag 2.0.1-1

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
lib32-libnsl

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




[Git][archlinux/packaging/packages/php-igbinary] Pushed new tag 3.2.14-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.2.14-2 at Arch Linux / Packaging / Packages / 
php-igbinary

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




[Git][archlinux/packaging/packages/php-igbinary][main] upgpkg: 3.2.14-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
php-igbinary


Commits:
1c5755a5 by David Runge at 2023-10-16T13:05:35+02:00
upgpkg: 3.2.14-2

Rebuild against glibc 2.38

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = php-igbinary
+   pkgdesc = A drop in replacement for the standard php serializer
+   pkgver = 3.2.14
+   pkgrel = 2
+   url = https://github.com/igbinary/igbinary
+   arch = x86_64
+   license = BSD
+   makedepends = php-legacy
+   makedepends = php
+   depends = glibc
+   source = 
php-igbinary-3.2.14.tar.gz::https://github.com/igbinary/igbinary/archive/3.2.14.tar.gz
+   sha512sums = 
8f58817b86c560bd81344ec51260d31b02868584254d6b94b44e07ea5371ddebfc2ccee7bc56ca1ad5873bdbb758fc95683555e7c5abf5d69db9d962bf0e88b3
+   b2sums = 
17cb77a68e2458021563ae288fccbd49132b04f9b5e2a27b7dbfc2c851536d30b813fcf4cc48684afda0cd3e3b0c2c915b13b668d85715d827bee86a4c499573
+
+pkgname = php-igbinary
+   depends = glibc
+   depends = php
+   provides = 
+   backup = etc/php/conf.d/igbinary.ini
+
+pkgname = php-legacy-igbinary
+   depends = glibc
+   depends = php-legacy
+   provides = 
+   backup = etc/php-legacy/conf.d/igbinary.ini


=
PKGBUILD
=
@@ -4,7 +4,7 @@ _name=igbinary
 pkgbase=php-igbinary
 pkgname=(php-igbinary php-legacy-igbinary)
 pkgver=3.2.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A drop in replacement for the standard php serializer"
 arch=(x86_64)
 url="https://github.com/igbinary/igbinary";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-igbinary/-/commit/1c5755a51a0448724dcb2986eff558f7eb1710f9

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




[Git][archlinux/packaging/packages/php-redis][main] upgpkg: 6.0.1-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
php-redis


Commits:
80594efd by David Runge at 2023-10-16T13:10:05+02:00
upgpkg: 6.0.1-2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = php-redis
+   pkgdesc = An API for communicating with the Redis key-value store
+   pkgver = 6.0.1
+   pkgrel = 2
+   url = https://github.com/phpredis/phpredis/
+   arch = x86_64
+   license = PHP-3.01
+   checkdepends = lsof
+   checkdepends = redis
+   makedepends = liblzf
+   makedepends = php-igbinary
+   makedepends = php-legacy-igbinary
+   depends = glibc
+   optdepends = redis: use a local redis instance
+   source = 
php-redis-6.0.1.tar.gz::https://github.com/phpredis/phpredis//archive/6.0.1.tar.gz
+   sha512sums = 
7ff7e363a58150ee783ed914213f45f1cb895f4759185d2fed4c25754fadbb36b3b181ee35e34afb4fcc9c4e2ea3ef61726339b20c9020e501773de6825ae5a2
+   b2sums = 
4ccb7a0f9f0f53bc587bde3f1a9a8b57ce87b5a6f06c25fce3850c69f7f30281ae88a8d4073a2148b32bd96ced6805ced6b5d812c8cae7a9d4c038e8a47116de
+
+pkgname = php-redis
+   depends = glibc
+   depends = liblzf.so
+   depends = php-igbinary
+   backup = etc/php/conf.d/redis.ini
+
+pkgname = php-legacy-redis
+   depends = glibc
+   depends = liblzf.so
+   depends = php-legacy-igbinary
+   backup = etc/php-legacy/conf.d/redis.ini


=
PKGBUILD
=
@@ -8,7 +8,7 @@ pkgname=(
   php-legacy-redis
 )
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=(x86_64)
 url="https://github.com/phpredis/phpredis/";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-redis/-/commit/80594efd7abdb9a2cc556848c9fa1ee87b7d587e

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




[Git][archlinux/packaging/packages/php-redis] Pushed new tag 6.0.1-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.0.1-2 at Arch Linux / Packaging / Packages / 
php-redis

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




[Git][archlinux/packaging/packages/php-snuffleupagus] Pushed new tag 0.10.0-2

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.10.0-2 at Arch Linux / Packaging / Packages / 
php-snuffleupagus

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




[Git][archlinux/packaging/packages/php-snuffleupagus][main] upgpkg: 0.10.0-2: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
php-snuffleupagus


Commits:
418f7a7a by Robin Candau at 2023-10-16T13:18:24+02:00
upgpkg: 0.10.0-2: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = php-snuffleupagus
+   pkgdesc = Security module for PHP
+   pkgver = 0.10.0
+   pkgrel = 2
+   url = https://snuffleupagus.readthedocs.io/
+   arch = x86_64
+   license = LGPL3
+   depends = php
+   backup = etc/php/conf.d/snuffleupagus.ini
+   backup = etc/php/conf.d/snuffleupagus.rules
+   source = 
https://github.com/jvoisin/snuffleupagus/archive/v0.10.0/snuffleupagus-0.10.0.tar.gz
+   sha256sums = 
2b48dc38e208e793d3e694688d9ae9fc429e99a8df01133f6e0a036ba304
+   b2sums = 
74871999de8d5523dc8ab0cc3c9c29749f0a7e76154fef748dd477529975ea87a5846d3f746df847b1ee88c1a8e23a4e3b8b74e06c6a9000605ca73d5d031a66
+
+pkgname = php-snuffleupagus


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=php-snuffleupagus
 _pkgname=snuffleupagus
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Security module for PHP"
 url='https://snuffleupagus.readthedocs.io/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-snuffleupagus/-/commit/418f7a7abc6aea1d91be9604cbbfc916d40048c6

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




[Git][archlinux/packaging/packages/php-geoip] Pushed new tag 1.1.1-10

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.1.1-10 at Arch Linux / Packaging / Packages / 
php-geoip

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




[Git][archlinux/packaging/packages/php-geoip][main] upgpkg: 1.1.1-10: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
php-geoip


Commits:
23cc7afd by Robin Candau at 2023-10-16T13:20:14+02:00
upgpkg: 1.1.1-10: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = php-geoip
+   pkgdesc = GeoIP module for PHP
+   pkgver = 1.1.1
+   pkgrel = 10
+   url = https://pecl.php.net/package/geoip
+   arch = x86_64
+   license = PHP
+   makedepends = php
+   makedepends = php-legacy
+   depends = geoip
+   source = https://pecl.php.net/get/geoip-1.1.1.tgz
+   source = php8.patch
+   sha256sums = 
b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06
+   sha256sums = 
da576049b0c69b3c22c0defa7313a22c0244fbf3a10555e6549f7957f7a429c6
+
+pkgname = php-geoip
+   depends = geoip
+   depends = php
+   backup = etc/php/conf.d/geoip.ini
+
+pkgname = php-legacy-geoip
+   pkgdesc = GeoIP module for PHP Legacy
+   depends = geoip
+   depends = php-legacy
+   backup = etc/php-legacy/conf.d/geoip.ini


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=('php-geoip' 'php-legacy-geoip')
 pkgver=1.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc="GeoIP module for PHP"
 arch=('x86_64')
 url="https://pecl.php.net/package/geoip";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-geoip/-/commit/23cc7afd96dad66537a1bf89156601e2f100d855

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




[Git][archlinux/packaging/packages/php-memcache] Pushed new tag 8.2-2

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 8.2-2 at Arch Linux / Packaging / Packages / 
php-memcache

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




[Git][archlinux/packaging/packages/php-memcache][main] upgpkg: 8.2-2: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
php-memcache


Commits:
ab63a516 by Robin Candau at 2023-10-16T13:21:47+02:00
upgpkg: 8.2-2: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,23 @@
+pkgbase = php-memcache
+   pkgdesc = Memcache module for PHP
+   pkgver = 8.2
+   pkgrel = 2
+   url = https://pecl.php.net/package/memcache
+   arch = x86_64
+   license = PHP
+   checkdepends = memcached
+   makedepends = php
+   makedepends = php-legacy
+   source = https://pecl.php.net/get/memcache-8.2.tgz
+   sha256sums = 
b3f0640eacdeb9046c6c86a1546d7fb8a4e9f219e5d9a36a287e59b2dd8208e5
+
+pkgname = php-memcache
+   install = php-memcache.install
+   depends = php
+   backup = etc/php/conf.d/memcache.ini
+
+pkgname = php-legacy-memcache
+   pkgdesc = Memcache module for PHP Legacy
+   install = php-legacy-memcache.install
+   depends = php-legacy
+   backup = etc/php-legacy/conf.d/memcache.ini


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=('php-memcache' 'php-legacy-memcache')
 pkgver=8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Memcache module for PHP"
 arch=('x86_64')
 url="https://pecl.php.net/package/memcache";



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

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




[Git][archlinux/packaging/packages/php-memcached] Pushed new tag 3.2.0-3

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 3.2.0-3 at Arch Linux / Packaging / Packages / 
php-memcached

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




[Git][archlinux/packaging/packages/php-memcached][main] upgpkg: 3.2.0-3: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
php-memcached


Commits:
ee2a0173 by Robin Candau at 2023-10-16T13:23:22+02:00
upgpkg: 3.2.0-3: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = php-memcached
+   pkgdesc = PHP extension for interfacing with memcached via libmemcached 
library
+   pkgver = 3.2.0
+   pkgrel = 3
+   url = https://github.com/php-memcached-dev/php-memcached
+   arch = x86_64
+   license = PHP
+   makedepends = php
+   makedepends = php-legacy
+   makedepends = git
+   depends = libmemcached
+   source = 
git+https://github.com/php-memcached-dev/php-memcached.git#commit=d1cb3ae87be5382444322118f87324f4044d13b0
+   sha256sums = SKIP
+
+pkgname = php-memcached
+   depends = libmemcached
+   depends = php
+   backup = etc/php/conf.d/memcached.ini
+
+pkgname = php-legacy-memcached
+   pkgdesc = PHP Legacy extension for interfacing with memcached via 
libmemcached library
+   depends = libmemcached
+   depends = php-legacy
+   backup = etc/php-legacy/conf.d/memcached.ini


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=('php-memcached' 'php-legacy-memcached')
 pkgver=3.2.0
 _commit=d1cb3ae87be5382444322118f87324f4044d13b0
-pkgrel=2
+pkgrel=3
 pkgdesc="PHP extension for interfacing with memcached via libmemcached library"
 arch=('x86_64')
 url="https://github.com/php-memcached-dev/php-memcached";



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

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




[Git][archlinux/packaging/packages/php-mongodb] Pushed new tag 1.16.2-2

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.16.2-2 at Arch Linux / Packaging / Packages / 
php-mongodb

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




[Git][archlinux/packaging/packages/php-mongodb][main] upgpkg: 1.16.2-2: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
php-mongodb


Commits:
144b97d9 by Robin Candau at 2023-10-16T13:26:46+02:00
upgpkg: 1.16.2-2: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = php-mongodb
+   pkgdesc = MongoDB driver for PHP
+   pkgver = 1.16.2
+   pkgrel = 2
+   url = https://pecl.php.net/package/mongodb
+   arch = x86_64
+   license = Apache
+   makedepends = php-legacy
+   makedepends = php
+   makedepends = re2c
+   source = https://pecl.php.net/get/mongodb-1.16.2.tgz
+   source = mongodb.ini
+   sha512sums = 
3c81882c609b09cde534315aa4b1fe3c47e18e4ed26a940bf60a6bdbf4e53b2204d8e4e113a9b0a3469b60793ead9f8dff703920b86280e78448e07d6535a277
+   sha512sums = 
47b167ab4d761f4cf8351fef14e46c714dacae6d9a1b6d281bb87129499ee520f55f35f47c16b55ea2ecf41c67aad12439a99d3363d381b2511659b01f0b6ef0
+
+pkgname = php-mongodb
+   pkgdesc = MongoDB driver for PHP
+   depends = php
+   backup = etc/php/conf.d/mongodb.ini
+
+pkgname = php-legacy-mongodb
+   pkgdesc = MongoDB driver for PHP Legacy
+   depends = php-legacy
+   backup = etc/php-legacy/conf.d/mongodb.ini


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=php-mongodb
 pkgname=(php-mongodb php-legacy-mongodb)
 pkgver=1.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="MongoDB driver for PHP"
 arch=("x86_64")
 url="https://pecl.php.net/package/mongodb";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/php-mongodb/-/commit/144b97d92e074d0330b794afc29cb9048ad642b7

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




[Git][archlinux/packaging/packages/uwsgi] Pushed new tag 2.0.22-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.0.22-2 at Arch Linux / Packaging / Packages / uwsgi

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




[Git][archlinux/packaging/packages/libguestfs] Pushed new tag 1.50.1-2

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.50.1-2 at Arch Linux / Packaging / Packages / 
libguestfs

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




[Git][archlinux/packaging/packages/libguestfs][main] upgpkg: 1.50.1-2

2023-10-16 Thread David Runge (@dvzrv)


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


Commits:
7210b22e by David Runge at 2023-10-16T13:42:32+02:00
upgpkg: 1.50.1-2

Rebuild against glibc 2.38 to mitigate weird issues with php/php-legacy

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,110 @@
+pkgbase = libguestfs
+   pkgdesc = Access and modify virtual machine disk images
+   pkgver = 1.50.1
+   pkgrel = 2
+   url = https://libguestfs.org/
+   arch = x86_64
+   license = GPL-2.0-or-later
+   license = LGPL-2.1-or-later
+   checkdepends = linux
+   checkdepends = ruby-test-unit
+   makedepends = bash-completion
+   makedepends = cdrtools
+   makedepends = cpio
+   makedepends = erlang-nox
+   makedepends = ghc
+   makedepends = go
+   makedepends = gobject-introspection
+   makedepends = gperf
+   makedepends = ocaml
+   makedepends = ocaml-augeas
+   makedepends = ocaml-compiler-libs
+   makedepends = ocaml-findlib
+   makedepends = perl-module-build
+   makedepends = python
+   makedepends = java-environment
+   makedepends = lua
+   makedepends = php
+   makedepends = ruby
+   makedepends = ruby-rake
+   makedepends = ruby-rdoc
+   makedepends = rust
+   makedepends = vala
+   depends = augeas
+   depends = bash
+   depends = fuse2
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = hivex
+   depends = jansson
+   depends = sleuthkit
+   depends = libconfig
+   depends = libtirpc
+   depends = libvirt
+   depends = libxml2
+   depends = ncurses
+   depends = pcre2
+   depends = perl-libintl-perl
+   depends = qemu
+   depends = readline
+   depends = supermin
+   depends = btrfs-progs
+   depends = debootstrap
+   depends = dhcpcd
+   depends = dosfstools
+   depends = exfatprogs
+   depends = f2fs-tools
+   depends = gptfdisk
+   depends = grub
+   depends = iproute2
+   depends = iputils
+   depends = jfsutils
+   depends = libldm
+   depends = lrzip
+   depends = lsof
+   depends = lsscsi
+   depends = lvm2
+   depends = lzop
+   depends = mdadm
+   depends = mtools
+   depends = multipath-tools
+   depends = nilfs-utils
+   depends = ntfs-3g
+   depends = openssh
+   depends = pciutils
+   depends = procps-ng
+   depends = psmisc
+   depends = reiserfsprogs
+   depends = rsync
+   depends = squashfs-tools
+   depends = strace
+   depends = syslinux
+   depends = systemd-sysvcompat
+   depends = vim
+   depends = xfsprogs
+   depends = yara
+   optdepends = gobject-introspection: GObject-Introspection Bindings
+   optdepends = java-runtime: for Java bindings
+   optdepends = ocaml: OCaml Bindings
+   optdepends = php: for PHP module
+   optdepends = python: Python Bindings
+   optdepends = ruby: for Ruby bindings
+   provides = libguestfs.so
+   provides = libguestfs-gobject-1.0.so
+   backup = etc/libguestfs-tools.conf
+   source = 
https://download.libguestfs.org/1.50-stable/libguestfs-1.50.1.tar.gz
+   source = 
https://download.libguestfs.org/1.50-stable/libguestfs-1.50.1.tar.gz.sig
+   source = libguestfs-1.48.1-disable_php_tests.patch
+   source = libguestfs-1.48.6-ocaml5.patch
+   validpgpkeys = F7774FB1AD074A7E8C8767EA91738F73E1B768A0
+   sha512sums = 
237ef512a767a3d56f9705818ead6ebedcaf107d576acf844353730913ee4fc5f2b085bf7d647b693bf4760e986416ba71f628d7709fd859acf3b2a595f3ed10
+   sha512sums = SKIP
+   sha512sums = 
d59cad07e275f1fa5e82448993db5b3a6dc8cdd1fc97a8839ef0403ad3f1753a5d13df27b184d6c73fa8dda8bd75e63ad68aaad26001986682d5bc7eeb58273a
+   sha512sums = 
a729cdb699c7a19146e8a627e0744f4511e1dd8f3e7886eed79462d4c5ca3e1fb82ca5198e7fa766567ddc4f2a91872b6277645a05f99834a93b8ee7f4b275da
+   b2sums = 
3ca8136137ffee3e4bace115e4be317e0c0545781d61c4e867084bfcf73b6af5fe4aa8fecf9c68532fdc955a03c40abaf8af1303b2f03a372d0387d28679d793
+   b2sums = SKIP
+   b2sums = 
2f7c429875d80b2b3a70286f83764ce6ed8be86055232fc059ab55ebf8393f9d29a2241401c7ab55af7ba9180ea85909647fe06ca51880f93bc66b488bcec78c
+   b2sums = 
3bbd645434e31950e3632795f57994b3471714099d176a28a27802d885c8ac43ff62f9e605fa2951cd75309082b43f05e3939727201f39a37b1d9e06359b8a46
+
+pkgname = libguestfs


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=libguestfs
 pkgver=1.50.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Access and modify virtual machine disk images"
 arch=(x86_64)
 url="https://libguestfs.org/";



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

[Git][archlinux/packaging/packages/cmark-gfm][main] upgpkg: 0.29.0.gfm.13-1

2023-10-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
cmark-gfm


Commits:
d915e22d by Caleb Maclennan at 2023-10-16T15:20:23+03:00
upgpkg: 0.29.0.gfm.13-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = cmark-gfm
+   pkgdesc = GitHub's fork of cmark, a CommonMark parsing and rendering 
library and program in C
+   pkgver = 0.29.0.gfm.13
+   pkgrel = 1
+   url = https://github.com/github/cmark
+   arch = x86_64
+   license = custom:BSD2
+   makedepends = cmake
+   makedepends = python
+   depends = glibc
+   source = 
https://github.com/github/cmark/archive/0.29.0.gfm.13/cmark-gfm-0.29.0.gfm.13.tar.gz
+   sha512sums = 
435298fcf782dfc5b64c578ac839759b9d5cd0c08eb90d6702f26278062a0f4887c65c18e89e2c9f6be23f10dd835c769a7e0f8c934be068b6754dcca30cdd7c
+
+pkgname = cmark-gfm


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Veeti Paananen 
 
 pkgname=cmark-gfm
-pkgver=0.29.0.gfm.11
+pkgver=0.29.0.gfm.13
 pkgrel=1
 pkgdesc="GitHub's fork of cmark, a CommonMark parsing and rendering library 
and program in C"
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('custom:BSD2')
 depends=('glibc')
 makedepends=('cmake' 'python')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b2b54d5cbf2a28f3f81febe5f45cfd5b821be4d4801e676edfa44e8ab115956146aa3ef5afa8e93cfaded7d74473ebb9d7a20d31fdd4bfc6cd80d8f05e8f704c')
+sha512sums=('435298fcf782dfc5b64c578ac839759b9d5cd0c08eb90d6702f26278062a0f4887c65c18e89e2c9f6be23f10dd835c769a7e0f8c934be068b6754dcca30cdd7c')
 
 prepare() {
   mkdir -p build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cmark-gfm/-/commit/d915e22dbb73c97ee60b13e22ce593f8724cdff8

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




[Git][archlinux/packaging/packages/cmark-gfm] Pushed new tag 0.29.0.gfm.13-1

2023-10-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.29.0.gfm.13-1 at Arch Linux / Packaging / 
Packages / cmark-gfm

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




[Git][archlinux/packaging/packages/weechat] Pushed new tag 4.1.0-1

2023-10-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 4.1.0-1 at Arch Linux / Packaging / Packages / 
weechat

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




[Git][archlinux/packaging/packages/weechat][main] upgpkg: 4.1.0-1

2023-10-16 Thread Caleb Maclennan (@alerque)


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


Commits:
db10b25f by Caleb Maclennan at 2023-10-16T15:21:37+03:00
upgpkg: 4.1.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,35 @@
+pkgbase = weechat
+   pkgdesc = Fast, light and extensible IRC client (curses UI)
+   pkgver = 4.1.0
+   pkgrel = 1
+   url = https://www.weechat.org/
+   arch = x86_64
+   license = GPL
+   makedepends = asciidoctor
+   makedepends = cmake
+   makedepends = enchant
+   makedepends = guile
+   makedepends = lua
+   makedepends = perl
+   makedepends = python
+   makedepends = ruby
+   makedepends = tcl
+   depends = gnutls
+   depends = curl
+   depends = libgcrypt
+   optdepends = enchant: spellchecker support
+   optdepends = guile: support for guile scripts
+   optdepends = lua: support for lua scripts
+   optdepends = perl: support for perl scripts
+   optdepends = python: support for python scripts
+   optdepends = ruby: support for ruby scripts
+   optdepends = tcl: support for tcl scripts
+   source = https://www.weechat.org/files/src/weechat-4.1.0.tar.xz
+   source = https://www.weechat.org/files/src/weechat-4.1.0.tar.xz.asc
+   validpgpkeys = A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8
+   sha512sums = 
3978e407eec176f812bc696006e40077bf7f2acc7940223fc6d72d06394133c46bc14a953a20433475a42b673db57b6bc6e5fcb4c04c90d07d46332c34b84711
+   sha512sums = SKIP
+   b2sums = 
966569916e1274660348b0076143b8e70f6522690c1bee0c6859bd8ece43e95927f6f3737c63839275206c7a45e0401abc6efb0d4d05c3e97dc846f48dc5951e
+   b2sums = SKIP
+
+pkgname = weechat


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=4.0.5
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
@@ -22,9 +22,9 @@ optdepends=('enchant: spellchecker support'
 'ruby: support for ruby scripts'
 'tcl: support for tcl scripts')
 source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('3cf082463c29f8dfe118237ac0d46f5606311634ed1db47f3210a9176020c4f1566a6c4274bd33f5d6b5dd796b169f330a2aacd9928a0feb6181ebf9991177ea'
+sha512sums=('3978e407eec176f812bc696006e40077bf7f2acc7940223fc6d72d06394133c46bc14a953a20433475a42b673db57b6bc6e5fcb4c04c90d07d46332c34b84711'
 'SKIP')
-b2sums=('22025bb2020c3f6b5d92dcfea30cde0689e5eda526726956af07cf5137b52c11b0d2f4192771bbed7e033d10a470fbe5a7c0a8fc8879ffe759fd95e2d6afb50f'
+b2sums=('966569916e1274660348b0076143b8e70f6522690c1bee0c6859bd8ece43e95927f6f3737c63839275206c7a45e0401abc6efb0d4d05c3e97dc846f48dc5951e'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
 



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

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




[Git][archlinux/packaging/packages/python-regex] Pushed new tag 2023.10.3-1

2023-10-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2023.10.3-1 at Arch Linux / Packaging / Packages 
/ python-regex

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




[Git][archlinux/packaging/packages/python-regex][main] upgpkg: 2023.10.3-1

2023-10-16 Thread Caleb Maclennan (@alerque)


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


Commits:
f22f2a79 by Caleb Maclennan at 2023-10-16T15:22:01+03:00
upgpkg: 2023.10.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-regex
pkgdesc = Alternative python regular expression module.
-   pkgver = 2023.8.8
+   pkgver = 2023.10.3
pkgrel = 1
url = https://github.com/mrabarnett/mrab-regex
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-regex
makedepends = python-wheel
depends = python
options = !emptydirs
-   source = 
https://files.pythonhosted.org/packages/source/r/regex/regex-2023.8.8.tar.gz
-   sha256sums = 
fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e
-   b2sums = 
0d0f582e42c93ec4497f82ac69aaad6a69dd4bbb482bef6e06a51340a67b8d041ec554d878d8f0dcb57dce08b708fd87762ed8451f0221019f38d8188031711b
+   source = 
https://files.pythonhosted.org/packages/source/r/regex/regex-2023.10.3.tar.gz
+   sha256sums = 
3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f
+   b2sums = 
2a842b307efb32c87087991312d09a03f0772729ba290222c9917073a6335c7d6cc76bc0d193352d9904ce655868d3415f75b93861de612fceeb8507080da1fb
 
 pkgname = python-regex


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 _pkgbase=regex
 pkgname=python-regex
-pkgver=2023.8.8
+pkgver=2023.10.3
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -16,8 +16,8 @@ depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e')
-b2sums=('0d0f582e42c93ec4497f82ac69aaad6a69dd4bbb482bef6e06a51340a67b8d041ec554d878d8f0dcb57dce08b708fd87762ed8451f0221019f38d8188031711b')
+sha256sums=('3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f')
+b2sums=('2a842b307efb32c87087991312d09a03f0772729ba290222c9917073a6335c7d6cc76bc0d193352d9904ce655868d3415f75b93861de612fceeb8507080da1fb')
 
 build() {
   cd "regex-${pkgver}"



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

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




[Git][archlinux/packaging/packages/grpc] Pushed new tag 1.58.1-2

2023-10-16 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.58.1-2 at Arch Linux / Packaging / Packages / grpc

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




[Git][archlinux/packaging/packages/grpc][main] upgpkg: 1.58.1-2: PHP & glibc 2.38 rebuild

2023-10-16 Thread Robin Candau (@antiz)


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


Commits:
bd8e7098 by Robin Candau at 2023-10-16T14:26:54+02:00
upgpkg: 1.58.1-2: PHP & glibc 2.38 rebuild
https://archlinux.org/todo/php-glibc-238-rebuild/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,76 @@
+pkgbase = grpc
+   pkgdesc = High performance, open source, general RPC framework that 
puts mobile and HTTP/2 first.
+   pkgver = 1.58.1
+   pkgrel = 2
+   url = https://grpc.io
+   arch = x86_64
+   license = BSD
+   checkdepends = python-six
+   makedepends = re2
+   makedepends = re2c
+   makedepends = protobuf
+   makedepends = php
+   makedepends = php-legacy
+   makedepends = c-ares
+   makedepends = openssl
+   makedepends = chrpath
+   makedepends = cython0
+   makedepends = cmake
+   makedepends = benchmark
+   makedepends = python-setuptools
+   makedepends = abseil-cpp
+   makedepends = ninja
+   source = https://github.com/grpc/grpc/archive/v1.58.1/grpc-1.58.1.tar.gz
+   source = 
https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
+   source = https://github.com/grpc/grpc/commit/117dc80e.patch
+   sha256sums = 
860bf758a1437a03318bf09db8e87cb8149a2f578954110ce8549e147f868b62
+   sha256sums = 
c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
+   sha256sums = 
96bcc1ab3a1ee6933773cb1ff65662fefebe96e72c364f44dfced6c3840334b4
+
+pkgname = grpc
+   depends = c-ares
+   depends = protobuf
+   depends = openssl
+   depends = re2
+   depends = abseil-cpp
+   provides = libupb.so
+   provides = libgrpcpp_channelz.so
+   provides = libgrpc_unsecure.so
+   provides = libgrpc_plugin_support.so
+   provides = libgrpc.so
+   provides = libgrpc++_unsecure.so
+   provides = libgrpc++_reflection.so
+   provides = libgrpc++_error_details.so
+   provides = libgrpc++_alts.so
+   provides = libgrpc++.so
+   provides = libgpr.so
+   provides = libaddress_sorting.so
+
+pkgname = python-grpcio
+   pkgdesc = Python language bindings for grpc, remote procedure call 
(RPC) framework
+   depends = c-ares
+   depends = python
+   depends = python-six
+   depends = re2
+   depends = abseil-cpp
+
+pkgname = python-grpcio-tools
+   pkgdesc = Python protobuf generator for GRPC
+   depends = python-grpcio
+   depends = python-protobuf
+
+pkgname = php-grpc
+   pkgdesc = gRPC module for PHP
+   depends = grpc
+   depends = php
+   backup = etc/php/conf.d/grpc.ini
+
+pkgname = php-legacy-grpc
+   pkgdesc = gRPC module for PHP Legacy
+   depends = grpc
+   depends = php-legacy
+   backup = etc/php-legacy/conf.d/grpc.ini
+
+pkgname = grpc-cli
+   pkgdesc = gRPC protocol buffers cli
+   depends = grpc


=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
 pkgver=1.58.1
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
 arch=('x86_64')
 url='https://grpc.io'
@@ -19,7 +19,7 @@ 
source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz";
 "https://github.com/grpc/grpc/commit/117dc80e.patch";)
 sha256sums=('860bf758a1437a03318bf09db8e87cb8149a2f578954110ce8549e147f868b62'
 'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547'
-'2764d9f6f08511f54e1153ebe350a91a251f6f8a335ad8903dea161bd432d27d')
+'96bcc1ab3a1ee6933773cb1ff65662fefebe96e72c364f44dfced6c3840334b4')
 
 prepare() {
   cd "$srcdir/$pkgbase-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/bd8e70982570ad7b605133248a0c9b4746c30e2b

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




[Git][archlinux/packaging/packages/kio][main] upgpkg: 5.240.0.20231014-3: One conflict fixed upstream

2023-10-16 Thread Antonio Rojas (@arojas)


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


Commits:
f8d50d44 by Antonio Rojas at 2023-10-16T16:50:53+02:00
upgpkg: 5.240.0.20231014-3: One conflict fixed upstream

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kio
pkgdesc = Resource and network access abstraction
pkgver = 5.240.0.20231014
-   pkgrel = 2
+   pkgrel = 3
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -48,7 +48,7 @@ pkgbase = kio
optdepends = kio-extras: extra protocols support (sftp, fish and more)
optdepends = kio-fuse: to mount remote filesystems via FUSE
optdepends = switcheroo-control: hybrid GPU support
-   source = 
git+https://invent.kde.org/frameworks/kio#commit=d79917b4934e793dc1c51da147b45ebc2137f119
+   source = 
git+https://invent.kde.org/frameworks/kio#commit=c301b116d7909e1120076a22d99fe144cef1771d
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.240.0.20231014
-pkgrel=2
+pkgrel=3
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -53,7 +53,7 @@ optdepends=('kded: proxy management and cookie storage'
 groups=(kf6)
 
#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
 makedepends+=(git)
-_commit=d79917b4934e793dc1c51da147b45ebc2137f119
+_commit=c301b116d7909e1120076a22d99fe144cef1771d
 source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
 sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

@@ -69,5 +69,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 
-  rm -r "$pkgdir"/{etc/xdg,usr/share/kconf_update} # Conflict with KF5
+  rm -r "$pkgdir"/etc # Conflict with KF5
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kio/-/commit/f8d50d44967fa09460a7f41e4191dbcc3d74f926

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




[Git][archlinux/packaging/packages/kio] Pushed new tag 5.240.0.20231014-3

2023-10-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.240.0.20231014-3 at Arch Linux / Packaging / 
Packages / kio

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




[Git][archlinux/packaging/packages/pappl] Pushed new tag 1.4.2-1

2023-10-16 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.4.2-1 at Arch Linux / Packaging / Packages / 
pappl

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




[Git][archlinux/packaging/packages/pappl][main] upgpkg: 1.4.2-1

2023-10-16 Thread Andreas Radke (@andyrtr)


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


Commits:
d795ec74 by Andreas Radke at 2023-10-16T18:02:06+02:00
upgpkg: 1.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pappl
pkgdesc = a simple C-based framework/library for developing CUPS 
Printer Applications
-   pkgver = 1.4.1
+   pkgver = 1.4.2
pkgrel = 1
url = https://www.msweet.org/pappl/
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = pappl
depends = zlib
depends = avahi
depends = glibc
-   source = 
https://github.com/michaelrsweet/pappl/releases/download/v1.4.1/pappl-1.4.1.tar.gz
-   source = 
https://github.com/michaelrsweet/pappl/releases/download/v1.4.1/pappl-1.4.1.tar.gz.sig
-   validpgpkeys = 845464660B686AAB36540B6F999559A027815955
-   sha256sums = 
31a45616c6a6e5948b7353d1f7c71ef9d7b2d511be95d973b8195d839741
+   source = 
https://github.com/michaelrsweet/pappl/releases/download/v1.4.2/pappl-1.4.2.tar.gz
+   source = 
https://github.com/michaelrsweet/pappl/releases/download/v1.4.2/pappl-1.4.2.tar.gz.sig
+   validpgpkeys = 9086C3CDC66C3F563CF8F405BE67C75EC81F3244
+   sha256sums = 
93b2fd7f8d4528fa655adc6174ed7eb925e80f417663acd8118fb04b61cc38d7
sha256sums = SKIP
 
 pkgname = pappl


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=pappl
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
 arch=('x86_64')
@@ -11,10 +11,10 @@ depends=('libcups' 'libjpeg-turbo' 'pam' 'libusb'
  'openssl' 'zlib' 'avahi' 'glibc')
 makedepends=('git')
 
source=(https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('31a45616c6a6e5948b7353d1f7c71ef9d7b2d511be95d973b8195d839741'
+sha256sums=('93b2fd7f8d4528fa655adc6174ed7eb925e80f417663acd8118fb04b61cc38d7'
 'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-#validpgpkeys=('9086C3CDC66C3F563CF8F405BE67C75EC81F3244') # Michael R Sweet 

+#validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
+validpgpkeys=('9086C3CDC66C3F563CF8F405BE67C75EC81F3244') # Michael R Sweet 

 
 build() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pappl/-/commit/d795ec74f380ea9400f9b39a2faae2f2e6d7a2b5

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




[Git][archlinux/packaging/packages/openpgp-card-tools] Pushed new tag 0.9.5-1

2023-10-16 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.9.5-1 at Arch Linux / Packaging / Packages / 
openpgp-card-tools

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




[Git][archlinux/packaging/packages/openpgp-card-tools][main] upgpkg: 0.9.5-1

2023-10-16 Thread David Runge (@dvzrv)


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


Commits:
ed01a063 by David Runge at 2023-10-16T18:38:28+02:00
upgpkg: 0.9.5-1

Add man pages and shell completions.

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,32 @@
+pkgbase = openpgp-card-tools
+   pkgdesc = CLI tool to inspect, manage and use OpenPGP cards
+   pkgver = 0.9.5
+   pkgrel = 1
+   url = https://codeberg.org/openpgp-card/openpgp-card-tools
+   arch = x86_64
+   license = Apache-2.0 OR MIT
+   makedepends = bzip2
+   makedepends = cargo
+   makedepends = clang
+   makedepends = nettle
+   makedepends = pcsclite
+   depends = ccid
+   depends = gcc-libs
+   depends = glibc
+   depends = gmp
+   source = 
openpgp-card-tools-0.9.5.tar.gz::https://codeberg.org/openpgp-card/openpgp-card-tools/archive/v0.9.5.tar.gz
+   sha512sums = 
25a8cdd496e4a3292096db94bd4ecb35f693a73ad2b6f8407084537350fdec5fc9ce8a88b12b8d8c3f82aff3c2e63dfc9c3130ec9c9bcf1ee5bf6100a7e8e998
+   b2sums = 
1fc6e02038d7cd9ba561c00f0c9b11cd27f282931b1fa70cb2436917224a1fd63c0e130e0d1c9c68f9db082ac596380741b7dac164e4ab7d58a54ad70157e3d9
+
+pkgname = openpgp-card-tools
+   depends = ccid
+   depends = gcc-libs
+   depends = glibc
+   depends = gmp
+   depends = bzip2
+   depends = libbz2.so
+   depends = nettle
+   depends = libhogweed.so
+   depends = libnettle.so
+   depends = pcsclite
+   depends = libpcsclite.so


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=openpgp-card-tools
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="CLI tool to inspect, manage and use OpenPGP cards"
 arch=(x86_64)
@@ -21,8 +21,8 @@ makedepends=(
   pcsclite
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('ba446e3c99a1b09a978d9718aab6df43715fe13e573400c8ccfb2f839330782fb10386cd570c9e273b240ddda4b7573beb9913a6662d3b78abba3e21b5e1c125')
-b2sums=('ce0d45892e741a635429507f1538c7ab1b1f8efa4e08a547e6a338dd0374b250ae43886bcb60fe7eba29f75384bccd23dafd4964b3fc378530085eabe123435c')
+sha512sums=('25a8cdd496e4a3292096db94bd4ecb35f693a73ad2b6f8407084537350fdec5fc9ce8a88b12b8d8c3f82aff3c2e63dfc9c3130ec9c9bcf1ee5bf6100a7e8e998')
+b2sums=('1fc6e02038d7cd9ba561c00f0c9b11cd27f282931b1fa70cb2436917224a1fd63c0e130e0d1c9c68f9db082ac596380741b7dac164e4ab7d58a54ad70157e3d9')
 
 prepare() {
   cd $pkgname
@@ -33,7 +33,9 @@ build() {
   cd $pkgname
   export RUSTUP_TOOLCHAIN=stable
   export CARGO_TARGET_DIR=target
-  cargo build --frozen --release --bin opgpcard
+  cargo build --frozen --release
+  OCT_MANPAGE_OUTPUT_DIR="$PWD/../man/" cargo run
+  OCT_COMPLETION_OUTPUT_DIR="$PWD/../completion/" cargo run
 }
 
 check() {
@@ -53,4 +55,8 @@ package() {
   install -vDm 755 target/release/opgpcard -t "$pkgdir/usr/bin/"
   install -vDm 644 {scripting,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
   install -vDm 644 LICENSES/MIT.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 ../man/*.1 -t "$pkgdir/usr/share/man/man1/"
+  install -vDm 644 ../completion/opgpcard.bash 
"$pkgdir/usr/share/bash-completion/completions/opgpcard"
+  install -vDm 644 ../completion/_opgpcard -t 
"$pkgdir/usr/share/zsh/site-functions/"
+  install -vDm 644 ../completion/opgpcard.fish -t 
"$pkgdir/usr/share/fish/vendor_completions.d/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openpgp-card-tools/-/commit/ed01a063e37ad2a4478e02832b522cd59dd3be75

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




[Git][archlinux/packaging/packages/xterm] Pushed new tag 387-1

2023-10-16 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 387-1 at Arch Linux / Packaging / Packages / xterm

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




[Git][archlinux/packaging/packages/xterm][main] upgpkg: 387-1: update to 387

2023-10-16 Thread T.J. Townsend (@blakkheim)


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


Commits:
3c0bd76e by T.J. Townsend at 2023-10-16T12:47:20-04:00
upgpkg: 387-1: update to 387

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xterm
pkgdesc = X Terminal Emulator
-   pkgver = 386
+   pkgver = 387
pkgrel = 1
url = https://invisible-island.net/xterm/
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = xterm
depends = xbitmaps
depends = libutempter
depends = libxkbfile
-   source = https://invisible-mirror.net/archives/xterm/xterm-386.tgz
-   source = https://invisible-mirror.net/archives/xterm/xterm-386.tgz.asc
+   source = https://invisible-mirror.net/archives/xterm/xterm-387.tgz
+   source = https://invisible-mirror.net/archives/xterm/xterm-387.tgz.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
-   sha256sums = 
cbabf953c79a491949f7a840dc3a1d187cb0faa47cb5ce786c1afe0d440fc7c4
+   sha256sums = 
81dd59cc2ecef1e849ed21722e37a24756e02b54ec19d157cb545b273813f4b8
sha256sums = SKIP
 
 pkgname = xterm


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=386
+pkgver=387
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://invisible-island.net/xterm/";
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('cbabf953c79a491949f7a840dc3a1d187cb0faa47cb5ce786c1afe0d440fc7c4'
+sha256sums=('81dd59cc2ecef1e849ed21722e37a24756e02b54ec19d157cb545b273813f4b8'
 'SKIP')
 #validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # "Thomas E. Dickey 
(self-signed w/o SHA1) "



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

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




[Git][archlinux/packaging/packages/python-whitenoise] Pushed new tag 6.6.0-1

2023-10-16 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 6.6.0-1 at Arch Linux / Packaging / Packages / 
python-whitenoise

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




[Git][archlinux/packaging/packages/python-whitenoise][main] upgpkg: 6.6.0-1

2023-10-16 Thread Felix Yan (@felixonmars)


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


Commits:
4ef7ddd6 by Felix Yan at 2023-10-16T19:59:23+03:00
upgpkg: 6.6.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-whitenoise
+   pkgdesc = Radically simplified static file serving for WSGI applications
+   pkgver = 6.6.0
+   pkgrel = 1
+   url = https://github.com/evansd/whitenoise
+   arch = any
+   license = MIT
+   checkdepends = python-brotli
+   checkdepends = python-django
+   checkdepends = python-pytest
+   checkdepends = python-requests
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   source = 
https://github.com/evansd/whitenoise/archive/6.6.0/python-whitenoise-6.6.0.tar.gz
+   sha512sums = 
523070b760d17ff3b1ae263ea36d6b875acb2d9d05d562b1e24a24be84ebb026b7ebf558c6b6322a028a321c75dc3dfe7b3d84e8b3710754f05553820bc12f51
+
+pkgname = python-whitenoise


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-whitenoise
-pkgver=6.5.0
+pkgver=6.6.0
 pkgrel=1
 pkgdesc='Radically simplified static file serving for WSGI applications'
 arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-brotli' 'python-django' 'python-pytest' 
'python-requests')
 
source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('2fefff9e89e05905ebacc73234a52c1c22f6c4202b354dec11177dd784f45ac6a954061659f5c3344d41a373e3fc8b911830df8a3e51326ec8a2a80d45268315')
+sha512sums=('523070b760d17ff3b1ae263ea36d6b875acb2d9d05d562b1e24a24be84ebb026b7ebf558c6b6322a028a321c75dc3dfe7b3d84e8b3710754f05553820bc12f51')
 
 build() {
   cd whitenoise-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whitenoise/-/commit/4ef7ddd6295029aa5b283efd9d1ca0f4c532cc9d

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




[Git][archlinux/packaging/packages/fcitx5-pinyin-zhwiki] Pushed new tag 1-0.2.4.20231016-1

2023-10-16 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 1-0.2.4.20231016-1 at Arch Linux / Packaging / 
Packages / fcitx5-pinyin-zhwiki

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




[Git][archlinux/packaging/packages/fcitx5-pinyin-zhwiki][main] upgpkg: 1:0.2.4.20231016-1

2023-10-16 Thread Felix Yan (@felixonmars)


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


Commits:
90374f4c by Felix Yan at 2023-10-16T20:11:55+03:00
upgpkg: 1:0.2.4.20231016-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = fcitx5-pinyin-zhwiki
+   pkgdesc = Fcitx 5 Pinyin Dictionary from zh.wikipedia.org
+   pkgver = 0.2.4.20231016
+   pkgrel = 1
+   epoch = 1
+   url = https://github.com/felixonmars/fcitx5-pinyin-zhwiki
+   arch = any
+   license = CCPL:by-sa
+   license = custom:GFDL
+   makedepends = libime
+   makedepends = opencc
+   makedepends = pypinyin
+   source = 
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/0.2.4/fcitx5-pinyin-zhwiki-0.2.4.tar.gz
+   source = 
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/0.2.4/web-slang-20231016.source
+   source = 
https://dumps.wikimedia.org/zhwiki/20231001/zhwiki-20231001-all-titles-in-ns0.gz
+   source = https://www.gnu.org/licenses/fdl-1.3.txt
+   sha512sums = 
f03215f0c6e137238a8c9f0ba557bf933ca2d4faf8c2a3aaa84f5e58485c8e0ace57f24d0cd855aa7a1d7e3001b4b36427c9a47ad04b92d11847bb5dbd24a709
+   sha512sums = 
b919df2e3f58f14d3fbde832985ff8970d0b28101c52c9191b992a825e2d23dfcf5d953d21fc06ecf9d26f4f6449271f561bf52b868744e21ce730dce7ea300b
+   sha512sums = 
f381986b9cdbe45e14ae48f76904478fa91453e9b31bb5c5c4c8e4a8282bc44747e70aedeecb188ac8b8a2a47f72e7b41237dd36383fb051a71707d89c69bc90
+   sha512sums = 
22d46818d3998ad841f537af4de7c50440dd918099fb6c5d4ab324cd71dc03066bfe1b67210a5efde77abd1d97b88da3c3dbfc39a24ae7248ee2d64e7f0fe6bb
+
+pkgname = fcitx5-pinyin-zhwiki
+
+pkgname = rime-pinyin-zhwiki


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 pkgbase=fcitx5-pinyin-zhwiki
 pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
 _converterver=0.2.4
-_zhwikiver=20230820
-_webslangver=20230823
+_zhwikiver=20231001
+_webslangver=20231016
 pkgver=$_converterver.$_webslangver
 pkgrel=1
 epoch=1
@@ -18,8 +18,8 @@ 
source=(https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterv
 
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
 https://www.gnu.org/licenses/fdl-1.3.txt)
 
sha512sums=('f03215f0c6e137238a8c9f0ba557bf933ca2d4faf8c2a3aaa84f5e58485c8e0ace57f24d0cd855aa7a1d7e3001b4b36427c9a47ad04b92d11847bb5dbd24a709'
-
'718aa333b3cd695ac68030a21c5755bea0f016fbf47521041e8ae37de09556ea05f1655543a7069c69f6d9325f23eca4983677d1a0e442fa424aae1db0d2c0a5'
-
'82c77160509b18ca8fc02282115ecd043ad7381200091adafdc93ade9b13a37d13004bd399de4a9d620b3c39f00170061a6fcc020bf8bdb82558b961c2336d3a'
+
'b919df2e3f58f14d3fbde832985ff8970d0b28101c52c9191b992a825e2d23dfcf5d953d21fc06ecf9d26f4f6449271f561bf52b868744e21ce730dce7ea300b'
+
'f381986b9cdbe45e14ae48f76904478fa91453e9b31bb5c5c4c8e4a8282bc44747e70aedeecb188ac8b8a2a47f72e7b41237dd36383fb051a71707d89c69bc90'
 
'22d46818d3998ad841f537af4de7c50440dd918099fb6c5d4ab324cd71dc03066bfe1b67210a5efde77abd1d97b88da3c3dbfc39a24ae7248ee2d64e7f0fe6bb')
 
 _make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-pinyin-zhwiki/-/commit/90374f4c00491345aca14e9b21cb3f9652ec8303

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-pinyin-zhwiki/-/commit/90374f4c00491345aca14e9b21cb3f9652ec8303
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-libvcs][main] upgpkg: 0.23.0-1

2023-10-16 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
python-libvcs


Commits:
8ac4cd62 by Andreas Schleifer at 2023-10-16T19:35:21+02:00
upgpkg: 0.23.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = python-libvcs
+   pkgdesc = Lite, typed, pythonic utilities for git, svn, mercurial, etc
+   pkgver = 0.23.0
+   pkgrel = 1
+   url = https://libvcs.git-pull.com/
+   arch = any
+   license = MIT
+   checkdepends = git
+   checkdepends = mercurial
+   checkdepends = python-pytest
+   checkdepends = python-pytest-mock
+   checkdepends = subversion
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-poetry-core
+   makedepends = python-typing_extensions
+   depends = python
+   optdepends = git: for git repository support
+   optdepends = mercurial: for mercurial repository support
+   optdepends = subversion: for subversion repository support
+   optdepends = python-pytest: for pytest plugin
+   source = 
https://github.com/vcs-python/libvcs/archive/v0.23.0/python-libvcs-0.23.0.tar.gz
+   sha512sums = 
3bf4a0022df6d199a19375f07eafc134b4f339bebc23e76fec1cda6d509ec0486bb900f425799aa4df465eb3b61ddfb5c5620ae3d4d377126add6c686466c9a2
+   b2sums = 
6d04dd39df6e624b1c748beedde1462f61120bb81c6e4390c906595157f812c627969a8b4dac021883918ba6cd4382ce1e3997dd13a06ba1001a11577d3ca46d
+
+pkgname = python-libvcs


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name='libvcs'
 pkgname="python-${_name}"
-pkgver=0.22.1
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='Lite, typed, pythonic utilities for git, svn, mercurial, etc'
 arch=('any')
@@ -18,8 +18,8 @@ optdepends=(
   'python-pytest: for pytest plugin'
 )
 
source=("https://github.com/vcs-python/libvcs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('c5674a73433f028c79561f19332a0bc1ee7f8b0b26876a805c04f314a20a3bcf69914025040fc00ed041e93987361d44e2533f959e1f003a10c9ce4bc64790b3')
-b2sums=('1303248bf539d0354281d14121b8023ea89cd03e3229a81184e19dc52c71d1b759558856ac499006a5da3e6cd33abf159dd7e208349285cb4a1f095ca32e39d6')
+sha512sums=('3bf4a0022df6d199a19375f07eafc134b4f339bebc23e76fec1cda6d509ec0486bb900f425799aa4df465eb3b61ddfb5c5620ae3d4d377126add6c686466c9a2')
+b2sums=('6d04dd39df6e624b1c748beedde1462f61120bb81c6e4390c906595157f812c627969a8b4dac021883918ba6cd4382ce1e3997dd13a06ba1001a11577d3ca46d')
 
 build() {
   cd  "${_name}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libvcs/-/commit/8ac4cd62f86b843850e6c6e09c209c81a18a2411

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




[Git][archlinux/packaging/packages/python-libvcs] Pushed new tag 0.23.0-1

2023-10-16 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 0.23.0-1 at Arch Linux / Packaging / Packages 
/ python-libvcs

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




[Git][archlinux/packaging/packages/iperf3][main] upgpkg: 3.15-1

2023-10-16 Thread T.J. Townsend (@blakkheim)


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


Commits:
7eb0b417 by T.J. Townsend at 2023-10-16T13:36:46-04:00
upgpkg: 3.15-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = iperf3
+   pkgdesc = TCP, UDP, and SCTP network bandwidth measurement tool
+   pkgver = 3.15
+   pkgrel = 1
+   url = https://github.com/esnet/iperf
+   arch = x86_64
+   license = BSD
+   depends = glibc
+   depends = openssl
+   depends = lksctp-tools
+   provides = libiperf.so
+   source = https://downloads.es.net/pub/iperf/iperf-3.15.tar.gz
+   sha512sums = 
988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2
+   b2sums = 
f086d506d1de8e8b333a7ad46a94279aa5b42800ded7cc6724c3400e479a6523b336c74b5956d07117a178b5f89934553535824a05daafcdb2eb8d31754680e1
+
+pkgname = iperf3


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.14
-pkgrel=3
+pkgver=3.15
+pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
 arch=('x86_64')
@@ -14,8 +14,8 @@ license=('BSD')
 depends=('glibc' 'openssl' 'lksctp-tools')
 provides=('libiperf.so')
 source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha512sums=('148ce534e709037b3c6683530eeb977b88e6ab2cba212d8d0069deb8aae9aca17d565d1d935d026679ef1f3d338f1c88ac7c973f2d5bb9a79d9b9b5174af')
-b2sums=('287e11865604e68307bcc0bd16c1d0e5dcef408f201fb5010cf45c8a759bf01daadf51d10f1f943f12a44874d1f05d039e68a52acb040b1d5dec0a5ca3a54408')
+sha512sums=('988bc558f40a16c3d94df3956705712829c1c529efd577db16213783846c84bc3edbad19a4d7890b7aba08fbc4e1c6807105df29931e9b45981066b609d87aa2')
+b2sums=('f086d506d1de8e8b333a7ad46a94279aa5b42800ded7cc6724c3400e479a6523b336c74b5956d07117a178b5f89934553535824a05daafcdb2eb8d31754680e1')
 
 build() {
   cd iperf-${pkgver}



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

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




[Git][archlinux/packaging/packages/iperf3] Pushed new tag 3.15-1

2023-10-16 Thread T.J. Townsend (@blakkheim)


T.J. Townsend pushed new tag 3.15-1 at Arch Linux / Packaging / Packages / 
iperf3

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




[Git][archlinux/packaging/packages/vcspull][main] upgpkg: 1.22.0-1

2023-10-16 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
vcspull


Commits:
b1d29428 by Andreas Schleifer at 2023-10-16T19:37:01+02:00
upgpkg: 1.22.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,25 @@
+pkgbase = vcspull
+   pkgdesc = Synchronize projects via yaml/json manifest. Built using 
`libvcs`
+   pkgver = 1.22.0
+   pkgrel = 1
+   url = https://vcspull.git-pull.com/
+   arch = any
+   license = MIT
+   checkdepends = git
+   checkdepends = python-pytest
+   checkdepends = python-pytest-rerunfailures
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-poetry-core
+   makedepends = python-typing_extensions
+   depends = python
+   depends = python-colorama
+   depends = python-libvcs
+   depends = python-shtab
+   depends = python-yaml
+   optdepends = bash-completion: for command line completion in bash
+   source = 
https://github.com/vcs-python/vcspull/archive/v1.22.0/vcspull-1.22.0.tar.gz
+   sha512sums = 
b9611a494427df0339688440559f816d2aa49b17f16b77bb7dc671716101a0276187b9b3955146dd7c4fdd771f8cc029b0229c0a4e220dec75b105020b56e5e6
+   b2sums = 
7404f2d99aa5abb45ce1928f68e33c8ff54684610673e6589e347ab43b34c799b402696487e202b20031b71e83a7591be44949e563a5f477adb7bf0bfdb4ac1f
+
+pkgname = vcspull


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Andreas 'Segaja' Schleifer 
 
 pkgname='vcspull'
-pkgver=1.21.1
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='Synchronize projects via yaml/json manifest. Built using `libvcs`'
 arch=('any')
@@ -14,8 +14,8 @@ optdepends=(
   'bash-completion: for command line completion in bash'
 )
 
source=("https://github.com/vcs-python/vcspull/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('102bacf3b9e196becb2f7fff7744a3271fd6d632a9a1a193002f522cfe45de66147e686fd5b2f5795af7b9ad0162823db58f923f500279f12e10692365c1ca2f')
-b2sums=('323f8771fb51a4ca16b325070293e9a3cb3f477fb41a0931314833a6f9ba5728a7d3240bd8333883c951383cf8f6d2dbfe9e1401f0fd3e77ea3d45aa2e5c2f63')
+sha512sums=('b9611a494427df0339688440559f816d2aa49b17f16b77bb7dc671716101a0276187b9b3955146dd7c4fdd771f8cc029b0229c0a4e220dec75b105020b56e5e6')
+b2sums=('7404f2d99aa5abb45ce1928f68e33c8ff54684610673e6589e347ab43b34c799b402696487e202b20031b71e83a7591be44949e563a5f477adb7bf0bfdb4ac1f')
 
 build() {
   cd  "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vcspull/-/commit/b1d294283fe3faabf65f4288678546c2acd46ad7

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




[Git][archlinux/packaging/packages/vcspull] Pushed new tag 1.22.0-1

2023-10-16 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new tag 1.22.0-1 at Arch Linux / Packaging / Packages 
/ vcspull

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




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

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
d71991e6 by Maxime Gauduin at 2023-10-16T21:58:15+02:00
upgpkg: 1:2023.10.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = home-assistant
pkgdesc = Open source home automation that puts local control and 
privacy first
-   pkgver = 2023.10.0
+   pkgver = 2023.10.3
pkgrel = 1
epoch = 1
url = https://home-assistant.io/
@@ -22,7 +22,7 @@ pkgbase = home-assistant
depends = python
depends = tzdata
depends = zlib
-   source = 
git+https://github.com/home-assistant/home-assistant.git#tag=22bf1a058284ce02cf1d3f99f77e72dc61bd67c9
+   source = 
git+https://github.com/home-assistant/home-assistant.git#tag=93d7ff37795dc1d38c497f0c0be1efc3099a7f87
source = home-assistant.service
b2sums = SKIP
b2sums = 
3249da47392c3100f556b7037bc3a9abdd168960a67eedb8ff68c49729c502ed8cdead16a78c5d2a1d2184dfa51e4ddc89bc09302e189a22a7482bc7b0c05352


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2023.10.0
+pkgver=2023.10.3
 pkgrel=1
 epoch=1
 arch=(any)
@@ -33,7 +33,7 @@ makedepends=(
   python-setuptools
   python-wheel
 )
-_tag=22bf1a058284ce02cf1d3f99f77e72dc61bd67c9
+_tag=93d7ff37795dc1d38c497f0c0be1efc3099a7f87
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service



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

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




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

2023-10-16 Thread Maxime Gauduin (@alucryd)


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

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




[Git][archlinux/packaging/packages/ppsspp] Pushed new tag 1.16.6-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1.16.6-1 at Arch Linux / Packaging / Packages / 
ppsspp

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




[Git][archlinux/packaging/packages/ppsspp][main] upgpkg: 1.16.6-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
36418f8b by Maxime Gauduin at 2023-10-16T21:58:53+02:00
upgpkg: 1.16.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ppsspp
pkgdesc = A PSP emulator written in C++
-   pkgver = 1.16.5
+   pkgver = 1.16.6
pkgrel = 1
url = https://www.ppsspp.org/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = ppsspp
makedepends = sdl2_ttf
makedepends = snappy
makedepends = zlib
-   source = 
git+https://github.com/hrydgard/ppsspp.git#tag=1ae710d44152b655ea1b5ede9cd1faa69e3836da
+   source = 
git+https://github.com/hrydgard/ppsspp.git#tag=ba0ce344937d17e177ec8656ab957f6b82facdda
source = git+https://github.com/Kingcom/armips.git
source = git+https://github.com/discordapp/discord-rpc.git
source = git+https://github.com/hrydgard/ppsspp-ffmpeg.git


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgname=(
   ppsspp
   ppsspp-assets
 )
-pkgver=1.16.5
+pkgver=1.16.6
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -34,7 +34,7 @@ makedepends=(
   snappy
   zlib
 )
-_tag=1ae710d44152b655ea1b5ede9cd1faa69e3836da
+_tag=ba0ce344937d17e177ec8656ab957f6b82facdda
 source=(
   git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ppsspp/-/commit/36418f8b2c2f8dfe27108eeb4dd1fb0a0b2569fa

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




[Git][archlinux/packaging/packages/python-jellyfish][main] upgpkg: 1.0.2-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-jellyfish


Commits:
148ae521 by Maxime Gauduin at 2023-10-16T21:59:20+02:00
upgpkg: 1.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-jellyfish
pkgdesc = A python library for doing approximate and phonetic matching 
of strings
-   pkgver = 1.0.1
+   pkgver = 1.0.2
pkgrel = 1
url = https://github.com/jamesturk/jellyfish
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-jellyfish
makedepends = python-build
makedepends = python-installer
depends = python
-   source = 
git+https://github.com/jamesturk/jellyfish.git#tag=44ea14d3a70c560a9ef21b571ad2f28f9ea7869b
+   source = 
git+https://github.com/jamesturk/jellyfish.git#tag=af51f1013e0a22a7f14307d64f68690c2814d126
b2sums = SKIP
 
 pkgname = python-jellyfish


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jelle van der Waa 
 
 pkgname=python-jellyfish
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(
   python-build
   python-installer
 )
-_tag=44ea14d3a70c560a9ef21b571ad2f28f9ea7869b
+_tag=af51f1013e0a22a7f14307d64f68690c2814d126
 source=(git+https://github.com/jamesturk/jellyfish.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jellyfish/-/commit/148ae521a2789aceee7cd5c09506374fc90c48db

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




[Git][archlinux/packaging/packages/python-jellyfish] Pushed new tag 1.0.2-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1.0.2-1 at Arch Linux / Packaging / Packages / 
python-jellyfish

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




[Git][archlinux/packaging/packages/python-pyfakefs] Pushed new tag 5.3.0-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 5.3.0-1 at Arch Linux / Packaging / Packages / 
python-pyfakefs

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




[Git][archlinux/packaging/packages/python-pyfakefs][main] upgpkg: 5.3.0-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyfakefs


Commits:
2dfe9540 by Maxime Gauduin at 2023-10-16T22:01:14+02:00
upgpkg: 5.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pyfakefs
pkgdesc = pyfakefs implements a fake file system that mocks the Python 
file system modules
-   pkgver = 5.2.4
+   pkgver = 5.3.0
pkgrel = 1
url = https://github.com/jmcgeheeiv/pyfakefs/
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pyfakefs
makedepends = git
makedepends = python-setuptools
depends = python-pytest
-   source = 
git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=41c726585148569600edeab63133b7f26add84aa
+   source = 
git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=af725484895e770e3a9761061f14ce64aae62005
sha256sums = SKIP
 
 pkgname = python-pyfakefs


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pyfakefs
-pkgver=5.2.4
+pkgver=5.3.0
 pkgrel=1
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
@@ -15,7 +15,7 @@ makedepends=(
 checkdepends=(
   python-tox
 )
-_tag=41c726585148569600edeab63133b7f26add84aa
+_tag=af725484895e770e3a9761061f14ce64aae62005
 source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
 sha256sums=('SKIP')
 



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

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




[Git][archlinux/packaging/packages/python-uvloop] Pushed new tag 0.18.0-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
python-uvloop

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




[Git][archlinux/packaging/packages/python-uvloop][main] upgpkg: 0.18.0-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-uvloop


Commits:
7e7c03c7 by Maxime Gauduin at 2023-10-16T22:01:37+02:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-uvloop
pkgdesc = Ultra fast asyncio event loop
-   pkgver = 0.17.0
-   pkgrel = 3
+   pkgver = 0.18.0
+   pkgrel = 1
url = https://github.com/MagicStack/uvloop
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = python-uvloop
makedepends = git
depends = python
depends = libuv
-   source = 
git+https://github.com/MagicStack/uvloop.git#tag=afb326897c26f01b864f65f016a7f3f80d9db8ad
+   source = 
git+https://github.com/MagicStack/uvloop.git#tag=5ddf38bccad1107e6488357fd3dbb6b886b95134
b2sums = SKIP
 
 pkgname = python-uvloop


=
PKGBUILD
=
@@ -3,15 +3,15 @@
 
 _pkgname=uvloop
 pkgname=python-$_pkgname
-pkgver=0.17.0
-pkgrel=3
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Ultra fast asyncio event loop'
 arch=('x86_64')
 url='https://github.com/MagicStack/uvloop'
 license=('Apache' 'MIT')
 depends=('python' 'libuv')
 makedepends=('python-setuptools' 'cython0' 'git')
-_tag=afb326897c26f01b864f65f016a7f3f80d9db8ad
+_tag=5ddf38bccad1107e6488357fd3dbb6b886b95134
 source=(git+https://github.com/MagicStack/uvloop.git#tag=${_tag})
 b2sums=(SKIP)
 



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

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




[Git][archlinux/packaging/packages/stb] Pushed new tag r2152.beebb24-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag r2152.beebb24-1 at Arch Linux / Packaging / 
Packages / stb

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




[Git][archlinux/packaging/packages/stb][main] upgpkg: r2152.beebb24-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
86ab9e72 by Maxime Gauduin at 2023-10-16T22:02:12+02:00
upgpkg: r2152.beebb24-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,12 @@
+pkgbase = stb
+   pkgdesc = Single-file public domain (or MIT licensed) libraries for 
C/C++
+   pkgver = r2152.beebb24
+   pkgrel = 1
+   url = https://github.com/nothings/stb
+   arch = any
+   license = MIT
+   makedepends = git
+   source = 
git+https://github.com/nothings/stb.git#commit=beebb24b945efdea3b9bba23affb8eb3ba8982e7
+   b2sums = SKIP
+
+pkgname = stb


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 
 
 pkgname=stb
-pkgver=r2149.5736b15
+pkgver=r2152.beebb24
 pkgrel=1
 pkgdesc='Single-file public domain (or MIT licensed) libraries for C/C++'
 arch=(any)
 url=https://github.com/nothings/stb
 license=(MIT)
 makedepends=(git)
-_commit=5736b15f7ea0ffb08dd38af21067c314d6a3aae9
+_commit=beebb24b945efdea3b9bba23affb8eb3ba8982e7
 source=(git+https://github.com/nothings/stb.git#commit=${_commit})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stb/-/commit/86ab9e729228a0b18393fad082920010db908a08

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




[Git][archlinux/packaging/packages/tomcat10] Pushed new tag 10.1.15-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 10.1.15-1 at Arch Linux / Packaging / Packages / 
tomcat10

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




[Git][archlinux/packaging/packages/tomcat10][main] upgpkg: 10.1.15-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
78dd272a by Maxime Gauduin at 2023-10-16T22:03:25+02:00
upgpkg: 10.1.15-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tomcat10
pkgdesc = Open source implementation of the Java Servlet 5.0 and 
JavaServer Pages 3.0 technologies
-   pkgver = 10.1.14
+   pkgver = 10.1.15
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat10.install
@@ -21,7 +21,7 @@ pkgbase = tomcat10
backup = etc/tomcat10/server.xml
backup = etc/tomcat10/tomcat-users.xml
backup = etc/tomcat10/web.xml
-   source = 
git+https://github.com/apache/tomcat.git#tag=5feba31fa86b38bd645bf9cc1ddee883ad7bc6a4
+   source = 
git+https://github.com/apache/tomcat.git#tag=bd69455d3331a153c411b6f1ac5e434bed06f3ce
source = tomcat10.service
source = tomcat10.sysusers
source = tomcat10.tmpfiles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Olli 
 
 pkgname=tomcat10
-pkgver=10.1.14
+pkgver=10.1.15
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 5.0 and JavaServer 
Pages 3.0 technologies'
 arch=(any)
@@ -30,7 +30,7 @@ backup=(
   etc/tomcat10/web.xml
 )
 install=tomcat10.install
-_tag=5feba31fa86b38bd645bf9cc1ddee883ad7bc6a4
+_tag=bd69455d3331a153c411b6f1ac5e434bed06f3ce
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat10.service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat10/-/commit/78dd272a6c83688cda4afa501ef3914a15368257

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




[Git][archlinux/packaging/packages/tomcat9] Pushed new tag 9.0.82-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 9.0.82-1 at Arch Linux / Packaging / Packages / 
tomcat9

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




[Git][archlinux/packaging/packages/tomcat9][main] upgpkg: 9.0.82-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
392746dd by Maxime Gauduin at 2023-10-16T22:05:06+02:00
upgpkg: 9.0.82-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tomcat9
pkgdesc = Open source implementation of the Java Servlet 4.0 and 
JavaServer Pages 2.3 technologies
-   pkgver = 9.0.81
+   pkgver = 9.0.82
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat9.install
@@ -21,7 +21,7 @@ pkgbase = tomcat9
backup = etc/tomcat9/server.xml
backup = etc/tomcat9/tomcat-users.xml
backup = etc/tomcat9/web.xml
-   source = 
git+https://github.com/apache/tomcat.git#tag=90a0120a60faf9a3a657b113a7e2cdda2112be91
+   source = 
git+https://github.com/apache/tomcat.git#tag=e3b341d78d8db0f74d8989412eb28cdc39b2c251
source = tomcat9.service
source = tomcat9.sysusers
source = tomcat9.tmpfiles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Olli 
 
 pkgname=tomcat9
-pkgver=9.0.81
+pkgver=9.0.82
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer 
Pages 2.3 technologies'
 arch=(any)
@@ -30,7 +30,7 @@ backup=(
   etc/tomcat9/web.xml
 )
 install=tomcat9.install
-_tag=90a0120a60faf9a3a657b113a7e2cdda2112be91
+_tag=e3b341d78d8db0f74d8989412eb28cdc39b2c251
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat9.service



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tomcat9/-/commit/392746dd314aebd9ce360219450b87b633aa7f1b

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




[Git][archlinux/packaging/packages/tomcat8] Pushed new tag 8.5.95-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 8.5.95-1 at Arch Linux / Packaging / Packages / 
tomcat8

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




[Git][archlinux/packaging/packages/tomcat8][main] upgpkg: 8.5.95-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
9f065778 by Maxime Gauduin at 2023-10-16T22:07:00+02:00
upgpkg: 8.5.95-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = tomcat8
pkgdesc = Open source implementation of the Java Servlet 3.1 and 
JavaServer Pages 2.3 technologies
-   pkgver = 8.5.94
+   pkgver = 8.5.95
pkgrel = 1
url = https://tomcat.apache.org/
install = tomcat8.install
@@ -21,7 +21,7 @@ pkgbase = tomcat8
backup = etc/tomcat8/server.xml
backup = etc/tomcat8/tomcat-users.xml
backup = etc/tomcat8/web.xml
-   source = 
git+https://github.com/apache/tomcat.git#tag=36d4f7d698f71cd322204a3b242a97c54860fb8c
+   source = 
git+https://github.com/apache/tomcat.git#tag=ff0bc86a31328f005d386492edb4e77fd8d58d3c
source = tomcat8.service
source = tomcat8.sysusers
source = tomcat8.tmpfiles


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Alaux 
 
 pkgname=tomcat8
-pkgver=8.5.94
+pkgver=8.5.95
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=(any)
@@ -30,7 +30,7 @@ backup=(
   etc/tomcat8/web.xml
 )
 install=tomcat8.install
-_tag=36d4f7d698f71cd322204a3b242a97c54860fb8c
+_tag=ff0bc86a31328f005d386492edb4e77fd8d58d3c
 source=(
   git+https://github.com/apache/tomcat.git#tag=${_tag}
   tomcat8.service



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

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




[Git][archlinux/packaging/packages/yuzu][main] upgpkg: 1587-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


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


Commits:
59a58b76 by Maxime Gauduin at 2023-10-16T22:08:58+02:00
upgpkg: 1587-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = yuzu
pkgdesc = Nintendo Switch emulator
-   pkgver = 1582
+   pkgver = 1587
pkgrel = 1
url = https://yuzu-emu.org/
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = yuzu
depends = qt5-webengine
depends = sdl2
options = !debug
-   source = 
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=8809aa82fb70a4df9fad3d60fe307c674041abf8
+   source = 
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=36a2acf1ee110632e81dc15058eaf71fc3b58118
source = git+https://github.com/arsenm/sanitizers-cmake.git
source = git+https://github.com/yhirose/cpp-httplib.git
source = git+https://github.com/arun11299/cpp-jwt.git


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Bouvier 
 
 pkgname=yuzu
-pkgver=1582
+pkgver=1587
 pkgrel=1
 pkgdesc='Nintendo Switch emulator'
 arch=(x86_64)
@@ -46,7 +46,7 @@ makedepends=(
   vulkan-headers
 )
 options=(!debug)
-_tag=8809aa82fb70a4df9fad3d60fe307c674041abf8
+_tag=36a2acf1ee110632e81dc15058eaf71fc3b58118
 source=(
   git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
   git+https://github.com/arsenm/sanitizers-cmake.git



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

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




[Git][archlinux/packaging/packages/yuzu] Pushed new tag 1587-1

2023-10-16 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 1587-1 at Arch Linux / Packaging / Packages / yuzu

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.1.0-1

2023-10-16 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 0.1.0-1 at Arch Linux / Packaging / Packages / 
ruff

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.1.0-1

2023-10-16 Thread Caleb Maclennan (@alerque)


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


Commits:
95d0e73e by Caleb Maclennan at 2023-10-16T23:13:50+03:00
upgpkg: 0.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.0.292
+   pkgver = 0.1.0
pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.292/ruff-0.0.292.tar.gz
-   sha512sums = 
bc3e8968e9c621d76e1be05a40c17454c3c2ca72d286be1c01c82679dba99caa054e1a5031f92bb16d328d0927c74a1a087771a19c61824cf497d617267768cb
-   b2sums = 
405d07119dfdde12e1f7184059ea9db43253f90ca72a7ac7c3862adb15a99534c5349ad396b4f368c0da950c8ad61de7a3af4a3a173ddd8724f5bc72f2dd572c
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.0/ruff-0.1.0.tar.gz
+   sha512sums = 
888704c4e708d12f63da9bda67018595a3b50e9f4929c221a7356a2add8020de5146d9aa80c2a5c5f0e250f3e31aa37f250e6120cdfdd29587d1b7efd5d4677c
+   b2sums = 
b3cf28efa36c4b06e7fe2d1338e136142a5df7b52ba47500dcd39789012b22278f8f088c7c5f686266d4a43b8326a43b13fe3f42c41842adb6b77c06b809f2b6
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.0.292
+pkgver=0.1.0
 pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
@@ -21,8 +21,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('bc3e8968e9c621d76e1be05a40c17454c3c2ca72d286be1c01c82679dba99caa054e1a5031f92bb16d328d0927c74a1a087771a19c61824cf497d617267768cb')
-b2sums=('405d07119dfdde12e1f7184059ea9db43253f90ca72a7ac7c3862adb15a99534c5349ad396b4f368c0da950c8ad61de7a3af4a3a173ddd8724f5bc72f2dd572c')
+sha512sums=('888704c4e708d12f63da9bda67018595a3b50e9f4929c221a7356a2add8020de5146d9aa80c2a5c5f0e250f3e31aa37f250e6120cdfdd29587d1b7efd5d4677c')
+b2sums=('b3cf28efa36c4b06e7fe2d1338e136142a5df7b52ba47500dcd39789012b22278f8f088c7c5f686266d4a43b8326a43b13fe3f42c41842adb6b77c06b809f2b6')
 
 prepare() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/95d0e73e682127ee184897b7d55edf6d7ed983d4

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




[Git][archlinux/packaging/packages/ruff-lsp] Pushed new tag 0.0.41-1

2023-10-16 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.0.41-1 at Arch Linux / Packaging / Packages 
/ ruff-lsp

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




  1   2   >