[Git][archlinux/packaging/packages/wlr-protocols] Pushed new branch main

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


Felix Yan pushed new branch main at Arch Linux / Packaging / Packages / 
wlr-protocols

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




[Git][archlinux/packaging/packages/wlr-protocols] Pushed new tag r106.2b8d433-1

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


Felix Yan pushed new tag r106.2b8d433-1 at Arch Linux / Packaging / Packages / 
wlr-protocols

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




[Git][archlinux/packaging/packages/semver][main] upgpkg: 7.6.2-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
semver


Commits:
faaf33c9 by Daniel M. Capella at 2024-05-14T23:56:34-04:00
upgpkg: 7.6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = semver
pkgdesc = The semantic version parser used by npm
-   pkgver = 7.6.1
+   pkgver = 7.6.2
pkgrel = 1
url = https://github.com/npm/node-semver
arch = any
license = ISC
makedepends = npm
depends = nodejs
-   noextract = semver-7.6.1.tgz
-   source = https://registry.npmjs.org/semver/-/semver-7.6.1.tgz
-   sha512sums = 
7ffbdb06cbbe7ce898b7e966c19574ad5c0949c978e87a699ce03566f22e05628e4e5965a722776df55ac7bebf3ab8421f7f1dcb1a03200f0aeee07deb721880
+   noextract = semver-7.6.2.tgz
+   source = https://registry.npmjs.org/semver/-/semver-7.6.2.tgz
+   sha512sums = 
14d0080560b1f6a7118681dc81c27482f53b48dd65614d995ee49f974e1b482e4ea6f0c71722428dd347a263d7c6342508153aed85bae0fcd8eff548107ec5db
 
 pkgname = semver


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=semver
-pkgver=7.6.1
+pkgver=7.6.2
 pkgrel=1
 pkgdesc='The semantic version parser used by npm'
 arch=('any')
@@ -12,10 +12,10 @@ depends=('nodejs')
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('7ffbdb06cbbe7ce898b7e966c19574ad5c0949c978e87a699ce03566f22e05628e4e5965a722776df55ac7bebf3ab8421f7f1dcb1a03200f0aeee07deb721880')
+sha512sums=('14d0080560b1f6a7118681dc81c27482f53b48dd65614d995ee49f974e1b482e4ea6f0c71722428dd347a263d7c6342508153aed85bae0fcd8eff548107ec5db')
 
 package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+  npm install -g --prefix "$pkgdir"/usr $pkgname-$pkgver.tgz
 
   install -d "$pkgdir"/usr/share/licenses/$pkgname
   ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/semver/-/commit/faaf33c9a6b23426bf84d90f79fc341dcf780934

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




[Git][archlinux/packaging/packages/semver] Pushed new tag 7.6.2-1

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


Daniel M. Capella pushed new tag 7.6.2-1 at Arch Linux / Packaging / Packages / 
semver

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




[Git][archlinux/packaging/packages/semver] Pushed new tag 7.6.1-1

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


Daniel M. Capella pushed new tag 7.6.1-1 at Arch Linux / Packaging / Packages / 
semver

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




[Git][archlinux/packaging/packages/semver][main] upgpkg: 7.6.1-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
semver


Commits:
1442b413 by Daniel M. Capella at 2024-05-14T23:53:56-04:00
upgpkg: 7.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = semver
pkgdesc = The semantic version parser used by npm
-   pkgver = 7.6.0
+   pkgver = 7.6.1
pkgrel = 1
url = https://github.com/npm/node-semver
arch = any
license = ISC
makedepends = npm
depends = nodejs
-   noextract = semver-7.6.0.tgz
-   source = https://registry.npmjs.org/semver/-/semver-7.6.0.tgz
-   sha512sums = 
127c1786b9705cc93d80abb9fdf971e6cbff6a7e7b024469946de14caebc5bb1510cdfa4f8e5818fae4cefbd7d3a403cd972c1c6b717d0a4878fe5f908e84e56
+   noextract = semver-7.6.1.tgz
+   source = https://registry.npmjs.org/semver/-/semver-7.6.1.tgz
+   sha512sums = 
7ffbdb06cbbe7ce898b7e966c19574ad5c0949c978e87a699ce03566f22e05628e4e5965a722776df55ac7bebf3ab8421f7f1dcb1a03200f0aeee07deb721880
 
 pkgname = semver


=
PKGBUILD
=
@@ -1,7 +1,8 @@
 # Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
 
 pkgname=semver
-pkgver=7.6.0
+pkgver=7.6.1
 pkgrel=1
 pkgdesc='The semantic version parser used by npm'
 arch=('any')
@@ -11,19 +12,11 @@ depends=('nodejs')
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('127c1786b9705cc93d80abb9fdf971e6cbff6a7e7b024469946de14caebc5bb1510cdfa4f8e5818fae4cefbd7d3a403cd972c1c6b717d0a4878fe5f908e84e56')
+sha512sums=('7ffbdb06cbbe7ce898b7e966c19574ad5c0949c978e87a699ce03566f22e05628e4e5965a722776df55ac7bebf3ab8421f7f1dcb1a03200f0aeee07deb721880')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
 
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
   install -d "$pkgdir"/usr/share/licenses/$pkgname
   ln -s ../../../lib/node_modules/$pkgname/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/semver/-/commit/1442b413ccdf8ba625262245cb675d79814bd152

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




[Git][archlinux/packaging/packages/apt][main] upgpkg: 2.9.3-1: new upstream release

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


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


Commits:
87a9cc20 by Christian Heusel at 2024-05-15T01:33:34+02:00
upgpkg: 2.9.3-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apt
pkgdesc = Command-line package manager used on Debian-based systems
-   pkgver = 2.9.2
+   pkgver = 2.9.3
pkgrel = 1
url = https://salsa.debian.org/apt-team/apt
arch = x86_64
@@ -33,11 +33,11 @@ pkgbase = apt
makedepends = perl-unicode-linebreak
makedepends = perl-pod-parser
options = emptydirs
-   source = git+https://salsa.debian.org/apt-team/apt.git?signed#tag=2.9.2
+   source = git+https://salsa.debian.org/apt-team/apt.git?signed#tag=2.9.3
source = apt-sysusers.conf
source = apt-tmpfiles.conf
validpgpkeys = AEE1C8F0B7684019C546021B361B6B031B00
-   sha256sums = 
4735f80d85ad789562d7419317dc9d2c5c7b76de8b020bedf55d9ff732035768
+   sha256sums = 
92c87bfc46fe8b025667072681d7de4193d551005594878428d42c70c4b07b2b
sha256sums = 
f4528114112f05ce7e78d5b64e77d20053a6ce29a59588345985be7335cf63d6
sha256sums = 
424ca4feab152d7f5ce73a2ddd29bcd3e482cfe1c96cffb969d7542d19da0455
 


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgbase=apt
 pkgname=('apt' 'apt-docs')
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc='Command-line package manager used on Debian-based systems'
 arch=('x86_64')
@@ -31,7 +31,7 @@ options=('emptydirs')
 source=("git+https://salsa.debian.org/apt-team/apt.git?signed#tag=${pkgver};
 "apt-sysusers.conf"
 "apt-tmpfiles.conf")
-sha256sums=('4735f80d85ad789562d7419317dc9d2c5c7b76de8b020bedf55d9ff732035768'
+sha256sums=('92c87bfc46fe8b025667072681d7de4193d551005594878428d42c70c4b07b2b'
 'f4528114112f05ce7e78d5b64e77d20053a6ce29a59588345985be7335cf63d6'
 '424ca4feab152d7f5ce73a2ddd29bcd3e482cfe1c96cffb969d7542d19da0455')
 validpgpkeys=('AEE1C8F0B7684019C546021B361B6B031B00') # Julian Andres 
Klode 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apt/-/commit/87a9cc20b436336dde3bd9aceee143d60560f89f

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




[Git][archlinux/packaging/packages/apt] Pushed new tag 2.9.3-1

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


Christian Heusel pushed new tag 2.9.3-1 at Arch Linux / Packaging / Packages / 
apt

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




[Git][archlinux/packaging/packages/dark-reader][main] upgpkg: 4.9.85-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
dark-reader


Commits:
7940d70f by Daniel M. Capella at 2024-05-14T18:49:08-04:00
upgpkg: 4.9.85-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = dark-reader
pkgdesc = Inverts brightness of web pages and aims to reduce eyestrain 
while browsing the web
-   pkgver = 4.9.84
+   pkgver = 4.9.85
pkgrel = 1
url = https://darkreader.org/
arch = any
license = MIT
makedepends = git
makedepends = npm
-   source = git+https://github.com/darkreader/darkreader.git#tag=v4.9.84
-   b2sums = 
53651283501660f67a56558be7a3f5953d9f52f774b441cc8011c3fa2c64c3e25c8d4ba180a8f0dc0c9f6c90590ce512d7eb3a32c32de584c44a7176536738bc
+   source = git+https://github.com/darkreader/darkreader.git#tag=v4.9.85
+   b2sums = 
271ceb9d7d7ef22f5a30a820ed49705056834f2786fa2f1109cc97e1e2e537ebd77f30cbcc9fce9063cb583f0a32158d3266599f167579db6a994f00c08d7859
 
 pkgname = dark-reader
pkgdesc = Inverts brightness of web pages and aims to reduce eyestrain 
while browsing the web (unpacked webextension)


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
 pkgbase=dark-reader
 _name=${pkgbase/-}
-pkgver=4.9.84
+pkgver=4.9.85
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 arch=('any')
@@ -12,7 +12,7 @@ url=https://darkreader.org/
 license=('MIT')
 makedepends=('git' 'npm')
 source=("git+https://github.com/$_name/$_name.git#tag=v$pkgver;)
-b2sums=('53651283501660f67a56558be7a3f5953d9f52f774b441cc8011c3fa2c64c3e25c8d4ba180a8f0dc0c9f6c90590ce512d7eb3a32c32de584c44a7176536738bc')
+b2sums=('271ceb9d7d7ef22f5a30a820ed49705056834f2786fa2f1109cc97e1e2e537ebd77f30cbcc9fce9063cb583f0a32158d3266599f167579db6a994f00c08d7859')
 
 prepare() {
   cd "$_name"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dark-reader/-/commit/7940d70fd9f45d001cfc7860c32523edd70f5ff1

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




[Git][archlinux/packaging/packages/dark-reader] Pushed new tag 4.9.85-1

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


Daniel M. Capella pushed new tag 4.9.85-1 at Arch Linux / Packaging / Packages 
/ dark-reader

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




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

2024-05-14 Thread kpcyrd (@kpcyrd)


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


Commits:
98880254 by kpcyrd at 2024-05-15T00:17:09+02:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = melange
pkgdesc = Build APKs from source code
-   pkgver = 0.6.11
+   pkgver = 0.7.0
pkgrel = 1
url = https://github.com/chainguard-dev/melange
arch = x86_64
@@ -10,8 +10,9 @@ pkgbase = melange
depends = apk-tools
depends = bubblewrap
depends = glibc
-   source = 
melange-0.6.11.tar.gz::https://github.com/chainguard-dev/melange/archive/v0.6.11.tar.gz
-   sha256sums = 
df809b028d4495f51e23c1954811d79cc21d19aa87ba6a01b14af85fcb8d0ce4
-   b2sums = 
997e3592f43944cccd08a6ed4ab77d46cec12bd4fb86268f1eaf7e38bc25d583ac7e99677b0885e9527ba367bcbbdb6bdca01ad6447d3834ff2d835efab955f6
+   options = !lto
+   source = 
melange-0.7.0.tar.gz::https://github.com/chainguard-dev/melange/archive/v0.7.0.tar.gz
+   sha256sums = 
b70ee0cfabef9f12ba7ba54f54b6720c6cb4d86c29246a479db362a38de7fc93
+   b2sums = 
ca865fa094228881d50fbbf432dfe418809f450c9dbfd878e0fa6af4b19590e340e96d4bd079bea8b0293ff80b9db6f8b4bb3336456f8d82c1e1d7936e0d6ba2
 
 pkgname = melange


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=melange
-pkgver=0.6.11
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Build APKs from source code'
 url='https://github.com/chainguard-dev/melange'
@@ -14,18 +14,25 @@ depends=(
   'glibc'
 )
 makedepends=('go')
+options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chainguard-dev/melange/archive/v${pkgver}.tar.gz;)
-sha256sums=('df809b028d4495f51e23c1954811d79cc21d19aa87ba6a01b14af85fcb8d0ce4')
-b2sums=('997e3592f43944cccd08a6ed4ab77d46cec12bd4fb86268f1eaf7e38bc25d583ac7e99677b0885e9527ba367bcbbdb6bdca01ad6447d3834ff2d835efab955f6')
+sha256sums=('b70ee0cfabef9f12ba7ba54f54b6720c6cb4d86c29246a479db362a38de7fc93')
+b2sums=('ca865fa094228881d50fbbf432dfe418809f450c9dbfd878e0fa6af4b19590e340e96d4bd079bea8b0293ff80b9db6f8b4bb3336456f8d82c1e1d7936e0d6ba2')
 
 build() {
   cd ${pkgname}-${pkgver}
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_REQUIRED="1"
+
   go build \
--trimpath \
 -buildmode=pie \
 -mod=readonly \
 -modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-ldflags '-compressdwarf=false -linkmode=external' \
 .
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/melange/-/commit/98880254c837f99758f01cecc193fea3c2f4d69d

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




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

2024-05-14 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / melange

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




[Git][archlinux/packaging/packages/kio][main] upgpkg: 6.2.0-2: Fix creation date display in Dolphin

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


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


Commits:
2d4c4d77 by Antonio Rojas at 2024-05-15T00:04:32+02:00
upgpkg: 6.2.0-2: Fix creation date display in Dolphin

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kio
pkgdesc = Resource and network access abstraction
pkgver = 6.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -47,10 +47,12 @@ pkgbase = kio
optdepends = switcheroo-control: hybrid GPU support
source = https://download.kde.org/stable/frameworks/6.2/kio-6.2.0.tar.xz
source = 
https://download.kde.org/stable/frameworks/6.2/kio-6.2.0.tar.xz.sig
+   source = https://invent.kde.org/frameworks/kio/-/commit/98d7a21a.patch
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums = 
331d6ff6b9cbb0e6521a5d0746b152be2588fd631a73d0e249b78cd2cda69ccf
sha256sums = SKIP
+   sha256sums = 
7271712864f66514b2700cc08bcc05da59e7aae5fa1676ec05d189f78a46976a
 
 pkgname = kio


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -48,14 +48,20 @@ optdepends=('kded: proxy management and cookie storage'
 'kio-fuse: to mount remote filesystems via FUSE'
 'switcheroo-control: hybrid GPU support')
 groups=(kf6)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+https://invent.kde.org/frameworks/kio/-/commit/98d7a21a.patch)
 sha256sums=('331d6ff6b9cbb0e6521a5d0746b152be2588fd631a73d0e249b78cd2cda69ccf'
-'SKIP')
+'SKIP'
+'7271712864f66514b2700cc08bcc05da59e7aae5fa1676ec05d189f78a46976a')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

   )
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 98d7a21a.patch # Fix creation date display 
in dolphin
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \



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

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




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

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


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

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




[Git][archlinux/packaging/packages/scip][main] upgpkg: 9.0.1-1: Update to 9.0.1

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


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


Commits:
04982ed6 by Antonio Rojas at 2024-05-14T23:39:47+02:00
upgpkg: 9.0.1-1: Update to 9.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,13 @@
 pkgbase = scip
pkgdesc = Solving Constraint Integer Programs
-   pkgver = 9.0.0
+   pkgver = 9.0.1
pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
license = Apache-2.0
makedepends = boost
makedepends = cmake
+   makedepends = git
makedepends = papilo
makedepends = soplex
depends = gcc-libs
@@ -16,7 +17,7 @@ pkgbase = scip
depends = readline
depends = tbb
depends = zlib
-   source = https://github.com/scipopt/scip/archive/v900/scip-9.0.0.tar.gz
-   sha256sums = 
ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f
+   source = git+https://github.com/scipopt/scip#tag=v901
+   sha256sums = 
6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262
 
 pkgname = scip


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=scip
-pkgver=9.0.0
+pkgver=9.0.1
 pkgrel=1
 pkgdesc='Solving Constraint Integer Programs'
 arch=(x86_64)
@@ -16,13 +16,14 @@ depends=(gcc-libs
  zlib)
 makedepends=(boost
  cmake
+ git
  papilo
  soplex)
-source=(https://github.com/scipopt/scip/archive/v${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee221bd13a6b24738f2e74321e2efdebd6d7c603574ca6f6cb9d4472ead2c22f')
+source=(git+https://github.com/scipopt/scip#tag=v${pkgver//./})
+sha256sums=('6a27aa2d5ed4cb6a697f6970be4276faa602c3d903806ba9e72e025d36c01262')
 
 build() {
-  cmake -B build -S $pkgname-${pkgver//./} \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DAUTOBUILD=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scip/-/commit/04982ed6cb1da04bea5239a9c06622a75016c9f8

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




[Git][archlinux/packaging/packages/scip] Pushed new tag 9.0.1-1

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


Antonio Rojas pushed new tag 9.0.1-1 at Arch Linux / Packaging / Packages / scip

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




[Git][archlinux/packaging/packages/png2svg] Pushed new tag 1.6.0-1

2024-05-14 Thread @arodseth


Alexander Rødseth pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
png2svg

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




[Git][archlinux/packaging/packages/png2svg][main] upgpkg: 1.6.0-1

2024-05-14 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
png2svg


Commits:
be04fbd7 by Alexander F. Rødseth at 2024-05-14T23:38:07+02:00
upgpkg: 1.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = png2svg
pkgdesc = Convert small PNG images to SVG Tiny 1.2
-   pkgver = 1.5.4
+   pkgver = 1.6.0
pkgrel = 1
url = https://github.com/xyproto/png2svg
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = png2svg
makedepends = git
makedepends = go
options = !lto
-   source = 
git+https://github.com/xyproto/png2svg#commit=5f6e955b3f0bd0d042e5832e0dd1697a657f2ad3
-   b2sums = SKIP
+   source = 
git+https://github.com/xyproto/png2svg#commit=444c96e70646043a51af0049f9bae96948485e17
+   b2sums = 
15cc0b072e840d91288edd43ff225206164d6fa861bda704f860b4503cc9d424f194a5df2148ee394ab04dc41e12c6fe053a3ed06fc8288c8b1eb4e75e99ecd9
 
 pkgname = png2svg


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=png2svg
-pkgver=1.5.4
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Convert small PNG images to SVG Tiny 1.2'
 arch=(x86_64)
@@ -9,8 +9,8 @@ url='https://github.com/xyproto/png2svg'
 license=(BSD-3-Clause)
 makedepends=(git go)
 options=(!lto)
-source=("git+$url#commit=5f6e955b3f0bd0d042e5832e0dd1697a657f2ad3") # tag: 
v1.5.4
-b2sums=('SKIP')
+source=("git+$url#commit=444c96e70646043a51af0049f9bae96948485e17") # tag: 
v1.6.0
+b2sums=('15cc0b072e840d91288edd43ff225206164d6fa861bda704f860b4503cc9d424f194a5df2148ee394ab04dc41e12c6fe053a3ed06fc8288c8b1eb4e75e99ecd9')
 
 build() {
   cd $pkgname/cmd/$pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/png2svg/-/commit/be04fbd7e554ecc9647dd486cda3ea2ac7d8c926

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




[Git][archlinux/packaging/packages/python-trio-websocket][main] upgpkg: 0.11.1-3

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


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


Commits:
fa68cb09 by Daniel M. Capella at 2024-05-14T17:04:02-04:00
upgpkg: 0.11.1-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-trio-websocket
pkgdesc = WebSocket library for Trio
pkgver = 0.11.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/HyperionGray/trio-websocket
arch = any
license = MIT
@@ -10,7 +10,6 @@ pkgbase = python-trio-websocket
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-exceptiongroup
depends = python-trio
depends = python-wsproto
source = 
https://github.com/HyperionGray/trio-websocket/archive/refs/tags/0.11.1.tar.gz


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-trio-websocket
 pkgver=0.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="WebSocket library for Trio"
 arch=('any')
 url='https://github.com/HyperionGray/trio-websocket'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-websocket/-/commit/fa68cb09a57b85173f2d46ade2e80e9c84a1327d

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




[Git][archlinux/packaging/packages/python-trio-websocket] Pushed new tag 0.11.1-3

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


Daniel M. Capella pushed new tag 0.11.1-3 at Arch Linux / Packaging / Packages 
/ python-trio-websocket

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




[Git][archlinux/packaging/packages/python-pytest] Pushed new tag 1-8.1.2-2

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


Daniel M. Capella pushed new tag 1-8.1.2-2 at Arch Linux / Packaging / Packages 
/ python-pytest

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




[Git][archlinux/packaging/packages/python-pytest][main] upgpkg: 1:8.1.2-2

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


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


Commits:
33e23e26 by Daniel M. Capella at 2024-05-14T17:00:46-04:00
upgpkg: 1:8.1.2-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
pkgver = 8.1.2
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://pytest.org/
arch = any


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=python-pytest
 _name=${pkgname#python-}
 pkgver=8.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')



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

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




[Git][archlinux/packaging/packages/python-trio-asyncio] Pushed new tag 0.14.0-3

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


David Runge pushed new tag 0.14.0-3 at Arch Linux / Packaging / Packages / 
python-trio-asyncio

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




[Git][archlinux/packaging/packages/python-trio-asyncio][main] 4 commits: Switch to correct SPDX license identifier

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


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


Commits:
d7ca44c5 by David Runge at 2024-05-14T20:36:18+02:00
Switch to correct SPDX license identifier

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

- - - - -
18da346e by David Runge at 2024-05-14T20:37:13+02:00
Switch to locked tag commit for better source transparency

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

- - - - -
f157ea7e by David Runge at 2024-05-14T20:55:29+02:00
Run pytest in check()

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

- - - - -
5849c833 by David Runge at 2024-05-14T20:59:52+02:00
upgpkg: 0.14.0-3

Rebuild to remove unnecessary dependencies.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,23 +1,25 @@
 pkgbase = python-trio-asyncio
pkgdesc = A re-implementation of the asyncio mainloop on top of Trio
pkgver = 0.14.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/python-trio/trio-asyncio
arch = any
-   license = APACHE
-   license = MIT
+   license = Apache-2.0 OR MIT
+   checkdepends = python-pytest
+   checkdepends = python-pytest-timeout
+   checkdepends = python-pytest-trio
+   checkdepends = python-tests
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-attrs
-   depends = python-exceptiongroup
+   depends = python-greenlet
depends = python-outcome
depends = python-sniffio
depends = python-trio
-   source = 
git+https://github.com/python-trio/trio-asyncio.git#tag=6c8b8056a3846ebafa2f4d079243baf30de964bb
-   sha256sums = SKIP
+   source = git+https://github.com/python-trio/trio-asyncio.git#tag=v0.14.0
+   sha256sums = 
7c3dac6670f2f1ded5b710e704ce67d30bda95ec9e8ca633a27c364dc8efb898
 
 pkgname = python-trio-asyncio


=
PKGBUILD
=
@@ -1,19 +1,18 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio-asyncio
+_name=${pkgname#python-}
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A re-implementation of the asyncio mainloop on top of Trio'
 arch=(any)
 url=https://github.com/python-trio/trio-asyncio
 license=(
-  APACHE
-  MIT
+  'Apache-2.0 OR MIT'
 )
 depends=(
   python
-  python-attrs
-  python-exceptiongroup
+  python-greenlet
   python-outcome
   python-sniffio
   python-trio
@@ -25,24 +24,38 @@ makedepends=(
   python-setuptools
   python-wheel
 )
-_tag=6c8b8056a3846ebafa2f4d079243baf30de964bb
-source=(git+https://github.com/python-trio/trio-asyncio.git#tag=${_tag})
-sha256sums=(SKIP)
+checkdepends=(
+  python-pytest
+  python-pytest-timeout
+  python-pytest-trio
+  python-tests
+)
+source=(git+$url.git#tag=v$pkgver)
+sha256sums=('7c3dac6670f2f1ded5b710e704ce67d30bda95ec9e8ca633a27c364dc8efb898')
 
 prepare() {
   sed '/pytest-runner/d' -i trio-asyncio/setup.py
 }
 
-pkgver() {
-  cd trio-asyncio
-  git describe --tags | sed 's/^v//'
-}
-
 build() {
   cd trio-asyncio
   python -m build --wheel --no-isolation
 }
 
+check() {
+  local pytest_options=(
+-vv
+--deselect 
tests/interop/test_calls.py::TestCalls::test_trio_asyncio_cancel_direct
+--deselect tests/test_misc.py::test_keyboard_interrupt_teardown
+--deselect tests/test_misc.py::test_cancel_loop[True]
+--deselect tests/test_misc.py::test_run_trio_task_errors
+--deselect 
tests/test_trio_asyncio.py::test_cancel_loop_with_tasks[True-False]
+--deselect 
tests/test_trio_asyncio.py::test_cancel_loop_with_tasks[True-True]
+  )
+  cd $_name
+  pytest "${pytest_options[@]}"
+}
+
 package() {
   python -m installer --destdir="${pkgdir}" trio-asyncio/dist/*.whl
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-asyncio/-/compare/5983107cfd629949f35f98e4b5bb7c85be69fb4c...5849c833fa574f2be2b7969bfe7f14d1c19868da

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-asyncio/-/compare/5983107cfd629949f35f98e4b5bb7c85be69fb4c...5849c833fa574f2be2b7969bfe7f14d1c19868da
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-trio] Pushed new tag 0.25.0-3

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


David Runge pushed new tag 0.25.0-3 at Arch Linux / Packaging / Packages / 
python-trio

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




[Git][archlinux/packaging/packages/python-trio][main] 4 commits: Add nvchecker integration

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


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


Commits:
0255aaa9 by David Runge at 2024-05-14T20:12:30+02:00
Add nvchecker integration

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

- - - - -
55281cb8 by David Runge at 2024-05-14T20:33:35+02:00
Switch to locked tag commit for better source transparency

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

- - - - -
11509f41 by David Runge at 2024-05-14T20:33:37+02:00
Run pytest in check()

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

- - - - -
d7e388de by David Runge at 2024-05-14T20:34:41+02:00
upgpkg: 0.25.0-3

Rebuild to run tests, consolidate dependencies and switch to transparent 
sources.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,18 @@
 pkgbase = python-trio
pkgdesc = A friendly Python library for async concurrency and I/O
pkgver = 0.25.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/python-trio/trio
arch = any
license = MIT
+   checkdepends = python-astor
+   checkdepends = python-black
+   checkdepends = python-isort
+   checkdepends = python-jedi
+   checkdepends = python-pylint
+   checkdepends = python-pytest
+   checkdepends = python-ruff
+   checkdepends = python-trustme
makedepends = git
makedepends = python-build
makedepends = python-setuptools
@@ -12,14 +20,13 @@ pkgbase = python-trio
makedepends = python-wheel
depends = python
depends = python-attrs
-   depends = python-exceptiongroup
depends = python-idna
depends = python-outcome
depends = python-sniffio
depends = python-sortedcontainers
depends = python-typing_extensions
provides = python-multio-provider
-   source = 
git+https://github.com/python-trio/trio.git#tag=0b8d3e2435ca9cb00a1aab72bf98da334dec2b1c
-   b2sums = SKIP
+   source = git+https://github.com/python-trio/trio.git#tag=v0.25.0
+   b2sums = 
9bbb93dee455fd2a48d2199ff2b3faf964a71fb33116fecbd82a2edca05e747ac619a737f303242873884cb543c5a891f13eac1b4da5cbc9467c8ef4919fd047
 
 pkgname = python-trio


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-trio]
+source = "pypi"
+pypi = "trio"


=
PKGBUILD
=
@@ -1,8 +1,9 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
+_name=${pkgname#python-}
 pkgver=0.25.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio
@@ -10,7 +11,6 @@ license=(MIT)
 depends=(
   python
   python-attrs
-  python-exceptiongroup
   python-idna
   python-outcome
   python-sniffio
@@ -24,21 +24,30 @@ makedepends=(
   python-installer
   python-wheel
 )
+checkdepends=(
+  python-astor
+  python-black
+  python-isort
+  python-jedi
+  python-pylint
+  python-pytest
+  python-ruff
+  python-trustme
+)
 provides=(python-multio-provider)
-_tag=0b8d3e2435ca9cb00a1aab72bf98da334dec2b1c
-source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd trio
-  git describe --tags | sed 's/^v//'
-}
+source=(git+$url.git#tag=v$pkgver)
+b2sums=('9bbb93dee455fd2a48d2199ff2b3faf964a71fb33116fecbd82a2edca05e747ac619a737f303242873884cb543c5a891f13eac1b4da5cbc9467c8ef4919fd047')
 
 build() {
   cd trio
   python -m build --wheel --no-isolation
 }
 
+check() {
+  cd $_name
+  PYTHONPATH=$PWD/src pytest -vv
+}
+
 package() {
   python -m installer --destdir="${pkgdir}" trio/dist/*.whl
   install -Dm 644 trio/LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio/-/compare/3d0cf6e2635f6fc0ff709da8f42c2d46b491e140...d7e388ded71166d757747103940e38336cd3c10c

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




[Git][archlinux/packaging/packages/python-pytest-trio][main] 3 commits: Switch to correct SPDX license identifier

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


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


Commits:
b653a687 by David Runge at 2024-05-14T20:07:29+02:00
Switch to correct SPDX license identifier

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

- - - - -
6665cec7 by David Runge at 2024-05-14T20:09:01+02:00
Switch to locked tag commit for better source transparency

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

- - - - -
a1f812ff by David Runge at 2024-05-14T20:11:37+02:00
upgpkg: 0.8.0-6

Rebuild to remove unnecessary dependency on python-exceptiongroup

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-pytest-trio
pkgdesc = Pytest plugin for Trio
pkgver = 0.8.0
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/python-trio/pytest-trio
arch = any
-   license = APACHE
-   license = MIT
+   license = Apache-2.0 OR MIT
checkdepends = python-pytest-cov
checkdepends = python-trio-asyncio
makedepends = git
@@ -14,12 +13,11 @@ pkgbase = python-pytest-trio
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-exceptiongroup
depends = python-hypothesis
depends = python-outcome
depends = python-pytest
depends = python-trio
-   source = 
git+https://github.com/python-trio/pytest-trio.git#tag=250ec45f5d72eca78ab0ea2d1571667d2c51f8b5
-   b2sums = SKIP
+   source = git+https://github.com/python-trio/pytest-trio.git#tag=v0.8.0
+   b2sums = 
e5b03ebdc1b27061b87eb4ae656df8d4fbd8e3cb289a3d585c294ffc69a5791e49c68914752aa37e32c41713b4c4243af0bef3637e03361fcc5ec76ea47e320b
 
 pkgname = python-pytest-trio


=
PKGBUILD
=
@@ -2,17 +2,15 @@
 
 pkgname=python-pytest-trio
 pkgver=0.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
 url=https://github.com/python-trio/pytest-trio
 license=(
-  APACHE
-  MIT
+  'Apache-2.0 OR MIT'
 )
 depends=(
   python
-  python-exceptiongroup
   python-hypothesis
   python-outcome
   python-pytest
@@ -29,9 +27,8 @@ checkdepends=(
   python-pytest-cov
   python-trio-asyncio
 )
-_tag=250ec45f5d72eca78ab0ea2d1571667d2c51f8b5
-source=(git+https://github.com/python-trio/pytest-trio.git#tag=${_tag})
-b2sums=(SKIP)
+source=(git+$url.git#tag=v$pkgver)
+b2sums=('e5b03ebdc1b27061b87eb4ae656df8d4fbd8e3cb289a3d585c294ffc69a5791e49c68914752aa37e32c41713b4c4243af0bef3637e03361fcc5ec76ea47e320b')
 
 prepare() {
   cd pytest-trio



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-trio/-/compare/c7f216ce1f808258ddfe8f87a6022198638415f3...a1f812ffc8c31b3c719fa942024d147db8b66995

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




[Git][archlinux/packaging/packages/python-pytest-trio] Pushed new tag 0.8.0-6

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


David Runge pushed new tag 0.8.0-6 at Arch Linux / Packaging / Packages / 
python-pytest-trio

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




[Git][archlinux/packaging/packages/papilo][main] upgpkg: 2.2.1-1: Update to 2.2.1

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


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


Commits:
53bf2d75 by Antonio Rojas at 2024-05-14T20:10:09+02:00
upgpkg: 2.2.1-1: Update to 2.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,19 @@
 pkgbase = papilo
pkgdesc = Parallel Presolve for Integer and Linear Optimization
-   pkgver = 2.2.0
+   pkgver = 2.2.1
pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
license = LGPL-3.0-only
makedepends = boost
makedepends = cmake
+   makedepends = git
depends = boost-libs
depends = gcc-libs
depends = glibc
depends = gmp
depends = tbb
-   source = 
https://github.com/scipopt/papilo/archive/v2.2.0/papilo-2.2.0.tar.gz
-   sha256sums = 
4ed759e55fe1c74be779137e4e3cdae67e1b64bd62ca31793ca3b321509c27a8
+   source = git+https://github.com/scipopt/papilo#tag=v2.2.1
+   sha256sums = 
33bc4aec7b0e0ec6e7f08fbb4b823be2ffa179c095f8498b3859a02a4498581a
 
 pkgname = papilo


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=papilo
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Parallel Presolve for Integer and Linear Optimization'
 arch=(x86_64)
@@ -13,12 +13,13 @@ depends=(boost-libs
  gmp
  tbb)
 makedepends=(boost
- cmake)
-source=(https://github.com/scipopt/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4ed759e55fe1c74be779137e4e3cdae67e1b64bd62ca31793ca3b321509c27a8')
+ cmake
+ git)
+source=(git+https://github.com/scipopt/papilo#tag=v$pkgver)
+sha256sums=('33bc4aec7b0e0ec6e7f08fbb4b823be2ffa179c095f8498b3859a02a4498581a')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"



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

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




[Git][archlinux/packaging/packages/papilo] Pushed new tag 2.2.1-1

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


Antonio Rojas pushed new tag 2.2.1-1 at Arch Linux / Packaging / Packages / 
papilo

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




[Git][archlinux/packaging/packages/cgit] Pushed new tag 1.2.3.r54.g00ecfaa-12

2024-05-14 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.2.3.r54.g00ecfaa-12 at Arch Linux / Packaging 
/ Packages / cgit

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




[Git][archlinux/packaging/packages/intel-ucode] Pushed new tag 20240514-1

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


T.J. Townsend pushed new tag 20240514-1 at Arch Linux / Packaging / Packages / 
intel-ucode

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




[Git][archlinux/packaging/packages/intel-ucode][main] upgpkg: 20240514-1: update to 20240514

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


T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / 
intel-ucode


Commits:
096771ca by T.J. Townsend at 2024-05-14T14:06:51-04:00
upgpkg: 20240514-1: update to 20240514

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = intel-ucode
pkgdesc = Microcode update files for Intel CPUs
-   pkgver = 20240312
+   pkgver = 20240514
pkgrel = 1
url = 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
arch = any
license = custom
makedepends = iucode-tool
replaces = microcode_ctl
-   source = 
intel-ucode-20240312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20240312.tar.gz
-   sha256sums = 
9575c6d74491058bbf998c359d7f25f23655d97a31663a8ed6a98def2b0aaf2b
+   source = 
intel-ucode-20240514.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20240514.tar.gz
+   sha256sums = 
b5e3cbcb2e34d4c32dcdbfee36603dd68e8a4162cf7e44084f6989d440e69a08
 
 pkgname = intel-ucode


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20240312
+pkgver=20240514
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -12,7 +12,7 @@ replaces=('microcode_ctl')
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('9575c6d74491058bbf998c359d7f25f23655d97a31663a8ed6a98def2b0aaf2b')
+sha256sums=('b5e3cbcb2e34d4c32dcdbfee36603dd68e8a4162cf7e44084f6989d440e69a08')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-ucode/-/commit/096771ca09d82f90a67d00853aef2f882ea49ed8

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




[Git][archlinux/packaging/packages/hypercorn] Pushed new tag 0.16.0-3

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


David Runge pushed new tag 0.16.0-3 at Arch Linux / Packaging / Packages / 
hypercorn

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




[Git][archlinux/packaging/packages/hypercorn][main] 3 commits: Switch to locked signed tag commit for better source transparency

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


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


Commits:
7a2d1c8a by David Runge at 2024-05-14T20:03:55+02:00
Switch to locked signed tag commit for better source transparency

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

- - - - -
515579b0 by David Runge at 2024-05-14T20:04:25+02:00
Add nvchecker integration

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

- - - - -
20019a0c by David Runge at 2024-05-14T20:05:36+02:00
upgpkg: 0.16.0-3

Rebuild to remove unnecessary dependencies.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = hypercorn
pkgdesc = An ASGI Server based on Hyper libraries and inspired by 
Gunicorn
pkgver = 0.16.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/pgjones/hypercorn
arch = any
license = MIT
@@ -18,14 +18,12 @@ pkgbase = hypercorn
makedepends = python-installer
makedepends = python-poetry-core
depends = python
-   depends = python-exceptiongroup
depends = python-h11
depends = python-h2
depends = python-priority
-   depends = python-tomli
depends = python-wsproto
optdepends = python-trio: trio support
-   source = 
git+https://github.com/pgjones/hypercorn.git#tag=f8e4e5de3aec7f8eb986535163c3d5b4f424465c
-   sha256sums = SKIP
+   source = git+https://github.com/pgjones/hypercorn.git#tag=0.16.0
+   sha256sums = 
799865554b028af3d483c932b1cfa7ad8b2a8ec4f3bbd0e7abbe78110b3c41f7
 
 pkgname = hypercorn


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[hypercorn]
+source = "pypi"
+pypi = "hypercorn"


=
PKGBUILD
=
@@ -2,18 +2,16 @@
 
 pkgname=hypercorn
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
 url=https://github.com/pgjones/hypercorn
 arch=(any)
 license=(MIT)
 depends=(
   python
-  python-exceptiongroup
   python-h11
   python-h2
   python-priority
-  python-tomli
   python-wsproto
 )
 makedepends=(
@@ -33,14 +31,8 @@ checkdepends=(
   python-trio
 )
 optdepends=('python-trio: trio support')
-_tag=f8e4e5de3aec7f8eb986535163c3d5b4f424465c
-source=(git+https://github.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-  git describe --tags
-}
+source=(git+$url.git#tag=$pkgver)
+sha256sums=('799865554b028af3d483c932b1cfa7ad8b2a8ec4f3bbd0e7abbe78110b3c41f7')
 
 build() {
   cd hypercorn



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hypercorn/-/compare/2cf189790b04123d016bfdba594101fa3b5e673e...20019a0c37f7cffd7e5ccb603f98bfbd62233dfc

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




[Git][archlinux/packaging/packages/mypy][main] 4 commits: Remove unneeded dependency on python-tomli

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


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


Commits:
2e380a68 by David Runge at 2024-05-14T19:03:11+02:00
Remove unneeded dependency on python-tomli

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

- - - - -
617dcc25 by David Runge at 2024-05-14T19:19:59+02:00
Switch to upstream provided auto-generated source tarballs

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

- - - - -
449ce025 by David Runge at 2024-05-14T19:48:45+02:00
Consolidate dependencies

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

- - - - -
82bb3dc1 by David Runge at 2024-05-14T20:02:18+02:00
upgpkg: 1.10.0-2

Rebuild to consolidate dependencies and build using upstream provided source 
tarball.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,26 @@
 pkgbase = mypy
pkgdesc = Optional static typing for Python 2 and 3 (PEP484)
pkgver = 1.10.0
-   pkgrel = 1
+   pkgrel = 2
url = http://www.mypy-lang.org/
arch = any
license = MIT
-   checkdepends = python-pytest
checkdepends = python-attrs
+   checkdepends = python-psutil
+   checkdepends = python-pytest
checkdepends = python-pytest-xdist
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
-   depends = python-psutil
+   depends = python
depends = python-mypy_extensions
depends = python-typing_extensions
-   depends = python-tomli
optdepends = python-lxml: for reports
optdepends = python-pip: for installing missing types
-   source = 
mypy-1.10.0.tar.gz::https://pypi.org/packages/source/m/mypy/mypy-1.10.0.tar.gz
-   sha256sums = 
3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131
+   optdepends = python-psutil: for dmypy
+   optdepends = python-setuptools: for mypyc
+   source = 
mypy-1.10.0.tar.gz::https://github.com/python/mypy/archive/refs/tags/v1.10.0.tar.gz
+   sha256sums = 
5550f427e9492de27e734ed182f9418f41bc632863b47470c6aab56420a0e661
 
 pkgname = mypy


=
PKGBUILD
=
@@ -4,21 +4,22 @@
 
 pkgname=mypy
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
 arch=('any')
 license=('MIT')
-depends=('python-psutil' 'python-mypy_extensions' 'python-typing_extensions'
-'python-tomli')
+depends=('python' 'python-mypy_extensions' 'python-typing_extensions')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'python-attrs' 'python-pytest-xdist')
+checkdepends=('python-attrs' 'python-psutil' 'python-pytest' 
'python-pytest-xdist')
 optdepends=(
   'python-lxml: for reports'
   'python-pip: for installing missing types'
+  'python-psutil: for dmypy'
+  'python-setuptools: for mypyc'
 )
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/refs/tags/v$pkgver.tar.gz;)
+sha256sums=('5550f427e9492de27e734ed182f9418f41bc632863b47470c6aab56420a0e661')
 
 prepare() {
 cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mypy/-/compare/c8092c3963db15c5a56edc82bb4b1600932c9cae...82bb3dc17022ebc349c31e83f8305366fa0b4765

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




[Git][archlinux/packaging/packages/mypy] Pushed new tag 1.10.0-2

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


David Runge pushed new tag 1.10.0-2 at Arch Linux / Packaging / Packages / mypy

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




[Git][archlinux/packaging/packages/git] Pushed new tag 2.45.1-1

2024-05-14 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 2.45.1-1 at Arch Linux / Packaging / Packages / 
git

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




[Git][archlinux/packaging/packages/git][main] upgpkg: 2.45.1-1: new upstream release

2024-05-14 Thread Christian Hesse (@eworm)


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


Commits:
7a5a7fad by Christian Hesse at 2024-05-14T20:00:25+02:00
upgpkg: 2.45.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = git
pkgdesc = the fast distributed version control system
-   pkgver = 2.45.0
+   pkgver = 2.45.1
pkgrel = 1
url = https://git-scm.com/
install = git.install
@@ -34,13 +34,13 @@ pkgbase = git
optdepends = subversion: git svn
optdepends = org.freedesktop.secrets: keyring credential helper
optdepends = libsecret: libsecret credential helper
-   source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.xz
-   source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.sign
+   source = https://www.kernel.org/pub/software/scm/git/git-2.45.1.tar.xz
+   source = https://www.kernel.org/pub/software/scm/git/git-2.45.1.tar.sign
source = git-daemon@.service
source = git-daemon.socket
source = git-sysusers.conf
validpgpkeys = 96E07AF25771955980DAD10020D04E5A713660A7
-   sha256sums = 
0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
+   sha256sums = 
e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf
sha256sums = SKIP
sha256sums = 
14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91
sha256sums = 
ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.45.0
+pkgver=2.45.1
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -32,7 +32,7 @@ 
source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429'
+sha256sums=('e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'



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

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




[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.458-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)


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


Commits:
eeaaa763 by Robin Candau at 2024-05-14T19:54:56+02:00
upgpkg: 2.458-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.457
+   pkgver = 2.458
pkgrel = 1
url = https://jenkins.io
install = jenkins.install
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.457.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.458.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8
+   sha512sums = 
dd83396f77e9c19ea1673ba5afbe4f3162a744bedb5558de1e2e732a5c4ee14196569cef5631d0077b9de7c6741eaa2ef6ba858f359657672fe7787be725f5ad
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.457
+pkgver=2.458
 pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8'
+sha512sums=('dd83396f77e9c19ea1673ba5afbe4f3162a744bedb5558de1e2e732a5c4ee14196569cef5631d0077b9de7c6741eaa2ef6ba858f359657672fe7787be725f5ad'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/eeaaa763fbe069f919c46de409e00cb00bd69aab

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




[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.458-1

2024-05-14 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.458-1 at Arch Linux / Packaging / Packages / 
jenkins

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




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

2024-05-14 Thread hashworks (@hashworks)


hashworks pushed new tag 1.30.1-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.30.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-05-14 Thread hashworks (@hashworks)


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


Commits:
e5154cc4 by Justin Kromlinger at 2024-05-14T19:53:49+02:00
upgpkg: 1.30.1-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.28.1
+   pkgver = 1.30.1
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.28.1.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.28.1.tar.gz
-   sha256sums = 
32c030c4df6642ce895fc58cb7e5fe07595e1e2c2ba5d978043e48053e43005a
+   source = 
openai-python-1.30.1.tar.gz::https://github.com/openai/openai-python/archive/refs/tags/v1.30.1.tar.gz
+   sha256sums = 
033aee063e24f6bbb47beb5469108a3d6c79e80742131da6080dc196072459bd
 
 pkgname = python-openai


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-openai
 _name=openai-python
-pkgver=1.28.1
+pkgver=1.30.1
 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=('32c030c4df6642ce895fc58cb7e5fe07595e1e2c2ba5d978043e48053e43005a')
+sha256sums=('033aee063e24f6bbb47beb5469108a3d6c79e80742131da6080dc196072459bd')
 
 build() {
   cd "${_name}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/gmic] Pushed new tag 3.3.6-1

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


Antonio Rojas pushed new tag 3.3.6-1 at Arch Linux / Packaging / Packages / gmic

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




[Git][archlinux/packaging/packages/gmic][main] upgpkg: 3.3.6-1: Update to 3.3.6

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


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


Commits:
101411cd by Antonio Rojas at 2024-05-14T19:46:41+02:00
upgpkg: 3.3.6-1: Update to 3.3.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,9 +1,9 @@
 pkgbase = gmic
-   pkgver = 3.3.5
+   pkgver = 3.3.6
pkgrel = 1
url = https://gmic.eu/
arch = x86_64
-   license = custom:CeCILL
+   license = CECILL-C
makedepends = cmake
makedepends = eigen
makedepends = fftw
@@ -13,8 +13,8 @@ pkgbase = gmic
makedepends = openexr
makedepends = qt5-base
makedepends = qt5-tools
-   source = https://gmic.eu/files/source/gmic_3.3.5.tar.gz
-   sha256sums = 
052456e0d9dd6a3c1e102a857ae32150ee6d5cb02a1d2f810c197ec490e56c1b
+   source = https://gmic.eu/files/source/gmic_3.3.6.tar.gz
+   sha256sums = 
783db018dece6dc443349ddf1cc85ff06b2aeb9a4612f795859c39c85d38fddf
 
 pkgname = gmic
pkgdesc = GREYC's Magic Image Converter: image processing framework


=
PKGBUILD
=
@@ -7,11 +7,11 @@
 pkgbase=gmic
 pkgname=(gmic
  gimp-plugin-gmic)
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 arch=(x86_64)
 url='https://gmic.eu/'
-license=(custom:CeCILL)
+license=(CECILL-C)
 makedepends=(cmake
  eigen
  fftw
@@ -22,7 +22,7 @@ makedepends=(cmake
  qt5-base
  qt5-tools)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('052456e0d9dd6a3c1e102a857ae32150ee6d5cb02a1d2f810c197ec490e56c1b')
+sha256sums=('783db018dece6dc443349ddf1cc85ff06b2aeb9a4612f795859c39c85d38fddf')
 
 build() {
   cmake -B build -S gmic-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/101411cdf8602f7489bf197babbbad2ffc4342da

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




[Git][archlinux/packaging/packages/python-ansible-compat] Pushed new tag 24.5.1-1

2024-05-14 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 24.5.1-1 at Arch Linux / Packaging / Packages / 
python-ansible-compat

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




[Git][archlinux/packaging/packages/python-ansible-compat][main] 2 commits: upgpkg: 4.1.11-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)


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


Commits:
db7c9585 by Robin Candau at 2024-05-08T21:00:37+02:00
upgpkg: 4.1.11-1: New upstream release
https://github.com/ansible/ansible-compat/releases/tag/v4.1.11

- - - - -
66abb1c0 by Robin Candau at 2024-05-14T19:43:11+02:00
upgpkg: 24.5.1-1: New upstream release
https://github.com/ansible/ansible-compat/releases/tag/v24.5.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ansible-compat
pkgdesc = Functions that help interacting with various versions of 
Ansible
-   pkgver = 4.1.12
-   pkgrel = 3
+   pkgver = 24.5.1
+   pkgrel = 1
url = https://github.com/ansible-community/ansible-compat
arch = any
license = MIT
@@ -19,8 +19,8 @@ pkgbase = python-ansible-compat
depends = python-packaging
depends = python-pyyaml
depends = python-subprocess-tee
-   source = 
git+https://github.com/ansible-community/ansible-compat.git#tag=v4.1.12
-   sha256sums = 
575481c5c0b072764cf7ca35aa0b6083af5d5cc776708300deae80996e6ef51c
-   b2sums = 
8a765d1f6813be97475adcc63379682c2490b0a5b8d18789fd3c4bfb5f4b8c7e29a9915cf15998815bbdc053e676d2b133af2900619aa4b364950c5ad4d404b9
+   source = 
git+https://github.com/ansible-community/ansible-compat.git#tag=v24.5.1
+   sha256sums = 
32d3ce6cdc0fcd526c1becb8ad50ce59bcc5060875645bddd0dc22670b238527
+   b2sums = 
76312b888432d4bdc9ad47a91dcdd3ce62c4664848c2647fd397eb106ebc83dbf770df11893afd06068e5b37bc2fef47c3cb49a3ae15238316aab1df53df6199
 
 pkgname = python-ansible-compat


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _name=ansible-compat
 pkgname=python-ansible-compat
-pkgver=4.1.12
-pkgrel=3
+pkgver=24.5.1
+pkgrel=1
 pkgdesc="Functions that help interacting with various versions of Ansible"
 arch=(any)
 url="https://github.com/ansible-community/ansible-compat;
@@ -30,8 +30,8 @@ checkdepends=(
   python-pytest-mock
 )
 source=(git+$url.git#tag=v$pkgver)
-sha256sums=('575481c5c0b072764cf7ca35aa0b6083af5d5cc776708300deae80996e6ef51c')
-b2sums=('8a765d1f6813be97475adcc63379682c2490b0a5b8d18789fd3c4bfb5f4b8c7e29a9915cf15998815bbdc053e676d2b133af2900619aa4b364950c5ad4d404b9')
+sha256sums=('32d3ce6cdc0fcd526c1becb8ad50ce59bcc5060875645bddd0dc22670b238527')
+b2sums=('76312b888432d4bdc9ad47a91dcdd3ce62c4664848c2647fd397eb106ebc83dbf770df11893afd06068e5b37bc2fef47c3cb49a3ae15238316aab1df53df6199')
 
 build() {
   cd $_name



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/compare/518f581cf963817bef45f176732da843c133cfbf...66abb1c002f94eb914f1a49ed517feddfd889af9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/compare/518f581cf963817bef45f176732da843c133cfbf...66abb1c002f94eb914f1a49ed517feddfd889af9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.126.0-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)


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


Commits:
6df9bcdc by Robin Candau at 2024-05-14T19:40:26+02:00
upgpkg: 0.126.0-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.126.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.7
+   pkgver = 0.126.0
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.7.tar.gz
-   sha512sums = 
e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91
+   source = 
hugo-0.126.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.126.0.tar.gz
+   sha512sums = 
94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.7
+pkgver=0.126.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91')
+sha512sums=('94a3967021e95f204984fd2653bc1e4430a6c8e321683217cd6bb702622b6e013cf67c4308aca8cc2ada74e0f6e866ac2fe57833f1397af1a10ceaa8dc9a4b05')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.126.0-1

2024-05-14 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.126.0-1 at Arch Linux / Packaging / Packages / 
hugo

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




[Git][archlinux/packaging/packages/gvfs] Pushed new tag 1.54.0-3

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


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

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




[Git][archlinux/packaging/packages/python-sphinx-theme-builder][main] 2 commits: Switch to correct SPDX license identifier

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-theme-builder


Commits:
a75ae721 by David Runge at 2024-05-14T18:54:09+02:00
Switch to correct SPDX license identifier

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

- - - - -
5c9c2e55 by David Runge at 2024-05-14T18:57:18+02:00
upgpkg: 0.2.0b2-5

Rebuild to consolidate dependencies.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,23 +1,22 @@
 pkgbase = python-sphinx-theme-builder
pkgdesc = Python build backend for Sphinx themes
pkgver = 0.2.0b2
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/pradyunsg/sphinx-theme-builder
arch = any
-   license = BSD
-   checkdepends = python-pytest
+   license = MIT
checkdepends = python-click
+   checkdepends = python-pytest
checkdepends = python-sphinx-autobuild
makedepends = python-build
-   makedepends = python-installer
makedepends = python-flit-core
+   makedepends = python-installer
depends = python
+   depends = python-nodeenv
depends = python-packaging
+   depends = python-pyproject-metadata
depends = python-rich
-   depends = python-nodeenv
depends = python-setuptools
-   depends = python-pep621
-   depends = python-pyproject-metadata
optdepends = python-build: CLI
optdepends = python-click: CLI
optdepends = python-sphinx-autobuild: CLI


=
PKGBUILD
=
@@ -3,17 +3,34 @@
 _pkgname=sphinx-theme-builder
 pkgname=python-$_pkgname
 pkgver=0.2.0b2
-pkgrel=4
+pkgrel=5
 pkgdesc='Python build backend for Sphinx themes'
 arch=('any')
 url='https://github.com/pradyunsg/sphinx-theme-builder'
-license=('BSD')
-depends=('python' 'python-packaging' 'python-rich' 'python-nodeenv' 
'python-setuptools' 'python-pep621' 'python-pyproject-metadata')
-optdepends=('python-build: CLI'
-'python-click: CLI'
-'python-sphinx-autobuild: CLI')
-makedepends=('python-build' 'python-installer' 'python-flit-core')
-checkdepends=('python-pytest' 'python-click' 'python-sphinx-autobuild')
+license=('MIT')
+depends=(
+  'python'
+  'python-nodeenv'
+  'python-packaging'
+  'python-pyproject-metadata'
+  'python-rich'
+  'python-setuptools'
+)
+optdepends=(
+  'python-build: CLI'
+  'python-click: CLI'
+  'python-sphinx-autobuild: CLI'
+)
+makedepends=(
+  'python-build'
+  'python-flit-core'
+  'python-installer'
+)
+checkdepends=(
+  'python-click'
+  'python-pytest'
+  'python-sphinx-autobuild'
+)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('9900812cbb91a2fae666c010caef0fc2d250ff7ef8ae7b0105c72cee678e4be49784530c49c43d0260e22882ca7b89d4dd83da0c5a59cf3f944647f84e9fd6bf')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/compare/062702c177bd7b54b8c8c7eede08d56ec100837b...5c9c2e55049f4eb5fac8d281b5983dfbd95585a1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-theme-builder/-/compare/062702c177bd7b54b8c8c7eede08d56ec100837b...5c9c2e55049f4eb5fac8d281b5983dfbd95585a1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sphinx-theme-builder] Pushed new tag 0.2.0b2-5

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


David Runge pushed new tag 0.2.0b2-5 at Arch Linux / Packaging / Packages / 
python-sphinx-theme-builder

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




[Git][archlinux/packaging/packages/wsdd] Pushed new tag 0.8-2

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


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

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




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

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


Jan Alexander Steffens (heftig) pushed new branch main at Arch Linux / 
Packaging / Packages / wsdd

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




[Git][archlinux/packaging/packages/geogebra][main] upgpkg: 1:5.2.841.0-1: Update to 5.2.841.0

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


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


Commits:
fd1e4b9c by Antonio Rojas at 2024-05-14T18:54:32+02:00
upgpkg: 1:5.2.841.0-1: Update to 5.2.841.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = geogebra
pkgdesc = Dynamic mathematics software with interactive graphics, 
algebra and spreadsheet
-   pkgver = 5.2.840.0
+   pkgver = 5.2.841.0
pkgrel = 1
epoch = 1
url = https://www.geogebra.org/
@@ -8,12 +8,12 @@ pkgbase = geogebra
license = LicenseRef-GeoGebra
depends = java-runtime
depends = sh
-   source = 
https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-5-2-840-0.tar.bz2
+   source = 
https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-5-2-841-0.tar.bz2
source = geogebra
source = geogebra.svg
source = geogebra.desktop
source = geogebra-mime.xml
-   sha256sums = 
f4ccf012d1ea941a61988557115abaf5e13bc5dbed358f00931164cd28b2e886
+   sha256sums = 
705a08c213b517d29170a4fdc6b4449c34c1589b1ec390f64e60259056c41f1d
sha256sums = 
990b826d7c1d038747bac6803d5e48b6c13247ba838f826f9a23b81198c4a39d
sha256sums = 
5f52c3b81f90ca9fc1455a0a488b8c339c26e3dff9f339d9bcf1a83b46a9929e
sha256sums = 
e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.2.840.0
+pkgver=5.2.841.0
 pkgrel=1
 epoch=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
@@ -19,7 +19,7 @@ 
source=(https://download.geogebra.org/installers/5.2/GeoGebra-Linux-Portable-${p
 geogebra.svg
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('f4ccf012d1ea941a61988557115abaf5e13bc5dbed358f00931164cd28b2e886'
+sha256sums=('705a08c213b517d29170a4fdc6b4449c34c1589b1ec390f64e60259056c41f1d'
 '990b826d7c1d038747bac6803d5e48b6c13247ba838f826f9a23b81198c4a39d'
 '5f52c3b81f90ca9fc1455a0a488b8c339c26e3dff9f339d9bcf1a83b46a9929e'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geogebra/-/commit/fd1e4b9cd400e1a7082e1efd4c62f29cbb48fd58

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




[Git][archlinux/packaging/packages/geogebra] Pushed new tag 1-5.2.841.0-1

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


Antonio Rojas pushed new tag 1-5.2.841.0-1 at Arch Linux / Packaging / Packages 
/ geogebra

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




[Git][archlinux/packaging/packages/python-flake8-black][main] upgpkg: 0.3.6-4

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


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


Commits:
f443b81f by David Runge at 2024-05-14T18:51:52+02:00
upgpkg: 0.3.6-4

Rebuild to remove python-tomli dependency.
Switch to locked signed tag commit.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-flake8-black
pkgdesc = Flake8 plugin to call black as a code style validator
pkgver = 0.3.6
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/peterjc/flake8-black
arch = any
license = MIT
@@ -13,8 +13,7 @@ pkgbase = python-flake8-black
depends = python
depends = flake8
depends = python-black
-   depends = python-tomli
-   source = 
python-flake8-black::git+https://github.com/peterjc/flake8-black#commit=868b41554a6b57d74e916d33c37469e0d0b4b9cc
+   source = 
python-flake8-black::git+https://github.com/peterjc/flake8-black.git#tag=v0.3.6
source = pyproject-no-pip.patch
sha512sums = 
d68393ccca42afb7295ed1bcab4d478f9e9f934210ef666990ead0534d8f0ae3e9248828021b0ab1f36277a0c6588220650ac45fc3af28182a36d9fa0b9c6b56
sha512sums = 
0dc458646781a621b571ac6a2ef892da242fa353b0be3e63a189ff0da8d0d10495521ff559072e50ada62e3565e43103cf605766b4cdf9f1b97a039a1ebd03fd


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-flake8-black
 pkgver=0.3.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Flake8 plugin to call black as a code style validator'
 arch=('any')
 url=https://github.com/peterjc/flake8-black
@@ -12,7 +12,6 @@ depends=(
   'python'
   'flake8'
   'python-black'
-  'python-tomli'
 )
 makedepends=(
   'git'
@@ -21,9 +20,8 @@ makedepends=(
   'python-wheel'
   'python-setuptools'
 )
-_commit='868b41554a6b57d74e916d33c37469e0d0b4b9cc'
 source=(
-  "$pkgname::git+$url#commit=$_commit"
+  "$pkgname::git+$url.git#tag=v$pkgver"
   'pyproject-no-pip.patch'
 )
 
sha512sums=('d68393ccca42afb7295ed1bcab4d478f9e9f934210ef666990ead0534d8f0ae3e9248828021b0ab1f36277a0c6588220650ac45fc3af28182a36d9fa0b9c6b56'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8-black/-/commit/f443b81f4d30f84c104bfdc4cb63bc1f26c568f1

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




[Git][archlinux/packaging/packages/python-flake8-black] Pushed new tag 0.3.6-4

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


David Runge pushed new tag 0.3.6-4 at Arch Linux / Packaging / Packages / 
python-flake8-black

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




[Git][archlinux/packaging/packages/towncrier] Pushed new tag 23.11.0-1

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


David Runge pushed new tag 23.11.0-1 at Arch Linux / Packaging / Packages / 
towncrier

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




[Git][archlinux/packaging/packages/towncrier][main] 5 commits: Add nvchecker integration

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


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


Commits:
035e1b16 by David Runge at 2024-05-14T18:36:12+02:00
Add nvchecker integration

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

- - - - -
a278c9e2 by David Runge at 2024-05-14T18:38:33+02:00
Switch to upstream provided auto-generated source tarballs

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

- - - - -
d241f7f3 by David Runge at 2024-05-14T18:43:46+02:00
Switch to PEP517

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

- - - - -
83999d2f by David Runge at 2024-05-14T18:46:09+02:00
Consolidate dependencies

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

- - - - -
eba17fb7 by David Runge at 2024-05-14T18:48:03+02:00
upgpkg: 23.11.0-1

Consolidate dependencies.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,20 @@
 pkgbase = towncrier
pkgdesc = Utility to produce useful, summarised news files for your 
project
-   pkgver = 22.12.0
-   pkgrel = 4
-   url = https://github.com/hawkowl/towncrier
+   pkgver = 23.11.0
+   pkgrel = 1
+   url = https://github.com/twisted/towncrier
arch = any
license = MIT
checkdepends = git
checkdepends = python-twisted
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-hatchling
+   depends = python
depends = python-click
-   depends = python-click-default-group
depends = python-incremental
depends = python-jinja
-   depends = python-setuptools
-   depends = python-tomli
-   source = 
https://pypi.io/packages/source/t/towncrier/towncrier-22.12.0.tar.gz
-   sha512sums = 
af602610ddf77ad2d241347bd59ac915637123b65aa9da41197674ea338f8d7c86d1faa59e58e8675286c44ea266915896041bf6e16c3e920e40ca85cf04e52d
+   source = 
towncrier-23.11.0.tar.gz::https://github.com/twisted/towncrier/archive/refs/tags/23.11.0.tar.gz
+   sha512sums = 
6226ef75c163748872f0f5d60c03629365cf0a942412ca791ea28762a227942d974f8573205551678735380629eadf2bf726478b0ef1d4d1e6ee14b47e25fbae
 
 pkgname = towncrier


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[towncrier]
+source = "pypi"
+pypi = "towncrier"


=
PKGBUILD
=
@@ -1,33 +1,50 @@
 # Maintainer: Felix Yan 
 
 pkgname=towncrier
-pkgver=22.12.0
-pkgrel=4
+pkgver=23.11.0
+pkgrel=1
 pkgdesc="Utility to produce useful, summarised news files for your project"
 arch=('any')
-url="https://github.com/hawkowl/towncrier;
+url="https://github.com/twisted/towncrier;
 license=('MIT')
-depends=('python-click' 'python-click-default-group' 'python-incremental' 
'python-jinja'
- 'python-setuptools' 'python-tomli')
-checkdepends=('git' 'python-twisted')
-source=("https://pypi.io/packages/source/t/towncrier/towncrier-$pkgver.tar.gz;)
-sha512sums=('af602610ddf77ad2d241347bd59ac915637123b65aa9da41197674ea338f8d7c86d1faa59e58e8675286c44ea266915896041bf6e16c3e920e40ca85cf04e52d')
+depends=(
+  'python'
+  'python-click'
+  'python-incremental'
+  'python-jinja'
+)
+makedepends=(
+  'python-build'
+  'python-installer'
+  'python-hatchling'
+)
+checkdepends=(
+  'git'
+  'python-twisted'
+)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('6226ef75c163748872f0f5d60c03629365cf0a942412ca791ea28762a227942d974f8573205551678735380629eadf2bf726478b0ef1d4d1e6ee14b47e25fbae')
+
+prepare() {
+  # we do not support byzantine pinning of build dependencies
+  sed -e 's/~=/>=/g; s/==/>=/g' -i $pkgname-$pkgver/pyproject.toml
+}
 
 build() {
   cd towncrier-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
   cd towncrier-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python -m installer --destdir=tmp_install dist/*.whl
   local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
   PYTHONPATH="$PWD/tmp_install/usr/lib/python${python_version}/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" trial towncrier
 }
 
 package() {
   cd towncrier-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/towncrier/-/compare/b7cda37d39f6c22c8cdf6fdfc7fbf70242919b2c...eba17fb7086cca49b8b427beaaa6e9df9a4e16f6

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

[Git][archlinux/packaging/packages/nextcloud-app-news] Pushed new tag 25.0.0.alpha6-1

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


David Runge pushed new tag 25.0.0.alpha6-1 at Arch Linux / Packaging / Packages 
/ nextcloud-app-news

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




[Git][archlinux/packaging/packages/nextcloud-app-news][main] 2 commits: Add nvchecker integration

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-news


Commits:
9b68cc7f by David Runge at 2024-05-14T18:22:50+02:00
Add nvchecker integration

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

- - - - -
4075755d by David Runge at 2024-05-14T18:25:17+02:00
upgpkg: 25.0.0.alpha6-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = nextcloud-app-news
pkgdesc = An RSS/Atom feed aggregator
-   pkgver = 25.0.0.alpha5
+   pkgver = 25.0.0.alpha6
pkgrel = 1
url = https://github.com/nextcloud/news
arch = any
license = AGPL-3.0-or-later
makedepends = nextcloud
makedepends = yq
-   source = 
nextcloud-app-news-25.0.0-alpha5.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha5/news.tar.gz
-   sha512sums = 
c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f
-   b2sums = 
bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865
+   source = 
nextcloud-app-news-25.0.0-alpha6.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha6/news.tar.gz
+   sha512sums = 
385db5baa8b053e791af8baacc097e240248341455cf49488fba41cfae144728e471925162a17a335877dfbe813ac09040ee8220090c96754b3e22b20592ec20
+   b2sums = 
f35e1c89bf6c24a7873771ae7d1455c2ef325a7f4ed854e1bab6faa1cb69c2d0d1b1f05f4f88d8cd22773fa28dc8756928b2d814d96ee77da5b1afac27a53737
 
 pkgname = nextcloud-app-news


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[nextcloud-app-news]
+source = "git"
+git = "https://github.com/nextcloud/news;
+exclude_regex = ".*(rc|RC|alpha|beta).*"


=
PKGBUILD
=
@@ -3,16 +3,16 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=25.0.0.alpha5
+pkgver=25.0.0.alpha6
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=(any)
 url="https://github.com/nextcloud/news;
 license=(AGPL-3.0-or-later)
 makedepends=(nextcloud yq)
-source=($pkgname-${pkgver/.a/-a}.tar.gz::https://github.com/nextcloud/$_name/releases/download/${pkgver/.a/-a}/$_name.tar.gz)
-sha512sums=('c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f')
-b2sums=('bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865')
+source=($pkgname-${pkgver/.a/-a}.tar.gz::$url/releases/download/${pkgver/.a/-a}/$_name.tar.gz)
+sha512sums=('385db5baa8b053e791af8baacc097e240248341455cf49488fba41cfae144728e471925162a17a335877dfbe813ac09040ee8220090c96754b3e22b20592ec20')
+b2sums=('f35e1c89bf6c24a7873771ae7d1455c2ef325a7f4ed854e1bab6faa1cb69c2d0d1b1f05f4f88d8cd22773fa28dc8756928b2d814d96ee77da5b1afac27a53737')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/compare/b6b8659d4a26db1c271e32bd3261c5b02ef24528...4075755da46f35ee9b877eb4fb6f0f96017159d9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/compare/b6b8659d4a26db1c271e32bd3261c5b02ef24528...4075755da46f35ee9b877eb4fb6f0f96017159d9
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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

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




[Git][archlinux/packaging/packages/libchewing][main] 0.8.0

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


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


Commits:
02ed423f by Chih-Hsuan Yen at 2024-05-14T23:41:53+08:00
0.8.0

* Add Rust dependencies as upstream enables the Rust implementation by
  default in this version
* Refactor $pkgver to allow easier testing of release candidates
* Move the build directory to a subdirectory of the source directory.
  This is needed for Rust tests.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,19 @@
 pkgbase = libchewing
pkgdesc = Intelligent Chinese phonetic input method
-   pkgver = 0.7.0
+   pkgver = 0.8.0
pkgrel = 1
url = https://chewing.im/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cmake
makedepends = minisign
+   makedepends = rust
+   makedepends = corrosion
depends = sqlite
optdepends = chewing-editor: view and modify libchewing user phrases 
database
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.7.0/libchewing-0.7.0.tar.zst
-   source = 
https://github.com/chewing/libchewing/releases/download/v0.7.0/libchewing-0.7.0.tar.zst.minisig
-   sha256sums = 
87289bc759d04bfebad92d395d4f63e54f584f3e805731588edaa0c9a8bb6cce
-   sha256sums = 
16ed098e7a63da7631d27d2df3a72e095bed057aebe5a98335c766b5bf7b82db
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.0/libchewing-0.8.0.tar.zst
+   source = 
https://github.com/chewing/libchewing/releases/download/v0.8.0/libchewing-0.8.0.tar.zst.minisig
+   sha256sums = 
11253a0f0b41a09ae1efcce07a8168262972e106fe06ddcf2a4e02148dfc
+   sha256sums = 
2521c7b15cbd4f31f544ee67b2fa3052d605e6fcd99ba06051e30b1a9a948343
 
 pkgname = libchewing


=
PKGBUILD
=
@@ -4,7 +4,8 @@
 # Contributor: damir 
 
 pkgname=libchewing
-pkgver=0.7.0
+_pkgver=0.8.0
+pkgver=${_pkgver/-rc./rc}
 pkgrel=1
 pkgdesc='Intelligent Chinese phonetic input method'
 url='https://chewing.im/'
@@ -12,25 +13,26 @@ arch=('x86_64')
 # See discussions at https://github.com/chewing/libchewing/issues/433
 license=('LGPL-2.1-or-later')
 depends=('sqlite')
-makedepends=('cmake' 'minisign')
+makedepends=('cmake' 'minisign' 'rust' 'corrosion')
 optdepends=(
   'chewing-editor: view and modify libchewing user phrases database'
 )
-source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.zst"{,.minisig})
-sha256sums=('87289bc759d04bfebad92d395d4f63e54f584f3e805731588edaa0c9a8bb6cce'
-'16ed098e7a63da7631d27d2df3a72e095bed057aebe5a98335c766b5bf7b82db')
+source=("https://github.com/chewing/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}.tar.zst"{,.minisig})
+sha256sums=('11253a0f0b41a09ae1efcce07a8168262972e106fe06ddcf2a4e02148dfc'
+'2521c7b15cbd4f31f544ee67b2fa3052d605e6fcd99ba06051e30b1a9a948343')
 # The key is mentioned on https://github.com/chewing/libchewing
 _validminisignkey='RWRzJFnXiLZleAyCIv1talBjyRewelcy9gzYQq9pd3SKSFBPoy57sf5s'
 
 # XXX: move to verify() when devtools supports it
 # https://gitlab.archlinux.org/archlinux/devtools/-/issues/224
 prepare() {
-  minisign -Vm $pkgname-$pkgver.tar.zst -P $_validminisignkey
+  minisign -Vm $pkgname-$_pkgver.tar.zst -P $_validminisignkey
 }
 
 build() {
+  cd $pkgname-$_pkgver
   # Specify the existence of ncurses.h manually as FindCurses.cmake cannot 
identify it
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_INFO=ON \
@@ -40,9 +42,9 @@ build() {
 
 check() {
   # parallel testing is broken 
(https://github.com/chewing/libchewing/issues/293)
-  make -C build -j1 check
+  make -C $pkgname-$_pkgver/build -j1 check
 }
 
 package() {
-  make -C build DESTDIR="${pkgdir}" install
+  make -C $pkgname-$_pkgver/build DESTDIR="${pkgdir}" install
 }



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

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




[Git][archlinux/packaging/packages/mysql-workbench][main] 3 commits: build workbench without LTO

2024-05-14 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mysql-workbench


Commits:
00077b82 by Christian Hesse at 2024-05-14T16:50:13+02:00
build workbench without LTO

Well, 8.0.36-3 was fine, 8.0.36-4 crashed on queries. Turned out this
was caused by building with LTO and latest toolchain.

Tell me if you have any clue with exactly caused this...

Lets disable LTO, but for workbench itself only.

- - - - -
8cf3a050 by Christian Hesse at 2024-05-14T16:54:13+02:00
update bundled gdal

- - - - -
ba0dcbba by Christian Hesse at 2024-05-14T17:05:12+02:00
upgpkg: 8.0.36-5: rebuild with recent changes

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mysql-workbench
pkgdesc = A cross-platform, visual database design tool developed by 
MySQL
pkgver = 8.0.36
-   pkgrel = 4
+   pkgrel = 5
url = https://www.mysql.com/products/workbench/
arch = x86_64
license = GPL2
@@ -40,7 +40,7 @@ pkgbase = mysql-workbench
source = 
https://cdn.mysql.com/Downloads/MySQL-8.4/mysql-8.4.0.tar.gz.asc
source = 
https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-8.4.0-src.tar.gz
source = 
https://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-8.4.0-src.tar.gz.asc
-   source = https://download.osgeo.org/gdal/3.8.5/gdal-3.8.5.tar.xz
+   source = https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0.tar.xz
source = 
https://downloads.sourceforge.net/project/boost/boost/1.77.0/boost_1_77_0.tar.bz2
source = 0001-mysql-workbench-no-check-for-updates.patch
source = 0002-disable-unsupported-operating-system-warning.patch
@@ -56,7 +56,7 @@ pkgbase = mysql-workbench
sha256sums = SKIP
sha256sums = 
540b3d3b4d20ecf9f900bf55bba870718e50672f54fa2cdb124adf385796ce8b
sha256sums = SKIP
-   sha256sums = 
e8b4df2a8a7d25272f867455c0c230459545972f81f0eff2ddbf6a6f60dcb1e4
+   sha256sums = 
577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2
sha256sums = 
fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854
sha256sums = 
cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f
sha256sums = 
2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18


=
PKGBUILD
=
@@ -6,10 +6,10 @@
 
 pkgname=mysql-workbench
 pkgver=8.0.36
-pkgrel=4
+pkgrel=5
 _mysql_version=8.4.0
 _connector_version=8.4.0
-_gdal_version=3.8.5
+_gdal_version=3.9.0
 _boost_version=1.77.0
 # bump the antlr4 version as required, this is to match the jar file name
 _antlr4_version=4.13.1
@@ -42,7 +42,7 @@ 
sha256sums=('634d8a66b6c2777491058a60aba8187e947e4c49a0e7ae83df312fa70714637c'
 'SKIP'
 '540b3d3b4d20ecf9f900bf55bba870718e50672f54fa2cdb124adf385796ce8b'
 'SKIP'
-'e8b4df2a8a7d25272f867455c0c230459545972f81f0eff2ddbf6a6f60dcb1e4'
+'577f80e9d14ff7c90b6bfbc34201652b4546700c01543efb4f4c3050e0b3fda2'
 'fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854'
 'cdf687f23bc6e8d52dbee9fa02b23d755e80f88476f0fc2e7c4c71cdfed3792f'
 '2d0f6dcf38f22e49ef7ab9de0230484f1ffac41b7ac40feaf5ef4538ae2f7a18'
@@ -137,6 +137,12 @@ build() {
make LD_LIBRARY_PATH="${srcdir}/install-bundle/usr/lib/" 
DESTDIR="${srcdir}/install-bundle/" -C build-gdal install
ln -s '.' "${srcdir}/install-bundle/usr/include/gdal"
 
+   # work around crashes on query:
+   # disable LTO (link time optimization), but for last step (workbench 
itself) only...
+   # TODO: drop when fixed!
+   export CFLAGS="${CFLAGS/-flto=auto/}"
+   export CXXFLAGS="${CXXFLAGS/-flto=auto}"
+
# Build MySQL Workbench itself with bundled libs
# include cstdint to fix building with gcc 13
# TODO: remove when fixed upstream



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mysql-workbench/-/compare/31877bf1afdf6ac4aca2f709b3dc76ebc9b38e7b...ba0dcbba0a7695fff8c98aa81ad4bd94b716e722

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mysql-workbench/-/compare/31877bf1afdf6ac4aca2f709b3dc76ebc9b38e7b...ba0dcbba0a7695fff8c98aa81ad4bd94b716e722
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mysql-workbench] Pushed new tag 8.0.36-5

2024-05-14 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 8.0.36-5 at Arch Linux / Packaging / Packages / 
mysql-workbench

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




[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 127.0b1-1

2024-05-14 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b1-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition-i18n

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




[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 127.0b1-1

2024-05-14 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 127.0b1-1 at Arch Linux / Packaging / Packages / 
firefox-developer-edition

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




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 127.0b1-1

2024-05-14 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-developer-edition


Commits:
36d19076 by Andrew Crerar at 2024-05-14T10:18:34-04:00
upgpkg: 127.0b1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 126.0b9
+   pkgver = 127.0b1
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b9/source/firefox-126.0b9.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b9/source/firefox-126.0b9.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b1/source/firefox-127.0b1.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/127.0b1/source/firefox-127.0b1.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
2e11102c280491d7a658fc7d1d715c3bda9e75eed4ed0d88fea9f8480e1ea89d
+   sha256sums = 
7374fcbadcbe58113554a3b461dd0924f830f9e907750cc1136e1842d340e818
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
0c45e84e193c7bde1bfc5bfc4e2e82a8b287ee1bc00fbd3aa263688203298394ccdb55da897a6801eb19a9f1aea439339aef60b7f59b45cec547cd2cc0cf
+   b2sums = 
af0cc2caa99c9b7b220909da49643a0c2342ac488e9fd7f74f71f57c9f2a00971ed53423033e206ab34f8813f35592ba4221f1a46ddd38f20ae19e97960c4157
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=126.0b9
+pkgver=127.0b1
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 url="https://www.mozilla.org/firefox/developer;
@@ -66,12 +66,12 @@ validpgpkeys=(
   # 
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
   14F26682D0916CDD81E37B6D61B7B526D98F0353
 )
-sha256sums=('2e11102c280491d7a658fc7d1d715c3bda9e75eed4ed0d88fea9f8480e1ea89d'
+sha256sums=('7374fcbadcbe58113554a3b461dd0924f830f9e907750cc1136e1842d340e818'
 'SKIP'
 '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3'
 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
 '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3')
-b2sums=('0c45e84e193c7bde1bfc5bfc4e2e82a8b287ee1bc00fbd3aa263688203298394ccdb55da897a6801eb19a9f1aea439339aef60b7f59b45cec547cd2cc0cf'
+b2sums=('af0cc2caa99c9b7b220909da49643a0c2342ac488e9fd7f74f71f57c9f2a00971ed53423033e206ab34f8813f35592ba4221f1a46ddd38f20ae19e97960c4157'
 'SKIP'
 
'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d'
 
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/36d19076e12634b4011bf4a909ab5f0acf12f251

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




[Git][archlinux/packaging/packages/prometheus-memcached-exporter] Pushed new tag 0.14.3-1

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.14.3-1 at Arch Linux / Packaging / Packages 
/ prometheus-memcached-exporter

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




[Git][archlinux/packaging/packages/prometheus-memcached-exporter][main] upgpkg: 0.14.3-1

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-memcached-exporter


Commits:
936300a7 by Jelle van der Waa at 2024-05-14T15:48:09+02:00
upgpkg: 0.14.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = prometheus-memcached-exporter
pkgdesc = Exports metrics from memcached servers for consumption by 
Prometheus
-   pkgver = 0.14.2
+   pkgver = 0.14.3
pkgrel = 1
url = https://github.com/prometheus/memcached_exporter
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = prometheus-memcached-exporter
depends = glibc
depends = memcached
backup = etc/conf.d/prometheus-memcached-exporter
-   source = 
prometheus-memcached-exporter-0.14.2.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v0.14.2.tar.gz
+   source = 
prometheus-memcached-exporter-0.14.3.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v0.14.3.tar.gz
source = prometheus-memcached-exporter.service
source = prometheus-memcached-exporter.conf
-   sha512sums = 
c6ae6240fed275d010c7d6b4fc600a1042eb1727f9fbce45a3009ba0eba0b8c1f94a922526419a0e5d8c0a2a08c111a29707be4137b9f4acf7b922269a4089fa
+   sha512sums = 
4bea1a92ae27e4be8eb22a8475653599ee33ba51e2043473be4a03d0fff206ddff46da125189c6f241cf2c03c86633855a40af35b6d5f2ba16acf3848d72ce66
sha512sums = 
13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee
sha512sums = 
bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=prometheus-memcached-exporter
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="Exports metrics from memcached servers for consumption by Prometheus"
 arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=(go)
 backup=('etc/conf.d/prometheus-memcached-exporter')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/memcached_exporter/archive/v${pkgver}.tar.gz
 prometheus-memcached-exporter.service
 prometheus-memcached-exporter.conf)
-sha512sums=('c6ae6240fed275d010c7d6b4fc600a1042eb1727f9fbce45a3009ba0eba0b8c1f94a922526419a0e5d8c0a2a08c111a29707be4137b9f4acf7b922269a4089fa'
+sha512sums=('4bea1a92ae27e4be8eb22a8475653599ee33ba51e2043473be4a03d0fff206ddff46da125189c6f241cf2c03c86633855a40af35b6d5f2ba16acf3848d72ce66'
 
'13ae8e9cc8445cffab1e51f000fbe5ca0dd2a30532f8303957dc376c8891552e719681e49ffd8a83c4cd01aca897031770c9d96ed92276ff85c2e32c4fa999ee'
 
'bc92af08207bee78a48cc764f038d6f5175b0051873f1238d90531f81d9b403085ec7ac62dfe934ee804794426c6bed4c309b374a418c9f7a4dbdbb157d58c23')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-memcached-exporter/-/commit/936300a77724f0c0131e2dd900eda1170b0fc013

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




[Git][archlinux/packaging/packages/grafana] Pushed new tag 11.0.0-1

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 11.0.0-1 at Arch Linux / Packaging / Packages 
/ grafana

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




[Git][archlinux/packaging/packages/grafana][main] upgpkg: 11.0.0-1

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
grafana


Commits:
64f49346 by Jelle van der Waa at 2024-05-14T15:46:10+02:00
upgpkg: 11.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = grafana
pkgdesc = Gorgeous metric viz, dashboards & editors for Graphite, 
InfluxDB & OpenTSDB
-   pkgver = 10.4.2
+   pkgver = 11.0.0
pkgrel = 1
url = https://grafana.com/
install = grafana.install
@@ -19,11 +19,11 @@ pkgbase = grafana
depends = fontconfig
depends = gsfonts
backup = etc/grafana.ini
-   source = git+https://github.com/grafana/grafana.git#tag=v10.4.2
+   source = git+https://github.com/grafana/grafana.git#tag=v11.0.0
source = grafana.service
source = grafana.sysusers
source = grafana.tmpfiles
-   sha512sums = 
45db571c3c5ea92360a81403ef2669d4c7e702e65291afe35d14c4eb8a0ab5110297e8a384be489d7a28a6960d34efd3cee7cc48b9f238672b3811b6afe4018d
+   sha512sums = 
79b195c5cf73afc2293672d02deab6a81ce52a78459df27b75ca4f7e208fc2c3237c7f8fc547f0f39294940f31d2326a8f78bfccbad3a2eace30d32399123867
sha512sums = 
02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850
sha512sums = 
38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4
sha512sums = 
c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=10.4.2
+pkgver=11.0.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
@@ -18,7 +18,7 @@ 
source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
 'grafana.tmpfiles'
)
 install=$pkgname.install
-sha512sums=('45db571c3c5ea92360a81403ef2669d4c7e702e65291afe35d14c4eb8a0ab5110297e8a384be489d7a28a6960d34efd3cee7cc48b9f238672b3811b6afe4018d'
+sha512sums=('79b195c5cf73afc2293672d02deab6a81ce52a78459df27b75ca4f7e208fc2c3237c7f8fc547f0f39294940f31d2326a8f78bfccbad3a2eace30d32399123867'
 
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
 
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
 
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana/-/commit/64f493462e236f5d2ef121a1340d3f6de10bc7bc

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




[Git][archlinux/packaging/packages/lua-language-server][main] upgpkg: 3.9.1-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
lua-language-server


Commits:
10935120 by Caleb Maclennan at 2024-05-14T16:23:36+03:00
upgpkg: 3.9.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lua-language-server
pkgdesc = Lua Language Server coded by Lua
-   pkgver = 3.9.0
+   pkgver = 3.9.1
pkgrel = 1
url = https://luals.github.io
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lua-language-server
makedepends = rsync
depends = bash
depends = gcc-libs
-   source = git+https://github.com/LuaLS/lua-language-server.git#tag=3.9.0
+   source = git+https://github.com/LuaLS/lua-language-server.git#tag=3.9.1
source = git+https://github.com/actboy168/luamake.git
source = git+https://github.com/actboy168/bee.lua.git
source = git+https://github.com/sqmedeiros/lpeglabel.git
@@ -33,7 +33,7 @@ pkgbase = lua-language-server
source = git+https://github.com/LuaCATS/ffi-reflect.git
source = git+https://github.com/LuaCATS/luv.git
source = wrapper
-   b2sums = 
4a952c1d6603e409a37a17e9f81a0eee57bf1c1b59aa4f5fbab8d38d71b5c16be71a3ce30b68ad27e825557f2313500497594cd5e6b3ac0eeeafa06fa479f9de
+   b2sums = 
001651cfd97e212921a7d58bed88a1c1bc8b3df7b6ad6b76e7aef1e0bd84cadb15483d3f2cd3eceea7ee58d6b3332b6cc88609a8437aeeafc26bd5e787213874
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=3.9.0
+pkgver=3.9.1
 pkgrel=1
 pkgdesc='Lua Language Server coded by Lua'
 arch=('x86_64')
@@ -37,7 +37,7 @@ source=(
   'git+https://github.com/LuaCATS/luv.git'
   'wrapper'
 )
-b2sums=('4a952c1d6603e409a37a17e9f81a0eee57bf1c1b59aa4f5fbab8d38d71b5c16be71a3ce30b68ad27e825557f2313500497594cd5e6b3ac0eeeafa06fa479f9de'
+b2sums=('001651cfd97e212921a7d58bed88a1c1bc8b3df7b6ad6b76e7aef1e0bd84cadb15483d3f2cd3eceea7ee58d6b3332b6cc88609a8437aeeafc26bd5e787213874'
 'SKIP'
 'SKIP'
 'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-language-server/-/commit/1093512060304681a0ab5f36136acaf7d8be9883

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




[Git][archlinux/packaging/packages/lua-language-server] Pushed new tag 3.9.1-1

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


Caleb Maclennan pushed new tag 3.9.1-1 at Arch Linux / Packaging / Packages / 
lua-language-server

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.43-1

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


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


Commits:
17e432a5 by Caleb Maclennan at 2024-05-14T16:23:09+03:00
upgpkg: 0.1.43-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.42
+   pkgver = 0.1.43
pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.1.42
-   sha256sums = 
fe50a93b36a6a1daa81da7075da40baa9db566d8210c199882aca9fc0cc5ba41
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.43
+   sha256sums = 
12fee7e25d1da12c29a57c94bb877e48f1d5a15ecda6af4327034bcb43ac43d9
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.42
+pkgver=0.1.43
 pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('fe50a93b36a6a1daa81da7075da40baa9db566d8210c199882aca9fc0cc5ba41')
+sha256sums=('12fee7e25d1da12c29a57c94bb877e48f1d5a15ecda6af4327034bcb43ac43d9')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/17e432a526001b4ef7e7904da3cb60d8d5eb79f1

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.43-1

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


Caleb Maclennan pushed new tag 0.1.43-1 at Arch Linux / Packaging / Packages / 
uv

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




[Git][archlinux/packaging/packages/github-cli][main] upgpkg: 2.49.2-1

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


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
github-cli


Commits:
6f1d4741 by Caleb Maclennan at 2024-05-14T15:32:09+03:00
upgpkg: 2.49.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = github-cli
pkgdesc = The GitHub CLI
-   pkgver = 2.49.1
+   pkgver = 2.49.2
pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system 
keyring
-   source = 
github-cli-2.49.1.tar.gz::https://github.com/cli/cli/archive/v2.49.1.tar.gz
-   sha256sums = 
e898bcfec71ee1b5eba3bba0816eaca5f735e7443e11864dddbf753f8ecc3cf7
+   source = 
github-cli-2.49.2.tar.gz::https://github.com/cli/cli/archive/v2.49.2.tar.gz
+   sha256sums = 
e839ea302ad99b70ce3efcb903f938ecbbb919798e49bc2f2034ad506ae0b0f5
 
 pkgname = github-cli


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.49.1
+pkgver=2.49.2
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -16,7 +16,7 @@ checkdepends=("openssh")
 optdepends=("git: To interact with repositories"
 "org.freedesktop.secrets: Store credentials in system keyring")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e898bcfec71ee1b5eba3bba0816eaca5f735e7443e11864dddbf753f8ecc3cf7')
+sha256sums=('e839ea302ad99b70ce3efcb903f938ecbbb919798e49bc2f2034ad506ae0b0f5')
 
 prepare() {
 cd "cli-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/6f1d4741ff7b5ff39b6b04ee466703ac930db059

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




[Git][archlinux/packaging/packages/github-cli] Pushed new tag 2.49.2-1

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


Caleb Maclennan pushed new tag 2.49.2-1 at Arch Linux / Packaging / Packages / 
github-cli

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




[Git][archlinux/packaging/packages/python-pylint][main] upgpkg: 3.2.0-1

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


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


Commits:
a4b5ab64 by Caleb Maclennan at 2024-05-14T15:32:01+03:00
upgpkg: 3.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pylint
pkgdesc = Analyzes Python code looking for bugs and signs of poor 
quality
-   pkgver = 3.1.0
-   pkgrel = 2
+   pkgver = 3.2.0
+   pkgrel = 1
url = https://pylint.pycqa.org
arch = any
license = GPL-2.0-only
@@ -27,7 +27,7 @@ pkgbase = python-pylint
depends = python-platformdirs
depends = python-tomlkit
optdepends = graphviz: Enable output formats other than dot or vcg
-   source = 
https://github.com/PyCQA/pylint/archive/v3.1.0/pylint-3.1.0.tar.gz
-   sha256sums = 
c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092
+   source = 
https://github.com/PyCQA/pylint/archive/v3.2.0/pylint-3.2.0.tar.gz
+   sha256sums = 
0794ab345f3f531e002a9c984f99a5caa0a21520c290fc10214641f5b412635e
 
 pkgname = python-pylint


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.pycqa.org
@@ -34,7 +34,7 @@ checkdepends=(mpdecimal
 optdepends=('graphviz: Enable output formats other than dot or vcg')
 _archive="$_pyname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('c4c13c6b77f6604367763f906e5df4e9f4c7fbfa6e8553f31493adfabfc73092')
+sha256sums=('0794ab345f3f531e002a9c984f99a5caa0a21520c290fc10214641f5b412635e')
 
 prepare() {
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/python-pylint] Pushed new tag 3.2.0-1

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


Caleb Maclennan pushed new tag 3.2.0-1 at Arch Linux / Packaging / Packages / 
python-pylint

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




[Git][archlinux/packaging/packages/just] Pushed new tag 1.26.0-1

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


Caleb Maclennan pushed new tag 1.26.0-1 at Arch Linux / Packaging / Packages / 
just

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




[Git][archlinux/packaging/packages/just][main] upgpkg: 1.26.0-1

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


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


Commits:
a950a2d5 by Caleb Maclennan at 2024-05-14T15:29:01+03:00
upgpkg: 1.26.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
-   pkgver = 1.25.2
+   pkgver = 1.26.0
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
-   source = 
just-1.25.2.tar.gz::https://github.com/casey/just/archive/1.25.2.tar.gz
-   sha256sums = 
5a005a4de9f99b297ba7b5dc02c3365c689e579148790660384afee0810a2342
+   source = 
just-1.26.0.tar.gz::https://github.com/casey/just/archive/1.26.0.tar.gz
+   sha256sums = 
20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7
 
 pkgname = just


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Fredy García 
 
 pkgname=just
-pkgver=1.25.2
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="A handy way to save and run project-specific commands"
 arch=("x86_64")
@@ -12,7 +12,7 @@ license=("custom:CC0")
 depends=("gcc-libs")
 makedepends=("cargo")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('5a005a4de9f99b297ba7b5dc02c3365c689e579148790660384afee0810a2342')
+sha256sums=('20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/a950a2d5eeb6d2678d8fbfc89234184d5b0ef5ed

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




[Git][archlinux/packaging/packages/python-pyvirtualdisplay][main] Drop unrequired python-pycryptodomex check dependency

2024-05-14 Thread Jelle van der Waa (@jelle)


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


Commits:
b5b2fd98 by Jelle van der Waa at 2024-05-14T13:39:18+02:00
Drop unrequired python-pycryptodomex check dependency

This was added due to a missing dependency in vncdotool.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyvirtualdisplay
pkgdesc = Python wrapper for Xvfb, Xephyr and Xvnc
pkgver = 3.0
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/ponty/PyVirtualDisplay
arch = any
license = BSD
@@ -19,7 +19,6 @@ pkgbase = python-pyvirtualdisplay
checkdepends = xorg-xdpyinfo
checkdepends = scrot
checkdepends = vncdotool
-   checkdepends = python-pycryptodomex
makedepends = python-setuptools
depends = python
source = 
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-3.0.tar.gz


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=PyVirtualDisplay
 pkgname=python-${_pkg,,}
 pkgver=3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
 arch=(any)
 url="https://github.com/ponty/PyVirtualDisplay;
@@ -15,7 +15,7 @@ checkdepends=(
 python-pyscreenshot python-pillow python-easyprocess
 python-entrypoint2 python-path.py python-psutil
 xorg-server-xvfb xorg-server-xephyr
-xorg-xmessage xorg-xdpyinfo scrot vncdotool python-pycryptodomex
+xorg-xmessage xorg-xdpyinfo scrot vncdotool
 )
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)



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

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




[Git][archlinux/packaging/packages/python-pyvirtualdisplay] Pushed new tag 3.0-5

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 3.0-5 at Arch Linux / Packaging / Packages / 
python-pyvirtualdisplay

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




[Git][archlinux/packaging/packages/vncdotool][main] Add missing dependency on python-pycryptodomex

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
vncdotool


Commits:
697beaa4 by Jelle van der Waa at 2024-05-14T12:35:02+02:00
Add missing dependency on python-pycryptodomex

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vncdotool
pkgdesc = A command line VNC client
pkgver = 1.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/sibson/vncdotool
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = vncdotool
depends = python-pillow
depends = python-twisted
depends = python-zope-interface
+   depends = python-pycryptodomex
source = 
vncdotool-1.2.0.tar.gz::https://github.com/sibson/vncdotool/archive/v1.2.0.tar.gz
sha512sums = 
88ee299e59e303c77bd82d43bb10ce99d8b2d4257e9f1a0ab5d1460cda23c55246bb8c81d3ee3ea0da56a858cff0fca12c9019c39d7952e2bf7f40048ddf526e
 


=
PKGBUILD
=
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=vncdotool
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A command line VNC client'
 arch=('any')
 url='https://github.com/sibson/vncdotool'
 license=('MIT')
-depends=('python-pillow' 'python-twisted' 'python-zope-interface')
+depends=('python-pillow' 'python-twisted' 'python-zope-interface' 
'python-pycryptodomex')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sibson/vncdotool/archive/v$pkgver.tar.gz)
 
sha512sums=('88ee299e59e303c77bd82d43bb10ce99d8b2d4257e9f1a0ab5d1460cda23c55246bb8c81d3ee3ea0da56a858cff0fca12c9019c39d7952e2bf7f40048ddf526e')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vncdotool/-/commit/697beaa43a76a9a08d756c421bc5b16c131f30d1

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




[Git][archlinux/packaging/packages/vncdotool] Pushed new tag 1.2.0-3

2024-05-14 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.2.0-3 at Arch Linux / Packaging / Packages / 
vncdotool

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




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.12.0-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)


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


Commits:
d7cdcf7a by Robin Candau at 2024-05-14T11:52:20+02:00
upgpkg: 2.12.0-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.12.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.11.5
+   pkgver = 2.12.0
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.11.5.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.5.tar.gz
-   sha256sums = 
83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64
+   source = 
fastfetch-2.12.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.12.0.tar.gz
+   sha256sums = 
0f6d797ae0c4dd14d09f18ee3f51f53c29d820d8fd65066280938efed414af9d
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.11.5
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64')
+sha256sums=('0f6d797ae0c4dd14d09f18ee3f51f53c29d820d8fd65066280938efed414af9d')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/d7cdcf7a2f752b42b7902bff9335726ac96e632d

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




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.12.0-1

2024-05-14 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.12.0-1 at Arch Linux / Packaging / Packages / 
fastfetch

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




[Git][archlinux/packaging/packages/powerdns-recursor][main] upgpkg: 5.0.5-1

2024-05-14 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed to branch main at Arch Linux / Packaging / Packages / 
powerdns-recursor


Commits:
bd986429 by Remi Gacogne at 2024-05-14T11:42:19+02:00
upgpkg: 5.0.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = powerdns-recursor
pkgdesc = Resolving DNS server
-   pkgver = 5.0.4
+   pkgver = 5.0.5
pkgrel = 1
url = https://www.powerdns.com/
arch = x86_64
@@ -25,12 +25,12 @@ pkgbase = powerdns-recursor
conflicts = pdns-recursor
options = !lto
backup = etc/powerdns/recursor.conf
-   source = 
https://downloads.powerdns.com/releases/pdns-recursor-5.0.4.tar.bz2
-   source = 
https://downloads.powerdns.com/releases/pdns-recursor-5.0.4.tar.bz2.asc
+   source = 
https://downloads.powerdns.com/releases/pdns-recursor-5.0.5.tar.bz2
+   source = 
https://downloads.powerdns.com/releases/pdns-recursor-5.0.5.tar.bz2.asc
source = sysusers.conf
validpgpkeys = FBAE0323821C7706A5CA151BDCF513FA7EED19F3
validpgpkeys = 16E12866B7738C73976A57436FFC33439B0D04DF
-   sha512sums = 
a78422917df91a8f8c49bc5c2bdf599f92f6c3359f049653c6623a05da8117445c04400321cc4e2128cfaedb7b345cbec003339c35e4f2c76bb43d16d07b00d4
+   sha512sums = 
52bed3516a8dfbe4be5e5ddd81920955c1c4c66d1996afc9f61d361e06ec11cc5aba7afe4c49f8f69b1554b6564cb619ee5572c066d6d6f2733a0f07bc6945c0
sha512sums = SKIP
sha512sums = 
63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72
 


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Jan Steffens 
 
 pkgname=powerdns-recursor
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -20,7 +20,7 @@ conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('a78422917df91a8f8c49bc5c2bdf599f92f6c3359f049653c6623a05da8117445c04400321cc4e2128cfaedb7b345cbec003339c35e4f2c76bb43d16d07b00d4'
+sha512sums=('52bed3516a8dfbe4be5e5ddd81920955c1c4c66d1996afc9f61d361e06ec11cc5aba7afe4c49f8f69b1554b6564cb619ee5572c066d6d6f2733a0f07bc6945c0'
 'SKIP'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
 validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

@@ -46,7 +46,8 @@ build() {
 --with-net-snmp \
 --enable-auto-var-init=zero \
 --with-service-user=pdns-recursor \
---with-service-group=pdns-recursor
+--with-service-group=pdns-recursor \
+--with-libcrypto=/usr # workaround for 
https://github.com/PowerDNS/pdns/issues/14084
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/powerdns-recursor/-/commit/bd9864297e69f49797b1fea831781f8335b64dbc

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




[Git][archlinux/packaging/packages/powerdns-recursor] Pushed new tag 5.0.5-1

2024-05-14 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new tag 5.0.5-1 at Arch Linux / Packaging / Packages / 
powerdns-recursor

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




[Git][archlinux/packaging/packages/libsecp256k1] Pushed new tag 1-0.5.0-1

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


Christian Heusel pushed new tag 1-0.5.0-1 at Arch Linux / Packaging / Packages 
/ libsecp256k1

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




[Git][archlinux/packaging/packages/libsecp256k1][main] upgpkg: 1:0.5.0-1

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


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


Commits:
24a77fd5 by Christian Heusel at 2024-05-14T11:30:56+02:00
upgpkg: 1:0.5.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = libsecp256k1
+   pkgdesc = Optimized C library for EC operations on curve secp256k1
+   pkgver = 0.5.0
+   pkgrel = 1
+   epoch = 1
+   url = https://github.com/bitcoin-core/secp256k1
+   arch = x86_64
+   license = MIT
+   makedepends = git
+   depends = glibc
+   provides = libsecp256k1.so
+   source = 
git+https://github.com/bitcoin-core/secp256k1.git?signed#tag=v0.5.0
+   validpgpkeys = 09E03F871092E40E106E902B33BC86AB80FF5516
+   validpgpkeys = 133EAC179436F14A5CF1B794860FEB804E669320
+   sha256sums = 
7b0828a5c95a83b66884fb534b3441dfb8ae9df18fc0ebe32f1ee5ee3e698cab
+
+pkgname = libsecp256k1


=
PKGBUILD
=
@@ -3,9 +3,8 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=libsecp256k1
-_commit=7fea0055b88a8f1500326978ed1e239fa49256ea # git rev-parse v${pkgver}
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
 epoch=1
 pkgdesc="Optimized C library for EC operations on curve secp256k1"
 arch=(x86_64)
@@ -14,8 +13,8 @@ license=(MIT)
 depends=(glibc)
 makedepends=(git)
 provides=(libsecp256k1.so)
-source=(git+https://github.com/bitcoin-core/secp256k1.git?signed#tag=${_commit})
-sha256sums=('SKIP')
+source=(git+https://github.com/bitcoin-core/secp256k1.git?signed#tag=v${pkgver})
+sha256sums=('7b0828a5c95a83b66884fb534b3441dfb8ae9df18fc0ebe32f1ee5ee3e698cab')
 validpgpkeys=('09E03F871092E40E106E902B33BC86AB80FF5516' # Tim Ruffing
   '133EAC179436F14A5CF1B794860FEB804E669320' # Pieter Wuille
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecp256k1/-/commit/24a77fd5da8b940b5752f5344d2b3f9dceced633

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




[Git][archlinux/packaging/packages/tracexec][main] upgpkg: 0.2.0-1: upstream release

2024-05-14 Thread @orhun


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


Commits:
261bc0e1 by Orhun Parmaksız at 2024-05-14T11:39:04+03:00
upgpkg: 0.2.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tracexec
pkgdesc = A small utility for tracing execve{,at} and pre-exec behavior
-   pkgver = 0.1.0
-   pkgrel = 2
+   pkgver = 0.2.0
+   pkgrel = 1
url = https://github.com/kxxt/tracexec
arch = x86_64
license = GPL-2.0-or-later
@@ -9,7 +9,7 @@ pkgbase = tracexec
makedepends = cargo-about
makedepends = git
depends = gcc-libs
-   source = 
tracexec-0.1.0::git+https://github.com/kxxt/tracexec.git#tag=v0.1.0
-   b2sums = 
8625c4ebaaf346585342bbab8c99917112b3f2de1caf884730efc552c3e3af4b119b687e5ceef136ad0890bec2e1b4657c7c97c596438b17355826f08215
+   source = 
tracexec-0.2.0::git+https://github.com/kxxt/tracexec.git#tag=v0.2.0
+   b2sums = 
16db35b047d642b31da164ed910306d13cbb24c2798767e5408cecf487ec0d1e5d2cfe92b2085a4d72bec163d9a941de53690c9e6445b847f87450c4bcde2d7b
 
 pkgname = tracexec


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: kxxt 
 
 pkgname=tracexec
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="A small utility for tracing execve{,at} and pre-exec behavior"
 arch=('x86_64')
 url="https://github.com/kxxt/tracexec;
@@ -11,7 +11,7 @@ license=('GPL-2.0-or-later')
 depends=('gcc-libs')
 makedepends=('cargo' 'cargo-about' 'git')
 
source=("$pkgname-$pkgver::git+https://github.com/kxxt/tracexec.git#tag=v$pkgver;)
-b2sums=('8625c4ebaaf346585342bbab8c99917112b3f2de1caf884730efc552c3e3af4b119b687e5ceef136ad0890bec2e1b4657c7c97c596438b17355826f08215')
+b2sums=('16db35b047d642b31da164ed910306d13cbb24c2798767e5408cecf487ec0d1e5d2cfe92b2085a4d72bec163d9a941de53690c9e6445b847f87450c4bcde2d7b')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tracexec/-/commit/261bc0e153b635753b8475aabe2004932ee0d2f1

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




[Git][archlinux/packaging/packages/tracexec] Pushed new tag 0.2.0-1

2024-05-14 Thread @orhun


Orhun Parmaksız pushed new tag 0.2.0-1 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.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.0.2-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)


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


Commits:
813444e6 by Robin Candau at 2024-05-14T09:06:13+02:00
upgpkg: 4.0.2-1: New upstream release
https://github.com/nicolargo/glances/releases/tag/v4.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = glances
pkgdesc = CLI curses-based monitoring tool
-   pkgver = 4.0.1
+   pkgver = 4.0.2
pkgrel = 1
url = https://nicolargo.github.io/glances/
arch = any
@@ -14,8 +14,11 @@ pkgbase = glances
depends = python-future
depends = python-defusedxml
depends = python-ujson
+   depends = python-pydantic
+   depends = python-packaging
optdepends = hddtemp: HDD temperature monitoring support
optdepends = uvicorn: for WebUI / RestFull API
+   optdepends = python-jinja: for WebUI / RestFull API
optdepends = python-fastapi: for WebUI / RestFull API
optdepends = python-docker: for the Docker monitoring support
optdepends = python-matplotlib: for graphical/chart support
@@ -23,11 +26,11 @@ pkgbase = glances
optdepends = python-zeroconf: for the autodiscover mode
optdepends = python-pystache: templating engine
optdepends = python-prometheus_client: for the Prometheus export module
-   source = 
glances-4.0.1-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.1.tar.gz
+   source = 
glances-4.0.2-1.tar.gz::https://github.com/nicolargo/glances/archive/v4.0.2.tar.gz
source = glances.service
-   sha512sums = 
ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75
+   sha512sums = 
e4aac4190b27ad19f4688325b85e0d727441cde4e98de6127b4d831e4dc34b68756a9748ff9fc9264dc4b932734d8b6deb14f0b8e42a6f6b61e276e801d22eec
sha512sums = 
49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
-   b2sums = 
24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b
+   b2sums = 
c6925070ef808af3d88c47b431e39f75a0267a5bcf6ca186dcadd2f21b4e41b584149b76b70753080877914443cd474d453dc533845592b5b7f95173c6195f15
b2sums = 
ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017
 
 pkgname = glances


=
PKGBUILD
=
@@ -5,16 +5,17 @@
 # Contributor: Francois Boulogne 
 
 pkgname=glances
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://nicolargo.github.io/glances/'
 license=('LGPL-3.0-or-later')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson')
+depends=('python' 'python-psutil' 'python-future' 'python-defusedxml' 
'python-ujson' 'python-pydantic' 'python-packaging')
 optdepends=('hddtemp: HDD temperature monitoring support'
 'uvicorn: for WebUI / RestFull API'
+'python-jinja: for WebUI / RestFull API'
 'python-fastapi: for WebUI / RestFull API'
 'python-docker: for the Docker monitoring support'
 'python-matplotlib: for graphical/chart support'
@@ -24,9 +25,9 @@ optdepends=('hddtemp: HDD temperature monitoring support'
 'python-prometheus_client: for the Prometheus export module')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz;
 'glances.service')
-sha512sums=('ed8700fef142af170212c4c92bc9c2c818db94de41ad5eb35cc377a5bb067c6950908d2caac348ad9357f0ca6494fe011310b09147f37f86a9ae40355fbf6a75'
+sha512sums=('e4aac4190b27ad19f4688325b85e0d727441cde4e98de6127b4d831e4dc34b68756a9748ff9fc9264dc4b932734d8b6deb14f0b8e42a6f6b61e276e801d22eec'
 
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
-b2sums=('24d0ba707ba16b6b2944a87485b3a052360162b4ff9f42c22b2f74c5d7fbf46daad5ba2ad4203f1ecb157399c66fea27e4ad3b2b52179b6a688d1667c947421b'
+b2sums=('c6925070ef808af3d88c47b431e39f75a0267a5bcf6ca186dcadd2f21b4e41b584149b76b70753080877914443cd474d453dc533845592b5b7f95173c6195f15'
 
'ecc44f8c06b1e8624cec92e41422a65d11e024b9fc23bae09b4e52fbedeb172a5034e5b612bbff7ba93d45189fb25eda0d54bc47b22b7f3f0acba984391e4017')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/commit/813444e60c554135cc9391cf6918ef53afecf4fc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 

[Git][archlinux/packaging/packages/glances] Pushed new tag 4.0.2-1

2024-05-14 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 4.0.2-1 at Arch Linux / Packaging / Packages / 
glances

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




[Git][archlinux/packaging/packages/mod_dnssd][main] Run autoreconf instead of custom script

2024-05-14 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mod_dnssd


Commits:
9e1044db by Balló György at 2024-05-14T08:34:48+02:00
Run autoreconf instead of custom script

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -21,7 +21,7 @@ prepare() {
   # Fix build
   git cherry-pick -n be2fb9f6158f800685de7a1bc01c39b6cf1fa12c
 
-  NOCONFIGURE=1 ./bootstrap.sh
+  autoreconf -fi
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/rssguard][main] upgpkg: 4.7.0-1: Update to 4.7.0

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


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


Commits:
09b78615 by Antonio Rojas at 2024-05-14T08:32:28+02:00
upgpkg: 4.7.0-1: Update to 4.7.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,17 @@
 pkgbase = rssguard
pkgdesc = Simple (yet powerful) Qt feed reader
-   pkgver = 4.6.6
+   pkgver = 4.7.0
pkgrel = 1
url = https://github.com/martinrotter/rssguard
arch = x86_64
-   license = GPL3
+   license = GPL-3.0-only
makedepends = cmake
-   makedepends = mpv
-   makedepends = qt6-5compat
-   makedepends = qt6-multimedia
+   makedepends = git
makedepends = qt6-tools
makedepends = qt6-webengine
depends = gcc-libs
depends = glibc
+   depends = libglvnd
depends = mpv
depends = qt6-5compat
depends = qt6-base
@@ -21,12 +20,13 @@ pkgbase = rssguard
depends = sqlite
optdepends = clang: Support for beautification of message filter scripts
optdepends = mariadb-libs: Support for MariaDB-based data storage
-   source = 
https://github.com/martinrotter/rssguard/archive/4.6.6/rssguard-4.6.6.tar.gz
-   sha256sums = 
c3d9fddafe76ab26c8a2a371b6cca73150b38520d1c8fc191ea53c71c20a99b0
+   source = git+https://github.com/martinrotter/rssguard#tag=4.7.0
+   sha256sums = 
c57646ceb4bf10b05af4101eadb78b8ca7170eb92e23a49a7a9c41db3cd3fd3b
 
 pkgname = rssguard
depends = gcc-libs
depends = glibc
+   depends = libglvnd
depends = mpv
depends = qt6-5compat
depends = qt6-base
@@ -37,6 +37,6 @@ pkgname = rssguard
 
 pkgname = rssguard-lite
pkgdesc = Simple (yet powerful) Qt feed reader without WebEngine support
-   provides = rssguard=4.6.6
+   provides = rssguard=4.7.0
conflicts = rssguard
replaces = rssguard-nowebengine


=
PKGBUILD
=
@@ -6,14 +6,15 @@
 
 pkgbase=rssguard
 pkgname=(rssguard{,-lite})
-pkgver=4.6.6
+pkgver=4.7.0
 pkgrel=1
 pkgdesc='Simple (yet powerful) Qt feed reader'
 arch=(x86_64)
 url='https://github.com/martinrotter/rssguard'
-license=(GPL3)
+license=(GPL-3.0-only)
 depends=(gcc-libs
  glibc
+ libglvnd
  mpv
  qt6-5compat
  qt6-base
@@ -21,23 +22,21 @@ depends=(gcc-libs
  qt6-multimedia
  sqlite)
 makedepends=(cmake
- mpv
- qt6-5compat
- qt6-multimedia
+ git
  qt6-tools
  qt6-webengine)
 optdepends=('clang: Support for beautification of message filter scripts'
 'mariadb-libs: Support for MariaDB-based data storage')
-source=(https://github.com/martinrotter/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('c3d9fddafe76ab26c8a2a371b6cca73150b38520d1c8fc191ea53c71c20a99b0')
+source=(git+https://github.com/martinrotter/rssguard#tag=$pkgver)
+sha256sums=('c57646ceb4bf10b05af4101eadb78b8ca7170eb92e23a49a7a9c41db3cd3fd3b')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_WITH_QT6=ON
   cmake --build build
 
-  cmake -B build-lite -S $pkgname-$pkgver \
+  cmake -B build-lite -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_WITH_QT6=ON \
 -DNO_LITE=OFF



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/09b7861598cadfd68717b1696739c30e34d84c75

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




[Git][archlinux/packaging/packages/rssguard] Pushed new tag 4.7.0-1

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


Antonio Rojas pushed new tag 4.7.0-1 at Arch Linux / Packaging / Packages / 
rssguard

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




  1   2   >