[Git][archlinux/packaging/packages/python-pyicu] Pushed new tag 2.12-5

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.12-5 at Arch Linux / Packaging / Packages / 
python-pyicu

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




[Git][archlinux/packaging/packages/python-pyicu][main] upgpkg: 2.12-5; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyicu


Commits:
daa7d855 by Andreas Radke at 2024-05-10T07:53:35+02:00
upgpkg: 2.12-5; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyicu
pkgdesc = Python binding for ICU
pkgver = 2.12
-   pkgrel = 4
+   pkgrel = 5
url = http://pyicu.osafoundation.org/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-pyicu
 pkgver=2.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Python binding for ICU"
 arch=('x86_64')
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/nuspell][main] upgpkg: 5.1.4-3; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


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


Commits:
62ded5f5 by Andreas Radke at 2024-05-10T07:27:53+02:00
upgpkg: 5.1.4-3; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,12 @@
 pkgbase = nuspell
pkgdesc = Fast and safe spellchecking C++ library
pkgver = 5.1.4
-   pkgrel = 2
+   pkgrel = 3
url = https://nuspell.github.io/
arch = x86_64
license = LGPL3
checkdepends = catch2
+   checkdepends = expat
makedepends = cmake
makedepends = pandoc
depends = icu


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 
 pkgname=nuspell
 pkgver=5.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
 license=('LGPL3')
 depends=('icu' 'glibc' 'gcc-libs')
 makedepends=('cmake' 'pandoc')
-checkdepends=('catch2')
+checkdepends=('catch2' 'expat')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz;)
 
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/62ded5f5070edfd7fee5b1fda73d5e8811cbe6ff

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




[Git][archlinux/packaging/packages/nuspell] Pushed new tag 5.1.4-3

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 5.1.4-3 at Arch Linux / Packaging / Packages / 
nuspell

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




[Git][archlinux/packaging/packages/python-cfn-lint] Pushed new tag 0.87.2-1

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


Chih-Hsuan Yen pushed new tag 0.87.2-1 at Arch Linux / Packaging / Packages / 
python-cfn-lint

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




[Git][archlinux/packaging/packages/python-cfn-lint][main] upgpkg: 0.87.2-1; add missing dep python-typing_extensions

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


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


Commits:
96dc96a6 by Chih-Hsuan Yen at 2024-05-10T12:09:35+08:00
upgpkg: 0.87.2-1; add missing dep python-typing_extensions

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-cfn-lint
pkgdesc = CloudFormation Linter
-   pkgver = 0.86.2
+   pkgver = 0.87.2
pkgrel = 1
url = https://github.com/aws-cloudformation/cfn-lint
arch = any
@@ -21,10 +21,11 @@ pkgbase = python-cfn-lint
depends = python-sarif-om
depends = python-sympy
depends = python-regex
+   depends = python-typing_extensions
optdepends = python-pydot: for building graphs from templates
-   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.86.2/cfn-lint-0.86.2.tar.gz
+   source = 
https://github.com/aws-cloudformation/cfn-lint/archive/v0.87.2/cfn-lint-0.87.2.tar.gz
source = skip-tests-that-require-git.diff
-   sha256sums = 
fe34f629c017a93b99d660f730b9fc492bbc7bf0409755974e4977c5193f9d09
+   sha256sums = 
961c8afdd1c1689e79a907861e0af1ba2ee99ecb723eafdd02014117162a7e92
sha256sums = 
2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879
 
 pkgname = python-cfn-lint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.86.2
+pkgver=0.87.2
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -13,7 +13,10 @@ license=('MIT-0')
 depends=(python python-yaml python-aws-sam-translator
  python-jsonpatch python-jsonschema python-networkx
  python-junit-xml python-jschema-to-python python-sarif-om
- python-sympy python-regex)
+ python-sympy python-regex
+ # Unconditionally imported since long time ago, while not listed in 
setup.py
+ # 
https://github.com/aws-cloudformation/cfn-lint/blob/v0.87.2/src/cfnlint/template/transforms/_protocols.py#L10
+ python-typing_extensions)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pydot)
 optdepends=(
@@ -21,7 +24,7 @@ optdepends=(
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;
 'skip-tests-that-require-git.diff')
-sha256sums=('fe34f629c017a93b99d660f730b9fc492bbc7bf0409755974e4977c5193f9d09'
+sha256sums=('961c8afdd1c1689e79a907861e0af1ba2ee99ecb723eafdd02014117162a7e92'
 '2c00f29edd290e5c0de741ebce53d7a4caa7509a91befc806296c897b0f0e879')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cfn-lint/-/commit/96dc96a6e83a3ac96eeaabf57bea01c4c1b1691b

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




[Git][archlinux/packaging/packages/python-aws-sam-translator][main] upgpkg: 1.88.0-1

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


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aws-sam-translator


Commits:
eb4191ec by Chih-Hsuan Yen at 2024-05-10T11:35:39+08:00
upgpkg: 1.88.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aws-sam-translator
pkgdesc = AWS Serverless Application Model (AWS SAM) prescribes rules 
for expressing Serverless applications on AWS
-   pkgver = 1.87.0
+   pkgver = 1.88.0
pkgrel = 1
url = https://github.com/aws/serverless-application-model
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-aws-sam-translator
depends = python-jsonschema
depends = python-pydantic
depends = python-typing_extensions
-   source = 
https://github.com/aws/serverless-application-model/archive/v1.87.0/python-aws-sam-translator-1.87.0.tar.gz
-   sha256sums = 
7b9e1209839e0a3a0c73a7bb75b953bc576bb0505e11b12613e3160e0b42b948
+   source = 
https://github.com/aws/serverless-application-model/archive/v1.88.0/python-aws-sam-translator-1.88.0.tar.gz
+   sha256sums = 
12fb05e963e904e72b4b304e0c728cd331e88e41cb87166c53e970674b5b5b66
 
 pkgname = python-aws-sam-translator


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-aws-sam-translator
 # https://github.com/aws/serverless-application-model/releases
-pkgver=1.87.0
+pkgver=1.88.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer python-setuptools 
python-wheel)
 # python-yaml is needed by samtranslator.yaml_helper, while the latter is used 
in tests only
 checkdepends=(python-pytest python-pytest-rerunfailures python-yaml 
python-parameterized)
 
source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7b9e1209839e0a3a0c73a7bb75b953bc576bb0505e11b12613e3160e0b42b948')
+sha256sums=('12fb05e963e904e72b4b304e0c728cd331e88e41cb87166c53e970674b5b5b66')
 
 prepare() {
   cd serverless-application-model-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aws-sam-translator/-/commit/eb4191ec1aa4479f6394e4cd046a006df487a00e

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




[Git][archlinux/packaging/packages/python-aws-sam-translator] Pushed new tag 1.88.0-1

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


Chih-Hsuan Yen pushed new tag 1.88.0-1 at Arch Linux / Packaging / Packages / 
python-aws-sam-translator

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




[Git][archlinux/packaging/packages/gnome-text-editor] Pushed new tag 46.3-1

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.3-1 at Arch Linux / Packaging 
/ Packages / gnome-text-editor

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




[Git][archlinux/packaging/packages/gnome-text-editor][main] 46.3-1

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
655139ad by Jan Alexander Steffens (heftig) at 2024-05-10T04:52:46+02:00
46.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-text-editor
pkgdesc = A simple text editor for the GNOME desktop
-   pkgver = 46.1
-   pkgrel = 2
+   pkgver = 46.3
+   pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-text-editor
arch = x86_64
groups = gnome
@@ -23,7 +23,7 @@ pkgbase = gnome-text-editor
depends = icu
depends = libadwaita
depends = pango
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#tag=46.1
-   b2sums = 
bc3546bbf636df14290d272451eea66376e8d028da6ea0c0fb64b2b6fab7cd2ca035ca5642fc44b0a54650c58633eee0c1e78362124be03fb85bb2f9b8c6f0e3
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#tag=46.3
+   b2sums = 
9bf23fd253f41df23baa434c2071f39814cda10b9bbb5def55df34a10faf52455d14595d9f92d88c8cd7ffbb02633971ea37867de4e839f1b5e13fe256948d97
 
 pkgname = gnome-text-editor


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-text-editor
-pkgver=46.1
-pkgrel=2
+pkgver=46.3
+pkgrel=1
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor;
 arch=(x86_64)
@@ -31,7 +31,7 @@ makedepends=(
 )
 groups=(gnome)
 source=("git+$url.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('bc3546bbf636df14290d272451eea66376e8d028da6ea0c0fb64b2b6fab7cd2ca035ca5642fc44b0a54650c58633eee0c1e78362124be03fb85bb2f9b8c6f0e3')
+b2sums=('9bf23fd253f41df23baa434c2071f39814cda10b9bbb5def55df34a10faf52455d14595d9f92d88c8cd7ffbb02633971ea37867de4e839f1b5e13fe256948d97')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/655139ad8aacda3ac6a8815dc5c6073d2df753c7

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




[Git][archlinux/packaging/packages/hyprwayland-scanner][main] upgpkg: 0.3.6-1: update to 0.3.6

2024-05-09 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
hyprwayland-scanner


Commits:
2a90cde9 by Lukas Fleischer at 2024-05-10T08:48:29+07:00
upgpkg: 0.3.6-1: update to 0.3.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hyprwayland-scanner
pkgdesc = A Hyprland implementation of wayland-scanner, in and for C++
-   pkgver = 0.3.5
-   pkgrel = 2
+   pkgver = 0.3.6
+   pkgrel = 1
url = https://github.com/hyprwm/hyprwayland-scanner
arch = x86_64
license = BSD-3-Clause
@@ -10,7 +10,7 @@ pkgbase = hyprwayland-scanner
makedepends = gcc
depends = pugixml
provides = hyprwayland-scaner
-   source = 
hyprwayland-scanner-0.3.5.tar.gz::https://github.com/hyprwm/hyprwayland-scanner/archive/refs/tags/v0.3.5.tar.gz
-   sha256sums = 
7d8df3b96f9101eb6a301c3f29447001cafd9e6021b17daf94f014c0856808ac
+   source = 
hyprwayland-scanner-0.3.6.tar.gz::https://github.com/hyprwm/hyprwayland-scanner/archive/refs/tags/v0.3.6.tar.gz
+   sha256sums = 
a274eb00418a36ff04cfc564c9f09c41e8b0b68ab0f44a701807d0383835fc47
 
 pkgname = hyprwayland-scanner


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: alba4k 
 
 pkgname="hyprwayland-scanner"
-pkgver=0.3.5
-pkgrel=2
+pkgver=0.3.6
+pkgrel=1
 pkgdesc="A Hyprland implementation of wayland-scanner, in and for C++"
 arch=(x86_64)
 url="https://github.com/hyprwm/hyprwayland-scanner;
@@ -13,7 +13,7 @@ makedepends=('git' 'cmake' 'gcc')
 _archive="${pkgname}-$pkgver"
 source=("$_archive.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
 provides=(hyprwayland-scaner)
-sha256sums=('7d8df3b96f9101eb6a301c3f29447001cafd9e6021b17daf94f014c0856808ac')
+sha256sums=('a274eb00418a36ff04cfc564c9f09c41e8b0b68ab0f44a701807d0383835fc47')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprwayland-scanner/-/commit/2a90cde911c9bdb09fab1275c22ad3869bc97e9c

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




[Git][archlinux/packaging/packages/hyprwayland-scanner] Pushed new tag 0.3.6-1

2024-05-09 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 0.3.6-1 at Arch Linux / Packaging / Packages / 
hyprwayland-scanner

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




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

2024-05-09 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 0.40.0-1 at Arch Linux / Packaging / Packages / 
hyprland

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 124.0.6367.201-2: ICU 75 rebuild

2024-05-09 Thread Evangelos Foutras (@foutrelis)


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


Commits:
2de1acf2 by Evangelos Foutras at 2024-05-10T03:37:25+03:00
upgpkg: 124.0.6367.201-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 124.0.6367.201
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=124.0.6367.201
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



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

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 124.0.6367.201-2

2024-05-09 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 124.0.6367.201-2 at Arch Linux / Packaging / 
Packages / chromium

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




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

2024-05-09 Thread Evangelos Foutras (@foutrelis)


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


Commits:
0c7326c5 by Evangelos Foutras at 2024-05-10T02:49:44+03:00
upgpkg: 124.0.6367.201-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
-   pkgver = 124.0.6367.155
-   pkgrel = 2
+   pkgver = 124.0.6367.201
+   pkgrel = 1
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause
@@ -53,14 +53,14 @@ pkgbase = chromium
optdepends = org.freedesktop.secrets: password storage backend on GNOME 
/ Xfce
optdepends = kwallet: support for storing passwords in KWallet on Plasma
options = !lto
-   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.155.tar.xz
+   source = 
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-124.0.6367.201.tar.xz
source = 
https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
source = 
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/124/chromium-patches-124.tar.bz2
source = fix-a-missing-build-dependency.patch
source = drop-flag-unsupported-by-clang17.patch
source = compiler-rt-adjust-paths.patch
source = use-oauth2-client-switches-as-default.patch
-   sha256sums = 
667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4
+   sha256sums = 
11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992
sha256sums = 
213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a
sha256sums = 
c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12
sha256sums = 
75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=124.0.6367.155
-pkgrel=2
+pkgver=124.0.6367.201
+pkgrel=1
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1
@@ -31,7 +31,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 drop-flag-unsupported-by-clang17.patch
 compiler-rt-adjust-paths.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('667d5b3522238b2458816b7e409540e47e9e70c8f2921f64342408fa2323bbc4'
+sha256sums=('11773c4cfce4b39ae1bbe711b2907cb86e9aa299b7c6a71656edb876f0c85992'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 'c2bc4e65ed2a4e23528dd10d5c15bf99f880b7bbb789cc720d451b78098a7e12'
 '75e1482d1b27c34ebe9d4bf27104fedcc219cdd95ce71fc41e77a486befd3f93'



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

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




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

2024-05-09 Thread Evangelos Foutras (@foutrelis)


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

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




[Git][archlinux/packaging/packages/gnome-text-editor][main] Add .nvchecker.toml

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
a3be61cc by Jan Alexander Steffens (heftig) at 2024-05-10T01:12:19+02:00
Add .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[gnome-text-editor]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-text-editor.git;
+include_regex = '[0-9]+(\.[0-9]+)*'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/a3be61cc0061ea68ebebd1bce18badeb47780e9c

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




[Git][archlinux/packaging/packages/konsolepart5] Pushed new tag 23.08.5-2

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


Antonio Rojas pushed new tag 23.08.5-2 at Arch Linux / Packaging / Packages / 
konsolepart5

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




[Git][archlinux/packaging/packages/konsolepart5][main] upgpkg: 23.08.5-2: ICU 75 rebuild

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


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


Commits:
380e4586 by Antonio Rojas at 2024-05-10T00:52:26+02:00
upgpkg: 23.08.5-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = konsolepart5
pkgdesc = KDE terminal emulator
pkgver = 23.08.5
-   pkgrel = 1
+   pkgrel = 2
url = https://apps.kde.org/konsole/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=konsolepart5
 pkgver=23.08.5
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://apps.kde.org/konsole/'
 pkgdesc='KDE terminal emulator'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/konsolepart5/-/commit/380e45862746241e0ff59bf814df3b2f6f6bca84

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




[Git][archlinux/packaging/packages/octave] Pushed new tag 9.1.0-6

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


Antonio Rojas pushed new tag 9.1.0-6 at Arch Linux / Packaging / Packages / 
octave

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




[Git][archlinux/packaging/packages/octave][main] Add qt6-5compat dependency

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


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


Commits:
fa174c5e by Antonio Rojas at 2024-05-10T00:49:26+02:00
Add qt6-5compat dependency

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/octave/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = octave
pkgdesc = A high-level language, primarily intended for numerical 
computations
pkgver = 9.1.0
-   pkgrel = 5
+   pkgrel = 6
url = https://www.gnu.org/software/octave/
arch = x86_64
license = GPL
@@ -26,6 +26,7 @@ pkgbase = octave
depends = gl2ps
depends = qscintilla-qt6
depends = libsndfile
+   depends = qt6-5compat
depends = qt6-tools
depends = qrupdate
depends = pcre2


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=9.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A high-level language, primarily intended for numerical computations'
 arch=('x86_64')
 url='https://www.gnu.org/software/octave/'
@@ -24,6 +24,7 @@ depends=(
   'gl2ps'
   'qscintilla-qt6'
   'libsndfile'
+  'qt6-5compat'
   'qt6-tools'
   'qrupdate'
   'pcre2'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/octave/-/commit/fa174c5e0a2986f8b6e4c5817a7c6b5d953bce46

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




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

2024-05-09 Thread Daniel M. Capella (@polyzen)


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

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




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

2024-05-09 Thread Daniel M. Capella (@polyzen)


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


Commits:
1926c0ba by Daniel M. Capella at 2024-05-09T18:44:58-04:00
upgpkg: 0.21.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tree-sitter-c
pkgdesc = C grammar for tree-sitter
-   pkgver = 0.21.0
-   pkgrel = 2
+   pkgver = 0.21.1
+   pkgrel = 1
url = https://github.com/tree-sitter/tree-sitter-c
arch = x86_64
groups = tree-sitter-grammars
@@ -10,8 +10,8 @@ pkgbase = tree-sitter-c
makedepends = tree-sitter-cli
optdepends = tree-sitter: core library
provides = libtree-sitter-c.so
-   source = 
git+https://github.com/tree-sitter/tree-sitter-c.git#commit=v0.21.0?signed
+   source = 
git+https://github.com/tree-sitter/tree-sitter-c.git#commit=v0.21.1?signed
validpgpkeys = FCC13F47A6900D64239FF13BE67890ADC4227273
-   b2sums = 
8033143041a51a64c3d0bdc6eb401082f5423d4fb1a1da2762f07b205e9b9d97e01eba25b4964ab8963c04d81d7eb971743d7fed54de7c6329c2798293a1be7a
+   b2sums = 
922770b6f5529fd693916f7478a7c897dd8eb3772d59ba124419228b6ffa1d6540646cec04466cde4fea0b29c104e880cc0adce57f603f8fc7fb3f228bb32322
 
 pkgname = tree-sitter-c


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: ObserverOfTime 
 
 pkgname=tree-sitter-c
-pkgver=0.21.0
-pkgrel=2
+pkgver=0.21.1
+pkgrel=1
 pkgdesc='C grammar for tree-sitter'
 arch=('x86_64')
 url=https://github.com/tree-sitter/tree-sitter-c
@@ -13,7 +13,7 @@ makedepends=('git' 'tree-sitter-cli')
 optdepends=('tree-sitter: core library')
 provides=("lib$pkgname.so")
 source=("git+$url.git#commit=v$pkgver?signed")
-b2sums=('8033143041a51a64c3d0bdc6eb401082f5423d4fb1a1da2762f07b205e9b9d97e01eba25b4964ab8963c04d81d7eb971743d7fed54de7c6329c2798293a1be7a')
+b2sums=('922770b6f5529fd693916f7478a7c897dd8eb3772d59ba124419228b6ffa1d6540646cec04466cde4fea0b29c104e880cc0adce57f603f8fc7fb3f228bb32322')
 validpgpkeys=('FCC13F47A6900D64239FF13BE67890ADC4227273') # Amaan Qureshi 

 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tree-sitter-c/-/commit/1926c0ba2a84ca309e8637d49e62f7163895f68c

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




[Git][archlinux/packaging/packages/rapidjson][main] upgpkg: 1.1.0-6: Fix build with GCC 14

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


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


Commits:
20e6c15a by Antonio Rojas at 2024-05-10T00:42:50+02:00
upgpkg: 1.1.0-6: Fix build with GCC 14

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = rapidjson
+   pkgdesc = Fast JSON parser/generator for C++ with both SAX/DOM style API
+   pkgver = 1.1.0
+   pkgrel = 6
+   url = https://github.com/miloyip/rapidjson
+   arch = any
+   license = MIT
+   checkdepends = gtest
+   checkdepends = valgrind
+   makedepends = cmake
+   source = 
https://github.com/miloyip/rapidjson/archive/v1.1.0/rapidjson-1.1.0.tar.gz
+   source = https://github.com/Tencent/rapidjson/commit/3b2441b8.patch
+   sha512sums = 
2e82a4bddcd6c4669541f5945c2d240fb1b4fdd6e239200246d3dd50ce98733f0a4f6d3daa56f865d8c88779c036099c52a9ae85d47ad263686b68a88d832dff
+   sha512sums = 
5002ff20a65b7d057411e39adf7f5a29eddff818d20579900b655df4d838b984a1b68f488232e1990b592943a70943619d924da1c4e1d2ce0d3ef65bc40f75d6
+
+pkgname = rapidjson


=
PKGBUILD
=
@@ -5,19 +5,22 @@
 
 pkgname=rapidjson
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast JSON parser/generator for C++ with both SAX/DOM style API"
 arch=('any')
 url="https://github.com/miloyip/rapidjson;
 license=('MIT')
 makedepends=('cmake')
 checkdepends=('gtest' 'valgrind')
-source=(https://github.com/miloyip/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('2e82a4bddcd6c4669541f5945c2d240fb1b4fdd6e239200246d3dd50ce98733f0a4f6d3daa56f865d8c88779c036099c52a9ae85d47ad263686b68a88d832dff')
+source=(https://github.com/miloyip/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+https://github.com/Tencent/rapidjson/commit/3b2441b8.patch)
+sha512sums=('2e82a4bddcd6c4669541f5945c2d240fb1b4fdd6e239200246d3dd50ce98733f0a4f6d3daa56f865d8c88779c036099c52a9ae85d47ad263686b68a88d832dff'
+
'5002ff20a65b7d057411e39adf7f5a29eddff818d20579900b655df4d838b984a1b68f488232e1990b592943a70943619d924da1c4e1d2ce0d3ef65bc40f75d6')
 
 prepare() {
   cd $pkgname-$pkgver
   find -name CMakeLists.txt | xargs sed -e 's|-Werror||' -i # Don't use -Werror
+  patch -p1 -i ../3b2441b8.patch # Fix build with GCC 14
 }
 
 build () {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rapidjson/-/commit/20e6c15a0fd8276e9c9200e337db6374695dc68b

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




[Git][archlinux/packaging/packages/rapidjson] Pushed new tag 1.1.0-6

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


Antonio Rojas pushed new tag 1.1.0-6 at Arch Linux / Packaging / Packages / 
rapidjson

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




[Git][archlinux/packaging/packages/python-openai] Pushed new tag 1.28.0-1

2024-05-09 Thread hashworks (@hashworks)


hashworks pushed new tag 1.28.0-1 at Arch Linux / Packaging / Packages / 
python-openai

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




[Git][archlinux/packaging/packages/python-openai][main] upgpkg: 1.28.0-1

2024-05-09 Thread hashworks (@hashworks)


hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-openai


Commits:
b79761ba by Justin Kromlinger at 2024-05-10T00:30:31+02:00
upgpkg: 1.28.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
-   pkgver = 1.27.0
+   pkgver = 1.28.0
pkgrel = 1
url = https://github.com/openai/openai-python
arch = any
@@ -29,7 +29,7 @@ pkgbase = python-openai
optdepends = python-matplotlib: embeddings
optdepends = python-plotly: embeddings
optdepends = python-scipy: embeddings
-   source = 
openai-python-1.27.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.27.0.tar.gz
-   sha256sums = 
b8404c271a3a969fcca6841f776e38e838cffdd9e715965d9055b9f35734ee80
+   source = 
openai-python-1.28.0.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.28.0.tar.gz
+   sha256sums = 
f761260cbcdf49a341791713557801d23eea6704172223fb7c15e6e7baac108e
 
 pkgname = python-openai


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="Python client library for the OpenAI API"
 arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-numpy: Needed for CLI fine-tuning data 
preparation tool'
 'python-plotly: embeddings'
 'python-scipy: embeddings')
 
source=("${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('b8404c271a3a969fcca6841f776e38e838cffdd9e715965d9055b9f35734ee80')
+sha256sums=('f761260cbcdf49a341791713557801d23eea6704172223fb7c15e6e7baac108e')
 
 build() {
   cd "${_name}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/evolution-data-server][main] Add .nvchecker.toml

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / evolution-data-server


Commits:
7648a1e4 by Jan Alexander Steffens (heftig) at 2024-05-10T00:06:02+02:00
Add .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[evolution-data-server]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/evolution-data-server.git;
+include_regex = '[^.]+\.[^.]*[02468]\.[^.]+'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution-data-server/-/commit/7648a1e41d2b8dc1b516d780d86000cd3f44aedf

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




[Git][archlinux/packaging/packages/libqalculate][main] upgpkg: 5.1.1-2: ICU 75 rebuild

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


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


Commits:
3901c3c7 by Antonio Rojas at 2024-05-09T23:59:07+02:00
upgpkg: 5.1.1-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libqalculate
pkgdesc = Multi-purpose desktop calculator
pkgver = 5.1.1
-   pkgrel = 1
+   pkgrel = 2
url = https://qalculate.github.io/
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libqalculate
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-purpose desktop calculator'
 arch=(x86_64)
 url='https://qalculate.github.io/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqalculate/-/commit/3901c3c79f6939a86cdce673bb8ebb7dc7cc20bd

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




[Git][archlinux/packaging/packages/libqalculate] Pushed new tag 5.1.1-2

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


Antonio Rojas pushed new tag 5.1.1-2 at Arch Linux / Packaging / Packages / 
libqalculate

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




[Git][archlinux/packaging/packages/plasma-desktop][main] upgpkg: 6.0.4-2: ICU 75 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
plasma-desktop


Commits:
a2788c0a by Antonio Rojas at 2024-05-09T23:54:04+02:00
upgpkg: 6.0.4-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = plasma-desktop
pkgdesc = KDE Plasma Desktop
pkgver = 6.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=plasma-desktop
 pkgver=6.0.4
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'



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

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




[Git][archlinux/packaging/packages/plasma-desktop] Pushed new tag 6.0.4-2

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


Antonio Rojas pushed new tag 6.0.4-2 at Arch Linux / Packaging / Packages / 
plasma-desktop

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




[Git][archlinux/packaging/packages/plasma-workspace][main] upgpkg: 6.0.4-2: ICU 75 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
plasma-workspace


Commits:
c820212d by Antonio Rojas at 2024-05-09T23:42:41+02:00
upgpkg: 6.0.4-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = plasma-workspace
pkgdesc = KDE Plasma Workspace
pkgver = 6.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=plasma-workspace
 pkgver=6.0.4
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-workspace/-/commit/c820212d835347ec19a305e989b9b31e6e31927a

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




[Git][archlinux/packaging/packages/plasma-workspace] Pushed new tag 6.0.4-2

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


Antonio Rojas pushed new tag 6.0.4-2 at Arch Linux / Packaging / Packages / 
plasma-workspace

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




[Git][archlinux/packaging/packages/libphonenumber][main] Add .nvchecker.toml

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
9f6f7a32 by Jan Alexander Steffens (heftig) at 2024-05-09T23:32:15+02:00
Add .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[libphonenumber]
+source = "github"
+github = "googlei18n/libphonenumber"
+use_max_tag = true
+prefix = "v"



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

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




[Git][archlinux/packaging/packages/neochat] Pushed new tag 24.04.80-2

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


Antonio Rojas pushed new tag 24.04.80-2 at Arch Linux / Packaging / Packages / 
neochat

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




[Git][archlinux/packaging/packages/gnome-text-editor][main] 46.1-2: icu rebuild

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
862575b3 by Jan Alexander Steffens (heftig) at 2024-05-09T23:25:14+02:00
46.1-2: icu rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-text-editor
pkgdesc = A simple text editor for the GNOME desktop
pkgver = 46.1
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/GNOME/gnome-text-editor
arch = x86_64
groups = gnome


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=gnome-text-editor
 pkgver=46.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor;
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/862575b3f6ca80322741970f76df75a109d7c6e6

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




[Git][archlinux/packaging/packages/gnome-text-editor] Pushed new tag 46.1-2

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.1-2 at Arch Linux / Packaging 
/ Packages / gnome-text-editor

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




[Git][archlinux/packaging/packages/libphonenumber][main] 1:8.13.36-1

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
7173425d by Jan Alexander Steffens (heftig) at 2024-05-09T23:25:01+02:00
1:8.13.36-1

- - - - -


3 changed files:

- .SRCINFO
- protobuf-targets.diff → 0001-Use-find_package-for-protobuf.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libphonenumber
pkgdesc = Google's common library for parsing, formatting, and 
validating international phone numbers
-   pkgver = 8.13.33
+   pkgver = 8.13.36
pkgrel = 1
epoch = 1
url = https://github.com/googlei18n/libphonenumber
@@ -11,15 +11,19 @@ pkgbase = libphonenumber
makedepends = gtest
makedepends = jre-openjdk-headless
depends = abseil-cpp
+   depends = gcc-libs
+   depends = glibc
depends = icu
depends = protobuf
-   source = 
git+https://github.com/googlei18n/libphonenumber#commit=5e620bb2637fac7911244fcb53206b2ea8fd65cb
-   source = protobuf-targets.diff
-   b2sums = 
6f8ffdbeda0b53c09f6906f411c2e19fa177729076f896cb5ded6ee9c502f9bda02c28851b8c3d66ed4682a41e263be5ffc9fa28a10b4353dc48b36d299bedcd
-   b2sums = 
911187934b234eeda64e64513daa2ad7ce5bbb56e91921cad49334286c147acafdaf7343545b3f896ab26ead774902b9f17ace93c8a49ae4b0e9763c0009781e
+   source = git+https://github.com/googlei18n/libphonenumber#tag=v8.13.36
+   source = 0001-Use-find_package-for-protobuf.patch
+   b2sums = 
fa08d16f01cb0350cf1ab5fd84828a93aefdc03b8c67fad373405350046213e1e0eefcf06ebb3640e935098c701bf91fd4310d1b3deb75f3239680e6a8f3d798
+   b2sums = 
8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac
 
 pkgname = libphonenumber
depends = abseil-cpp
+   depends = gcc-libs
+   depends = glibc
depends = icu
depends = protobuf
depends = libicuuc.so


=
protobuf-targets.diff → 0001-Use-find_package-for-protobuf.patch
=
@@ -1,7 +1,18 @@
-diff --git i/cpp/CMakeLists.txt w/cpp/CMakeLists.txt
-index 96def5c8f..304a1a2af 100644
 i/cpp/CMakeLists.txt
-+++ w/cpp/CMakeLists.txt
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 9 May 2024 23:19:05 +0200
+Subject: [PATCH] Use find_package for protobuf
+
+Use the official protobuf cmake target instead of a custom one; fixes
+build with protobuf 23.
+---
+ cpp/CMakeLists.txt | 10 --
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
+index 96def5c8f943..304a1a2af484 100644
+--- a/cpp/CMakeLists.txt
 b/cpp/CMakeLists.txt
 @@ -170,13 +170,11 @@ if (USE_RE2)
  endif ()
  


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.13.33
+pkgver=8.13.36
 pkgrel=1
 epoch=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
@@ -10,6 +10,8 @@ arch=(x86_64)
 license=('Apache-2.0 AND BSD-3-Clause')
 depends=(
   abseil-cpp
+  gcc-libs
+  glibc
   icu
   protobuf
 )
@@ -19,25 +21,19 @@ makedepends=(
   gtest
   jre-openjdk-headless
 )
-_commit=5e620bb2637fac7911244fcb53206b2ea8fd65cb  # tags/v8.13.33^0
 source=(
-  "git+$url#commit=$_commit"
-  protobuf-targets.diff
+  "git+$url#tag=v$pkgver"
+  0001-Use-find_package-for-protobuf.patch
 )
-b2sums=('6f8ffdbeda0b53c09f6906f411c2e19fa177729076f896cb5ded6ee9c502f9bda02c28851b8c3d66ed4682a41e263be5ffc9fa28a10b4353dc48b36d299bedcd'
-
'911187934b234eeda64e64513daa2ad7ce5bbb56e91921cad49334286c147acafdaf7343545b3f896ab26ead774902b9f17ace93c8a49ae4b0e9763c0009781e')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('fa08d16f01cb0350cf1ab5fd84828a93aefdc03b8c67fad373405350046213e1e0eefcf06ebb3640e935098c701bf91fd4310d1b3deb75f3239680e6a8f3d798'
+
'8fc1c65d863051052bb1cb3759a252a3b36a9dffa1335eae4d043821797651e57ca8902cced0672d3c47192b50b9b54436a1551ce65b2e9a4bd82351a58ef1ac')
 
 prepare() {
   cd $pkgname
 
   # Use official protobuf cmake target instead of
   # custom one, fixes build with protobuf 23
-  git apply -3 ../protobuf-targets.diff
+  git apply -3 ../0001-Use-find_package-for-protobuf.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libphonenumber/-/commit/7173425d8c1ab7c8040693823610f1fd5c253fca

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

[Git][archlinux/packaging/packages/libphonenumber] Pushed new tag 1-8.13.36-1

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/konsole][main] upgpkg: 24.02.2-2: ICU 75 rebuild

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


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


Commits:
26453ae4 by Antonio Rojas at 2024-05-09T23:22:56+02:00
upgpkg: 24.02.2-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = konsole
pkgdesc = KDE terminal emulator
pkgver = 24.02.2
-   pkgrel = 1
+   pkgrel = 2
url = https://apps.kde.org/konsole/
arch = x86_64
groups = kde-applications


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=konsole
 pkgver=24.02.2
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://apps.kde.org/konsole/'
 pkgdesc='KDE terminal emulator'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/konsole/-/commit/26453ae49af0a27a816ebda5facb25a23d343141

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




[Git][archlinux/packaging/packages/konsole] Pushed new tag 24.02.2-2

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


Antonio Rojas pushed new tag 24.02.2-2 at Arch Linux / Packaging / Packages / 
konsole

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




[Git][archlinux/packaging/packages/libspelling] Pushed new tag 0.2.1-2

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/libspelling][main] 0.2.1-2: icu rebuild

2024-05-09 Thread Jan Alexander Steffens (heftig) (@heftig)


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


Commits:
9a4061cf by Jan Alexander Steffens (heftig) at 2024-05-09T23:21:04+02:00
0.2.1-2: icu rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libspelling
pkgdesc = Spellcheck library for GTK 4
pkgver = 0.2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://gitlab.gnome.org/chergert/libspelling
arch = x86_64
license = LGPL-2.1-or-later
@@ -11,11 +11,14 @@ pkgbase = libspelling
makedepends = meson
makedepends = vala
depends = enchant
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
depends = gtk4
depends = gtksourceview5
depends = icu
depends = pango
-   source = 
git+https://gitlab.gnome.org/chergert/libspelling.git#commit=0e9b8b2187ecda4dc1ce48a9bcc9a9976490fda2
+   source = git+https://gitlab.gnome.org/chergert/libspelling.git#tag=0.2.1
b2sums = 
dc5652e327307165231869321010c9d98e0b4521c4ee090aa326ed2c25d17070a8217cc4bd049a4d89c76de73ed0457b8fc8b8533bfb209b7b2f6d2a0eb2895c
 
 pkgname = libspelling


=
PKGBUILD
=
@@ -7,13 +7,16 @@ pkgname=(
   libspelling-docs
 )
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Spellcheck library for GTK 4"
 url="https://gitlab.gnome.org/chergert/libspelling;
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   enchant
+  gcc-libs
+  glib2
+  glibc
   gtk4
   gtksourceview5
   icu
@@ -26,15 +29,9 @@ makedepends=(
   meson
   vala
 )
-_commit=0e9b8b2187ecda4dc1ce48a9bcc9a9976490fda2  # tags/0.2.1^0
-source=("git+https://gitlab.gnome.org/chergert/libspelling.git#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/chergert/libspelling.git#tag=$pkgver;)
 
b2sums=('dc5652e327307165231869321010c9d98e0b4521c4ee090aa326ed2c25d17070a8217cc4bd049a4d89c76de73ed0457b8fc8b8533bfb209b7b2f6d2a0eb2895c')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 build() {
   arch-meson $pkgname build
   meson compile -C build



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

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




[Git][archlinux/packaging/packages/kdeplasma-addons][main] upgpkg: 6.0.4-2: ICU 75 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdeplasma-addons


Commits:
5b0ad318 by Antonio Rojas at 2024-05-09T23:18:44+02:00
upgpkg: 6.0.4-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kdeplasma-addons
pkgdesc = All kind of addons to improve your Plasma experience
pkgver = 6.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=kdeplasma-addons
 pkgver=6.0.4
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='All kind of addons to improve your Plasma experience'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeplasma-addons/-/commit/5b0ad31889b94309b7120dbc1d20349ec6b41030

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




[Git][archlinux/packaging/packages/kdeplasma-addons] Pushed new tag 6.0.4-2

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


Antonio Rojas pushed new tag 6.0.4-2 at Arch Linux / Packaging / Packages / 
kdeplasma-addons

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




[Git][archlinux/packaging/packages/kdb][main] upgpkg: 3.2.0-14: ICU 75 rebuild

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


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


Commits:
ce638750 by Antonio Rojas at 2024-05-09T23:15:05+02:00
upgpkg: 3.2.0-14: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kdb
pkgdesc = A database connectivity and creation framework for various 
database vendors
pkgver = 3.2.0
-   pkgrel = 13
+   pkgrel = 14
url = http://www.kexi-project.org/
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=kdb
 pkgver=3.2.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A database connectivity and creation framework for various database 
vendors"
 arch=(x86_64)
 url="http://www.kexi-project.org/;
@@ -43,7 +43,8 @@ prepare() {
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
+-DBUILD_QCH=ON \
+-DCMAKE_CXX_STANDARD=17
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdb/-/commit/ce638750707db841a56f569a4e2ac5afc5122f46

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




[Git][archlinux/packaging/packages/kdb] Pushed new tag 3.2.0-14

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


Antonio Rojas pushed new tag 3.2.0-14 at Arch Linux / Packaging / Packages / kdb

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




[Git][archlinux/packaging/packages/trash-cli] Pushed new tag 0.24.4.17-2

2024-05-09 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed new tag 0.24.4.17-2 at Arch Linux / Packaging / 
Packages / trash-cli

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




[Git][archlinux/packaging/packages/trash-cli][main] upgpkg: 0.24.4.17-2 drop python-typing_extensions

2024-05-09 Thread Alexander Epaneshnikov (@alex19ep)


Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / trash-cli


Commits:
abd6a15f by Alexander Epaneshnikov at 2024-05-10T00:11:01+03:00
upgpkg: 0.24.4.17-2 drop python-typing_extensions

fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = trash-cli
pkgdesc = Command line trashcan (recycle bin) interface
pkgver = 0.24.4.17
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/andreafrancia/trash-cli
arch = any
license = GPL-2.0-only
@@ -11,7 +11,6 @@ pkgbase = trash-cli
makedepends = python-setuptools
makedepends = python-shtab
depends = python
-   depends = python-typing_extensions
depends = python-psutil
depends = python-six
source = 
trash-cli-0.24.4.17.tar.gz::https://github.com/andreafrancia/trash-cli/archive/0.24.4.17.tar.gz


=
PKGBUILD
=
@@ -5,12 +5,12 @@
 
 pkgname=trash-cli
 pkgver=0.24.4.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line trashcan (recycle bin) interface"
 arch=('any')
 url="https://github.com/andreafrancia/trash-cli;
 license=('GPL-2.0-only')
-depends=('python' 'python-typing_extensions' 'python-psutil' 'python-six')
+depends=('python' 'python-psutil' 'python-six')
 makedepends=('python-setuptools' 'python-shtab')
 checkdepends=('python-pytest' 'python-flexmock' 'python-parameterized')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/trash-cli/-/commit/abd6a15f300bf8e87b08829b3ce15f6fdfc374ad

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




[Git][archlinux/packaging/packages/kirigami-addons][main] upgpkg: 1.2.0-1: Update to 1.2.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kirigami-addons


Commits:
5222c9cc by Antonio Rojas at 2024-05-09T23:09:34+02:00
upgpkg: 1.2.0-1: Update to 1.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kirigami-addons
pkgdesc = Add-ons for the Kirigami framework
-   pkgver = 1.1.0
+   pkgver = 1.2.0
pkgrel = 1
url = https://invent.kde.org/libraries/kirigami-addons
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = kirigami-addons
makedepends = extra-cmake-modules
depends = gcc-libs
depends = glibc
+   depends = kconfig
depends = kcoreaddons
depends = kirigami
depends = kitemmodels
@@ -16,11 +17,11 @@ pkgbase = kirigami-addons
depends = qt6-base
depends = qt6-declarative
depends = qt6-multimedia
-   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.1.0.tar.xz
-   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.1.0.tar.xz.sig
+   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.0.tar.xz
+   source = 
https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.2.0.tar.xz.sig
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = 39FFA93CAE9C6AFC212AD00202325448204E452A
-   sha256sums = 
8ef352499139616b3142a6d7a92ab23749c568403ece8d854f064a941d085536
+   sha256sums = 
8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a
sha256sums = SKIP
 
 pkgname = kirigami-addons


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kirigami-addons
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Add-ons for the Kirigami framework'
 url='https://invent.kde.org/libraries/kirigami-addons'
@@ -10,6 +10,7 @@ license=(GPL-2.0-or-later
  LGPL-2.1-or-later)
 depends=(gcc-libs
  glibc
+ kconfig
  kcoreaddons
  kirigami
  kitemmodels
@@ -19,7 +20,7 @@ depends=(gcc-libs
  qt6-multimedia)
 makedepends=(extra-cmake-modules)
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('8ef352499139616b3142a6d7a92ab23749c568403ece8d854f064a941d085536'
+sha256sums=('8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a'
 'SKIP')
 validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D  # Bhushan Shah 
(mykolab address) 
   39FFA93CAE9C6AFC212AD00202325448204E452A) # Carl Schwan 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami-addons/-/commit/5222c9cc04fd4631f0f058a6e8aa13dc3f2fe46c

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




[Git][archlinux/packaging/packages/kirigami-addons] Pushed new tag 1.2.0-1

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


Antonio Rojas pushed new tag 1.2.0-1 at Arch Linux / Packaging / Packages / 
kirigami-addons

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




[Git][archlinux/packaging/packages/freetds][main] upgpkg: 1.4.13-1: Update to 1.4.13

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


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


Commits:
ea246b8d by Antonio Rojas at 2024-05-09T23:05:35+02:00
upgpkg: 1.4.13-1: Update to 1.4.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = freetds
pkgdesc = Library for accessing Sybase and MS SQL Server databases
-   pkgver = 1.4.12
+   pkgver = 1.4.13
pkgrel = 1
url = https://www.freetds.org
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = freetds
backup = etc/freetds/freetds.conf
backup = etc/freetds/locales.conf
backup = etc/freetds/pool.conf
-   source = ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.4.12.tar.bz2
-   sha256sums = 
a2cb8993a46417e0503e7b8488463d91b8c5d9a4601d6ee2484d28f56d3a7075
+   source = https://www.freetds.org/files/stable/freetds-1.4.13.tar.bz2
+   sha256sums = 
4530ba865cc5bcefc7b69095ad6538d7e3aaf1c7315185edd1b5b0241bf7aa0b
 
 pkgname = freetds


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=freetds
-pkgver=1.4.12
+pkgver=1.4.13
 pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='https://www.freetds.org'
@@ -16,7 +16,7 @@ backup=(etc/freetds/freetds.conf
 etc/freetds/locales.conf
 etc/freetds/pool.conf)
 source=(https://www.freetds.org/files/stable/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2cb8993a46417e0503e7b8488463d91b8c5d9a4601d6ee2484d28f56d3a7075')
+sha256sums=('4530ba865cc5bcefc7b69095ad6538d7e3aaf1c7315185edd1b5b0241bf7aa0b')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freetds/-/commit/ea246b8d69b1fb31bb74346a984dccfb3069b477

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




[Git][archlinux/packaging/packages/freetds] Pushed new tag 1.4.13-1

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


Antonio Rojas pushed new tag 1.4.13-1 at Arch Linux / Packaging / Packages / 
freetds

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




[Git][archlinux/packaging/packages/agda][main] upgpkg: 2.6.4-27; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


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


Commits:
3bedcc75 by Andreas Radke at 2024-05-09T23:00:16+02:00
upgpkg: 2.6.4-27; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = agda
pkgdesc = A dependently typed functional programming language and proof 
assistant
pkgver = 2.6.4
-   pkgrel = 26
+   pkgrel = 27
url = https://wiki.portal.chalmers.se/agda/
arch = x86_64
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.4
-pkgrel=26
+pkgrel=27
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="https://wiki.portal.chalmers.se/agda/;
 license=("custom")



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

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




[Git][archlinux/packaging/packages/agda] Pushed new tag 2.6.4-27

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 2.6.4-27 at Arch Linux / Packaging / Packages / 
agda

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




[Git][archlinux/packaging/packages/ruby-prime] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-prime

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




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

2024-05-09 Thread Dan Printzell (@wild)


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


Commits:
4ea6ae41 by Dan Printzell at 2024-05-09T22:58:21+02:00
upgpkg: 2.108.1-1: Updated to 2.108.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-05-09 Thread Dan Printzell (@wild)


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

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




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

2024-05-09 Thread Dan Printzell (@wild)


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


Commits:
87129854 by Dan Printzell at 2024-05-09T22:57:48+02:00
upgpkg: 1:2.108.1-1: Updated to 2.108.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




[Git][archlinux/packaging/packages/ruby-net-smtp] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-net-smtp

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




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

2024-05-09 Thread Dan Printzell (@wild)


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

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




[Git][archlinux/packaging/packages/ruby-net-pop] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-net-pop

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




[Git][archlinux/packaging/packages/ruby-net-imap] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-net-imap

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




[Git][archlinux/packaging/packages/ruby-net-ftp] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-net-ftp

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




[Git][archlinux/packaging/packages/nerd-fonts] Pushed new tag 3.2.1-2

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


T.J. Townsend pushed new tag 3.2.1-2 at Arch Linux / Packaging / Packages / 
nerd-fonts

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




[Git][archlinux/packaging/packages/nerd-fonts][main] upgpkg: 3.2.1-2: rebuild for license fixes and new fonts

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


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
nerd-fonts


Commits:
43e08c9f by T.J. Townsend at 2024-05-09T16:47:06-04:00
upgpkg: 3.2.1-2: rebuild for license fixes and new fonts

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nerd-fonts
pkgdesc = Iconic font aggregator, collection, and patcher
pkgver = 3.2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts


=
PKGBUILD
=
@@ -68,7 +68,7 @@ pkgname=(otf-aurulent-nerd
  ttf-zed-mono-nerd)
 pkgdesc="Iconic font aggregator, collection, and patcher"
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://github.com/ryanoasis/nerd-fonts'
 _urlbase="${url}/releases/download/v${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nerd-fonts/-/commit/43e08c9fa6ba6c20cae34c1d88a237ef40e4b1df

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




[Git][archlinux/packaging/packages/libslirp] Pushed new tag 4.8.0-1

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


Frederik Schwan pushed new tag 4.8.0-1 at Arch Linux / Packaging / Packages / 
libslirp

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




[Git][archlinux/packaging/packages/libslirp][main] upgpkg: 4.8.0-1

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


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


Commits:
a8d93b3c by Frederik Schwan at 2024-05-09T22:46:07+02:00
upgpkg: 4.8.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libslirp
+   pkgdesc = General purpose TCP-IP emulator
+   pkgver = 4.8.0
+   pkgrel = 1
+   url = https://gitlab.freedesktop.org/slirp/libslirp
+   arch = x86_64
+   license = BSD
+   license = MIT
+   makedepends = meson
+   depends = glib2
+   provides = libslirp.so
+   source = 
https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.8.0/libslirp-v4.8.0.tar.gz
+   sha512sums = 
eef9d77f1588c4e3dcf91cd53e54db235d624998fc64df75d389657411635f28bfcbe0c81cd3b0ede7792eea1eb7ef716b8a87a199a6be1e9a29da27ca4a1df4
+   b2sums = 
2f8b977d5ba7e82d6e3a2e819e6b744d4b16edc2edf327b1af158428b94c4842e0699410834873fdb88095fac591307e73559645e57b002bb78c4b3ffaf3cdf3
+
+pkgname = libslirp


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=libslirp
-pkgver=4.7.0
+pkgver=4.8.0
 pkgrel=1
 pkgdesc='General purpose TCP-IP emulator'
 arch=(x86_64)
@@ -13,8 +13,8 @@ depends=(glib2)
 makedepends=(meson)
 provides=('libslirp.so')
 source=("${url}/-/archive/v${pkgver}/libslirp-v${pkgver}.tar.gz")
-sha512sums=('387f4a6dad240ce633df2640bb49c6cb0041c8b3afc8d0ef38186d385f00dd9e4ef4443e93e1b71dbf05e22892b6f2771a87a202e815d8ec899ab5c147a1f09f')
-b2sums=('f3e1c3a31f09462d79ca6c663a05bde02b075090f3a5f7bc69fef3c72b8517c11a123ad7b46f4b2855cbc9a7a5dbde8d1cb2d5e3e2a9d7eedbe570c200f8bcc6')
+sha512sums=('eef9d77f1588c4e3dcf91cd53e54db235d624998fc64df75d389657411635f28bfcbe0c81cd3b0ede7792eea1eb7ef716b8a87a199a6be1e9a29da27ca4a1df4')
+b2sums=('2f8b977d5ba7e82d6e3a2e819e6b744d4b16edc2edf327b1af158428b94c4842e0699410834873fdb88095fac591307e73559645e57b002bb78c4b3ffaf3cdf3')
 
 build() {
   arch-meson "$pkgname-v${pkgver}" build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libslirp/-/commit/a8d93b3ce83ebc03189a066e0c7dadcf5df05969

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




[Git][archlinux/packaging/packages/ruby-matrix] Pushed new branch main

2024-05-09 Thread Andreas Schleifer (@segaja)


Andreas Schleifer pushed new branch main at Arch Linux / Packaging / Packages / 
ruby-matrix

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




[Git][archlinux/packaging/packages/pandoc-plot][main] upgpkg: 1.8.0-67; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-plot


Commits:
f24d96ec by Andreas Radke at 2024-05-09T22:38:23+02:00
upgpkg: 1.8.0-67; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-plot
pkgdesc = A Pandoc filter to include figures generated from code blocks 
using your plotting toolkit of choice.
pkgver = 1.8.0
-   pkgrel = 66
+   pkgrel = 67
url = https://github.com/LaurentRDC/pandoc-plot#readme
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-plot
 pkgver=1.8.0
-pkgrel=66
+pkgrel=67
 pkgdesc="A Pandoc filter to include figures generated from code blocks using 
your plotting toolkit of choice."
 url="https://github.com/LaurentRDC/pandoc-plot#readme;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/f24d96ecc4ee95f6c6fa1d1bd690c3b2c546a681

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




[Git][archlinux/packaging/packages/pandoc-plot] Pushed new tag 1.8.0-67

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.8.0-67 at Arch Linux / Packaging / Packages / 
pandoc-plot

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




[Git][archlinux/packaging/packages/pandoc-crossref] Pushed new tag 0.3.17.1-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.3.17.1-2 at Arch Linux / Packaging / Packages / 
pandoc-crossref

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




[Git][archlinux/packaging/packages/pandoc-crossref][main] upgpkg: 0.3.17.1-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-crossref


Commits:
df0297af by Andreas Radke at 2024-05-09T22:36:21+02:00
upgpkg: 0.3.17.1-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-crossref
pkgdesc = Pandoc filter for cross-references
pkgver = 0.3.17.1
-   pkgrel = 1
+   pkgrel = 2
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/df0297af52b5573a97d4affd77676fb6b1600cbc

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




[Git][archlinux/packaging/packages/pandoc-cli] Pushed new tag 0.1.1.1-98

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.1.1-98 at Arch Linux / Packaging / Packages / 
pandoc-cli

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




[Git][archlinux/packaging/packages/pandoc-cli][main] upgpkg: 0.1.1.1-98; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
pandoc-cli


Commits:
1abb74a8 by Andreas Radke at 2024-05-09T22:34:35+02:00
upgpkg: 0.1.1.1-98; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pandoc-cli
pkgdesc = Conversion between documentation formats
pkgver = 0.1.1.1
-   pkgrel = 97
+   pkgrel = 98
url = https://pandoc.org
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-cli
 pkgver=0.1.1.1
-pkgrel=97
+pkgrel=98
 pkgdesc="Conversion between documentation formats"
 url="https://pandoc.org;
 license=("GPL-2.0-or-later")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-cli/-/commit/1abb74a8434ba8e799fec58bd8172a85f87a59fe

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




[Git][archlinux/packaging/packages/haskell-hakyll] Pushed new tag 4.16.0.0-153

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 4.16.0.0-153 at Arch Linux / Packaging / Packages 
/ haskell-hakyll

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




[Git][archlinux/packaging/packages/haskell-hakyll][main] upgpkg: 4.16.0.0-153; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-hakyll


Commits:
7d765d16 by Andreas Radke at 2024-05-09T22:28:06+02:00
upgpkg: 4.16.0.0-153; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-hakyll
pkgdesc = A static website compiler library
pkgver = 4.16.0.0
-   pkgrel = 152
+   pkgrel = 153
url = https://jaspervdj.be/hakyll
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.16.0.0
-pkgrel=152
+pkgrel=153
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/7d765d1695a21d638387a2f564339f1e1e3f2656

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




[Git][archlinux/packaging/packages/haskell-pandoc][main] upgpkg: 3.1.8-23; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc


Commits:
9851a504 by Andreas Radke at 2024-05-09T22:25:59+02:00
upgpkg: 3.1.8-23; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc
pkgdesc = Conversion between markup formats
pkgver = 3.1.8
-   pkgrel = 22
+   pkgrel = 23
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=3.1.8
-pkgrel=22
+pkgrel=23
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc/-/commit/9851a50455e7c1ede8919a077d4949b2efea9240

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




[Git][archlinux/packaging/packages/haskell-pandoc] Pushed new tag 3.1.8-23

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 3.1.8-23 at Arch Linux / Packaging / Packages / 
haskell-pandoc

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




[Git][archlinux/packaging/packages/monaspace-font] Pushed new tag 1.101-1

2024-05-09 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.101-1 at Arch Linux / Packaging / Packages / 
monaspace-font

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




[Git][archlinux/packaging/packages/monaspace-font][main] upgpkg: 1.101-1

2024-05-09 Thread Caleb Maclennan (@alerque)


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


Commits:
d9a13003 by Caleb Maclennan at 2024-05-09T23:25:04+03:00
upgpkg: 1.101-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,12 @@
 pkgbase = monaspace-font
pkgdesc = An innovative superfamily of fonts for code, by GitHub
-   pkgver = 1.100
+   pkgver = 1.101
pkgrel = 1
url = https://github.com/githubnext/monaspace
arch = any
license = OFL
-   source = 
https://github.com/githubnext/monaspace/releases/download/v1.100/monaspace-v1.100.zip
-   sha256sums = 
c8f7e1a497cc128181d399b259b51e6fe332f7d0fed1fbb49bb05076a7753a9f
+   source = 
https://github.com/githubnext/monaspace/releases/download/v1.101/monaspace-v1.101.zip
+   sha256sums = 
7ff2317c7bdaed8e81dcbe1314e6ab12ad9641b7ddf921e996a227ff4ec7752f
 
 pkgname = otf-monaspace
provides = monaspace-font


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=monaspace
 pkgbase=$_name-font
 pkgname=(otf-$_name ttf-$_name-variable)
-pkgver=1.100
+pkgver=1.101
 pkgrel=1
 pkgdesc='An innovative superfamily of fonts for code, by GitHub'
 arch=(any)
@@ -12,7 +12,7 @@ url="https://github.com/githubnext/$_name;
 license=(OFL)
 _archive="$_name-v$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.zip")
-sha256sums=('c8f7e1a497cc128181d399b259b51e6fe332f7d0fed1fbb49bb05076a7753a9f')
+sha256sums=('7ff2317c7bdaed8e81dcbe1314e6ab12ad9641b7ddf921e996a227ff4ec7752f')
 
 package_otf-monaspace() {
provides=("$pkgbase")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/monaspace-font/-/commit/d9a13003ec2bab3b03be279f08f32bb6387d4730

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




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

2024-05-09 Thread @orhun


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


Commits:
41829a96 by Orhun Parmaksız at 2024-05-09T23:22:03+03:00
upgpkg: 3.0.205-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aliyun-cli
pkgdesc = Alibaba Cloud CLI
-   pkgver = 3.0.204
+   pkgver = 3.0.205
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = aliyun-cli
makedepends = git
makedepends = go
depends = glibc
-   source = 
git+https://github.com/aliyun/aliyun-cli#commit=57470075406dc10f1c95486c218521d8f43d12c7
+   source = 
git+https://github.com/aliyun/aliyun-cli#commit=aba22ba463d6af2a2bf1a7d8d1a50a08969aaa7d
source = git+https://github.com/aliyun/aliyun-openapi-meta
-   sha512sums = 
ebca68ef5443bcc47699c5ea09e5ab2777275a12207afe9e281776e5f94872f1a6349e943a65616e933ab114098e4fe21ca267e8b19e2364465d2ab2d1d91c90
+   sha512sums = 
667c9d45920f67f2d093bbda71eb787e8369a4bf9e65c374ee6a72228bb8b9da3109c73542b10ecef4055badf71bfbca47e38576646372e31674a8d0a0ca090e
sha512sums = SKIP
-   b2sums = 
2372412bb4b7c313a41936e92f9a7e17d5a11479be3630f3d2ca1059aa9d273c364b4d7d0b5aac59b9dcc67e69c58472dec7bba6597ed50c0d7a764bfaf57622
+   b2sums = 
999d885ef8736cb4382cc5ab3a21c4cfaf25b8ca83b4f27d1acd6212446cd841063b433511d8d782ea2f7ec4061023c5cec87e01746587ec7d8428c4cb42baf8
b2sums = SKIP
 
 pkgname = aliyun-cli


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-_gitcommit=57470075406dc10f1c95486c218521d8f43d12c7
-pkgver=3.0.204
+_gitcommit=aba22ba463d6af2a2bf1a7d8d1a50a08969aaa7d
+pkgver=3.0.205
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -14,9 +14,9 @@ depends=('glibc')
 makedepends=('git' 'go')
 source=("git+${url}#commit=${_gitcommit}"
 git+https://github.com/aliyun/aliyun-openapi-meta)
-sha512sums=('ebca68ef5443bcc47699c5ea09e5ab2777275a12207afe9e281776e5f94872f1a6349e943a65616e933ab114098e4fe21ca267e8b19e2364465d2ab2d1d91c90'
+sha512sums=('667c9d45920f67f2d093bbda71eb787e8369a4bf9e65c374ee6a72228bb8b9da3109c73542b10ecef4055badf71bfbca47e38576646372e31674a8d0a0ca090e'
 'SKIP')
-b2sums=('2372412bb4b7c313a41936e92f9a7e17d5a11479be3630f3d2ca1059aa9d273c364b4d7d0b5aac59b9dcc67e69c58472dec7bba6597ed50c0d7a764bfaf57622'
+b2sums=('999d885ef8736cb4382cc5ab3a21c4cfaf25b8ca83b4f27d1acd6212446cd841063b433511d8d782ea2f7ec4061023c5cec87e01746587ec7d8428c4cb42baf8'
 'SKIP')
 
 pkgver() {



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

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




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

2024-05-09 Thread @orhun


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

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




[Git][archlinux/packaging/packages/haskell-citeproc] Pushed new tag 0.8.1-99

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.8.1-99 at Arch Linux / Packaging / Packages / 
haskell-citeproc

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




[Git][archlinux/packaging/packages/haskell-citeproc][main] upgpkg: 0.8.1-99; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-citeproc


Commits:
b27bbf22 by Andreas Radke at 2024-05-09T22:17:58+02:00
upgpkg: 0.8.1-99; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-citeproc
pkgdesc = Generates citations and bibliography from CSL styles.
pkgver = 0.8.1
-   pkgrel = 98
+   pkgrel = 99
url = https://github.com/jgm/citeproc
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=citeproc
 pkgname=haskell-citeproc
 pkgver=0.8.1
-pkgrel=98
+pkgrel=99
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-citeproc/-/commit/b27bbf22a014e28339323a18010444244c8faa94

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




[Git][archlinux/packaging/packages/tracexec] Pushed new tag 0.1.0-2

2024-05-09 Thread @orhun


Orhun Parmaksız pushed new tag 0.1.0-2 at Arch Linux / Packaging / Packages / 
tracexec

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




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

2024-05-09 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
tracexec

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




[Git][archlinux/packaging/packages/haskell-pandoc-server][main] upgpkg: 0.1.0.5-26; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-server


Commits:
8164056d by Andreas Radke at 2024-05-09T22:14:07+02:00
upgpkg: 0.1.0.5-26; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-server
pkgdesc = Pandoc document conversion as an HTTP servant-server
pkgver = 0.1.0.5
-   pkgrel = 25
+   pkgrel = 26
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=pandoc-server
 pkgname=haskell-pandoc-server
 pkgver=0.1.0.5
-pkgrel=25
+pkgrel=26
 pkgdesc="Pandoc document conversion as an HTTP servant-server"
 url="https://pandoc.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-server/-/commit/8164056d6c479538ab75b3040e848484e5c30ecd

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




[Git][archlinux/packaging/packages/haskell-pandoc-server] Pushed new tag 0.1.0.5-26

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.1.0.5-26 at Arch Linux / Packaging / Packages / 
haskell-pandoc-server

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine] Pushed new tag 0.2.1.2-10

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.2.1.2-10 at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine

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




[Git][archlinux/packaging/packages/haskell-pandoc-lua-engine][main] upgpkg: 0.2.1.2-10; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pandoc-lua-engine


Commits:
490f2b35 by Andreas Radke at 2024-05-09T22:12:44+02:00
upgpkg: 0.2.1.2-10; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-pandoc-lua-engine
pkgdesc = Lua engine to power custom pandoc conversions
pkgver = 0.2.1.2
-   pkgrel = 9
+   pkgrel = 10
url = https://pandoc.org
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=pandoc-lua-engine
 pkgname=haskell-pandoc-lua-engine
 pkgver=0.2.1.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Lua engine to power custom pandoc conversions"
 url="https://pandoc.org;
 license=("GPL")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pandoc-lua-engine/-/commit/490f2b35755289b0692452c1a9a72c103520d208

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




[Git][archlinux/packaging/packages/haskell-text-icu] Pushed new tag 0.8.0.5-2

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 0.8.0.5-2 at Arch Linux / Packaging / Packages / 
haskell-text-icu

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




[Git][archlinux/packaging/packages/haskell-text-icu][main] upgpkg: 0.8.0.5-2; ICU 75 rebuild

2024-05-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-text-icu


Commits:
c95f8f7d by Andreas Radke at 2024-05-09T22:07:56+02:00
upgpkg: 0.8.0.5-2; ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = haskell-text-icu
pkgdesc = Bindings to the ICU library
pkgver = 0.8.0.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/haskell/text-icu
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _hkgname=text-icu
 pkgname=haskell-text-icu
 pkgver=0.8.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Bindings to the ICU library"
 url="https://github.com/haskell/text-icu;
 license=("BSD")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/commit/c95f8f7dc32173ec2297db7c2eddb5eb1da9fedd

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




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

2024-05-09 Thread Caleb Maclennan (@alerque)


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

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




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

2024-05-09 Thread Caleb Maclennan (@alerque)


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


Commits:
df772c81 by Caleb Maclennan at 2024-05-09T22:42:14+03:00
upgpkg: 0.4.4-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.4.3
+   pkgver = 0.4.4
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.4.3/ruff-0.4.3.tar.gz
-   sha512sums = 
168bb97cf38d37a7c7fd3588d3a2d95f6913efa4158e0356b718f72a9022dd762c1e0661a3e535976ec58dc358c5bedb731ed9941d533fc021b48da3efbf955a
-   b2sums = 
63b710afe20715388ab24c86adb8628395610ce6146bd7ff59021a2497e3c2e8a6901d510619a892a47245b12cffbfe07de2a7e2e836236baf6b9b51a46f589a
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.4/ruff-0.4.4.tar.gz
+   sha512sums = 
d5b14266d30920e4772cc690e263478abfdfd08865ca7cae64b9184566e172fc5c70d3f9463967cc431bb12bff9c97333835d3773fa70462953aa9fafd47aa0d
+   b2sums = 
41fe1a7814bed12260d2eab3ae39f8039a2dde7210715905d41500c235b6def9c6cf4c4feab0bd09964a729f830cdc30dc377e980243791fe388e3faa464e5a9
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('168bb97cf38d37a7c7fd3588d3a2d95f6913efa4158e0356b718f72a9022dd762c1e0661a3e535976ec58dc358c5bedb731ed9941d533fc021b48da3efbf955a')
-b2sums=('63b710afe20715388ab24c86adb8628395610ce6146bd7ff59021a2497e3c2e8a6901d510619a892a47245b12cffbfe07de2a7e2e836236baf6b9b51a46f589a')
+sha512sums=('d5b14266d30920e4772cc690e263478abfdfd08865ca7cae64b9184566e172fc5c70d3f9463967cc431bb12bff9c97333835d3773fa70462953aa9fafd47aa0d')
+b2sums=('41fe1a7814bed12260d2eab3ae39f8039a2dde7210715905d41500c235b6def9c6cf4c4feab0bd09964a729f830cdc30dc377e980243791fe388e3faa464e5a9')
 
 prepare() {
   cd "$_archive"



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

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




[Git][archlinux/packaging/packages/cotp][main] upgpkg: 1.7.0-1

2024-05-09 Thread Caleb Maclennan (@alerque)


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


Commits:
48b247fd by Caleb Maclennan at 2024-05-09T22:41:57+03:00
upgpkg: 1.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cotp
pkgdesc = Trustworthy, encrypted, command-line TOTP/HOTP authenticator 
app with import functionality
-   pkgver = 1.6.1
+   pkgver = 1.7.0
pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = cotp
makedepends = python
optdepends = cotp-converters: additional scripts import from other OTP 
apps
replaces = cotp-bin
-   source = 
https://github.com/replydev/cotp/archive/v1.6.1/cotp-1.6.1.tar.gz
-   sha256sums = 
d748072a7b0f30606b046fab9a38a07d7846d40203fd7e78ab43fa410caf6338
+   source = 
https://github.com/replydev/cotp/archive/v1.7.0/cotp-1.7.0.tar.gz
+   sha256sums = 
74d4cb39c7c66fd144a400585114e1ba641d5cebb7ba001a56bded5ba71c5933
 
 pkgname = cotp
depends = gcc-libs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgbase=cotp
 pkgname=(cotp cotp-converters)
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with 
import functionality'
 arch=(x86_64)
@@ -15,7 +15,7 @@ optdepends=('cotp-converters: additional scripts import from 
other OTP apps')
 replaces=("$pkgname-bin")
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('d748072a7b0f30606b046fab9a38a07d7846d40203fd7e78ab43fa410caf6338')
+sha256sums=('74d4cb39c7c66fd144a400585114e1ba641d5cebb7ba001a56bded5ba71c5933')
 
 prepare(){
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/48b247fd6d635ca2b1313e44e906708fc6e64647

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




[Git][archlinux/packaging/packages/cotp] Pushed new tag 1.7.0-1

2024-05-09 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 1.7.0-1 at Arch Linux / Packaging / Packages / 
cotp

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




[Git][archlinux/packaging/packages/fzf][main] upgpkg: 0.52.0-1

2024-05-09 Thread Morten Linderud (@foxboron)


Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / fzf


Commits:
73b29026 by Morten Linderud at 2024-05-09T21:36:29+02:00
upgpkg: 0.52.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fzf
pkgdesc = Command-line fuzzy finder
-   pkgver = 0.51.0
+   pkgver = 0.52.0
pkgrel = 1
url = https://github.com/junegunn/fzf
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = fzf
optdepends = vim: plugin
optdepends = zsh: zsh keybindings
options = !lto
-   source = git+https://github.com/junegunn/fzf.git#tag=0.51.0?signed
+   source = git+https://github.com/junegunn/fzf.git#tag=0.52.0?signed
validpgpkeys = B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627
-   sha512sums = 
555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f
+   sha512sums = 
49d1578e65eac3f4703e5d8b5bc4d46efef5b31f3a8faf7808f7d9434305f641797765d4a13f5d73ab7aba62d4f91c2eae296af044973d423397a275220dbe6e
 
 pkgname = fzf


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.51.0
+pkgver=0.52.0
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=('fish: fish keybindings'
 options=(!lto)
 source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
 validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('555e98c5d88ebb008690176319eac540e87ef4df841381212101559839c47788a855a30d87833cca662a466b29896ba5a7a92c4a8d63c71d107c71919c50608f')
+sha512sums=('49d1578e65eac3f4703e5d8b5bc4d46efef5b31f3a8faf7808f7d9434305f641797765d4a13f5d73ab7aba62d4f91c2eae296af044973d423397a275220dbe6e')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/73b29026fc7998c9b1f387c7f74cc6b436c42cb0

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




  1   2   3   4   >