[Git][archlinux/packaging/packages/dtkcommon] Pushed new tag 5.6.27-1

2024-04-27 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 5.6.27-1 at Arch Linux / Packaging / Packages / 
dtkcommon

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




[Git][archlinux/packaging/packages/dtkcommon][main] upgpkg: 5.6.27-1

2024-04-27 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkcommon


Commits:
b3728a32 by Felix Yan at 2024-04-28T04:43:47+00:00
upgpkg: 5.6.27-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,15 @@
 pkgbase = dtkcommon
pkgdesc = DTK common files
-   pkgver = 5.6.26
+   pkgver = 5.6.27
pkgrel = 1
url = https://github.com/linuxdeepin/dtkcommon
arch = any
license = LGPL3
+   makedepends = git
makedepends = cmake
makedepends = ninja
depends = dconf
-   source = 
https://github.com/linuxdeepin/dtkcommon/archive/5.6.26/dtkcommon-5.6.26.tar.gz
-   sha512sums = 
90bed6e1ff867b4c3751ec5a1574f73d6e55b1ed3969a6737a12ab404841244318952c0c4654cbcc0eba9b9d0a91a9a575f1acc4e98b516554c077d694d816dd
+   source = git+https://github.com/linuxdeepin/dtkcommon.git#tag=5.6.27
+   sha512sums = 
f964a0287bb52973f01e1cd25e8a19712d74cb4e85450a25cc2b84d9ad17daccdf766bbd5f96c49fab99b9c6acf862091ef6213f31b3373c0ed46f7e1dd5b86e
 
 pkgname = dtkcommon


=
PKGBUILD
=
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan 
 
 pkgname=dtkcommon
-pkgver=5.6.26
+pkgver=5.6.27
 pkgrel=1
 pkgdesc='DTK common files'
 arch=('any')
 url="https://github.com/linuxdeepin/dtkcommon;
 license=('LGPL3')
 depends=('dconf')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/linuxdeepin/dtkcommon/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('90bed6e1ff867b4c3751ec5a1574f73d6e55b1ed3969a6737a12ab404841244318952c0c4654cbcc0eba9b9d0a91a9a575f1acc4e98b516554c077d694d816dd')
+makedepends=('git' 'cmake' 'ninja')
+source=("git+https://github.com/linuxdeepin/dtkcommon.git#tag=$pkgver;)
+sha512sums=('f964a0287bb52973f01e1cd25e8a19712d74cb4e85450a25cc2b84d9ad17daccdf766bbd5f96c49fab99b9c6acf862091ef6213f31b3373c0ed46f7e1dd5b86e')
 
 build() {
-  cd dtkcommon-$pkgver
+  cd dtkcommon
   cmake . -GNinja \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
 -DCMAKE_INSTALL_PREFIX=/usr  \
@@ -22,6 +22,6 @@ build() {
 }
 
 package() {
-  cd dtkcommon-$pkgver
+  cd dtkcommon
   DESTDIR="$pkgdir" ninja install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dtkcommon/-/commit/b3728a32f2a2c983439630424c03a6ad60d8

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




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

2024-04-27 Thread @orhun


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


Commits:
925a9397 by Orhun Parmaksız at 2024-04-28T04:40:49+03:00
upgpkg: 1.0.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = slumber
pkgdesc = Terminal-based REST client
-   pkgver = 1.0.0
+   pkgver = 1.0.1
pkgrel = 1
url = https://github.com/LucasPickering/slumber
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = slumber
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
slumber-1.0.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v1.0.0.tar.gz
-   sha256sums = 
ea25cd592c37b902525edac72700fc298f0f48a1eb3e332656034147adcc993b
+   source = 
slumber-1.0.1.tar.gz::https://github.com/LucasPickering/slumber/archive/v1.0.1.tar.gz
+   sha256sums = 
e9c281c300c5afe37dcd84e85931c45b334861ebd45f9a7e5f31c5309a1a9447
 
 pkgname = slumber


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



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

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




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

2024-04-27 Thread @orhun


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

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




[Git][archlinux/packaging/packages/ipython] Pushed new tag 8.24.0-1

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


Daniel M. Capella pushed new tag 8.24.0-1 at Arch Linux / Packaging / Packages 
/ ipython

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




[Git][archlinux/packaging/packages/ipython][main] upgpkg: 8.24.0-1

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


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


Commits:
0003e128 by Daniel M. Capella at 2024-04-27T20:51:40-04:00
upgpkg: 8.24.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ipython
pkgdesc = Enhanced Interactive Python shell
-   pkgver = 8.22.2
-   pkgrel = 2
+   pkgver = 8.24.0
+   pkgrel = 1
url = https://ipython.org
arch = any
license = BSD-3-Clause
@@ -36,10 +36,10 @@ pkgbase = ipython
optdepends = python-black: to auto format with Black
optdepends = python-pickleshare: for the ip.db database
optdepends = yapf: to auto format with YAPF
-   source = git+https://github.com/ipython/ipython.git#tag=8.22.2?signed
+   source = git+https://github.com/ipython/ipython.git#tag=8.24.0?signed
source = 
IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png
validpgpkeys = 99B17F64FD5C94692E9EF8064968B2CC0208DCC8
-   b2sums = 
1a0e79c3eb826f61d251d4d7eedc6b941441c6bca8996542f3fdcbf8e2ca4f812a2d3b0400769f470c141f17a30f19374ffa0189e7f7a8bd0e5ea38bf5087966
+   b2sums = 
8d34732f3a603b9f4142059748e33e4cf9281a0a3fd7e07f04594884b62402dc03dd825dc060d2b430ddcc72e536b0fedffc83b0f404c394fcac9a6f0d26f9c1
b2sums = 
d445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2
 
 pkgname = ipython


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=ipython
-pkgver=8.22.2
-pkgrel=2
+pkgver=8.24.0
+pkgrel=1
 pkgdesc='Enhanced Interactive Python shell'
 arch=('any')
 url=https://ipython.org
@@ -55,7 +55,7 @@ source=(
   "git+https://github.com/ipython/ipython.git#tag=$pkgver?signed;
   
'IPython-icon.png::https://www.packal.org/sites/default/files/public/styles/icon_large/public/workflow-files/nkeimipynbworkflow/icon/icon.png'
 )
-b2sums=('1a0e79c3eb826f61d251d4d7eedc6b941441c6bca8996542f3fdcbf8e2ca4f812a2d3b0400769f470c141f17a30f19374ffa0189e7f7a8bd0e5ea38bf5087966'
+b2sums=('8d34732f3a603b9f4142059748e33e4cf9281a0a3fd7e07f04594884b62402dc03dd825dc060d2b430ddcc72e536b0fedffc83b0f404c394fcac9a6f0d26f9c1'
 
'd445e2bc7a037db8715ea103611720e965987e155c32e445b0ef783e519fca8a0301b16c5763fd9a5d8d169c3b0d7b4db6c0bd0f9772842258b135dcb1d6d5a2')
 validpgpkeys=('99B17F64FD5C94692E9EF8064968B2CC0208DCC8') # Matthias 
Bussonnier 
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/0003e128379919257556345e56e4164fc3276aab

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ipython/-/commit/0003e128379919257556345e56e4164fc3276aab
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-1

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


Daniel M. Capella pushed new tag 1-8.1.2-1 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-1
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-1

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


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


Commits:
4c50b680 by Daniel M. Capella at 2024-04-27T20:36:07-04:00
upgpkg: 1:8.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
-   pkgver = 8.1.1
-   pkgrel = 3
+   pkgver = 8.1.2
+   pkgrel = 1
epoch = 1
url = https://pytest.org/
arch = any
@@ -9,7 +9,6 @@ pkgbase = python-pytest
checkdepends = python-argcomplete
checkdepends = python-attrs
checkdepends = python-hypothesis
-   checkdepends = python-nose
checkdepends = python-pygments
checkdepends = python-requests
checkdepends = python-xmlschema
@@ -31,7 +30,7 @@ pkgbase = python-pytest
depends = python-iniconfig
depends = python-packaging
depends = python-pluggy
-   source = git+https://github.com/pytest-dev/pytest.git#tag=8.1.1
-   b2sums = 
4a06c96558620aa15681052ce67a06921f65aa5cd6e064545b0472f1264d4cbd1e73ed39f38d293053816d9c7d1e175de542b2d5e7f748d8be7e6ddb92f4ec88
+   source = git+https://github.com/pytest-dev/pytest.git#tag=8.1.2
+   b2sums = 
74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd
 
 pkgname = python-pytest


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 
 pkgname=python-pytest
 _name=${pkgname#python-}
-pkgver=8.1.1
-pkgrel=3
+pkgver=8.1.2
+pkgrel=1
 epoch=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
-license=('MIT')
 url="https://pytest.org/;
+license=('MIT')
 depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
 makedepends=(
   'git'
@@ -24,7 +24,6 @@ checkdepends=(
   'python-argcomplete'
   'python-attrs'
   'python-hypothesis'
-  'python-nose'
   'python-pygments'
   'python-requests'
   'python-xmlschema'
@@ -40,7 +39,7 @@ checkdepends=(
   'python-twisted'
 )
 source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver;)
-b2sums=('4a06c96558620aa15681052ce67a06921f65aa5cd6e064545b0472f1264d4cbd1e73ed39f38d293053816d9c7d1e175de542b2d5e7f748d8be7e6ddb92f4ec88')
+b2sums=('74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd')
 
 build() {
   cd "$_name"



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

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




[Git][archlinux/packaging/packages/linux-hardened][main] upgpkg: 6.8.8.hardened1-1

2024-04-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
linux-hardened


Commits:
9dbe632d by Levente Polyak at 2024-04-28T02:10:19+02:00
upgpkg: 6.8.8.hardened1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-hardened
pkgdesc = Security-Hardened Linux
-   pkgver = 6.8.7.hardened1
-   pkgrel = 3
+   pkgver = 6.8.8.hardened1
+   pkgrel = 1
url = https://github.com/anthraxx/linux-hardened
arch = x86_64
license = GPL-2.0-only
@@ -21,26 +21,26 @@ pkgbase = linux-hardened
makedepends = texlive-latexextra
options = !debug
options = !strip
-   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.sign
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.7-hardened1/linux-hardened-6.8.7-hardened1.patch
-   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.7-hardened1/linux-hardened-6.8.7-hardened1.patch.sig
+   source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.xz
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.8.tar.sign
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.8-hardened1/linux-hardened-6.8.8-hardened1.patch
+   source = 
https://github.com/anthraxx/linux-hardened/releases/download/6.8.8-hardened1/linux-hardened-6.8.8-hardened1.patch.sig
source = config
source = 0006-docutils.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
-   sha256sums = 
291d1a1faf4e87b3b0ea9729080db887aafd1ff2fac1430ceca921e46bc22fae
+   sha256sums = 
1c4cdcb9d560fad1fb95db2cb8afbedc922f9ead848371fe40363b13f9f631ba
sha256sums = SKIP
-   sha256sums = 
9af1a4c9671b2627447d05b3c4d00abbd1b24b6aa9b5691a4dd3394b50b9a3f0
+   sha256sums = 
8c0da45e63ac7a45e95d10bb3bbcbd22d4cff36744fc5485553c636704f207cd
sha256sums = SKIP
-   sha256sums = 
a331e88264c5604cad58e5b5e28697014c85fbac9a816dec98c069a7336f5422
+   sha256sums = 
2b1e0c53c9608a073a0018df9c80038407352a9bcaca609084752303c4dbd132
sha256sums = 
9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38
-   b2sums = 
e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855
+   b2sums = 
3c04407c6875d1547c18024db7a020c450b332b10707c847208080819fa92624281fd9b628c1fefe7c16439f60d64dcc80010726a7d4320354b682ccaadb1f35
b2sums = SKIP
-   b2sums = 
a575cbb4042791c81d40ae2a8c43783ba656c7159a3ad6231a1acf5b21653b8b23afe7462f8502488ff3958f21ae0c4e9855111d206351f176c60b04ddcb8ddf
+   b2sums = 
279cb974467f9e28a30589a0c662caa23e345751a019860c60dc655c47af753cc52202d493e00249c152df9a35b1164bf0fb97e79c29baca8673c32ae304bd73
b2sums = SKIP
-   b2sums = 
57c639b8f7077ee6c1e8571237c3692091deed4962b7e7bb1921f813093c4302404b63974d68762cab4e08ce48afaabe65050d19cd81b84e21663077bd595a5a
+   b2sums = 
af644fa64e3e95fa1a6b2fd34e5a940349ff57c893f04e2ba10d1bc53da7e6e4c5135caa8c1f5df3d70e3db163ed167b809e2b4e2ad8507b9077450ad61fef13
b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
 
 pkgname = linux-hardened


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=6.8.7.hardened1
-pkgrel=3
+pkgver=6.8.8.hardened1
+pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)
@@ -46,17 +46,17 @@ validpgpkeys=(
   E240B57E2C4630BA768E2F26FC1B547C8D8172C8  # Levente Polyak
 )
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256sums=('291d1a1faf4e87b3b0ea9729080db887aafd1ff2fac1430ceca921e46bc22fae'
+sha256sums=('1c4cdcb9d560fad1fb95db2cb8afbedc922f9ead848371fe40363b13f9f631ba'
 'SKIP'
-'9af1a4c9671b2627447d05b3c4d00abbd1b24b6aa9b5691a4dd3394b50b9a3f0'
+'8c0da45e63ac7a45e95d10bb3bbcbd22d4cff36744fc5485553c636704f207cd'
 'SKIP'
-'a331e88264c5604cad58e5b5e28697014c85fbac9a816dec98c069a7336f5422'
+'2b1e0c53c9608a073a0018df9c80038407352a9bcaca609084752303c4dbd132'
 '9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38')
-b2sums=('e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855'

[Git][archlinux/packaging/packages/linux-hardened] Pushed new tag 6.8.8.hardened1-1

2024-04-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 6.8.8.hardened1-1 at Arch Linux / Packaging / 
Packages / linux-hardened

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




[Git][archlinux/packaging/packages/libgedit-tepl] Pushed new branch main

2024-04-27 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new branch main at Arch Linux / Packaging / Packages / 
libgedit-tepl

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




[Git][archlinux/packaging/packages/libgedit-tepl] Pushed new tag 6.10.0-1

2024-04-27 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 6.10.0-1 at Arch Linux / Packaging / Packages 
/ libgedit-tepl

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




[Git][archlinux/packaging/packages/python-mpv][main] upgpkg: 1.0.6-1

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


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


Commits:
8cab8e18 by Daniel M. Capella at 2024-04-27T17:31:06-04:00
upgpkg: 1.0.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-mpv
pkgdesc = Python interface to the awesome mpv media player
-   pkgver = 1.0.5
-   pkgrel = 2
+   pkgver = 1.0.6
+   pkgrel = 1
url = https://github.com/jaseg/python-mpv
arch = any
license = GPL
@@ -17,8 +17,8 @@ pkgbase = python-mpv
depends = mpv
depends = python
optdepends = python-pillow: for raw screenshot support
-   source = git+https://github.com/jaseg/python-mpv.git#tag=v1.0.5?signed
+   source = git+https://github.com/jaseg/python-mpv.git#tag=v1.0.6?signed
validpgpkeys = E36F75307F0A0EC2D145FF5CED7A208EEEC76F2D
-   b2sums = 
111b7dfcbdbd25df8f6e51aa9dd12fd8fa0a97db4cd8b67fd1ed8aeb97962693f738901562dc61d2eff108ef506d93e3e5bf27c594b6a5114348b15cc1898e49
+   b2sums = 
0b515a8f9d583826cc3720e382764235a18f9e1ca4ab1f686794fc88262bce4282665c72982ba23cba8806da4323534a93127b3d3775964e64c20990ac0d431b
 
 pkgname = python-mpv


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Ekin Dursun 
 
 pkgname=python-mpv
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='Python interface to the awesome mpv media player'
 arch=('any')
 url=https://github.com/jaseg/python-mpv
@@ -20,7 +20,7 @@ makedepends=(
 checkdepends=('python-pytest' 'python-pyvirtualdisplay' 'xorg-server-xvfb')
 optdepends=('python-pillow: for raw screenshot support')
 source=("git+$url.git#tag=v$pkgver?signed")
-b2sums=('111b7dfcbdbd25df8f6e51aa9dd12fd8fa0a97db4cd8b67fd1ed8aeb97962693f738901562dc61d2eff108ef506d93e3e5bf27c594b6a5114348b15cc1898e49')
+b2sums=('0b515a8f9d583826cc3720e382764235a18f9e1ca4ab1f686794fc88262bce4282665c72982ba23cba8806da4323534a93127b3d3775964e64c20990ac0d431b')
 validpgpkeys=('E36F75307F0A0EC2D145FF5CED7A208EEEC76F2D') # python-mpv Release 
Signing Key 
 
 build() {



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

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




[Git][archlinux/packaging/packages/python-mpv] Pushed new tag 1.0.6-1

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


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

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




[Git][archlinux/packaging/packages/android-tools][main] Add optdepends 'python'

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
android-tools


Commits:
82cb4f32 by Acid Xeon at 2024-04-27T21:27:11+00:00
Add optdepends python

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,6 +12,7 @@ url='http://tools.android.com/'
 license=(Apache MIT)
 depends=(libusb protobuf brotli zstd android-udev pcre2)
 makedepends=(gtest cmake go ninja git)
+optdepends=('python: {mk,unpack_,repack_}bootimg and mkdtboimg support')
 
source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
 sha256sums=('654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/82cb4f320e4e60620b765f84663e6ac2ae052527

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




[Git][archlinux/packaging/packages/android-tools][main] upgpkg: 35.0.1-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
android-tools


Commits:
5881f46c by Anatol Pomozov at 2024-04-27T14:24:39-07:00
upgpkg: 35.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = android-tools
pkgdesc = Android platform tools
-   pkgver = 34.0.5
+   pkgver = 35.0.1
pkgrel = 1
url = http://tools.android.com/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = android-tools
depends = zstd
depends = android-udev
depends = pcre2
-   source = 
https://github.com/nmeum/android-tools/releases/download/34.0.5/android-tools-34.0.5.tar.xz
-   sha256sums = 
fb09cff12cfb82acf42a8ebebbc0342671bfcd02117716368bdc73fdda60304a
+   source = 
https://github.com/nmeum/android-tools/releases/download/35.0.1/android-tools-35.0.1.tar.xz
+   sha256sums = 
654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9
 
 pkgname = android-tools


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=34.0.5
+pkgver=35.0.1
 _tag=${pkgver} # https://github.com/nmeum/android-tools sometimes carries 
extra patch version on top of the upstream versioning
 pkgrel=1
 pkgdesc='Android platform tools'
@@ -13,7 +13,7 @@ license=(Apache MIT)
 depends=(libusb protobuf brotli zstd android-udev pcre2)
 makedepends=(gtest cmake go ninja git)
 
source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
-sha256sums=('fb09cff12cfb82acf42a8ebebbc0342671bfcd02117716368bdc73fdda60304a')
+sha256sums=('654030c7f96d25d7224cd6861fac14a043cf1d3980f40288cdfbe219f94ffaf9')
 
 build() {
   cd android-tools-$_tag



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/android-tools/-/commit/5881f46cf479a54374d4f67fe25280b41eb74155

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




[Git][archlinux/packaging/packages/android-tools] Pushed new tag 35.0.1-1

2024-04-27 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 35.0.1-1 at Arch Linux / Packaging / Packages / 
android-tools

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




[Git][archlinux/packaging/packages/emacs][main] upgpkg: 29.3-3

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


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


Commits:
e575172e by Frederik Schwan at 2024-04-27T23:21:17+02:00
upgpkg: 29.3-3

rebuild due to tree-sitter ABI breakage

fixes #2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = emacs
pkgver = 29.3
-   pkgrel = 2
+   pkgrel = 3
url = https://www.gnu.org/software/emacs/emacs.html
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=emacs
 pkgname=(emacs emacs-nativecomp emacs-nox emacs-wayland)
 pkgver=29.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.gnu.org/software/emacs/emacs.html'
 license=('GPL3')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emacs/-/commit/e575172e1f88575ac87d41be1821a8f57589ef1e

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




[Git][archlinux/packaging/packages/emacs] Pushed new tag 29.3-3

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


Frederik Schwan pushed new tag 29.3-3 at Arch Linux / Packaging / Packages / 
emacs

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




[Git][archlinux/packaging/packages/iniparser][main] upgpkg: 4.2-1: new upstream release

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


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


Commits:
7b2a3da5 by Christian Hesse at 2024-04-27T23:11:49+02:00
upgpkg: 4.2-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = iniparser
pkgdesc = A free stand-alone ini file parsing library written in 
portable ANSI C
-   pkgver = 4.1
-   pkgrel = 5
+   pkgver = 4.2
+   pkgrel = 1
url = https://github.com/ndevilla/iniparser
arch = x86_64
license = MIT
makedepends = chrpath
depends = glibc
provides = libiniparser.so
-   source = 
iniparser-4.1.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.1.tar.gz
-   md5sums = e43b722c71b399ab17c329c04dbdf1d7
-   sha256sums = 
960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae
+   source = 
iniparser-4.2.tar.gz::https://github.com/ndevilla/iniparser/archive/v4.2.tar.gz
+   md5sums = f52458ace1466c5798c47aa3e7a9b949
+   sha256sums = 
dbcbaf3aedb4f88a9fc0df4b315737ddd10e6c37918e3d89f0ecc475333bde4d
 
 pkgname = iniparser


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=iniparser
-pkgver=4.1
-pkgrel=5
+pkgver=4.2
+pkgrel=1
 pkgdesc='A free stand-alone ini file parsing library written in portable ANSI 
C'
 arch=('x86_64')
 url='https://github.com/ndevilla/iniparser'
@@ -13,8 +13,8 @@ depends=('glibc')
 provides=('libiniparser.so')
 makedepends=('chrpath')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ndevilla/iniparser/archive/v${pkgver}.tar.gz;)
-md5sums=('e43b722c71b399ab17c329c04dbdf1d7')
-sha256sums=('960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae')
+md5sums=('f52458ace1466c5798c47aa3e7a9b949')
+sha256sums=('dbcbaf3aedb4f88a9fc0df4b315737ddd10e6c37918e3d89f0ecc475333bde4d')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/iniparser] Pushed new tag 4.2-1

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


Christian Hesse pushed new tag 4.2-1 at Arch Linux / Packaging / Packages / 
iniparser

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




[Git][archlinux/packaging/packages/python-minidb][main] upgpkg: 2.0.8-1

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


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


Commits:
2a0726e8 by Daniel M. Capella at 2024-04-27T17:03:05-04:00
upgpkg: 2.0.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-minidb
pkgdesc = Simple SQLite3 store for Python objects
-   pkgver = 2.0.7
-   pkgrel = 3
+   pkgver = 2.0.8
+   pkgrel = 1
url = https://thp.io/2010/minidb/
arch = any
license = ISC
@@ -12,7 +12,7 @@ pkgbase = python-minidb
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   source = git+https://github.com/thp/minidb.git#tag=2.0.7
-   b2sums = 
7691065adfc28ae0dd2c10671560b4c3494374f654b5a707eac8fa845a80a5c9c91b3caf8c89e719f2133db84b79d143f4f63127c1d17ab826f9410153975491
+   source = git+https://github.com/thp/minidb.git#tag=2.0.8
+   b2sums = 
23f267bc4cd775206f1df577f1b996380d174d14e68766ae87ca681781b85af0cbc167f06a92f48db0bc5ddd6d6eedb2ef921a1dea2ab9b2694181133c40aeae
 
 pkgname = python-minidb


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=python-minidb
 _name=${pkgname#python-}
-pkgver=2.0.7
-pkgrel=3
+pkgver=2.0.8
+pkgrel=1
 pkgdesc='Simple SQLite3 store for Python objects'
 arch=('any')
 url=https://thp.io/2010/minidb/
@@ -19,7 +19,7 @@ makedepends=(
 )
 checkdepends=('python-pytest')
 source=("git+https://github.com/thp/minidb.git#tag=$pkgver;)
-b2sums=('7691065adfc28ae0dd2c10671560b4c3494374f654b5a707eac8fa845a80a5c9c91b3caf8c89e719f2133db84b79d143f4f63127c1d17ab826f9410153975491')
+b2sums=('23f267bc4cd775206f1df577f1b996380d174d14e68766ae87ca681781b85af0cbc167f06a92f48db0bc5ddd6d6eedb2ef921a1dea2ab9b2694181133c40aeae')
 
 build() {
   cd "$_name"
@@ -28,9 +28,7 @@ build() {
 
 check() {
   cd "$_name"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  PYTHONPATH="$PWD" pytest
 }
 
 package() {



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

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




[Git][archlinux/packaging/packages/python-minidb] Pushed new tag 2.0.8-1

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


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

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




[Git][archlinux/packaging/packages/libgedit-gfls] Pushed new branch main

2024-04-27 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new branch main at Arch Linux / Packaging / Packages / 
libgedit-gfls

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




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

2024-04-27 Thread Fabian Bornschein (@fabiscafe)


Fabian Bornschein pushed new tag 1-0.1.0-1 at Arch Linux / Packaging / Packages 
/ libgedit-gfls

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




[Git][archlinux/packaging/packages/gdal][main] upgpkg: 3.8.5-3: arrow 16.0.0 rebuild

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


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


Commits:
9ea937df by Antonio Rojas at 2024-04-27T22:14:08+02:00
upgpkg: 3.8.5-3: arrow 16.0.0 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data 
formats
pkgver = 3.8.5
-   pkgrel = 2
+   pkgrel = 3
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal)
 pkgver=3.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster and vector geospatial data formats"
 arch=(x86_64)
 url="https://gdal.org/;



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

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




[Git][archlinux/packaging/packages/gdal] Pushed new tag 3.8.5-3

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


Antonio Rojas pushed new tag 3.8.5-3 at Arch Linux / Packaging / Packages / gdal

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




[Git][archlinux/packaging/packages/paraview] Pushed new tag 5.12.0-6

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


Antonio Rojas pushed new tag 5.12.0-6 at Arch Linux / Packaging / Packages / 
paraview

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




[Git][archlinux/packaging/packages/paraview][main] upgpkg: 5.12.0-6: adios2 2.10 rebuild

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


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


Commits:
08990603 by Antonio Rojas at 2024-04-27T22:05:53+02:00
upgpkg: 5.12.0-6: adios2 2.10 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = paraview
pkgdesc = Parallel Visualization application using VTK (openmpi version)
pkgver = 5.12.0
-   pkgrel = 5
+   pkgrel = 6
url = https://www.paraview.org
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -8,7 +8,7 @@ _mpi=openmpi
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.12.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=(x86_64)
 url="https://www.paraview.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/paraview/-/commit/089906032088f7838f046f8620ff871e00c7388a

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




[Git][archlinux/packaging/packages/python-pyarrow][main] upgpkg: 16.0.0-1: Update to 16.0.0

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


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


Commits:
efb990ad by Antonio Rojas at 2024-04-27T22:05:49+02:00
upgpkg: 16.0.0-1: Update to 16.0.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyarrow
pkgdesc = Columnar in-memory analytics layer for big data — Python 
module.
-   pkgver = 15.0.2
-   pkgrel = 2
+   pkgver = 16.0.0
+   pkgrel = 1
url = https://arrow.apache.org
arch = x86_64
license = Apache
@@ -27,13 +27,13 @@ pkgbase = python-pyarrow
optdepends = python-cffi: interact with C code
optdepends = python-pandas: Pandas integration
optdepends = python-fsspec: Filesystem Spec support
-   source = 
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz
-   source = 
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz.asc
+   source = 
https://archive.apache.org/dist/arrow/arrow-16.0.0/apache-arrow-16.0.0.tar.gz
+   source = 
https://archive.apache.org/dist/arrow/arrow-16.0.0/apache-arrow-16.0.0.tar.gz.asc
source = git+https://github.com/apache/arrow-testing.git
validpgpkeys = 265F80AB84FE03127E14F01125BCCA5220D84079
validpgpkeys = 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
validpgpkeys = AF6AADA4C9835B75973FF5DA275C532289DD0F4A
-   sha512sums = 
6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78
+   sha512sums = 
773f4f3eef603032c8ba0cfdc023bfd2a24bb5e41c82da354a22d7854ab153294ede1f4782cc32b27451cf1b58303f105bac61ceeb3568faea747b93e21d79e4
sha512sums = SKIP
sha512sums = SKIP
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 _pkg=arrow
 _pkgname=pyarrow
 pkgname=python-${_pkgname}
-pkgver=15.0.2
-pkgrel=2
+pkgver=16.0.0
+pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data — Python module."
 arch=(x86_64)
 url="https://arrow.apache.org;
@@ -21,7 +21,7 @@ source=(
   
https://archive.apache.org/dist/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
   git+https://github.com/apache/arrow-testing.git
 )
-sha512sums=('6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78'
+sha512sums=('773f4f3eef603032c8ba0cfdc023bfd2a24bb5e41c82da354a22d7854ab153294ede1f4782cc32b27451cf1b58303f105bac61ceeb3568faea747b93e21d79e4'
 'SKIP'
 'SKIP')
 validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 



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

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




[Git][archlinux/packaging/packages/python-pyarrow] Pushed new tag 16.0.0-1

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


Antonio Rojas pushed new tag 16.0.0-1 at Arch Linux / Packaging / Packages / 
python-pyarrow

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




[Git][archlinux/packaging/packages/stylua][main] upgpkg: 0.20.0-3: Replace now deleted AUR bin package

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


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


Commits:
fc28f1b1 by Caleb Maclennan at 2024-04-27T22:51:51+03:00
upgpkg: 0.20.0-3: Replace now deleted AUR bin package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,14 @@
 pkgbase = stylua
pkgdesc = Code formatter for Lua
pkgver = 0.20.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/JohnnyMorganz/StyLua
arch = x86_64
license = MPL-2.0
makedepends = git
makedepends = rust
depends = gcc-libs
+   replaces = stylua-bin
source = git+https://github.com/JohnnyMorganz/StyLua.git#tag=v0.20.0
b2sums = 
e7b121c168ec5a8609acda7308776cf2851f1e88179e1c95a5d73048f0c768f6a5c6b92039beffaa3eaf4872ecbac5c33548160e0cd0aadbee5b66194473fd27
 


=
PKGBUILD
=
@@ -4,13 +4,14 @@
 _name=StyLua
 pkgname=stylua
 pkgver=0.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Code formatter for Lua'
 arch=('x86_64')
 url=https://github.com/JohnnyMorganz/StyLua
 license=('MPL-2.0')
 depends=('gcc-libs')
 makedepends=('git' 'rust')
+replaces=(stylua-bin)
 source=("git+$url.git#tag=v$pkgver")
 
b2sums=('e7b121c168ec5a8609acda7308776cf2851f1e88179e1c95a5d73048f0c768f6a5c6b92039beffaa3eaf4872ecbac5c33548160e0cd0aadbee5b66194473fd27')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stylua/-/commit/fc28f1b1942d448f5b05db2657dc5803e6e8f8fc

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




[Git][archlinux/packaging/packages/stylua] Pushed new tag 0.20.0-3

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


Caleb Maclennan pushed new tag 0.20.0-3 at Arch Linux / Packaging / Packages / 
stylua

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




[Git][archlinux/packaging/packages/typst][main] upgpkg: 1:0.11.0-3: Replace now deleted AUR bin package

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


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


Commits:
001ffbd4 by Caleb Maclennan at 2024-04-27T22:42:39+03:00
upgpkg: 1:0.11.0-3: Replace now deleted AUR bin package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = typst
pkgdesc = A markup-based typesetting system for the sciences
pkgver = 0.11.0
-   pkgrel = 2
+   pkgrel = 3
epoch = 1
url = https://typst.app
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = typst
depends = openssl
depends = libssl.so
depends = libcrypto.so
+   replaces = typst-bin
source = 
https://github.com/typst/typst/archive/v0.11.0/typst-0.11.0.tar.gz
sha256sums = 
fd8debe21d5d22d4cd6c823494537f1356c9954cc2fe6c5db8c76c1b126112dd
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=typst
 pkgver=0.11.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A markup-based typesetting system for the sciences'
 arch=(x86_64)
@@ -13,6 +13,7 @@ license=(Apache-2.0)
 depends=(gcc-libs # libgcc_s.so
  glibc # libc.so libm.so
  openssl libssl.so libcrypto.so)
+replaces=(typst-bin)
 makedepends=(cargo
  git)
 _archive="$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typst/-/commit/001ffbd47f8719dfec7f1a63838efbfe69fd4bee

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




[Git][archlinux/packaging/packages/typst] Pushed new tag 1-0.11.0-3

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


Caleb Maclennan pushed new tag 1-0.11.0-3 at Arch Linux / Packaging / Packages 
/ typst

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




[Git][archlinux/packaging/packages/tp_smapi-lts] Pushed new tag 0.44-27

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


Andreas Radke pushed new tag 0.44-27 at Arch Linux / Packaging / Packages / 
tp_smapi-lts

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




[Git][archlinux/packaging/packages/tp_smapi-lts][main] upgpkg: 0.44-27: kernel rebuild

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
tp_smapi-lts


Commits:
086857d0 by Andreas Radke at 2024-04-27T21:13:48+02:00
upgpkg: 0.44-27: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tp_smapi-lts
pkgdesc = Modules for ThinkPad's SMAPI functionality
pkgver = 0.44
-   pkgrel = 26
+   pkgrel = 27
url = https://github.com/evgeni/tp_smapi
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.44
-pkgrel=26
+pkgrel=27
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tp_smapi-lts/-/commit/086857d0e8c6b29213b3cb4a6269e09cc674ceb1

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




[Git][archlinux/packaging/packages/r8168-lts] Pushed new tag 8.053.00-3

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


Andreas Radke pushed new tag 8.053.00-3 at Arch Linux / Packaging / Packages / 
r8168-lts

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




[Git][archlinux/packaging/packages/r8168-lts][main] upgpkg: 8.053.00-3: kernel rebuild

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
r8168-lts


Commits:
3036a91e by Andreas Radke at 2024-04-27T21:13:01+02:00
upgpkg: 8.053.00-3: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = r8168-lts
pkgdesc = A kernel module for Realtek 8168 network cards for linux-lts
pkgver = 8.053.00
-   pkgrel = 2
+   pkgrel = 3
url = http://www.realtek.com.tw
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.053.00
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL-2.0-only")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168-lts/-/commit/3036a91e354cf60b348267041fbf9130ab7ee429

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




[Git][archlinux/packaging/packages/acpi_call-lts] Pushed new tag 1.2.2-186

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


Andreas Radke pushed new tag 1.2.2-186 at Arch Linux / Packaging / Packages / 
acpi_call-lts

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




[Git][archlinux/packaging/packages/acpi_call-lts][main] upgpkg: 1.2.2-186: kernel rebuild

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
acpi_call-lts


Commits:
5b5cd08f by Andreas Radke at 2024-04-27T21:12:06+02:00
upgpkg: 1.2.2-186: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = acpi_call-lts
pkgdesc = A linux kernel module that enables calls to ACPI methods 
through /proc/acpi/call
pkgver = 1.2.2
-   pkgrel = 185
+   pkgrel = 186
url = https://github.com/mkottman/acpi_call
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=185
+pkgrel=186
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi_call-lts/-/commit/5b5cd08fbd149751ccbb7974334a75ade8cb0862

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.76-3: kernel rebuild

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-lts


Commits:
3581dcd9 by Andreas Radke at 2024-04-27T21:11:21+02:00
upgpkg: 1:550.76-3: kernel rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nvidia-lts
pkgdesc = NVIDIA drivers for linux-lts
pkgver = 550.76
-   pkgrel = 2
+   pkgrel = 3
epoch = 1
url = https://www.nvidia.com/
arch = x86_64


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=550.76
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/commit/3581dcd927e365c6ad76f15e49c5fdb11684b3b5

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




[Git][archlinux/packaging/packages/nvidia-lts] Pushed new tag 1-550.76-3

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


Andreas Radke pushed new tag 1-550.76-3 at Arch Linux / Packaging / Packages / 
nvidia-lts

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




[Git][archlinux/packaging/packages/linux-lts][main] upgpkg: 6.6.29-1

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


Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
linux-lts


Commits:
29da3265 by Andreas Radke at 2024-04-27T21:03:55+02:00
upgpkg: 6.6.29-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- config


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-lts
pkgdesc = LTS Linux
-   pkgver = 6.6.28
-   pkgrel = 2
+   pkgver = 6.6.29
+   pkgrel = 1
url = https://www.kernel.org
arch = x86_64
makedepends = bc
@@ -18,8 +18,8 @@ pkgbase = linux-lts
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.28.tar.xz
-   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.28.tar.sign
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.29.tar.xz
+   source = 
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.29.tar.sign
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = 0002-skip-simpledrm-if-nvidia-drm.modeset=1-is.patch
source = 0003-Default-to-maximum-amount-of-ASLR-bits.patch
@@ -28,22 +28,22 @@ pkgbase = linux-lts
source = config
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
-   sha256sums = 
818716ed13e7dba6aaeae24e3073993e260812ed128d10272e94b922ee6d3394
+   sha256sums = 
7f26f74c08082c86b1daf866e4d49c5d8276cc1906a89d0e367e457ec167cbd0
sha256sums = SKIP
sha256sums = 
21195509fded29d0256abfce947b5a8ce336d0d3e192f3f8ea90bde9dd95a889
sha256sums = 
2f23be91455e529d16aa2bbf5f2c7fe3d10812749828fc752240c21b2b845849
sha256sums = 
6400a06e6eb3a24b650bc3b1bba9626622f132697987f718e7ed6a5b8c0317bc
sha256sums = 
17d8a31e96dfbf5225b12efc35dc757cc129d4d00741b9781b9cd24b1d57f2ab
sha256sums = 
9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38
-   sha256sums = 
0766963fa0ad0d66e7b712b5754f1654cde9477b0a428f5d721a357cb7d3bc11
-   b2sums = 
688c9b46f36a0ef8dedbfe27681878216e9b11faa05bb3f8a5f257d6536df2a3260c2ecac33d67b6b1a27dfb747a86ae8911a0bc2c6376f062fd04595e05b199
+   sha256sums = 
4b5e948449376e73cc87410e439db12c9858f674b74de27eb208b1c18baa51ff
+   b2sums = 
9f1d24bb15d4db821f744e270f6eb24db38944afaa7ebeaba000f13e9ec7d560497608ec6e8daaf234344a510bcf1282e95dfc904c2940db4b0970479ca7deff
b2sums = SKIP
b2sums = 
02a10396c92ab93124139fc3e37b1d4d8654227556d0d11486390da35dfc401ff5784ad86d0d2aa7eacac12bc451aa2ff138749748c7e24deadd040d5404734c
b2sums = 
5dc21a7a6f0b840e6a671dcf09a865e42f0e2c000d5e45d3f3202c02946a8ab2207858d0b2ef1004648b8c2963efb428298b263c8494be806dfc9b6af66d5413
b2sums = 
ba6ebe349b3757411364a9ba2deaa30a8d71a247d518c159385977c2b4782771bda4edfc96bd954808617c9ba984d832471b63c11f5bd6003369bfe4051df31f
b2sums = 
55a20d84c052c9de3e36514a36689238f970f7956e679a425efbff6ef668fbc56ea096ff2b000f3629ea8ec32cdbcbafc44acd27e4a9dffaa885237811ddc558
b2sums = 
0bb42a22c110f06a45e59a9adc194184a51ff97e5584d6ffabca0aa37e1e65ccaf44f43dc744eaa3861d6f6b00e299d4662bcf0c0d94478af9352b4c4f6b0ffd
-   b2sums = 
d8132552b5c51a360018b989182c60ccd403899249969a1c72eab90d9f66f4ab4dc4778a69cf8128570bd6d85c20faa848901e4add61fdc8a8700e18b6464ef7
+   b2sums = 
a5db4f15201c7402e19293878dcccbb581c369f85abe1107f90a6ebc0e2fa1a8e543a35ac445d7854697820c5f1c63aaa4b648e8c7731859442cf06575143e21
 
 pkgname = linux-lts
pkgdesc = The LTS Linux kernel and modules


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=6.6.28
-pkgrel=2
+pkgver=6.6.29
+pkgrel=1
 pkgdesc='LTS Linux'
 url='https://www.kernel.org'
 arch=(x86_64)
@@ -40,22 +40,22 @@ validpgpkeys=(
   647F28654894E3BD457199BE38DBBDC86092693E  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256sums=('818716ed13e7dba6aaeae24e3073993e260812ed128d10272e94b922ee6d3394'
+sha256sums=('7f26f74c08082c86b1daf866e4d49c5d8276cc1906a89d0e367e457ec167cbd0'
 'SKIP'
 '21195509fded29d0256abfce947b5a8ce336d0d3e192f3f8ea90bde9dd95a889'
 '2f23be91455e529d16aa2bbf5f2c7fe3d10812749828fc752240c21b2b845849'
 '6400a06e6eb3a24b650bc3b1bba9626622f132697987f718e7ed6a5b8c0317bc'
 '17d8a31e96dfbf5225b12efc35dc757cc129d4d00741b9781b9cd24b1d57f2ab'
 '9cb73cacbb3633f207d0c30e738cae9965adcd0b0eb5ecd60563fed1394c0f38'
-'0766963fa0ad0d66e7b712b5754f1654cde9477b0a428f5d721a357cb7d3bc11')
-b2sums=('688c9b46f36a0ef8dedbfe27681878216e9b11faa05bb3f8a5f257d6536df2a3260c2ecac33d67b6b1a27dfb747a86ae8911a0bc2c6376f062fd04595e05b199'
+'4b5e948449376e73cc87410e439db12c9858f674b74de27eb208b1c18baa51ff')

[Git][archlinux/packaging/packages/linux-lts] Pushed new tag 6.6.29-1

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


Andreas Radke pushed new tag 6.6.29-1 at Arch Linux / Packaging / Packages / 
linux-lts

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




[Git][archlinux/packaging/packages/arrow][main] upgpkg: 16.0.0-1: Update to 16.0.0

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


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


Commits:
3750c868 by Antonio Rojas at 2024-04-27T20:37:57+02:00
upgpkg: 16.0.0-1: Update to 16.0.0

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − glog-0.7.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = arrow
pkgdesc = Columnar in-memory analytics layer for big data.
-   pkgver = 15.0.2
+   pkgver = 16.0.0
pkgrel = 1
url = https://arrow.apache.org
arch = x86_64
@@ -30,20 +30,18 @@ pkgbase = arrow
depends = zstd
provides = parquet-cpp
conflicts = parquet-cpp
-   source = 
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz
-   source = 
https://archive.apache.org/dist/arrow/arrow-15.0.2/apache-arrow-15.0.2.tar.gz.asc
+   source = 
https://archive.apache.org/dist/arrow/arrow-16.0.0/apache-arrow-16.0.0.tar.gz
+   source = 
https://archive.apache.org/dist/arrow/arrow-16.0.0/apache-arrow-16.0.0.tar.gz.asc
source = git+https://github.com/apache/parquet-testing.git
source = git+https://github.com/apache/arrow-testing.git
source = lz4-cmake.patch
-   source = glog-0.7.patch
validpgpkeys = 265F80AB84FE03127E14F01125BCCA5220D84079
validpgpkeys = 08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
validpgpkeys = AF6AADA4C9835B75973FF5DA275C532289DD0F4A
-   sha512sums = 
6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78
+   sha512sums = 
773f4f3eef603032c8ba0cfdc023bfd2a24bb5e41c82da354a22d7854ab153294ede1f4782cc32b27451cf1b58303f105bac61ceeb3568faea747b93e21d79e4
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = 
35af7cafbc83f02ab7fb219accda890ca1c233b0393bd2e91c07f3673a5a34e41752c5db071ab61fcc9e7154fafaca1394dd481de7e03e06856864c4197c52d6
-   sha512sums = 
b73379dd2ecbd420dcec70b080aa3c780bf3e92ae284d64528885809f6fd1c10261460bc04deb04fff8cc55eb3ee069f25603a47c74f6581aea6c331248508ce
 
 pkgname = arrow


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel 
 
 pkgname=arrow
-pkgver=15.0.2
+pkgver=16.0.0
 pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data."
 arch=(x86_64)
@@ -16,22 +16,18 @@ makedepends=(boost clang cmake flatbuffers git gmock 
rapidjson xsimd)
 
source=(https://archive.apache.org/dist/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
 git+https://github.com/apache/parquet-testing.git
 git+https://github.com/apache/arrow-testing.git
-lz4-cmake.patch
-glog-0.7.patch)
-sha512sums=('6c83e3be1e5840c30387f088315b74aca8e7c2d060793af70a156effb496a71e3e6af0693188c0f46f8a4a061a263a47095912ef04a5dc8141abd59075b14c78'
+lz4-cmake.patch)
+sha512sums=('773f4f3eef603032c8ba0cfdc023bfd2a24bb5e41c82da354a22d7854ab153294ede1f4782cc32b27451cf1b58303f105bac61ceeb3568faea747b93e21d79e4'
 'SKIP'
 'SKIP'
 'SKIP'
-
'35af7cafbc83f02ab7fb219accda890ca1c233b0393bd2e91c07f3673a5a34e41752c5db071ab61fcc9e7154fafaca1394dd481de7e03e06856864c4197c52d6'
-
'b73379dd2ecbd420dcec70b080aa3c780bf3e92ae284d64528885809f6fd1c10261460bc04deb04fff8cc55eb3ee069f25603a47c74f6581aea6c331248508ce')
+
'35af7cafbc83f02ab7fb219accda890ca1c233b0393bd2e91c07f3673a5a34e41752c5db071ab61fcc9e7154fafaca1394dd481de7e03e06856864c4197c52d6')
 validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 
   08D3564B7C6A9CAFBFF6A66791D18FCF079F8007  # Kouhei Sutou 

   AF6AADA4C9835B75973FF5DA275C532289DD0F4A) # Raúl Cumplido 
Domínguez (CODE SIGNING KEY) 
 
 prepare() {
   patch -d apache-${pkgname}-${pkgver} -p1 < lz4-cmake.patch # Fix build when 
lz4 is built with cmake
-  rm apache-${pkgname}-${pkgver}/cpp/cmake_modules/FindGLOG.cmake # Use 
upstream glog cmake module, fixes build with 0.7
-  patch -d apache-${pkgname}-${pkgver} -p1 < glog-0.7.patch # Fix build with 
glog 0.7
 }
 
 build(){


=
glog-0.7.patch deleted
=
@@ -1,31 +0,0 @@
-diff --git a/cpp/src/arrow/util/logging.cc b/cpp/src/arrow/util/logging.cc
-index 9c68982a3..beedf1673 100644
 a/cpp/src/arrow/util/logging.cc
-+++ b/cpp/src/arrow/util/logging.cc
-@@ -114,7 +114,7 @@ static std::unique_ptr log_dir_;
- #ifdef ARROW_USE_GLOG
- 
- // Glog's severity map.
--static int GetMappedSeverity(ArrowLogLevel severity) {
-+static google::LogSeverity GetMappedSeverity(ArrowLogLevel severity) {
-   switch (severity) {
- case ArrowLogLevel::ARROW_DEBUG:
-   return google::GLOG_INFO;
-@@ -146,7 +146,7 @@ void ArrowLog::StartArrowLog(const std::string& app_name,
-   app_name_.reset(new 

[Git][archlinux/packaging/packages/arrow] Pushed new tag 16.0.0-1

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


Antonio Rojas pushed new tag 16.0.0-1 at Arch Linux / Packaging / Packages / 
arrow

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




[Git][archlinux/packaging/packages/rustic][main] upgpkg: 0.7.0-3: Replace now deleted AUR bin package

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


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


Commits:
363d6f1f by Caleb Maclennan at 2024-04-27T21:37:37+03:00
upgpkg: 0.7.0-3: Replace now deleted AUR bin package

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rustic
-   pkgdesc = Fast, encrypted, deduplicated backups powered by Rust
+   pkgdesc = Fast, encrypted, deduplicated backups powered by Rust (reads 
and writes restic repos)
pkgver = 0.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/rustic-rs/rustic
arch = x86_64
license = Apache-2.0
@@ -10,6 +10,7 @@ pkgbase = rustic
depends = gcc-libs
depends = glibc
replaces = rustic-rs
+   replaces = rustic-bin
options = !lto
source = 
https://github.com/rustic-rs/rustic/archive/v0.7.0/rustic-0.7.0.tar.gz
sha256sums = 
8fb1d80cc376a85f79d062bdc0e074e2f50e0b2e89c95907102100f0d277


=
PKGBUILD
=
@@ -3,15 +3,16 @@
 
 pkgname=rustic
 pkgver=0.7.0
-pkgrel=2
-pkgdesc='Fast, encrypted, deduplicated backups powered by Rust'
+pkgrel=3
+pkgdesc='Fast, encrypted, deduplicated backups powered by Rust (reads and 
writes restic repos)'
 arch=(x86_64)
 url="https://github.com/rustic-rs/$pkgname;
 license=(Apache-2.0 MIT)
 depends=(gcc-libs # libgcc_s.so
  glibc) # libc.so libm.so
 makedepends=(cargo)
-replaces=(rustic-rs)
+replaces=(rustic-rs
+  rustic-bin)
 options=(!lto)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/363d6f1fc5b8d8998eb950c695c5a6509cf91ecf

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




[Git][archlinux/packaging/packages/rustic] Pushed new tag 0.7.0-3

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


Caleb Maclennan pushed new tag 0.7.0-3 at Arch Linux / Packaging / Packages / 
rustic

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




[Git][archlinux/packaging/packages/vtk] Pushed new tag 9.3.0-13

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


Antonio Rojas pushed new tag 9.3.0-13 at Arch Linux / Packaging / Packages / vtk

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




[Git][archlinux/packaging/packages/vtk][main] upgpkg: 9.3.0-13: adios2 2.10 rebuild

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


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


Commits:
00185e1e by Antonio Rojas at 2024-04-27T20:37:07+02:00
upgpkg: 9.3.0-13: adios2 2.10 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vtk
pkgdesc = Software system for 3D computer graphics, image processing, 
and visualization
pkgver = 9.3.0
-   pkgrel = 12
+   pkgrel = 13
url = https://www.vtk.org
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgname=vtk
 # May need bootstrapping on upgrades due to circular vtk <-> opencascade 
dependency
 pkgver=9.3.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Software system for 3D computer graphics, image processing, and 
visualization"
 arch=(x86_64)
 url="https://www.vtk.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vtk/-/commit/00185e1e65cdb0d835d21cfb3ecc79e286020949

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




[Git][archlinux/packaging/packages/python-kivy] Pushed new tag 2.2.1-3

2024-04-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed new tag 2.2.1-3 at Arch Linux / Packaging / Packages / 
python-kivy

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




[Git][archlinux/packaging/packages/python-kivy][main] upgpkg: 2.2.1-3: remove LC_CTYPE from top level

2024-04-27 Thread Levente Polyak (@anthraxx)


Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
python-kivy


Commits:
1cbc9460 by Levente Polyak at 2024-04-27T20:19:34+02:00
upgpkg: 2.2.1-3: remove LC_CTYPE from top level

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-kivy
pkgdesc = A software library for rapid development of 
hardware-accelerated multitouch applications.
pkgver = 2.2.1
-   pkgrel = 2
+   pkgrel = 3
url = https://kivy.org/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-kivy
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
 arch=('x86_64')
 url="https://kivy.org/;
@@ -19,8 +19,6 @@ checkdepends=('python-pytest' 'python-pytest-benchmark' 
'python-coverage' 'pytho
 source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz;)
 
sha512sums=('64f517a10c5681a556954057f1ae35bfab9a71fb3808e395ae9a59a8fbe505260c554851f2a89db0cb1fee1bf0c8d8ae14d3cb72877b60b0d9ba7c9f9aacb227')
 
-export LC_CTYPE=en_US.UTF-8
-
 prepare() {
   cd Kivy-$pkgver
   # Do not use certifi



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kivy/-/commit/1cbc9460c247c52bad65ed1a2c381add37e73091

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




[Git][archlinux/packaging/packages/python-networkx] Pushed new tag 3.3-1

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


Antonio Rojas pushed new tag 3.3-1 at Arch Linux / Packaging / Packages / 
python-networkx

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




[Git][archlinux/packaging/packages/python-pydot][main] upgpkg: 2.0.0-1: Update to 2.0.0

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


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


Commits:
fca51f26 by Antonio Rojas at 2024-04-27T20:15:37+02:00
upgpkg: 2.0.0-1: Update to 2.0.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydot
pkgdesc = Python interface to Graphviz's Dot
-   pkgver = 1.4.2
-   pkgrel = 5
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://github.com/erocarrera/pydot
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-pydot
makedepends = python-setuptools
depends = python-pyparsing
depends = graphviz
-   source = 
python-pydot-1.4.2.tar.gz::https://github.com/erocarrera/pydot/archive/v1.4.2.tar.gz
-   sha512sums = 
caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632
+   source = 
python-pydot-2.0.0.tar.gz::https://github.com/erocarrera/pydot/archive/v2.0.0.tar.gz
+   sha512sums = 
09102930a59ac4339e1d1e4f7a9d075f99eda6cb060885631a72f1fded90d001bd02940b55addc0c92856e95321cb3b344a1797b4809ac7c9048ac57c81d4707
 
 pkgname = python-pydot


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: phillid 
 
 pkgname=python-pydot
-pkgver=1.4.2
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Python interface to Graphviz's Dot"
 arch=('any')
 url="https://github.com/erocarrera/pydot;
@@ -13,7 +13,7 @@ depends=('python-pyparsing' 'graphviz')
 makedepends=('python-setuptools')
 checkdepends=('python-chardet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/erocarrera/pydot/archive/v$pkgver.tar.gz;)
-sha512sums=('caa8051561710129b5164fd1392da941829fd977092a6ec8b00efe7a199d2d60bc7ef13cb0e51615f384550f0fb80190d0f56b83d8d80d1fe372efb5dbbd3632')
+sha512sums=('09102930a59ac4339e1d1e4f7a9d075f99eda6cb060885631a72f1fded90d001bd02940b55addc0c92856e95321cb3b344a1797b4809ac7c9048ac57c81d4707')
 
 build() {
   cd pydot-$pkgver



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

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




[Git][archlinux/packaging/packages/python-pydot] Pushed new tag 2.0.0-1

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


Antonio Rojas pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
python-pydot

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




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

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


Caleb Maclennan pushed new tag 0.1.39-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.39-1
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
07640bef by Caleb Maclennan at 2024-04-27T21:10:08+03:00
upgpkg: 0.1.39-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.38
-   pkgrel = 2
+   pkgver = 0.1.39
+   pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -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.38
-   sha256sums = 
a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.39
+   sha256sums = 
de79658da46df4d436469daae58ffaade3603aa96f80e2d1d8d2bb372ef7139e
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.38
-pkgrel=2
+pkgver=0.1.39
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv;
@@ -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=('a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e')
+sha256sums=('de79658da46df4d436469daae58ffaade3603aa96f80e2d1d8d2bb372ef7139e')
 
 prepare() {
   cd "$pkgbase"



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

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




[Git][archlinux/packaging/packages/python-cattrs][main] upgpkg: 23.2.3-3

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


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


Commits:
c1d350b0 by Caleb Maclennan at 2024-04-27T21:02:22+03:00
upgpkg: 23.2.3-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-cattrs
pkgdesc = Complex custom class converters for attrs
pkgver = 23.2.3
-   pkgrel = 2
+   pkgrel = 3
url = https://catt.rs
arch = any
license = MIT
@@ -11,7 +11,6 @@ pkgbase = python-cattrs
makedepends = python-hatch-vcs
makedepends = python-hatchling
depends = python
-   depends = python-exceptiongroup
depends = python-attrs
source = 
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-23.2.3.tar.gz
sha256sums = 
a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f


=
PKGBUILD
=
@@ -3,28 +3,28 @@
 pkgname=python-cattrs
 _pipname=${pkgname#python-}
 pkgver=23.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Complex custom class converters for attrs'
 arch=(any)
 url='https://catt.rs'
 # url='https://github.com/python-attrs/cattrs'
 license=(MIT)
 depends=(python
- python-exceptiongroup
  python-attrs)
 makedepends=(python-{build,installer,wheel}
  python-hatch-vcs
  python-hatchling)
-# checkdepends=(python-pytest)
+# checkdepends=(python-hypothesis
+#   python-pytest)
 _archive="$_pipname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_archive.tar.gz;)
 # source=("$url/archive/v$pkgver/$_archive.tar.gz")
 sha256sums=('a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f')
 
 prepare() {
-cd "$_archive"
-# Upstream test suite uses addopts to run benchmarks, drop them
-sed -i -e '/^addopts/d' pyproject.toml
+   cd "$_archive"
+   # Upstream test suite uses addopts to run benchmarks, drop them
+   sed -i -e '/^addopts/d' pyproject.toml
 }
 
 build() {
@@ -33,8 +33,9 @@ build() {
 }
 
 # check() {
-# cd "$_archive"
-# pytest
+# cd "$_archive"
+# export PYTHONPATH=src
+# pytest
 # }
 
 package() {



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

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




[Git][archlinux/packaging/packages/python-cattrs] Pushed new tag 23.2.3-3

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


Caleb Maclennan pushed new tag 23.2.3-3 at Arch Linux / Packaging / Packages / 
python-cattrs

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




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

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


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


Commits:
8f12f509 by Caleb Maclennan at 2024-04-27T21:01:20+03:00
upgpkg: 3.4.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,22 +1,22 @@
 pkgbase = yq
pkgdesc = Command-line YAML, XML, TOML processor - jq wrapper for 
YAML/XML/TOML documents
-   pkgver = 3.4.2
-   pkgrel = 2
+   pkgver = 3.4.3
+   pkgrel = 1
url = https://github.com/kislyuk/yq
arch = any
-   license = Apache
+   license = Apache-2.0
makedepends = python-build
makedepends = python-installer
-   makedepends = python-setuptools-scm
makedepends = python-wheel
+   makedepends = python-setuptools-scm
depends = jq
depends = python-argcomplete
depends = python-tomlkit
depends = python-xmltodict
depends = python-yaml
conflicts = go-yq
-   source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.4.2.tar.gz
-   sha256sums = 
f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
-   b2sums = 
253701053d32279e78f703626432c5e068a58ad8d14286739c07452f1e0eeb8599eb1f2f0ea9479b60ed32d7bf94bd1c046b79ebee920df84371757195268bfb
+   source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.4.3.tar.gz
+   sha256sums = 
ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b
+   b2sums = 
a1b3d813d9761ac8a8429db3fe8efac64ade69e0d2fa9b137a1ca8c9e367a0f16b636482b6d9381e2de43392007f37388b6ab37def04739723488f271fd56d16
 
 pkgname = yq


=
PKGBUILD
=
@@ -4,30 +4,23 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=yq
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML 
documents"
 arch=('any')
 url="https://github.com/kislyuk/yq;
-license=('Apache')
-depends=('jq'
- 'python-argcomplete'
- 'python-tomlkit'
- 'python-xmltodict'
- 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-conflicts=('go-yq')
+license=(Apache-2.0)
+depends=(jq
+ python-argcomplete
+ python-tomlkit
+ python-xmltodict
+ python-yaml)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools-scm)
+conflicts=(go-yq)
 
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef')
-b2sums=('253701053d32279e78f703626432c5e068a58ad8d14286739c07452f1e0eeb8599eb1f2f0ea9479b60ed32d7bf94bd1c046b79ebee920df84371757195268bfb')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Unblock current setuptools: https://github.com/kislyuk/yq/issues/190
-  sed -i -e '/setuptools_scm/s/\(_scm\).*"/\1"/' setup.py
-  # Fix version: https://github.com/pypa/setuptools_scm/issues/1037
-  echo "version = '$pkgver'" > "$pkgname/version.py"
-}
+sha256sums=('ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b')
+b2sums=('a1b3d813d9761ac8a8429db3fe8efac64ade69e0d2fa9b137a1ca8c9e367a0f16b636482b6d9381e2de43392007f37388b6ab37def04739723488f271fd56d16')
 
 build() {
   cd $pkgname-$pkgver



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

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




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

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


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

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




[Git][archlinux/packaging/packages/adios2] Pushed new tag 2.10.0-1

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


Antonio Rojas pushed new tag 2.10.0-1 at Arch Linux / Packaging / Packages / 
adios2

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




[Git][archlinux/packaging/packages/adios2][main] upgpkg: 2.10.0-1: Update to 2.10.0

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


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


Commits:
5c00022a by Antonio Rojas at 2024-04-27T19:58:25+02:00
upgpkg: 2.10.0-1: Update to 2.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = adios2
pkgdesc = The Adaptable Input/Output System version 2
-   pkgver = 2.9.2
-   pkgrel = 3
+   pkgver = 2.10.0
+   pkgrel = 1
url = https://adios2.readthedocs.io/en/latest/
arch = x86_64
license = Apache
@@ -27,7 +27,9 @@ pkgbase = adios2
depends = zeromq
depends = zfp
depends = zlib
-   source = 
https://github.com/ornladios/ADIOS2/archive/v2.9.2/adios2-2.9.2.tar.gz
-   sha256sums = 
78309297c82a95ee38ed3224c98b93d330128c753a43893f63bbe969320e4979
+   source = 
https://github.com/ornladios/ADIOS2/archive/v2.10.0/adios2-2.10.0.tar.gz
+   source = https://github.com/ornladios/ADIOS2/commit/f1322a32.patch
+   sha256sums = 
e5984de488bda546553dd2f46f047e539333891e63b9fe73944782ba6c2d95e4
+   sha256sums = 
0a3e95c0b2c6747c6737d181009e120c8b34b869acf029792ebf38be92001c5b
 
 pkgname = adios2


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=adios2
-pkgver=2.9.2
-pkgrel=3
+pkgver=2.10.0
+pkgrel=1
 pkgdesc="The Adaptable Input/Output System version 2"
 arch=(x86_64)
 url="https://adios2.readthedocs.io/en/latest/;
@@ -11,13 +11,18 @@ depends=(blosc bzip2 glibc gcc-libs hdf5 libfabric libpng 
nlohmann-json
  openmpi pugixml pybind11 sz yaml-cpp zeromq zfp zlib)
 # with mgard does not build currently, not time to investigate
 makedepends=(cmake gcc-fortran gtest python python-mpi4py python-numpy)
-source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('78309297c82a95ee38ed3224c98b93d330128c753a43893f63bbe969320e4979')
+source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+https://github.com/ornladios/ADIOS2/commit/f1322a32.patch)
+sha256sums=('e5984de488bda546553dd2f46f047e539333891e63b9fe73944782ba6c2d95e4'
+'0a3e95c0b2c6747c6737d181009e120c8b34b869acf029792ebf38be92001c5b')
+
+prepare() {
+  patch -d ${pkgname^^}-${pkgver} -p1 < f1322a32.patch # Fix build with 
external pugixml
+}
 
 build() {
   cmake -B build -S ${pkgname^^}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
 -DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON \
 -DADIOS2_HAVE_HDF5_VOL=OFF \
 -DADIOS2_BUILD_EXAMPLES=OFF #\



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

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




[Git][archlinux/packaging/packages/python-astropy][main] upgpkg: 6.0.1-1: Udpate to 6.0.1

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


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


Commits:
e8742abc by Antonio Rojas at 2024-04-27T19:49:49+02:00
upgpkg: 6.0.1-1: Udpate to 6.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-astropy
pkgdesc = Common core package for Astronomy
-   pkgver = 6.0.0
-   pkgrel = 3
+   pkgver = 6.0.1
+   pkgrel = 1
url = https://www.astropy.org/
arch = x86_64
license = BSD
@@ -37,7 +37,7 @@ pkgbase = python-astropy
optdepends = python-bottleneck: improves the performance of 
sigma-clipping and other functionality that may require computing statistics on 
arrays with NaN values
optdepends = python-pyarrow: read/write Table objects from/to Parquet 
files
optdepends = python-fsspec: opening remote and cloud-hosted FITS files
-   source = 
https://files.pythonhosted.org/packages/source/a/astropy/astropy-6.0.0.tar.gz
-   sha256sums = 
03cd801a55305da523cd8d780d76359f57255dcdc59fe0bdd71fd5154fc777d9
+   source = 
https://files.pythonhosted.org/packages/source/a/astropy/astropy-6.0.1.tar.gz
+   sha256sums = 
89a975de356d0608e74f1f493442fb3acbbb7a85b739e074460bb0340014b39c
 
 pkgname = python-astropy


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _pkg=astropy
 pkgname=python-${_pkg}
-pkgver=6.0.0
-pkgrel=3
+pkgver=6.0.1
+pkgrel=1
 pkgdesc="Common core package for Astronomy"
 arch=(x86_64)
 url="https://www.astropy.org/;
@@ -32,7 +32,7 @@ optdepends=('python-matplotlib: plotting functionality 
astropy.visualization'
 'python-fsspec: opening remote and cloud-hosted FITS files')
 #checkdepends=(python-pytest python-pytest-xdist python-hypothesis)
 
source=(https://files.pythonhosted.org/packages/source/a/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('03cd801a55305da523cd8d780d76359f57255dcdc59fe0bdd71fd5154fc777d9')
+sha256sums=('89a975de356d0608e74f1f493442fb3acbbb7a85b739e074460bb0340014b39c')
 
 build() {
   cd ${_pkg}-${pkgver}



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

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




[Git][archlinux/packaging/packages/python-astropy] Pushed new tag 6.0.1-1

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


Antonio Rojas pushed new tag 6.0.1-1 at Arch Linux / Packaging / Packages / 
python-astropy

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




[Git][archlinux/packaging/packages/openbve][main] upgpkg: 1.10.0.1-1: Update to 1.10.0.1

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


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


Commits:
7309e4cc by Antonio Rojas at 2024-04-27T19:45:27+02:00
upgpkg: 1.10.0.1-1: Update to 1.10.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openbve
pkgdesc = Free-as-in-freedom train simulator placed in the public domain
-   pkgver = 1.9.2.7
+   pkgver = 1.10.0.1
pkgrel = 1
url = https://openbve-project.net/
arch = any
@@ -12,10 +12,10 @@ pkgbase = openbve
depends = mono
depends = openal
depends = ttf-font
-   source = 
https://github.com/leezer3/OpenBVE/archive/1.9.2.7/OpenBVE-1.9.2.7.tar.gz
+   source = 
https://github.com/leezer3/OpenBVE/archive/1.10.0.1/OpenBVE-1.10.0.1.tar.gz
source = openbve.sh
source = openbve.appdata.xml
-   sha256sums = 
d5ade968c9dbc3d8be11eb26be25d786ff60104de6a87b349a47d253c5f23fc7
+   sha256sums = 
03a9e4ce2c2fe4d7280c437a368602a0872486546f15161d42d5459e9ab6b22d
sha256sums = 
cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3
sha256sums = 
1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2
 


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.9.2.7
+pkgver=1.10.0.1
 pkgrel=1
 pkgdesc='Free-as-in-freedom train simulator placed in the public domain'
 arch=('any')
@@ -13,7 +13,7 @@ makedepends=('mono-msbuild' 'nuget')
 
source=("https://github.com/leezer3/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz;
 "$pkgname.sh"
 "$pkgname.appdata.xml")
-sha256sums=('d5ade968c9dbc3d8be11eb26be25d786ff60104de6a87b349a47d253c5f23fc7'
+sha256sums=('03a9e4ce2c2fe4d7280c437a368602a0872486546f15161d42d5459e9ab6b22d'
 'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
 '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openbve/-/commit/7309e4cce8fc13e1f7920e49296324b349ee2c52

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




[Git][archlinux/packaging/packages/openbve] Pushed new tag 1.10.0.1-1

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


Antonio Rojas pushed new tag 1.10.0.1-1 at Arch Linux / Packaging / Packages / 
openbve

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




[Git][archlinux/packaging/packages/scite][main] upgpkg: 5.5.0-1: Update to 5.5.0

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


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


Commits:
6eea0cf0 by Antonio Rojas at 2024-04-27T19:45:19+02:00
upgpkg: 5.5.0-1: Update to 5.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,15 @@
 pkgbase = scite
pkgdesc = Editor with facilities for building and running programs
-   pkgver = 5.4.3
+   pkgver = 5.5.0
pkgrel = 1
url = https://www.scintilla.org/SciTE.html
arch = x86_64
license = custom:HPND
depends = gtk3
backup = usr/share/scite/SciTEGlobal.properties
-   source = https://www.scintilla.org/scite543.tgz
+   source = https://www.scintilla.org/scite550.tgz
source = SciTE.appdata.xml
-   sha256sums = 
b27a13a3fd5376d7d0081e9aea865727080e7237f54dd9ac16e5209f8046b87d
+   sha256sums = 
f7726a57be521f71c81b4fcc6d171fbf4a62e08c1c1840f5a74e014f3607ee11
sha256sums = 
cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842
 
 pkgname = scite


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64')
@@ -17,7 +17,7 @@ depends=('gtk3')
 backup=('usr/share/scite/SciTEGlobal.properties')
 source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz;
 'SciTE.appdata.xml')
-sha256sums=('b27a13a3fd5376d7d0081e9aea865727080e7237f54dd9ac16e5209f8046b87d'
+sha256sums=('f7726a57be521f71c81b4fcc6d171fbf4a62e08c1c1840f5a74e014f3607ee11'
 'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/scite] Pushed new tag 5.5.0-1

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


Antonio Rojas pushed new tag 5.5.0-1 at Arch Linux / Packaging / Packages / 
scite

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




[Git][archlinux/packaging/packages/gnome-podcasts] Pushed new tag 0.7.1-1

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


Antonio Rojas pushed new tag 0.7.1-1 at Arch Linux / Packaging / Packages / 
gnome-podcasts

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




[Git][archlinux/packaging/packages/gnome-podcasts][main] upgpkg: 0.7.1-1: Update to 0.7.1

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-podcasts


Commits:
6f92359c by Antonio Rojas at 2024-04-27T19:43:01+02:00
upgpkg: 0.7.1-1: Update to 0.7.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = gnome-podcasts
+   pkgdesc = Podcast application for GNOME
+   pkgver = 0.7.1
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/Podcasts
+   arch = x86_64
+   license = GPL3
+   makedepends = meson
+   makedepends = rust
+   depends = gst-plugins-bad
+   depends = gst-plugins-base
+   depends = gst-plugins-good
+   depends = gtk4
+   depends = libadwaita
+   optdepends = gst-plugins-ugly: Extra media codecs
+   optdepends = gst-libav: Extra media codecs
+   source = 
https://gitlab.gnome.org/World/podcasts/-/archive/0.7.1/podcasts-0.7.1.tar.gz
+   sha256sums = 
933d33dfd0f36343f9c80f055a48e14307a0665b35097da176767ddbfe583399
+
+pkgname = gnome-podcasts


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-podcasts
-pkgver=0.6.1
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Podcast application for GNOME'
 arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('meson' 'rust')
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
 
source=("https://gitlab.gnome.org/World/podcasts/-/archive/$pkgver/podcasts-$pkgver.tar.gz;)
-sha256sums=('1f4cfc05e2db278f6ab5d309a4f84590ee3e97f0c50f1cbd4637be26526eac63')
+sha256sums=('933d33dfd0f36343f9c80f055a48e14307a0665b35097da176767ddbfe583399')
 
 build() {
   arch-meson podcasts-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-podcasts/-/commit/6f92359c419f81f1036ba18d595682f1ce8a95a9

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




[Git][archlinux/packaging/packages/gpxsee][main] upgpkg: 13.19-1: Update to 13.19

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


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


Commits:
6999dcaf by Antonio Rojas at 2024-04-27T19:42:55+02:00
upgpkg: 13.19-1: Update to 13.19

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gpxsee
pkgdesc = GPS log file viewer and analyzer
-   pkgver = 13.18
+   pkgver = 13.19
pkgrel = 1
url = https://www.gpxsee.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = gpxsee
depends = qt6-serialport
depends = hicolor-icon-theme
optdepends = qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files 
support
-   source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.18.tar.gz
-   sha256sums = 
d80d77a271c5ac1857f87c7f5be2c7c1264b7c35a8f4e8f21e225c2b14e3b7da
+   source = https://downloads.sourceforge.net/gpxsee/GPXSee-13.19.tar.gz
+   sha256sums = 
e35d1bbc2b562969bb356cd6a5515f70696a870ac8255a590a55c15fc2f1f52a
 
 pkgname = gpxsee


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=13.18
+pkgver=13.19
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
@@ -16,7 +16,7 @@ depends=('qt6-imageformats' 'qt6-positioning' 'qt6-svg'
 makedepends=('qt6-tools')
 optdepends=('qtpbfimageplugin-qt6: Mapbox vector tiles (MVT) files support')
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('d80d77a271c5ac1857f87c7f5be2c7c1264b7c35a8f4e8f21e225c2b14e3b7da')
+sha256sums=('e35d1bbc2b562969bb356cd6a5515f70696a870ac8255a590a55c15fc2f1f52a')
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/commit/6999dcafc3859c1e7a2d3930dc03d3236dfb2243

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




[Git][archlinux/packaging/packages/gpxsee] Pushed new tag 13.19-1

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


Antonio Rojas pushed new tag 13.19-1 at Arch Linux / Packaging / Packages / 
gpxsee

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




[Git][archlinux/packaging/packages/persepolis][main] upgpkg: 4.1.0-1: Update to 4.1.0

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


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


Commits:
8095e86c by Antonio Rojas at 2024-04-27T19:40:21+02:00
upgpkg: 4.1.0-1: Update to 4.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = persepolis
pkgdesc = Qt front-end for aria2 download manager
-   pkgver = 4.0.1
-   pkgrel = 2
+   pkgver = 4.1.0
+   pkgrel = 1
url = https://persepolisdm.github.io/
arch = any
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = persepolis
depends = qt6-svg
depends = sound-theme-freedesktop
depends = yt-dlp
-   source = 
https://github.com/persepolisdm/persepolis/archive/4.0.1/persepolis-4.0.1.tar.gz
-   sha256sums = 
194e5a97a9781710a6cce0a0a704b9c0a9802c294cee87b66b561f2dd358c334
+   source = 
https://github.com/persepolisdm/persepolis/archive/4.1.0/persepolis-4.1.0.tar.gz
+   sha256sums = 
cede037545c9d2ae06c380a50fd460e4dd67f94ca77bc45697bf24fe4e769449
 
 pkgname = persepolis


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: M A 
 
 pkgname=persepolis
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Qt front-end for aria2 download manager'
 arch=('any')
 url='https://persepolisdm.github.io/'
@@ -13,7 +13,7 @@ depends=('aria2' 'ffmpeg' 'libnotify' 'libpulse' 
'python-psutil' 'pyside6' 'pyth
  'python-setproctitle' 'qt6-svg' 'sound-theme-freedesktop' 'yt-dlp')
 makedepends=('meson')
 
source=("https://github.com/persepolisdm/persepolis/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('194e5a97a9781710a6cce0a0a704b9c0a9802c294cee87b66b561f2dd358c334')
+sha256sums=('cede037545c9d2ae06c380a50fd460e4dd67f94ca77bc45697bf24fe4e769449')
 
 build() {
   arch-meson build $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/persepolis/-/commit/8095e86c28f5fb1acb1b95c8756ccd1005c587da

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




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

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


Antonio Rojas pushed new tag 4.1.0-1 at Arch Linux / Packaging / Packages / 
persepolis

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




[Git][archlinux/packaging/packages/kupfer][main] upgpkg: 326-1: Update to 326

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


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


Commits:
a29297e8 by Antonio Rojas at 2024-04-27T19:38:17+02:00
upgpkg: 326-1: Update to 326

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kupfer
pkgdesc = Launcher application written in python. Similar to Gnome-Do / 
Launchy
-   pkgver = 325
-   pkgrel = 2
+   pkgver = 326
+   pkgrel = 1
url = https://kupferlauncher.github.io/
arch = any
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = kupfer
depends = python-xdg
optdepends = gvfs: Trash plugin
optdepends = xautomation: Send Keys plugin
-   source = 
https://github.com/kupferlauncher/kupfer/archive/v325/kupfer-325.tar.gz
-   sha256sums = 
7dce329c8f183de3c494578532de480795e648da0705d52b1aef1939e6719c74
+   source = 
https://github.com/kupferlauncher/kupfer/archive/v326/kupfer-326.tar.gz
+   sha256sums = 
c7be7fceae78de3e7d87d49172bbbf9e741ffc6840eb25db718da9805ecd401b
 
 pkgname = kupfer


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Asa Marco 
 
 pkgname=kupfer
-pkgver=325
-pkgrel=2
+pkgver=326
+pkgrel=1
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
 url="https://kupferlauncher.github.io/;
@@ -17,7 +17,7 @@ optdepends=('gvfs: Trash plugin'
 'xautomation: Send Keys plugin')
 
source=(https://github.com/kupferlauncher/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 #validpgpkeys=('2578ABA1F9023159DFF211B7368712C4D7A5') # Ulrik Sverdrup
-sha256sums=('7dce329c8f183de3c494578532de480795e648da0705d52b1aef1939e6719c74')
+sha256sums=('c7be7fceae78de3e7d87d49172bbbf9e741ffc6840eb25db718da9805ecd401b')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kupfer/-/commit/a29297e8afed38bcc73bdfa71f69e978e32d2c47

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




[Git][archlinux/packaging/packages/kupfer] Pushed new tag 326-1

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


Antonio Rojas pushed new tag 326-1 at Arch Linux / Packaging / Packages / kupfer

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




[Git][archlinux/packaging/packages/minder] Pushed new tag 1.16.4-1

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


Antonio Rojas pushed new tag 1.16.4-1 at Arch Linux / Packaging / Packages / 
minder

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




[Git][archlinux/packaging/packages/minder][main] upgpkg: 1.16.4-1: Update to 1.16.4

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


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


Commits:
df201b63 by Antonio Rojas at 2024-04-27T19:37:39+02:00
upgpkg: 1.16.4-1: Update to 1.16.4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = minder
+   pkgdesc = Mind-mapping application designed for Pantheon
+   pkgver = 1.16.4
+   pkgrel = 1
+   url = https://github.com/phase1geo/Minder
+   arch = x86_64
+   license = GPL3
+   makedepends = meson
+   makedepends = vala
+   depends = discount
+   depends = granite
+   depends = gtksourceview4
+   depends = libarchive
+   depends = libhandy
+   source = 
https://github.com/phase1geo/Minder/archive/1.16.4/Minder-1.16.4.tar.gz
+   sha256sums = 
3a9c2831d36a7744f7df27412b2f75b2bec38f5974984a027d6fa7f634a37c7e
+
+pkgname = minder


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Dimitris Kiziridis 
 
 pkgname=minder
-pkgver=1.15.6
-pkgrel=2
+pkgver=1.16.4
+pkgrel=1
 pkgdesc='Mind-mapping application designed for Pantheon'
 arch=('x86_64')
 url='https://github.com/phase1geo/Minder'
@@ -11,7 +11,7 @@ license=('GPL3')
 depends=('discount' 'granite' 'gtksourceview4' 'libarchive' 'libhandy')
 makedepends=('meson' 'vala')
 
source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz;)
-sha256sums=('7ad1b253bbd6087122febc3041e7f810221ddbd2177880c185218e6b5e7d752f')
+sha256sums=('3a9c2831d36a7744f7df27412b2f75b2bec38f5974984a027d6fa7f634a37c7e')
 
 build() {
   arch-meson Minder-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/minder/-/commit/df201b63f3abe9edb3a4e606972c1b1fe1dabf6c

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




[Git][archlinux/packaging/packages/converseen][main] upgpkg: 0.12.2.2-1: Update to 0.12.2.2

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


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


Commits:
ec8d8753 by Antonio Rojas at 2024-04-27T19:36:24+02:00
upgpkg: 0.12.2.2-1: Update to 0.12.2.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = converseen
pkgdesc = Batch image converter and resizer
-   pkgver = 0.12.2.1
+   pkgver = 0.12.2.2
pkgrel = 1
url = http://converseen.fasterland.net/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = converseen
depends = hicolor-icon-theme
depends = imagemagick
depends = qt6-base
-   source = 
https://downloads.sourceforge.net/converseen/converseen-0.12.2.1.tar.bz2
-   sha256sums = 
f36a70264a99bc307398a6a067e09b31a5de4116b0d5e42261fb2c69d6cd072f
+   source = 
https://downloads.sourceforge.net/converseen/converseen-0.12.2.2.tar.bz2
+   sha256sums = 
031d210db26a32c211aa43f27411536ddfcdac05d413559757ed2b466aa42558
 
 pkgname = converseen


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: archtux 
 
 pkgname=converseen
-pkgver=0.12.2.1
+pkgver=0.12.2.2
 pkgrel=1
 pkgdesc='Batch image converter and resizer'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
 depends=('hicolor-icon-theme' 'imagemagick' 'qt6-base')
 makedepends=('cmake' 'qt6-tools')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('f36a70264a99bc307398a6a067e09b31a5de4116b0d5e42261fb2c69d6cd072f')
+sha256sums=('031d210db26a32c211aa43f27411536ddfcdac05d413559757ed2b466aa42558')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/converseen/-/commit/ec8d87538ad530546b36931af7cda09d5a46de56

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




[Git][archlinux/packaging/packages/converseen] Pushed new tag 0.12.2.2-1

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


Antonio Rojas pushed new tag 0.12.2.2-1 at Arch Linux / Packaging / Packages / 
converseen

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




[Git][archlinux/packaging/packages/curtail][main] upgpkg: 1.9.1-1: Update to 1.9.1

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


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


Commits:
c1e020f6 by Antonio Rojas at 2024-04-27T19:35:35+02:00
upgpkg: 1.9.1-1: Update to 1.9.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = curtail
pkgdesc = Image compressor GUI, supporting PNG and JPEG file types, 
both lossless and lossy compression mode
-   pkgver = 1.8.0
+   pkgver = 1.9.1
pkgrel = 1
url = https://github.com/Huluti/Curtail
arch = any
@@ -13,7 +13,7 @@ pkgbase = curtail
depends = oxipng
depends = pngquant
depends = python-gobject
-   source = 
https://github.com/Huluti/Curtail/archive/1.8.0/curtail-1.8.0.tar.gz
-   sha256sums = 
86dac7d08bdac556b221466dcb34d19308dbfffa0a83ea123373b55cb07209be
+   source = 
https://github.com/Huluti/Curtail/archive/1.9.1/curtail-1.9.1.tar.gz
+   sha256sums = 
0ba1e52d9a772d93386a2dbde8468d7b67c5a8d9d40797dd07740be95732998a
 
 pkgname = curtail


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=curtail
-pkgver=1.8.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both 
lossless and lossy compression mode'
 arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
 depends=('gtk4' 'libadwaita' 'jpegoptim' 'oxipng' 'pngquant' 'python-gobject')
 makedepends=('appstream-glib' 'meson')
 
source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('86dac7d08bdac556b221466dcb34d19308dbfffa0a83ea123373b55cb07209be')
+sha256sums=('0ba1e52d9a772d93386a2dbde8468d7b67c5a8d9d40797dd07740be95732998a')
 
 build() {
   arch-meson Curtail-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/curtail/-/commit/c1e020f63bd6152e48983c8e805077486415f95b

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




[Git][archlinux/packaging/packages/curtail] Pushed new tag 1.9.1-1

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


Antonio Rojas pushed new tag 1.9.1-1 at Arch Linux / Packaging / Packages / 
curtail

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




[Git][archlinux/packaging/packages/python-owslib][main] upgpkg: 0.30.0-1: Update to 0.30.0

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


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


Commits:
f6e0c64b by Antonio Rojas at 2024-04-27T19:34:26+02:00
upgpkg: 0.30.0-1: Update to 0.30.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-owslib
pkgdesc = Python package for client programming with Open Geospatial 
Consortium (OGC) web service interface standards, and their related content 
models
-   pkgver = 0.29.2
-   pkgrel = 2
+   pkgver = 0.30.0
+   pkgrel = 1
url = https://geopython.github.io/OWSLib/
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-owslib
depends = python-pyproj
depends = python-pytz
depends = python-requests
-   source = 
https://github.com/geopython/OWSLib/archive/0.29.2/python-owslib-0.29.2.tar.gz
-   sha256sums = 
a1186cf773391a03793f873cfc01288010d6c0ae5f5bf11fb03aadbdbf690684
+   source = 
https://github.com/geopython/OWSLib/archive/0.30.0/python-owslib-0.30.0.tar.gz
+   sha256sums = 
2f91d6ab9eed096c9788ea8718ddaa0b8eb9d81082cda31ab38ae40803d9184d
 
 pkgname = python-owslib


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Doug Newgard 
 
 pkgname=python-owslib
-pkgver=0.29.2
-pkgrel=2
+pkgver=0.30.0
+pkgrel=1
 pkgdesc='Python package for client programming with Open Geospatial Consortium 
(OGC) web service interface standards, and their related content models'
 arch=(any)
 url='https://geopython.github.io/OWSLib/'
@@ -11,7 +11,7 @@ license=(BSD)
 depends=(python-dateutil python-pyproj python-pytz python-requests)
 makedepends=(python-setuptools)
 
source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a1186cf773391a03793f873cfc01288010d6c0ae5f5bf11fb03aadbdbf690684')
+sha256sums=('2f91d6ab9eed096c9788ea8718ddaa0b8eb9d81082cda31ab38ae40803d9184d')
 
 package() {
   cd OWSLib-$pkgver



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

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




[Git][archlinux/packaging/packages/python-owslib] Pushed new tag 0.30.0-1

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


Antonio Rojas pushed new tag 0.30.0-1 at Arch Linux / Packaging / Packages / 
python-owslib

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




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

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


Antonio Rojas pushed new tag 0.7.0-1 at Arch Linux / Packaging / Packages / 
blanket

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




[Git][archlinux/packaging/packages/blanket][main] upgpkg: 0.7.0-1: Update to 0.7.0

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


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


Commits:
4547db7a by Antonio Rojas at 2024-04-27T19:34:15+02:00
upgpkg: 0.7.0-1: Update to 0.7.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = blanket
+   pkgdesc = Improve focus and increase your productivity by listening to 
different sounds
+   pkgver = 0.7.0
+   pkgrel = 1
+   url = https://github.com/rafaelmardojai/blanket
+   arch = any
+   license = GPL3
+   makedepends = appstream-glib
+   makedepends = meson
+   makedepends = blueprint-compiler
+   depends = gst-plugins-bad-libs
+   depends = gst-plugins-base
+   depends = gst-plugins-good
+   depends = gst-python
+   depends = libadwaita
+   depends = python-gobject
+   source = 
https://github.com/rafaelmardojai/blanket/archive/0.7.0/blanket-0.7.0.tar.gz
+   sha256sums = 
14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5
+
+pkgname = blanket


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: Mark Wagie 
 
 pkgname=blanket
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Improve focus and increase your productivity by listening to 
different sounds'
 arch=('any')
 url='https://github.com/rafaelmardojai/blanket'
 license=('GPL3')
 depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 
'gst-python' 'libadwaita' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
+makedepends=('appstream-glib' 'meson' 'blueprint-compiler')
 
source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4')
+sha256sums=('14445e5d2b56116ac741aef8bba9fed444ec52a089ebd175099539a87de10ab5')
 
 build() {
   arch-meson $pkgname-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/blanket/-/commit/4547db7ac6451f19255afde48927d37635aa5cfb

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




[Git][archlinux/packaging/packages/gramps] Pushed new tag 2-5.2.2-1

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


Antonio Rojas pushed new tag 2-5.2.2-1 at Arch Linux / Packaging / Packages / 
gramps

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




[Git][archlinux/packaging/packages/gramps][main] upgpkg: 2:5.2.2-1: Update to 5.2.2

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


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


Commits:
fbaf40a0 by Antonio Rojas at 2024-04-27T19:32:58+02:00
upgpkg: 2:5.2.2-1: Update to 5.2.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gramps
pkgdesc = Genealogy program, which helps you track your family tree
-   pkgver = 5.2.1
-   pkgrel = 2
+   pkgver = 5.2.2
+   pkgrel = 1
epoch = 2
url = https://gramps-project.org/
arch = any
@@ -21,7 +21,7 @@ pkgbase = gramps
optdepends = python-pillow: crop and convert images to JPG
optdepends = libgexiv2: manage Exif metadata embedded in your media
optdepends = geocode-glib: associate a geographical position to a place 
name
-   source = 
gramps-5.2.1.tar.gz::https://github.com/gramps-project/gramps/archive/v5.2.1.tar.gz
-   sha256sums = 
7ed027a93b1c5d371c2c7abd678dd1cc6795edf3bdabc87cdda1d97252acc220
+   source = 
gramps-5.2.2.tar.gz::https://github.com/gramps-project/gramps/archive/v5.2.2.tar.gz
+   sha256sums = 
340cfe136f428cd185d510ca8f932401633e0014eba0261159c4b21efe92a126
 
 pkgname = gramps


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Cory Farmer 
 
 pkgname=gramps
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.2.2
+pkgrel=1
 epoch=2
 pkgdesc="Genealogy program, which helps you track your family tree"
 arch=('any')
@@ -22,7 +22,7 @@ optdepends=('osm-gps-map: show maps in the geography view'
 'libgexiv2: manage Exif metadata embedded in your media'
 'geocode-glib: associate a geographical position to a place name')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('7ed027a93b1c5d371c2c7abd678dd1cc6795edf3bdabc87cdda1d97252acc220')
+sha256sums=('340cfe136f428cd185d510ca8f932401633e0014eba0261159c4b21efe92a126')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gramps/-/commit/fbaf40a0bef780bee24c0f45ffed2bda76bef683

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




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

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


Antonio Rojas pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / 
fragments

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




[Git][archlinux/packaging/packages/fragments][main] upgpkg: 3.0.0-1: Update to 3.0.0

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


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


Commits:
ab29e59b by Antonio Rojas at 2024-04-27T19:31:40+02:00
upgpkg: 3.0.0-1: Update to 3.0.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = fragments
+   pkgdesc = BitTorrent client for GNOME
+   pkgver = 3.0.0
+   pkgrel = 1
+   url = https://gitlab.gnome.org/World/Fragments
+   arch = x86_64
+   license = GPL3
+   makedepends = git
+   makedepends = meson
+   makedepends = rust
+   depends = libadwaita
+   depends = transmission-cli
+   options = !lto
+   source = git+https://gitlab.gnome.org/World/Fragments.git#tag=3.0.0
+   sha256sums = 
07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7
+
+pkgname = fragments


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=fragments
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='BitTorrent client for GNOME'
 arch=('x86_64')
@@ -9,16 +9,10 @@ url='https://gitlab.gnome.org/World/Fragments'
 license=('GPL3')
 depends=('libadwaita' 'transmission-cli')
 makedepends=('git' 'meson' 'rust')
-_commit=dc622bfc78735190e5bbfa47dfd9c5a363ca48fe
-source=("git+https://gitlab.gnome.org/World/Fragments.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/World/Fragments.git#tag=$pkgver;)
+sha256sums=('07d5b4c614efd87dcaf6752ec6ba3595e660a99311e8245d445b222b90bc67c7')
 options=(!lto)
 
-pkgver() {
-  cd Fragments
-  git describe --tags | sed 's/-/+/g'
-}
-
 build() {
   arch-meson Fragments build
   meson compile -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fragments/-/commit/ab29e59b61fbc0aa8bb47fbdd5ac0145e08e2d2d

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




[Git][archlinux/packaging/packages/cherrytree][main] upgpkg: 1.1.2-1: Update to 1.1.2

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


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


Commits:
fa0e6695 by Antonio Rojas at 2024-04-27T19:30:31+02:00
upgpkg: 1.1.2-1: Update to 1.1.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cherrytree
pkgdesc = Hierarchical note-taking application
-   pkgver = 1.1.1
+   pkgver = 1.1.2
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = cherrytree
depends = libxml++2.6
depends = uchardet
depends = vte3
-   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.1/cherrytree_1.1.1.tar.xz
-   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.1/cherrytree_1.1.1.tar.xz.asc
+   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.2/cherrytree_1.1.2.tar.xz
+   source = 
https://github.com/giuspen/cherrytree/releases/download/v1.1.2/cherrytree_1.1.2.tar.xz.asc
validpgpkeys = C7BF38CE0BD442C2369AA984049128A20CE0648D
-   sha512sums = 
3c1f486981db563994df494966008020dbd48e70e0e0b539bcba3fb98a6ca2a922a835de1b62b6ff16fbb6da9f7318177da20eea52ace91351ce9f4cefcb5c89
+   sha512sums = 
39d1e765e3a644966a5571580baf7cd33b2ac65a05efebd31bfe7a6b037359f880309806d95e240d78a3f21dd312b7b4decdcd5cc5e50b48935ea3643a9dcf7e
sha512sums = SKIP
 
 pkgname = cherrytree


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Morgenstern 
 
 pkgname=cherrytree
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Hierarchical note-taking application"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 
'uchardet' 'vte3')
 makedepends=('cmake' 'python' 'spdlog')
 checkdepends=('xorg-server-xvfb')
 
source=("https://github.com/giuspen/cherrytree/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz"{,.asc})
-sha512sums=('3c1f486981db563994df494966008020dbd48e70e0e0b539bcba3fb98a6ca2a922a835de1b62b6ff16fbb6da9f7318177da20eea52ace91351ce9f4cefcb5c89'
+sha512sums=('39d1e765e3a644966a5571580baf7cd33b2ac65a05efebd31bfe7a6b037359f880309806d95e240d78a3f21dd312b7b4decdcd5cc5e50b48935ea3643a9dcf7e'
 'SKIP')
 validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cherrytree/-/commit/fa0e66956a002dcc3b96e45fc365f96ec65692bd

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




[Git][archlinux/packaging/packages/cherrytree] Pushed new tag 1.1.2-1

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


Antonio Rojas pushed new tag 1.1.2-1 at Arch Linux / Packaging / Packages / 
cherrytree

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




[Git][archlinux/packaging/packages/flowblade][main] upgpkg: 2.14.0.2-1: Update to 2.14.0.2

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


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


Commits:
0e490ff0 by Antonio Rojas at 2024-04-27T19:27:35+02:00
upgpkg: 2.14.0.2-1: Update to 2.14.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = flowblade
pkgdesc = Multitrack non-linear video editor
-   pkgver = 2.14
-   pkgrel = 2
+   pkgver = 2.14.0.2
+   pkgrel = 1
url = https://jliljebl.github.io/flowblade/
arch = any
license = GPL3
@@ -18,7 +18,7 @@ pkgbase = flowblade
depends = python-pillow
depends = sdl_image
depends = swh-plugins
-   source = 
https://github.com/jliljebl/flowblade/archive/v2.14/flowblade-2.14.tar.gz
-   sha256sums = 
23a343aabeba3de524e802cdf4fb7caeb0976adc8849d2527b4ee31495d26388
+   source = 
https://github.com/jliljebl/flowblade/archive/v2.14.0.2/flowblade-2.14.0.2.tar.gz
+   sha256sums = 
9ed5766328c90aa9c2a1511f0bd2a15c2495a3a437e484aa7d74b2fb0cd04ae6
 
 pkgname = flowblade


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: sxe 
 
 pkgname=flowblade
-pkgver=2.14
-pkgrel=2
+pkgver=2.14.0.2
+pkgrel=1
 pkgdesc='Multitrack non-linear video editor'
 arch=('any')
 url='https://jliljebl.github.io/flowblade/'
@@ -12,7 +12,7 @@ depends=('dbus-python' 'ffmpeg' 'frei0r-plugins' 'gmic' 
'gtk3' 'mlt' 'python-cai
  'python-gobject' 'python-numpy' 'python-pillow' 'sdl_image' 
'swh-plugins')
 makedepends=('python-setuptools')
 
source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('23a343aabeba3de524e802cdf4fb7caeb0976adc8849d2527b4ee31495d26388')
+sha256sums=('9ed5766328c90aa9c2a1511f0bd2a15c2495a3a437e484aa7d74b2fb0cd04ae6')
 
 prepare() {
   cd $pkgname-$pkgver/$pkgname-trunk



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

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




[Git][archlinux/packaging/packages/flowblade] Pushed new tag 2.14.0.2-1

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


Antonio Rojas pushed new tag 2.14.0.2-1 at Arch Linux / Packaging / Packages / 
flowblade

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




[Git][archlinux/packaging/packages/gnome-break-timer][main] upgpkg: 3.1.0-1: Update to 3.1.0

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-break-timer


Commits:
1727eb27 by Antonio Rojas at 2024-04-27T19:27:27+02:00
upgpkg: 3.1.0-1: Update to 3.1.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = gnome-break-timer
+   pkgdesc = Keeps track of how much you are using the computer, and it 
reminds you to take regular breaks
+   pkgver = 3.1.0
+   pkgrel = 1
+   url = https://wiki.gnome.org/Apps/BreakTimer
+   arch = x86_64
+   license = GPL3
+   makedepends = meson
+   makedepends = git
+   makedepends = vala
+   makedepends = blueprint-compiler
+   depends = gsound
+   depends = gtk4
+   depends = libnotify
+   depends = libadwaita
+   source = 
git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#tag=3.1.0
+   sha256sums = 
5a2e42d98407db3c8c4e2a6a1182cfb4e95a29e2d0af73b08af328d95e1456a0
+
+pkgname = gnome-break-timer


=
PKGBUILD
=
@@ -1,22 +1,16 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-break-timer
-pkgver=2.1.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Keeps track of how much you are using the computer, and it reminds 
you to take regular breaks"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/BreakTimer;
 license=('GPL3')
-depends=('gsound' 'gtk3' 'libnotify')
-makedepends=('meson' 'git' 'vala')
-_commit=8f938244d5f444bde2c47c510d9245f0e6d768cf
-source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
+depends=('gsound' 'gtk4' 'libnotify' 'libadwaita')
+makedepends=('meson' 'git' 'vala' 'blueprint-compiler')
+source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#tag=$pkgver;)
+sha256sums=('5a2e42d98407db3c8c4e2a6a1182cfb4e95a29e2d0af73b08af328d95e1456a0')
 
 build() {
   arch-meson $pkgname build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/commit/1727eb279c90ff395e70788a7cf9b6a2abce9dba

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




[Git][archlinux/packaging/packages/gnome-break-timer] Pushed new tag 3.1.0-1

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


Antonio Rojas pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / 
gnome-break-timer

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




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

2024-04-27 Thread Andrew Crerar (@andrewsc)


Andrew Crerar pushed new tag 126.0b6-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/126.0b6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gnucash-docs] Pushed new tag 5.6-1

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


Antonio Rojas pushed new tag 5.6-1 at Arch Linux / Packaging / Packages / 
gnucash-docs

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




  1   2   3   4   5   >