[Git][archlinux/packaging/packages/python-faker][main] upgpkg: 24.8.0-1

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


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


Commits:
60abd95f by Felix Yan at 2024-04-20T05:12:00+00:00
upgpkg: 24.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
-   pkgver = 24.6.0
+   pkgver = 24.8.0
pkgrel = 1
url = https://faker.readthedocs.io/en/master/
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-faker
makedepends = python-wheel
depends = python-dateutil
optdepends = python-xmltodict: for xml provider
-   source = git+https://github.com/joke2k/faker.git#tag=v24.6.0
-   sha512sums = 
f12f086aeddcd5a8ff09cc461aba263639e6c9fad45f91a976df4213007961fa91fbfb2b39cdeb7c0c7703a9941a6c11ad94abfac9d8f3a1ad26da0c58b7da8a
+   source = git+https://github.com/joke2k/faker.git#tag=v24.8.0
+   sha512sums = 
eb643434948f30f367123786042484c0078c310054dfc34f3669a65fdaac64ef6ea542af7345d051360227ee1f032948561a15d294ddf3a9dc0aac5712229d88
 
 pkgname = python-faker


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=24.6.0
+pkgver=24.8.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -15,7 +15,7 @@ makedepends=('git' 'python-build' 'python-installer' 
'python-pytest' 'python-set
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 
'python-pillow'
   'python-xmltodict')
 source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha512sums=('f12f086aeddcd5a8ff09cc461aba263639e6c9fad45f91a976df4213007961fa91fbfb2b39cdeb7c0c7703a9941a6c11ad94abfac9d8f3a1ad26da0c58b7da8a')
+sha512sums=('eb643434948f30f367123786042484c0078c310054dfc34f3669a65fdaac64ef6ea542af7345d051360227ee1f032948561a15d294ddf3a9dc0aac5712229d88')
 
 build() {
   cd faker



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-faker/-/commit/60abd95fe55b55dbcf4cdcf6f39fdc16b6b3d5dd

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




[Git][archlinux/packaging/packages/python-faker] Pushed new tag 24.8.0-1

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


Felix Yan pushed new tag 24.8.0-1 at Arch Linux / Packaging / Packages / 
python-faker

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




[Git][archlinux/packaging/packages/limine] Pushed new tag 7.4.0-1

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


Robin Candau pushed new tag 7.4.0-1 at Arch Linux / Packaging / Packages / 
limine

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




[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.4.0-1: New upstream release

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


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


Commits:
c9f29c81 by Robin Candau at 2024-04-20T04:39:55+02:00
upgpkg: 7.4.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
-   pkgver = 7.3.1
+   pkgver = 7.4.0
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
-   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.3.1
-   sha256sums = 
e29a46566efd2221fd06537c23767511baaddadd0c1b2dc486d2f195566c26f6
+   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.4.0
+   sha256sums = 
8bfa1153bc50e0dd6673b608f007b124089eff0075d83af821a4aee3ce44daff
 
 pkgname = limine


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=7.3.1
+pkgver=7.4.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver};)
-sha256sums=('e29a46566efd2221fd06537c23767511baaddadd0c1b2dc486d2f195566c26f6')
+sha256sums=('8bfa1153bc50e0dd6673b608f007b124089eff0075d83af821a4aee3ce44daff')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/c9f29c8109a79da297a9d6e6c7bfe7fa91778dff

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




[Git][archlinux/packaging/packages/mythes-hu][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
mythes-hu


Commits:
8faa569c by Balló György at 2024-04-20T02:36:07+02:00
Add srcinfo and config for nvchecker

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = mythes-hu
+   pkgdesc = Hungarian thesaurus
+   pkgver = 1.0
+   pkgrel = 3
+   epoch = 1
+   url = https://magyarispell.sourceforge.net/
+   arch = any
+   license = GPL-2.0-or-later
+   makedepends = git
+   makedepends = libmythes
+   optdepends = libmythes: offers thesaurus library functions
+   source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
+   sha256sums = 
e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f
+
+pkgname = mythes-hu


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[mythes-hu]
+source = "regex"
+url = 
"https://cgit.freedesktop.org/libreoffice/dictionaries/plain/hu_HU/README_th_hu_HU_v2.txt;
+regex = "Hungarian Thesaurus, version (.*) \\("


=
PKGBUILD
=
@@ -11,17 +11,17 @@ url='https://magyarispell.sourceforge.net/'
 license=('GPL-2.0-or-later')
 makedepends=('git' 'libmythes')
 optdepends=('libmythes: offers thesaurus library functions')
-_commit=2404521a6c320ae5e307c6c0fed31d81de751a88
-source=("git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=a4473e06b56bfe35187e302754f6baaa8d75e54f
+source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
+sha256sums=('e4d6d54282eb5fa8b1b2b23171382029832c976ed442f5f982a0c5bb7b6db96f')
 
 build() {
-  cd dictionaries/hu_HU/
+  cd libreoffice-dictionaries/hu_HU/
   cat th_hu_HU_v2.dat | th_gen_idx.pl > th_hu_HU_v2.idx
 }
 
 package() {
-  cd dictionaries/hu_HU/
+  cd libreoffice-dictionaries/hu_HU/
   install -Dm644 th_hu_HU_v2.dat "$pkgdir/usr/share/mythes/th_hu_HU_v2.dat"
   install -Dm644 th_hu_HU_v2.idx "$pkgdir/usr/share/mythes/th_hu_HU_v2.idx"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mythes-hu/-/commit/8faa569cce266febf51fb7c0919cba2ee4f41d0a

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




[Git][archlinux/packaging/packages/eslint][main] upgpkg: 9.1.0-1

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


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


Commits:
855f8ac9 by Daniel M. Capella at 2024-04-19T20:16:27-04:00
upgpkg: 9.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = eslint
pkgdesc = An AST-based pattern checker for JavaScript
-   pkgver = 9.0.0
+   pkgver = 9.1.0
pkgrel = 1
url = https://eslint.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = eslint
depends = acorn
depends = nodejs
options = !emptydirs
-   source = git+https://github.com/eslint/eslint.git#tag=v9.0.0
-   b2sums = 
a06c7026bf89c6cbbb98de674ac2907e2d414661032643148447559ebf45cbcba41b3f878247248118f0b38e717460a94bb8df09b602a5b507d50f7d23b7b95a
+   source = git+https://github.com/eslint/eslint.git#tag=v9.1.0
+   b2sums = 
c881beb93087834fcf8d03658aabc296ff5c3145db376c26b55ce23a34dc1f8744d2b726ecddad47f809126ae24187ba5436a240e4203324a85198cc092d0f50
 
 pkgname = eslint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=9.0.0
+pkgver=9.1.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@ depends=('acorn' 'nodejs')
 makedepends=('git' 'jq' 'npm')
 options=('!emptydirs')
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver;)
-b2sums=('a06c7026bf89c6cbbb98de674ac2907e2d414661032643148447559ebf45cbcba41b3f878247248118f0b38e717460a94bb8df09b602a5b507d50f7d23b7b95a')
+b2sums=('c881beb93087834fcf8d03658aabc296ff5c3145db376c26b55ce23a34dc1f8744d2b726ecddad47f809126ae24187ba5436a240e4203324a85198cc092d0f50')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eslint/-/commit/855f8ac94b95364ce2e5ddcfb1be94b609635091

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




[Git][archlinux/packaging/packages/eslint] Pushed new tag 9.1.0-1

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


Daniel M. Capella pushed new tag 9.1.0-1 at Arch Linux / Packaging / Packages / 
eslint

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




[Git][archlinux/packaging/packages/hyphen-hu][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hyphen-hu


Commits:
7eaf6d76 by Balló György at 2024-04-20T02:09:15+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[hyphen-hu]
+source = "regex"
+url = 
"https://cgit.freedesktop.org/libreoffice/dictionaries/plain/hu_HU/README_hyph_hu_HU.txt;
+regex = "Patch version: (.*)"
+from_pattern = "-"
+to_pattern = ""



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyphen-hu/-/commit/7eaf6d76255d020015df3cc807dd894a4d5f7c1b

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




[Git][archlinux/packaging/packages/hyphen-hu] Pushed new tag 20240321-1

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 20240321-1 at Arch Linux / Packaging / Packages / 
hyphen-hu

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




[Git][archlinux/packaging/packages/hyphen-hu][main] upgpkg: 20240321-1: Update to new release

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hyphen-hu


Commits:
989f8267 by Balló György at 2024-04-20T02:08:22+02:00
upgpkg: 20240321-1: Update to new release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,13 @@
 pkgbase = hyphen-hu
pkgdesc = Hungarian hyphenation rules
-   pkgver = 20230523
+   pkgver = 20240321
pkgrel = 1
url = https://magyarispell.sourceforge.net/
arch = any
-   license = LGPL
-   license = GPL
-   license = MPL
+   license = LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1
makedepends = git
optdepends = hyphen: offers hyphenation library functions
-   source = 
git+https://git.libreoffice.org/dictionaries#commit=e868c6a2b11784ff728588ef15f310737dce2747
-   sha256sums = SKIP
+   source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
+   sha256sums = 
4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653
 
 pkgname = hyphen-hu


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: AndyRTR 
 
 pkgname=hyphen-hu
-pkgver=20230523
+pkgver=20240321
 pkgrel=1
 pkgdesc='Hungarian hyphenation rules'
 arch=('any')
@@ -10,12 +10,12 @@ url='https://magyarispell.sourceforge.net/'
 license=('LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1')
 makedepends=('git')
 optdepends=('hyphen: offers hyphenation library functions')
-_commit=e868c6a2b11784ff728588ef15f310737dce2747
-source=("git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=491736b0e775f7d4a0bfd9ed9ce94ec296e3e988
+source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
+sha256sums=('4ce7d02ee15c5b01f1d6281f817473db5bd89c41323c8c6b91abc96b08783653')
 
 package() {
-  cd dictionaries/hu_HU/
+  cd libreoffice-dictionaries/hu_HU/
   install -Dm644 hyph_hu_HU.dic "$pkgdir/usr/share/hyphen/hyph_hu_HU.dic"
 
   # the symlinks



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hyphen-hu/-/commit/989f8267fc256be1844020762b1ec48e33661092

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




[Git][archlinux/packaging/packages/hunspell-hu][main] upgpkg: 1.8.1-1: Update to new release

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
hunspell-hu


Commits:
b676ea88 by Balló György at 2024-04-20T01:45:20+02:00
upgpkg: 1.8.1-1: Update to new release

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = hunspell-hu
+   pkgdesc = Hungarian hunspell dictionary
+   pkgver = 1.8.1
+   pkgrel = 1
+   url = https://magyarispell.sourceforge.net/
+   arch = any
+   license = LGPL-3.0-or-later OR MPL-2.0
+   makedepends = git
+   makedepends = qt6-webengine
+   optdepends = hunspell: the spell checking libraries and apps
+   provides = hunspell-dictionary
+   source = 
libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
+   sha256sums = 
3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964
+
+pkgname = hunspell-hu


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[hunspell-hu]
+source = "regex"
+url = 
"https://cgit.freedesktop.org/libreoffice/dictionaries/plain/hu_HU/README_hu_HU.txt;
+regex = "Hungarian Hunspell dictionaries version (.*) with morphological data"


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: AndyRTR 
 
 pkgname=hunspell-hu
-pkgver=1.8
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Hungarian hunspell dictionary'
 arch=('any')
 url='https://magyarispell.sourceforge.net/'
@@ -11,12 +11,12 @@ license=('LGPL-3.0-or-later OR MPL-2.0')
 makedepends=('git' 'qt6-webengine')
 optdepends=('hunspell: the spell checking libraries and apps')
 provides=('hunspell-dictionary')
-_commit=2404521a6c320ae5e307c6c0fed31d81de751a88
-source=("git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=c5b2a36bde02841590b8ccc490ca88bfdb69f153
+source=("libreoffice-dictionaries::git+https://git.libreoffice.org/dictionaries#commit=$_commit;)
+sha256sums=('3205f30c06d03403c50d5ed6adc9f98c1156ebcf2294bd8e2bf23909fa055964')
 
 package() {
-  cd dictionaries/hu_HU/
+  cd libreoffice-dictionaries/hu_HU/
   install -dm755 "$pkgdir"/usr/share/{hunspell,qt{,6}/qtwebengine_dictionaries}
   install -m644 -t "$pkgdir/usr/share/hunspell" hu_HU.dic hu_HU.aff
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-hu/-/commit/b676ea88e0b75224b653b6f3dccf735b97a8be48

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




[Git][archlinux/packaging/packages/hunspell-hu] Pushed new tag 1.8.1-1

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1.8.1-1 at Arch Linux / Packaging / Packages / 
hunspell-hu

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




[Git][archlinux/packaging/packages/seahorse-nautilus] Pushed new tag 1-3.11.92+r99+gbd57374-1

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


Jan Alexander Steffens (heftig) pushed new tag 1-3.11.92+r99+gbd57374-1 at Arch 
Linux / Packaging / Packages / seahorse-nautilus

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




[Git][archlinux/packaging/packages/wildmidi] Pushed new tag 0.4.6-1

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 0.4.6-1 at Arch Linux / Packaging / Packages / 
wildmidi

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




[Git][archlinux/packaging/packages/wildmidi][main] upgpkg: 0.4.6-1: Update to new release

2024-04-19 Thread @bgyorgy


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


Commits:
941a7fa3 by Balló György at 2024-04-20T00:35:52+02:00
upgpkg: 0.4.6-1: Update to new release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = wildmidi
+   pkgdesc = Simple software MIDI player which has a core softsynth library
+   pkgver = 0.4.6
+   pkgrel = 1
+   url = https://github.com/Mindwerks/wildmidi
+   arch = x86_64
+   license = GPL-3.0-or-later AND LGPL-3.0-or-later
+   makedepends = cmake
+   makedepends = ninja
+   depends = alsa-lib
+   depends = glibc
+   source = 
https://github.com/Mindwerks/wildmidi/archive/wildmidi-0.4.6.tar.gz
+   sha256sums = 
051b8c51699af594ddd3e4e3b06bad3564e9499c3c6b9e6f880cb2f92bcfa9c8
+
+pkgname = wildmidi


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Panagiotis Papadopoulos
 
 pkgname=wildmidi
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
 pkgdesc='Simple software MIDI player which has a core softsynth library'
 arch=('x86_64')
 url='https://github.com/Mindwerks/wildmidi'
@@ -13,7 +13,7 @@ license=('GPL-3.0-or-later AND LGPL-3.0-or-later')
 depends=('alsa-lib' 'glibc')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/Mindwerks/wildmidi/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('116c0f31d349eaa74a630ed5a9a17b6a351204877a4ed9fb9aacd9dbd7f6c874')
+sha256sums=('051b8c51699af594ddd3e4e3b06bad3564e9499c3c6b9e6f880cb2f92bcfa9c8')
 
 build() {
   cmake -S $pkgname-$pkgname-$pkgver -B build -G Ninja 
-DCMAKE_INSTALL_PREFIX='/usr'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wildmidi/-/commit/941a7fa35f88b206402843106b8abab58d880e6b

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




[Git][archlinux/packaging/packages/ncurses] Pushed new tag 6.4_20230520-2

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


David Runge pushed new tag 6.4_20230520-2 at Arch Linux / Packaging / Packages 
/ ncurses

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




[Git][archlinux/packaging/packages/startup-notification][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
startup-notification


Commits:
e6c12209 by Balló György at 2024-04-20T00:26:19+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = startup-notification
+   pkgdesc = Libary to monitor and display application startup
+   pkgver = 0.12
+   pkgrel = 8
+   url = https://www.freedesktop.org/wiki/Software/startup-notification/
+   arch = x86_64
+   license = LGPL-2.0-or-later
+   depends = glibc
+   depends = libx11
+   depends = libxcb
+   depends = xcb-util
+   source = 
https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz
+   sha256sums = 
3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
+
+pkgname = startup-notification


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[startup-notification]
+source = "git"
+git = "https://gitlab.freedesktop.org/xdg/startup-notification.git;
+prefix = "STARTUP_NOTIFICATION_"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/e6c122094e0fd8fd1710f71ec8e73a9ea53387a7

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




[Git][archlinux/packaging/packages/evolution-ews][main] 3.52.1-1

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


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


Commits:
8ecc7646 by Jan Alexander Steffens (heftig) at 2024-04-20T00:15:49+02:00
3.52.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = evolution-ews
pkgdesc = MS Exchange integration through Exchange Web Services
-   pkgver = 3.52.0
+   pkgver = 3.52.1
pkgrel = 1
url = https://wiki.gnome.org/Apps/Evolution/EWS
arch = x86_64
@@ -12,8 +12,18 @@ pkgbase = evolution-ews
makedepends = python
makedepends = systemd
depends = evolution
+   depends = evolution-data-server
+   depends = gcc-libs
+   depends = glib2
+   depends = glibc
+   depends = gtk3
+   depends = json-glib
+   depends = libical
depends = libmspack
-   source = 
git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=d8c2a005d9b730e28a8c61b0197347d55bed6050
-   b2sums = SKIP
+   depends = libsoup3
+   depends = libxml2
+   depends = pango
+   source = git+https://gitlab.gnome.org/GNOME/evolution-ews.git#tag=3.52.1
+   b2sums = 
50f4bba01c47d3268471e83bd60d0edb35cc905827718ed03c07516b3f4feb27489fc779060c744d2880bb337172eea5fa0a0e14134be674aa4549c207c9344e
 
 pkgname = evolution-ews


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.52.0
+pkgver=3.52.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,17 @@ arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(
   evolution
+  evolution-data-server
+  gcc-libs
+  glib2
+  glibc
+  gtk3
+  json-glib
+  libical
   libmspack
+  libsoup3
+  libxml2
+  pango
 )
 makedepends=(
   cmake
@@ -21,14 +31,8 @@ makedepends=(
   python
   systemd
 )
-_commit=d8c2a005d9b730e28a8c61b0197347d55bed6050  # tags/3.52.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#tag=$pkgver;)
+b2sums=('50f4bba01c47d3268471e83bd60d0edb35cc905827718ed03c07516b3f4feb27489fc779060c744d2880bb337172eea5fa0a0e14134be674aa4549c207c9344e')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/evolution-ews/-/commit/8ecc764654b7a3af9f700b76c798e0a30b58fb6b

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




[Git][archlinux/packaging/packages/evolution-ews] Pushed new tag 3.52.1-1

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


Jan Alexander Steffens (heftig) pushed new tag 3.52.1-1 at Arch Linux / 
Packaging / Packages / evolution-ews

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




[Git][archlinux/packaging/packages/evolution] Pushed new tag 3.52.1-1

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


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

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




[Git][archlinux/packaging/packages/lib32-libnm][main] 3 commits: Remove references to ebpf and bluez5_dun (match extra/networkmanager)

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


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


Commits:
73749e92 by Jan Alexander Steffens (heftig) at 2024-02-24T23:20:11+01:00
Remove references to ebpf and bluez5_dun (match extra/networkmanager)

Theyre disabled by default.

- - - - -
6387f523 by Jan Alexander Steffens (heftig) at 2024-04-20T00:09:46+02:00
Use tag pinning

- - - - -
ff9bf63c by Jan Alexander Steffens (heftig) at 2024-04-20T00:13:31+02:00
drop workaround for fortification level

See: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/af20d82a235c8d1100f0403041128dde11042d2b

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -20,7 +20,7 @@ pkgbase = lib32-libnm
depends = lib32-util-linux
depends = libnm
provides = libnm.so
-   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=e39f48a30a2ef7b445276a859bbd5255e4c5071d
-   b2sums = SKIP
+   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=1.46.0
+   b2sums = 
9285561e9c7ffb3e5d60ce60120d53e137c0ec2c36a373ee76befc3c93e54d191ff3187a287fbf05ab97bf8012ce72dd232a6756ebd0d59a5089c92b333a1bd2
 
 pkgname = lib32-libnm


=
PKGBUILD
=
@@ -33,16 +33,11 @@ makedepends=(
   meson
 )
 provides=(libnm.so)
-_commit=e39f48a30a2ef7b445276a859bbd5255e4c5071d  # tags/1.46.0^0
 source=(
-  
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;
+  # Can't locate the public key (sf...@redhat.com, 
E472337703D0C46002928B5790617850A125DE59)
+  
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=$pkgver;
 )
-b2sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags | sed 's/-dev/dev/;s/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('9285561e9c7ffb3e5d60ce60120d53e137c0ec2c36a373ee76befc3c93e54d191ff3187a287fbf05ab97bf8012ce72dd232a6756ebd0d59a5089c92b333a1bd2')
 
 prepare() {
   cd NetworkManager
@@ -67,9 +62,7 @@ build() {
 -D selinux=false
 
 # features
--D bluez5_dun=false
 -D concheck=false
--D ebpf=false
 -D iwd=false
 -D modem_manager=false
 -D nm_cloud_setup=false
@@ -97,10 +90,6 @@ build() {
 -D qt=false
   )
 
-  # NM uses malloc_usable_size in code copied from systemd
-  CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-  CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-
   arch-meson NetworkManager build "${meson_options[@]}"
   meson compile -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnm/-/compare/f56cba466a556b1a039202f25a21f3d4d976644c...ff9bf63cd392467d54a7bdfe304be8d7e8b5ac79

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




[Git][archlinux/packaging/packages/networkmanager][main] drop workaround for fortification level

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


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


Commits:
b9fd2e12 by Jan Alexander Steffens (heftig) at 2024-04-20T00:12:49+02:00
drop workaround for fortification level

See: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/af20d82a235c8d1100f0403041128dde11042d2b

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -101,10 +101,6 @@ build() {
 -D qt=false
   )
 
-  # NM uses malloc_usable_size in code copied from systemd
-  CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-  CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
-
   arch-meson NetworkManager build "${meson_options[@]}"
   meson compile -C build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager/-/commit/b9fd2e125d42a3e509917923e0d0353866133249

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




[Git][archlinux/packaging/packages/spandsp][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
c2e46a3a by Balló György at 2024-04-20T00:09:37+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = spandsp
+   pkgdesc = Low-level signal processing library that modulates and 
demodulates signals commonly used in telephony
+   pkgver = 0.0.6
+   pkgrel = 5
+   url = https://www.soft-switch.org/
+   arch = x86_64
+   license = LGPL-2.1-only
+   makedepends = docbook-xsl
+   makedepends = doxygen
+   depends = glibc
+   depends = libtiff
+   source = 
https://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6.tar.gz
+   sha256sums = 
cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
+
+pkgname = spandsp
+
+pkgname = spandsp-docs
+   pkgdesc = Developer documentation for spandsp
+   depends = 


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[spandsp]
+source = "regex"
+url = "https://www.soft-switch.org/downloads/spandsp/;
+regex = "spandsp-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/c2e46a3a58f3b1842d5b4a04d6c7e199de3bbd41

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




[Git][archlinux/packaging/packages/gtk4] Pushed new tag 1-4.14.3-1

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


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

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




[Git][archlinux/packaging/packages/gtk4][main] 1:4.14.3-1

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


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


Commits:
446abaad by Jan Alexander Steffens (heftig) at 2024-04-20T00:08:01+02:00
1:4.14.3-1

- - - - -


3 changed files:

- .SRCINFO
- 0001-HACK-Don-t-use-objcopy-for-resource-embedding.patch
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = gtk4
pkgdesc = GObject-based multi-platform GUI toolkit
-   pkgver = 4.14.2
+   pkgver = 4.14.3
pkgrel = 1
epoch = 1
url = https://www.gtk.org/
arch = x86_64
-   license = LGPL-2.0-only
+   license = LGPL-2.1-or-later
checkdepends = gst-plugin-pipewire
checkdepends = gst-plugins-base
checkdepends = mutter
@@ -33,6 +33,7 @@ pkgbase = gtk4
depends = desktop-file-utils
depends = fontconfig
depends = fribidi
+   depends = gcc-libs
depends = gdk-pixbuf2
depends = glib2
depends = graphene
@@ -63,18 +64,18 @@ pkgbase = gtk4
depends = shared-mime-info
depends = tracker3
depends = wayland
-   source = git+https://gitlab.gnome.org/GNOME/gtk.git#tag=4.14.2
+   source = git+https://gitlab.gnome.org/GNOME/gtk.git#tag=4.14.3
source = gtk-update-icon-cache.hook
source = gtk-update-icon-cache.script
source = gtk4-querymodules.hook
source = gtk4-querymodules.script
source = 0001-HACK-Don-t-use-objcopy-for-resource-embedding.patch
-   b2sums = 
4e7ddb5200d45c99479adce9541fe088edb99e29400f6d0d6c06a0b3959767ec90252ced37f987cdf5d5ae727d88c27d20711eabf601ee68b63878ce5d56bfaa
+   b2sums = 
f49b3e0ae9be2b37589f49bbeaee7a7b1132c47fe9750c81b426559b9634a7ba1d64a22d87fe6e030cb49f2c4ad551cd233c6c757d32cb4f1e4a96b76cf1d750
b2sums = 
136bdb410c46daf769175e8e8837286576391797a4762b8cf388217e893dd6c5087c5c91c347cbdf7d3e9dcd2c978c2fb275b5af1f3425c9f7979fbc65a81324
b2sums = 
6bcd839ef82296d864587e0cc7acc0145bdea8e5235af304747cf3c0e564c2757cc67c0373dc044bec83dccfc57dc899546c2fccea96cff2bba22f09978a3814
b2sums = 
dd589bd1ad2b13f0e06f6899776a083f20a1aac24d4308d666ffd0d1cff38457b8257b8366f92e767b4233b3d86b6b54fa50339faf84c4801a824986366dce30
b2sums = 
4b90eb8d582509b09aab401313d4399cc139ad21b5dd7d45d79860d0764c7494c60714e0794e09823e51d1894ac032a994f27d79d1499abf24ee6f59bdb0c243
-   b2sums = 
ace2f8be09d5e20c3a694e6a9a397d8d87b61516601a96d998e89f7500874e98fee380b66c44fd5c8a717d3d89f99026e42f79df18a7a32feac724044e5b7341
+   b2sums = 
39335dc6f3809efb51a43f5791c6585e1b715c9d22f400b3b6dace407a8c32693438b4f435eae848ce3273ace6d07f9eb2c3cf52ed1ff9de8755301a1eeb5a50
 
 pkgname = gtk4
depends = adwaita-icon-theme
@@ -84,6 +85,7 @@ pkgname = gtk4
depends = desktop-file-utils
depends = fontconfig
depends = fribidi
+   depends = gcc-libs
depends = gdk-pixbuf2
depends = glib2
depends = graphene


=
0001-HACK-Don-t-use-objcopy-for-resource-embedding.patch
=
@@ -15,7 +15,7 @@ See: https://gitlab.gnome.org/GNOME/gtk/-/issues/6153
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/meson.build b/meson.build
-index 0c251000afe6..048b3b1578a4 100644
+index 5ac14d5e574d..5f8679539365 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -770,7 +770,7 @@ if ld.found()


=
PKGBUILD
=
@@ -8,13 +8,13 @@ pkgname=(
   gtk4-docs
   gtk-update-icon-cache
 )
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 url="https://www.gtk.org/;
 arch=(x86_64)
-license=(LGPL-2.0-only)
+license=(LGPL-2.1-or-later)
 depends=(
   adwaita-icon-theme
   cairo
@@ -23,6 +23,7 @@ depends=(
   desktop-file-utils
   fontconfig
   fribidi
+  gcc-libs
   gdk-pixbuf2
   glib2
   graphene
@@ -84,12 +85,12 @@ source=(
   gtk4-querymodules.{hook,script}
   0001-HACK-Don-t-use-objcopy-for-resource-embedding.patch
 )
-b2sums=('4e7ddb5200d45c99479adce9541fe088edb99e29400f6d0d6c06a0b3959767ec90252ced37f987cdf5d5ae727d88c27d20711eabf601ee68b63878ce5d56bfaa'
+b2sums=('f49b3e0ae9be2b37589f49bbeaee7a7b1132c47fe9750c81b426559b9634a7ba1d64a22d87fe6e030cb49f2c4ad551cd233c6c757d32cb4f1e4a96b76cf1d750'
 
'136bdb410c46daf769175e8e8837286576391797a4762b8cf388217e893dd6c5087c5c91c347cbdf7d3e9dcd2c978c2fb275b5af1f3425c9f7979fbc65a81324'
 
'6bcd839ef82296d864587e0cc7acc0145bdea8e5235af304747cf3c0e564c2757cc67c0373dc044bec83dccfc57dc899546c2fccea96cff2bba22f09978a3814'
 
'dd589bd1ad2b13f0e06f6899776a083f20a1aac24d4308d666ffd0d1cff38457b8257b8366f92e767b4233b3d86b6b54fa50339faf84c4801a824986366dce30'
 
'4b90eb8d582509b09aab401313d4399cc139ad21b5dd7d45d79860d0764c7494c60714e0794e09823e51d1894ac032a994f27d79d1499abf24ee6f59bdb0c243'
-

[Git][archlinux/packaging/packages/networkmanager][main] Use tag pinning

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


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


Commits:
b7b835cc by Jan Alexander Steffens (heftig) at 2024-04-20T00:05:29+02:00
Use tag pinning

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -39,8 +39,8 @@ pkgbase = networkmanager
makedepends = vala
makedepends = vala
makedepends = wpa_supplicant
-   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=e39f48a30a2ef7b445276a859bbd5255e4c5071d
-   b2sums = SKIP
+   source = 
git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=1.46.0
+   b2sums = 
9285561e9c7ffb3e5d60ce60120d53e137c0ec2c36a373ee76befc3c93e54d191ff3187a287fbf05ab97bf8012ce72dd232a6756ebd0d59a5089c92b333a1bd2
 
 pkgname = networkmanager
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -56,16 +56,11 @@ checkdepends=(
   libx11
   python-dbus
 )
-_commit=e39f48a30a2ef7b445276a859bbd5255e4c5071d  # tags/1.46.0^0
 source=(
-  
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;
+  # Can't locate the public key (sf...@redhat.com, 
E472337703D0C46002928B5790617850A125DE59)
+  
"git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=$pkgver;
 )
-b2sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags | sed 's/-dev/dev/;s/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('9285561e9c7ffb3e5d60ce60120d53e137c0ec2c36a373ee76befc3c93e54d191ff3187a287fbf05ab97bf8012ce72dd232a6756ebd0d59a5089c92b333a1bd2')
 
 prepare() {
   cd NetworkManager



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager/-/commit/b7b835cc2e9185d7a9b64a3e5af8412e5240a511

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




[Git][archlinux/packaging/packages/evolution-data-server] Pushed new tag 3.52.1-1

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


Jan Alexander Steffens (heftig) pushed new tag 3.52.1-1 at Arch Linux / 
Packaging / Packages / evolution-data-server

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




[Git][archlinux/packaging/packages/lib32-gdk-pixbuf2] Pushed new tag 2.42.11-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.42.11-1 at Arch Linux / 
Packaging / Packages / lib32-gdk-pixbuf2

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




[Git][archlinux/packaging/packages/gdk-pixbuf2][main] 2.42.11-1

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


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


Commits:
00b1b719 by Jan Alexander Steffens (heftig) at 2024-04-19T23:46:55+02:00
2.42.11-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,37 @@
+pkgbase = gdk-pixbuf2
+   pkgdesc = An image loading library
+   pkgver = 2.42.11
+   pkgrel = 1
+   url = https://wiki.gnome.org/Projects/GdkPixbuf
+   arch = x86_64
+   license = LGPL-2.0-or-later
+   makedepends = gi-docgen
+   makedepends = git
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = python-docutils
+   depends = glib2
+   depends = glibc
+   depends = libjpeg
+   depends = libpng
+   depends = libtiff
+   depends = shared-mime-info
+   optdepends = libwmf: Load .wmf and .apm
+   optdepends = libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, 
.erf, .mrw, and .raf
+   optdepends = libavif: Load .avif
+   optdepends = libheif: Load .heif, .heic, and .avif
+   optdepends = libjxl: Load .jxl
+   optdepends = librsvg: Load .svg, .svgz, and .svg.gz
+   optdepends = webp-pixbuf-loader: Load .webp
+   source = git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=2.42.11
+   source = gdk-pixbuf-query-loaders.hook
+   b2sums = 
23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6
+   b2sums = 
5a00d34888e207d70d02369015d029f4c0450fc5a02b4b257de8e5df04380dc550723f351433859224c96c3c6390896f2166673af65e8a09eb57024f5a34301b
+
+pkgname = gdk-pixbuf2
+   install = gdk-pixbuf2.install
+   provides = libgdk_pixbuf-2.0.so
+
+pkgname = gdk-pixbuf2-docs
+   pkgdesc = An image loading library (documentation)
+   depends = 


=
PKGBUILD
=
@@ -2,15 +2,31 @@
 # Contributor: Ionut Biru 
 
 pkgbase=gdk-pixbuf2
-pkgname=(gdk-pixbuf2 gdk-pixbuf2-docs)
-pkgver=2.42.10
-pkgrel=2
+pkgname=(
+  gdk-pixbuf2
+  gdk-pixbuf2-docs
+)
+pkgver=2.42.11
+pkgrel=1
 pkgdesc="An image loading library"
 url="https://wiki.gnome.org/Projects/GdkPixbuf;
 arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libpng libtiff libjpeg shared-mime-info)
-makedepends=(gobject-introspection git meson gi-docgen python-docutils)
+license=(LGPL-2.0-or-later)
+depends=(
+  glib2
+  glibc
+  libjpeg
+  libpng
+  libtiff
+  shared-mime-info
+)
+makedepends=(
+  gi-docgen
+  git
+  gobject-introspection
+  meson
+  python-docutils
+)
 optdepends=(
   "libwmf: Load .wmf and .apm"
   "libopenraw: Load .dng, .cr2, .crw, .nef, .orf, .pef, .arw, .erf, .mrw, and 
.raf"
@@ -20,28 +36,27 @@ optdepends=(
   "librsvg: Load .svg, .svgz, and .svg.gz"
   "webp-pixbuf-loader: Load .webp"
 )
-_commit=9ac257eb38f772fec4253e8051743029e75a2acd  # tags/2.42.10^0
 source=(
-  "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#commit=$_commit;
+  "git+https://gitlab.gnome.org/GNOME/gdk-pixbuf.git#tag=$pkgver;
   gdk-pixbuf-query-loaders.hook
 )
-sha256sums=('SKIP'
-'9fb71d95e6a212779eb0f88dde5a3cee0df7f4d9183f8f9ce286f8cdc14428f0')
-
-pkgver() {
-  cd gdk-pixbuf
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('23af2f9f3cd542e6d6d14203a8037400df1e22e89884bddfc1439195e5c788ceec532a7bdda2c1685bb2355ea1303484872b836fdb6827cd448b57c36e6786a6'
+
'5a00d34888e207d70d02369015d029f4c0450fc5a02b4b257de8e5df04380dc550723f351433859224c96c3c6390896f2166673af65e8a09eb57024f5a34301b')
 
 prepare() {
   cd gdk-pixbuf
 }
 
 build() {
-  arch-meson gdk-pixbuf build \
--D builtin_loaders=all \
--D gtk_doc=true \
+  local meson_options=(
+-D builtin_loaders=all
+-D gtk_doc=true
 -D installed_tests=false
+-D introspection=enabled
+-D man=true
+  )
+
+  arch-meson gdk-pixbuf build "${meson_options[@]}"
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gdk-pixbuf2/-/commit/00b1b719021659cc5d19e7149852f4a3d02819f6

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




[Git][archlinux/packaging/packages/gdk-pixbuf2] Pushed new tag 2.42.11-1

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


Jan Alexander Steffens (heftig) pushed new tag 2.42.11-1 at Arch Linux / 
Packaging / Packages / gdk-pixbuf2

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




[Git][archlinux/packaging/packages/sensors-applet] Pushed new tag 1-3.0.0-3

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1-3.0.0-3 at Arch Linux / Packaging / Packages / 
sensors-applet

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




[Git][archlinux/packaging/packages/vala] Pushed new tag 0.56.17-1

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


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

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




[Git][archlinux/packaging/packages/orca][main] Fix URL

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


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


Commits:
796412e9 by Jan Alexander Steffens (heftig) at 2024-04-19T23:32:47+02:00
Fix URL

Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/orca/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -2,7 +2,7 @@ pkgbase = orca
pkgdesc = Screen reader for individuals who are blind or visually 
impaired
pkgver = 46.1
pkgrel = 2
-   url = https://wiki.gnome.org/Projects/Orca
+   url = https://orca.gnome.org/
arch = any
groups = gnome
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=orca
 pkgver=46.1
 pkgrel=2
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
+url="https://orca.gnome.org/;
 arch=(any)
 license=(LGPL-2.1-or-later)
 depends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orca/-/commit/796412e92e53861f14f1558764556a54b2129eb9

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




[Git][archlinux/packaging/packages/pygobject][main] Fix URL

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


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


Commits:
122f112c by Jan Alexander Steffens (heftig) at 2024-04-19T23:31:46+02:00
Fix URL

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -2,7 +2,7 @@ pkgbase = pygobject
pkgdesc = Python bindings for GLib/GObject/GIO/GTK
pkgver = 3.48.2
pkgrel = 1
-   url = https://wiki.gnome.org/Projects/PyGObject
+   url = https://pygobject.gnome.org/
arch = x86_64
license = LGPL-2.1-or-later
checkdepends = gtk3


=
PKGBUILD
=
@@ -10,7 +10,7 @@ pkgname=(
 pkgver=3.48.2
 pkgrel=1
 pkgdesc="Python bindings for GLib/GObject/GIO/GTK"
-url="https://wiki.gnome.org/Projects/PyGObject;
+url="https://pygobject.gnome.org/;
 arch=(x86_64)
 license=(LGPL-2.1-or-later)
 depends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pygobject/-/commit/122f112c09a1b4172f33bbe765a6176751fd7b6b

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




[Git][archlinux/packaging/packages/accountsservice] Pushed new tag 23.13.9-2

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


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

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




[Git][archlinux/packaging/packages/python-fakeredis][main] upgpkg: 2.22.0-2: Rebuild with Python 3.12

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


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


Commits:
64810718 by Caleb Maclennan at 2024-04-20T00:24:00+03:00
upgpkg: 2.22.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fakeredis
pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
pkgver = 2.22.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/dsoftwareinc/fakeredis-py
arch = any
license = BSD


=
PKGBUILD
=
@@ -7,7 +7,7 @@ BUILDENV+=(!check)
 _pyname=fakeredis
 pkgname=python-fakeredis
 pkgver=2.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
 url="https://github.com/dsoftwareinc/${_pyname}-py;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/64810718e9a68e53894c4a7bcaa80709ec41f3e2

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




[Git][archlinux/packaging/packages/python-fakeredis] Pushed new tag 2.22.0-2

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


Caleb Maclennan pushed new tag 2.22.0-2 at Arch Linux / Packaging / Packages / 
python-fakeredis

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




[Git][archlinux/packaging/packages/sensors-applet][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
sensors-applet


Commits:
23eb4a5e by Balló György at 2024-04-19T23:23:12+02:00
Add config for nvchecker

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -27,7 +27,7 @@ pkgbase = sensors-applet
source = fix-crash-destroying-active-sensor.patch
source = port-to-libgnome-panel.patch
source = sensors-applet-3.0.0-udisks2-plugin.patch
-   sha256sums = SKIP
+   sha256sums = 
6ec258baf1bb697de8492ba231d23cd849d964ccfae801d52c9b199864c0fea9
sha256sums = 
9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156
sha256sums = 
cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d
sha256sums = 
ca6489da2e82df77e5a3b4e71e99689954132d5110f1c7bffc2f0ee7c35d4b33


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[sensors-applet]
+source = "git"
+git = "https://git.code.sf.net/p/sensors-applet/code;


=
PKGBUILD
=
@@ -18,7 +18,7 @@ 
source=("$pkgname::git+https://git.code.sf.net/p/sensors-applet/code#commit=$_co
 'fix-crash-destroying-active-sensor.patch'
 'port-to-libgnome-panel.patch'
 'sensors-applet-3.0.0-udisks2-plugin.patch')
-sha256sums=('SKIP'
+sha256sums=('6ec258baf1bb697de8492ba231d23cd849d964ccfae801d52c9b199864c0fea9'
 '9c4cc2accf326c44cb625f5db0b82a782351cdf8829f1a4067a30f287b6b7156'
 'cb0e35e0d6e6568f14836da7e5b78154bd4d9a4127f0f6dd476e4f7c9d62339d'
 'ca6489da2e82df77e5a3b4e71e99689954132d5110f1c7bffc2f0ee7c35d4b33')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sensors-applet/-/commit/23eb4a5e3d1405fc9531ae65c993a2a56e80feb8

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




[Git][archlinux/packaging/packages/python-fakeredis] Pushed new tag 2.22.0-1

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


Caleb Maclennan pushed new tag 2.22.0-1 at Arch Linux / Packaging / Packages / 
python-fakeredis

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




[Git][archlinux/packaging/packages/python-fakeredis][main] upgpkg: 2.22.0-1

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


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


Commits:
c32ea400 by Caleb Maclennan at 2024-04-20T00:21:50+03:00
upgpkg: 2.22.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fakeredis
pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
-   pkgver = 2.21.3
-   pkgrel = 2
+   pkgver = 2.22.0
+   pkgrel = 1
url = https://github.com/dsoftwareinc/fakeredis-py
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = python-fakeredis
depends = python-sortedcontainers
optdepends = python-packaging: for aioredis support
optdepends = python-lupa: for lua scripting support
-   source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.21.3.tar.gz
-   sha256sums = 
e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d
+   source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.22.0.tar.gz
+   sha256sums = 
d063085fe962d16637cfe21044f277cfc54d6fb456d12a7c87514990c3fac98e
 
 pkgname = python-fakeredis


=
PKGBUILD
=
@@ -6,8 +6,8 @@ BUILDENV+=(!check)
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.21.3
-pkgrel=2
+pkgver=2.22.0
+pkgrel=1
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
 url="https://github.com/dsoftwareinc/${_pyname}-py;
@@ -29,7 +29,7 @@ optdepends=('python-packaging: for aioredis support'
 # source=("$url/archive/v$pkgver/$_archive.tar.gz")
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz;)
-sha256sums=('e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d')
+sha256sums=('d063085fe962d16637cfe21044f277cfc54d6fb456d12a7c87514990c3fac98e')
 
 build(){
cd "$_archive"



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

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




[Git][archlinux/packaging/packages/pulumi] Pushed new tag 3.113.3-1

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


Andrew Crerar pushed new tag 3.113.3-1 at Arch Linux / Packaging / Packages / 
pulumi

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




[Git][archlinux/packaging/packages/pulumi][main] upgpkg: 3.113.3-1

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


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
pulumi


Commits:
7329e649 by Andrew Crerar at 2024-04-19T17:05:16-04:00
upgpkg: 3.113.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = pulumi
pkgdesc = Modern Infrastructure as Code
-   pkgver = 3.113.2
+   pkgver = 3.113.3
pkgrel = 1
url = https://github.com/pulumi/pulumi
arch = x86_64
license = Apache
makedepends = go
depends = glibc
-   source = 
pulumi-3.113.2.tar.gz::https://github.com/pulumi/pulumi/archive/v3.113.2.tar.gz
-   b2sums = 
7f39450f6046d24cae2d0dd57662b2cc00508c203851bcbfd293e6d703b1fc93c45cf9ff55cc86c2a01038636861fcfefc939e20ebc5d292c4f4e204fb89a56e
+   source = 
pulumi-3.113.3.tar.gz::https://github.com/pulumi/pulumi/archive/v3.113.3.tar.gz
+   b2sums = 
dd1da92207bbb74952da44683da3eeed405799e5f2da70483827f4eaed8913ab6f4915af062d77850abf41b268846432266ac2f54e942e4072b789ad7e197d46
 
 pkgname = pulumi


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.113.2
+pkgver=3.113.3
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('7f39450f6046d24cae2d0dd57662b2cc00508c203851bcbfd293e6d703b1fc93c45cf9ff55cc86c2a01038636861fcfefc939e20ebc5d292c4f4e204fb89a56e')
+b2sums=('dd1da92207bbb74952da44683da3eeed405799e5f2da70483827f4eaed8913ab6f4915af062d77850abf41b268846432266ac2f54e942e4072b789ad7e197d46')
 options=() # disable as soon as LTO problems are resolved
 
 _plugin_dirs=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/7329e64907363b93dd8539b6497d782d861ecb2f

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

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


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




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

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


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

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




[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 126.0b3-1

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


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


Commits:
b0283432 by Andrew Crerar at 2024-04-19T16:49:24-04:00
upgpkg: 126.0b3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = firefox-developer-edition
pkgdesc = Developer Edition of the popular Firefox web browser
-   pkgver = 126.0b2
+   pkgver = 126.0b3
pkgrel = 1
url = https://www.mozilla.org/firefox/developer
arch = x86_64
@@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition
options = !emptydirs
options = !lto
options = !makeflags
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b2/source/firefox-126.0b2.source.tar.xz
-   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b2/source/firefox-126.0b2.source.tar.xz.asc
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b3/source/firefox-126.0b3.source.tar.xz
+   source = 
https://archive.mozilla.org/pub/firefox/releases/126.0b3/source/firefox-126.0b3.source.tar.xz.asc
source = firefox-developer-edition.desktop
source = identity-icons-brand.svg
source = firefox-install-dir.patch
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
-   sha256sums = 
38250d48533e2d3d673deba8237bf2f1fbd075f92a52136a92bae9797eeb9553
+   sha256sums = 
d5e479be1a7a451cc57a89376eb992802ab70d0d4924adc10e2df872c2ee2651
sha256sums = SKIP
sha256sums = 
6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3
sha256sums = 
a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9
sha256sums = 
294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3
-   b2sums = 
cf9662986bfd4e90f6a47b92f3fc68f61d9a5b5b02d6162b61f61a34d696e9fdc16292d5d97df4b2f336d14b379c97d0bfc13424db5c78d5bfe47902442daa16
+   b2sums = 
19415be4c311bc23201c2b3c693dacb59a2952733b3f3308897c6995c5df41adcb23193956e1bf01ce8a403b3163a7c4b0dc516e79d4801ccc4e67d2902f4156
b2sums = SKIP
b2sums = 
d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d
b2sums = 
63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34


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



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

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




[Git][archlinux/packaging/packages/ttyper] Pushed new tag 1.5.0-1

2024-04-19 Thread @orhun


Orhun Parmaksız pushed new tag 1.5.0-1 at Arch Linux / Packaging / Packages / 
ttyper

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




[Git][archlinux/packaging/packages/ttyper][main] upgpkg: 1.5.0-1: upstream release

2024-04-19 Thread @orhun


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


Commits:
238b269c by Orhun Parmaksız at 2024-04-19T22:23:15+03:00
upgpkg: 1.5.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = ttyper
pkgdesc = Terminal-based typing test
-   pkgver = 1.4.1
-   pkgrel = 2
+   pkgver = 1.5.0
+   pkgrel = 1
url = https://github.com/max-niederman/ttyper
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
-   source = 
ttyper-1.4.1.tar.gz::https://github.com/max-niederman/ttyper/archive/v1.4.1.tar.gz
-   sha512sums = 
6a7354b9725d961e2ad2709fcbe110f0e4c712a3b6a688468420bb29f507dade0de4eace140deff0ff3eec62d239d3a9484be732a6f90d1ad9d5e7f07c39e401
+   source = 
ttyper-1.5.0.tar.gz::https://github.com/max-niederman/ttyper/archive/v1.5.0.tar.gz
+   sha512sums = 
ee21ec8a5d6c9b0d066d881de8f1170ad7a57a12329b66da51283f68a24002309d846e7206170e7d85cce3078c12bc425b656dae7f0043b8141e16e3b4c96931
 
 pkgname = ttyper


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Max Niederman 
 
 pkgname=ttyper
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Terminal-based typing test"
 arch=('x86_64')
 url="https://github.com/max-niederman/ttyper;
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6a7354b9725d961e2ad2709fcbe110f0e4c712a3b6a688468420bb29f507dade0de4eace140deff0ff3eec62d239d3a9484be732a6f90d1ad9d5e7f07c39e401')
+sha512sums=('ee21ec8a5d6c9b0d066d881de8f1170ad7a57a12329b66da51283f68a24002309d846e7206170e7d85cce3078c12bc425b656dae7f0043b8141e16e3b4c96931')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttyper/-/commit/238b269cda47a4d4f6a03c93594d78b26cde5ddc

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




[Git][archlinux/packaging/packages/cargo-expand][main] upgpkg: 1.0.85-1: upstream release

2024-04-19 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-expand


Commits:
e84524e7 by Orhun Parmaksız at 2024-04-19T22:20:54+03:00
upgpkg: 1.0.85-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-expand
pkgdesc = Subcommand to show result of macro expansion
-   pkgver = 1.0.84
+   pkgver = 1.0.85
pkgrel = 1
url = https://github.com/dtolnay/cargo-expand
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = cargo-expand
depends = cargo
depends = gcc-libs
options = !lto
-   source = 
cargo-expand-1.0.84.tar.gz::https://github.com/dtolnay/cargo-expand/archive/1.0.84.tar.gz
-   sha256sums = 
f4459979013aeb4940ffbd00fe693196336d356c050ef23c97b8d4cee6be1e15
+   source = 
cargo-expand-1.0.85.tar.gz::https://github.com/dtolnay/cargo-expand/archive/1.0.85.tar.gz
+   sha256sums = 
c65e61a4f55d57cff057e3962809ec6d433e5252b98a9b960385fe0306b10c8e
 
 pkgname = cargo-expand


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Jian Zeng 
 
 pkgname=cargo-expand
-pkgver=1.0.84
+pkgver=1.0.85
 pkgrel=1
 pkgdesc="Subcommand to show result of macro expansion"
 arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/dtolnay/cargo-expand'
 license=('MIT' 'Apache-2.0')
 depends=('cargo' 'gcc-libs')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('f4459979013aeb4940ffbd00fe693196336d356c050ef23c97b8d4cee6be1e15')
+sha256sums=('c65e61a4f55d57cff057e3962809ec6d433e5252b98a9b960385fe0306b10c8e')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-expand/-/commit/e84524e73c00e0563edd2511e67ce41e076d8f73

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




[Git][archlinux/packaging/packages/cargo-expand] Pushed new tag 1.0.85-1

2024-04-19 Thread @orhun


Orhun Parmaksız pushed new tag 1.0.85-1 at Arch Linux / Packaging / Packages / 
cargo-expand

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




[Git][archlinux/packaging/packages/pixi] Pushed new tag 0.20.0-1

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


Caleb Maclennan pushed new tag 0.20.0-1 at Arch Linux / Packaging / Packages / 
pixi

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




[Git][archlinux/packaging/packages/pixi][main] upgpkg: 0.20.0-1

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


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


Commits:
6c763412 by Caleb Maclennan at 2024-04-19T21:46:01+03:00
upgpkg: 0.20.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pixi
pkgdesc = A package management and workflow tool
-   pkgver = 0.19.1
+   pkgver = 0.20.0
pkgrel = 1
url = https://github.com/prefix-dev/pixi
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pixi
depends = openssl
depends = bzip2
options = !lto
-   source = 
pixi-0.19.1.tar.gz::https://github.com/prefix-dev/pixi/archive/v0.19.1.tar.gz
-   sha512sums = 
dcb5b23e1395bea6424a831f190eab1368bdb29ffd2ad6f4c4a3398260eb851021a955e8d7d19b4ecbbd3f57ccd0f46186e9ff80de7807e1cb83df4bd3de87c6
+   source = 
pixi-0.20.0.tar.gz::https://github.com/prefix-dev/pixi/archive/v0.20.0.tar.gz
+   sha512sums = 
826d75b87e415b8a968d71c7b7f7d32854f7f13fb799ef82ea1c029367eff127722ffcd52696e9dc286554b606810cb6303c46cedd617b80063979eb64c1c377
 
 pkgname = pixi


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=pixi
-pkgver=0.19.1
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A package management and workflow tool"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-3-Clause')
 depends=('gcc-libs' 'openssl' 'bzip2')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('dcb5b23e1395bea6424a831f190eab1368bdb29ffd2ad6f4c4a3398260eb851021a955e8d7d19b4ecbbd3f57ccd0f46186e9ff80de7807e1cb83df4bd3de87c6')
+sha512sums=('826d75b87e415b8a968d71c7b7f7d32854f7f13fb799ef82ea1c029367eff127722ffcd52696e9dc286554b606810cb6303c46cedd617b80063979eb64c1c377')
 options=('!lto')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/plymouth][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
0ca4f092 by Balló György at 2024-04-19T20:45:42+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[plymouth]
+source = "git"
+git = "https://gitlab.freedesktop.org/plymouth/plymouth.git;



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

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




[Git][archlinux/packaging/packages/asciinema][main] Fine-tune nvchecker

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


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


Commits:
1fc4dbfa by Caleb Maclennan at 2024-04-19T21:42:11+03:00
Fine-tune nvchecker

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,5 +1,6 @@
 [asciinema]
 source = "github"
 github = "asciinema/asciinema"
+include_regex = 'v\d+\.\d+\.\d+'
 prefix = "v"
 use_max_tag = true



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

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




[Git][archlinux/packaging/packages/mvt] Pushed new tag 2.5.3-2

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


Caleb Maclennan pushed new tag 2.5.3-2 at Arch Linux / Packaging / Packages / 
mvt

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




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

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


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


Commits:
b55b4633 by Caleb Maclennan at 2024-04-19T21:26:49+03:00
upgpkg: 2.5.3-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mvt
pkgdesc = Mobile Verification Toolkit, a forensics tool looking for 
signs of device compromise
pkgver = 2.5.3
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/mvt-project/mvt
arch = any
license = custom:MVT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=mvt
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of 
device compromise"
 arch=(any)
 url="https://github.com/mvt-project/mvt;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mvt/-/commit/b55b4633a90c3664a639d11ef0949aad71344c58

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




[Git][archlinux/packaging/packages/mvt][main] upgpkg: 2.5.3-1

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


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


Commits:
1175cbdc by Caleb Maclennan at 2024-04-19T21:25:54+03:00
upgpkg: 2.5.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mvt
pkgdesc = Mobile Verification Toolkit, a forensics tool looking for 
signs of device compromise
-   pkgver = 2.5.2
-   pkgrel = 2
+   pkgver = 2.5.3
+   pkgrel = 1
url = https://github.com/mvt-project/mvt
arch = any
license = custom:MVT
@@ -25,8 +25,8 @@ pkgbase = mvt
depends = python-tld
depends = python-tqdm
depends = python-yaml
-   source = 
mvt-2.5.2.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v2.5.2.tar.gz
-   sha512sums = 
8c9e4f4b2b041c9ce892bc64c094d41847a5f9361a7a6535438986d0042906b9b82d4e4b4f40e7a16d59c6001ef9cca1d5545e5f41d52a5437077167f0799642
-   b2sums = 
2fae8d69d830c5082c60d40372353bf2139f742546ccc40823f40e3003f5a607655af494ee3ff1960d9f023223bf5beb65c3cee25b8310ef1ceb0de4e16393aa
+   source = 
mvt-2.5.3.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v2.5.3.tar.gz
+   sha512sums = 
02e4d4aa894d4d92967019913976f096e334a90c88ffc99401de744cae39d765b7488fec52197483cf23fb559350be7fe5eb480a90b4295daa31491b35e6e496
+   b2sums = 
b020fd5c61388ce2e5d2ffca1c535d967a30ee546148d549fbc60ae78ac080211bc70ceb518c0be628c6f1ae14d34431211d53ef9d3689a2bc51ef421d40be58
 
 pkgname = mvt


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Joaquim Monteiro 
 
 pkgname=mvt
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
 pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of 
device compromise"
 arch=(any)
 url="https://github.com/mvt-project/mvt;
@@ -34,8 +34,8 @@ makedepends=(
   'python-wheel'
 )
 
source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('8c9e4f4b2b041c9ce892bc64c094d41847a5f9361a7a6535438986d0042906b9b82d4e4b4f40e7a16d59c6001ef9cca1d5545e5f41d52a5437077167f0799642')
-b2sums=('2fae8d69d830c5082c60d40372353bf2139f742546ccc40823f40e3003f5a607655af494ee3ff1960d9f023223bf5beb65c3cee25b8310ef1ceb0de4e16393aa')
+sha512sums=('02e4d4aa894d4d92967019913976f096e334a90c88ffc99401de744cae39d765b7488fec52197483cf23fb559350be7fe5eb480a90b4295daa31491b35e6e496')
+b2sums=('b020fd5c61388ce2e5d2ffca1c535d967a30ee546148d549fbc60ae78ac080211bc70ceb518c0be628c6f1ae14d34431211d53ef9d3689a2bc51ef421d40be58')
 
 build() {
   cd "mvt-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mvt/-/commit/1175cbdc8378e3465576419ab2c6f886f312bccd

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




[Git][archlinux/packaging/packages/mvt] Pushed new tag 2.5.3-1

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


Caleb Maclennan pushed new tag 2.5.3-1 at Arch Linux / Packaging / Packages / 
mvt

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




[Git][archlinux/packaging/packages/osinfo-db-tools] Pushed new tag 1.11.0-2

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1.11.0-2 at Arch Linux / Packaging / Packages / 
osinfo-db-tools

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




[Git][archlinux/packaging/packages/osinfo-db-tools][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
osinfo-db-tools


Commits:
91f20b1f by Balló György at 2024-04-19T20:10:09+02:00
Add config for nvchecker

- - - - -


2 changed files:

- .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = osinfo-db-tools
pkgrel = 1
url = https://libosinfo.org/
arch = x86_64
-   license = GPL
+   license = GPL-2.0-or-later
checkdepends = python-pytest
checkdepends = python-requests
makedepends = meson


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[osinfo-db-tools]
+source = "git"
+git = "https://gitlab.com/libosinfo/osinfo-db-tools.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osinfo-db-tools/-/commit/91f20b1f2d6456129324191c7a935b92ab89bfcb

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




[Git][archlinux/packaging/packages/osinfo-db][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
osinfo-db


Commits:
7168567f by Balló György at 2024-04-19T19:57:28+02:00
Add config for nvchecker

- - - - -


2 changed files:

- .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = osinfo-db
pkgrel = 1
url = https://libosinfo.org/
arch = any
-   license = GPL
+   license = GPL-2.0-or-later
makedepends = osinfo-db-tools
noextract = osinfo-db-20231215.tar.xz
source = https://releases.pagure.org/libosinfo/osinfo-db-20231215.tar.xz


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[osinfo-db]
+source = "git"
+git = "https://gitlab.com/libosinfo/osinfo-db.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osinfo-db/-/commit/7168567f73a9fbdc026ea07c2367c19412a72e36

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




[Git][archlinux/packaging/packages/neon][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
fb111059 by Balló György at 2024-04-19T19:41:08+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[neon]
+source = "git"
+git = "https://github.com/notroj/neon.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/fb111059d89354ee1fffc3b3d0373af25748af8f

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




[Git][archlinux/packaging/packages/musepack][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
ee76525c by Balló György at 2024-04-19T19:13:09+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,40 @@
+pkgbase = musepack
+   pkgdesc = MusePack commandline utilities and decoder library
+   pkgver = 0.1+r475
+   pkgrel = 4
+   epoch = 1
+   url = https://musepack.net/
+   arch = x86_64
+   license = BSD-3-Clause AND LGPL-2.1-or-later AND GPL-2.0-or-later
+   depends = glibc
+   depends = libcue
+   depends = libreplaygain
+   source = https://files.musepack.net/source/musepack_src_r475.tar.gz
+   source = 01_am-maintainer-mode.patch
+   source = 02_link-libm.patch
+   source = 03_mpcchap.patch
+   source = 04_link-order.patch
+   source = 05_visibility.patch
+   source = 1001_missing_extern_kw.patch
+   source = add_subdir-objects.patch
+   sha256sums = 
a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b
+   sha256sums = 
76b5b7295f5e0be5de7edeb2ef481fe912cef349be5bd26f8b0870572a1ed5ee
+   sha256sums = 
cf7ded3474ecefbe877a672539996b99dd6d62be546b74b70c4d56a7b943952d
+   sha256sums = 
c6ef8e91b8e4450854d14e47fb4b4bde643b3f22a0d30cd0fae79d1897feb9f7
+   sha256sums = 
b184df85c164cb6f37e077b5511bee994e767f25f641d5a44ad3877db0e7eba1
+   sha256sums = 
db78faeb4944ab443c89a1da058693e419a8eef1ca4859550afcc6232ec407fb
+   sha256sums = 
b736438a93fa5cc10bde753e82a0ce432db5c8c9a4a0689baa738d421166bff4
+   sha256sums = 
88e2d7df269c8f19daccb98bd9d1a2bdc9002c7ea03ca093e2dc68b0fb04e636
+
+pkgname = musepack-tools
+   pkgdesc = MusePack commandline tools
+   depends = glibc
+   depends = libcue
+   depends = libreplaygain
+   depends = libmpcdec>=1:0.1+r475
+   options = !emptydirs
+
+pkgname = libmpcdec
+   pkgdesc = MusePack decoding library
+   license = BSD-3-Clause
+   depends = glibc


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[musepack]
+source = "regex"
+url = "https://musepack.net/index.php?pg=src;
+regex = "musepack_src_([^\"]*).tar.gz"
+from_pattern = '^r'
+to_pattern = '0.1+r'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/musepack/-/commit/ee76525c6c8281bbf097108702d4a5f898e3af69

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




[Git][archlinux/packaging/packages/emby-server][main] upgpkg: 4.8.4.0-1

2024-04-19 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
emby-server


Commits:
5135d30c by Maxime Gauduin at 2024-04-19T18:39:50+02:00
upgpkg: 4.8.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = emby-server
pkgdesc = Bring together your videos, music, photos, and live television
-   pkgver = 4.8.3.0
+   pkgver = 4.8.4.0
pkgrel = 1
url = https://emby.media
arch = x86_64
@@ -21,13 +21,13 @@ pkgbase = emby-server
optdepends = onevpl-intel-gpu: Intel QuickSync support for Alder Lake 
and newer (Premiere)
noextract = license.docx
backup = etc/conf.d/emby-server
-   source = 
https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.3.0/embyserver-netcore_4.8.3.0.zip
+   source = 
https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.4.0/embyserver-netcore_4.8.4.0.zip
source = emby-server
source = emby-server.conf
source = emby-server.service
source = license.docx
source = Permission_to_distribute.mbox
-   b2sums = 
4edf4987663c41f35bf836f39b8ebcdaabc387db801305a7e85f82dfaebcd4236c41a45487c03c8be6b58be2312e4a2193d98d2d827e3858960dfef510bcf887
+   b2sums = 
ace945abf2201a7ec72d8c3e3130f96531a790c7489d335d36e6222e7a79a9175d2ce028b9de6e6794eb82361e5ff1dce702e4ff382bc07d3502151268e4caf6
b2sums = 
48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46
b2sums = 
49c2e6a27f36a2e44a6b988573ee7d08bacb036008f5360ad1cb617b3d1577bdcd48a323ebb882e0f9ec4483962a96d8bd9af44385feb5245b49dfc191d73352
b2sums = 
11cc26f44f81823bcd50ee16344aff94eb0a64d740a2e489d832bc8d48d11f3065bf683da243409bab8e3d8a201083596a27983cc11a90688128442e0116430c


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=4.8.3.0
+pkgver=4.8.4.0
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(x86_64)
@@ -36,7 +36,7 @@ source=(
 )
 noextract=(license.docx)
 backup=(etc/conf.d/emby-server)
-b2sums=('4edf4987663c41f35bf836f39b8ebcdaabc387db801305a7e85f82dfaebcd4236c41a45487c03c8be6b58be2312e4a2193d98d2d827e3858960dfef510bcf887'
+b2sums=('ace945abf2201a7ec72d8c3e3130f96531a790c7489d335d36e6222e7a79a9175d2ce028b9de6e6794eb82361e5ff1dce702e4ff382bc07d3502151268e4caf6'
 
'48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46'
 
'49c2e6a27f36a2e44a6b988573ee7d08bacb036008f5360ad1cb617b3d1577bdcd48a323ebb882e0f9ec4483962a96d8bd9af44385feb5245b49dfc191d73352'
 
'11cc26f44f81823bcd50ee16344aff94eb0a64d740a2e489d832bc8d48d11f3065bf683da243409bab8e3d8a201083596a27983cc11a90688128442e0116430c'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/emby-server/-/commit/5135d30ca0ebb17904766dae3ee08321ab5902d0

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




[Git][archlinux/packaging/packages/emby-server] Pushed new tag 4.8.4.0-1

2024-04-19 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed new tag 4.8.4.0-1 at Arch Linux / Packaging / Packages / 
emby-server

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




[Git][archlinux/packaging/packages/mjpegtools][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
c84694fc by Balló György at 2024-04-19T18:25:00+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = mjpegtools
+   pkgdesc = Video capture, editing, playback and compression to MPEG of 
MJPEG video
+   pkgver = 2.2.1
+   pkgrel = 2
+   url = https://mjpeg.sourceforge.io/
+   arch = x86_64
+   license = GPL-2.0-or-later
+   depends = bash
+   depends = gcc-libs
+   depends = glibc
+   depends = libdv
+   depends = libjpeg-turbo
+   depends = libpng
+   source = https://downloads.sourceforge.net/mjpeg/mjpegtools-2.2.1.tar.gz
+   sha256sums = 
b180536d7d9960b05e0023a197b00dcb100929a49aab71d19d55f4a1b210f49a
+
+pkgname = mjpegtools


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[mjpegtools]
+source = "regex"
+url = "https://sourceforge.net/projects/mjpeg/best_release.json;
+regex = ".*/mjpegtools-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mjpegtools/-/commit/c84694fc53bd884153e24d6db4a90513776df419

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




[Git][archlinux/packaging/packages/metacity][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
88328979 by Balló György at 2024-04-19T18:11:38+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[metacity]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/metacity.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/8832897959c0e406e5cfcd5d7c3a1324d93edac5

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




[Git][archlinux/packaging/packages/libusbmuxd][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
08255466 by Balló György at 2024-04-19T18:03:09+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libusbmuxd]
+source = "git"
+git = "https://github.com/libimobiledevice/libusbmuxd.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/08255466379dc52a0ee27a9eeebef5eb07b5ae3f

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




[Git][archlinux/packaging/packages/libtheora][main] Update nvchecker config

2024-04-19 Thread @bgyorgy


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


Commits:
3937dbe2 by Balló György at 2024-04-19T17:54:36+02:00
Update nvchecker config

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -2,4 +2,4 @@
 source = "git"
 git = "https://github.com/xiph/theora.git;
 prefix = "v"
-exclude_regex = ".*(alpha|beta|rc).*"
+exclude_regex = ".*(alpha|beta|RC).*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/3937dbe29f27891ff6dfd1da17c21890a4eb3be3

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




[Git][archlinux/packaging/packages/libtheora][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
10cc2bdc by Balló György at 2024-04-19T17:49:15+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = libtheora
+   pkgdesc = Standard encoder and decoder library for the Theora video 
compression format
+   pkgver = 1.1.1
+   pkgrel = 6
+   url = https://www.theora.org/
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = libpng
+   makedepends = libvorbis
+   makedepends = sdl
+   depends = glibc
+   depends = libogg
+   source = 
https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.xz
+   source = libtheora-1.1.1-libpng16.patch
+   sha256sums = 
f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
+   sha256sums = 
e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e
+
+pkgname = libtheora


=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[libtheora]
+source = "git"
+git = "https://github.com/xiph/theora.git;
+prefix = "v"
+exclude_regex = ".*(alpha|beta|rc).*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/10cc2bdceeb2517c01b7115fd733a0d95e1927eb

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




[Git][archlinux/packaging/packages/wireproxy][main] upgpkg: 1.0.9-1

2024-04-19 Thread hashworks (@hashworks)


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


Commits:
ac3a792c by Justin Kromlinger at 2024-04-19T17:38:30+02:00
upgpkg: 1.0.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = wireproxy
pkgdesc = Wireguard client that exposes itself as a socks5 proxy
-   pkgver = 1.0.7
+   pkgver = 1.0.9
pkgrel = 1
url = https://github.com/octeep/wireproxy
arch = x86_64
license = ISC
makedepends = go
depends = glibc
-   source = 
wireproxy-1.0.7.tar.gz::https://github.com/octeep/wireproxy/archive/refs/tags/v1.0.7.tar.gz
+   source = 
wireproxy-1.0.9.tar.gz::https://github.com/octeep/wireproxy/archive/refs/tags/v1.0.9.tar.gz
source = wireproxy.sysusers
source = wireproxy.tmpfiles
source = wireproxy.service
source = wireproxy@.service
source = wireproxy-user.service
source = wireproxy-user@.service
-   sha256sums = 
eeaccd699de7583276c669e06f0d37e02109adcd72be8e5f1d9265b59263bc77
+   sha256sums = 
6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2
sha256sums = 
24a30e40d3fb5d79b81b2028b17533abf1e27cb9684035ba19c639f6c45907d2
sha256sums = 
ab9a59d0f200371aee18abc93653cf8f9504063d14ae08e289b90f711e559735
sha256sums = 
2386e40a6b1999341907262abc0f6e62d9a2d02706a497d619664b4c43cf852f


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Ivan 
 
 pkgname=wireproxy
-pkgver=1.0.7
+pkgver=1.0.9
 pkgrel=1
 arch=(x86_64)
 license=(ISC)
@@ -17,7 +17,7 @@ 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz
 "${pkgname}@.service"
 "${pkgname}-user.service"
 "${pkgname}-user@.service")
-sha256sums=('eeaccd699de7583276c669e06f0d37e02109adcd72be8e5f1d9265b59263bc77'
+sha256sums=('6359d060740ad878f0c26217d44968a58a069302447e15774cbf747b8d1404d2'
 '24a30e40d3fb5d79b81b2028b17533abf1e27cb9684035ba19c639f6c45907d2'
 'ab9a59d0f200371aee18abc93653cf8f9504063d14ae08e289b90f711e559735'
 '2386e40a6b1999341907262abc0f6e62d9a2d02706a497d619664b4c43cf852f'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireproxy/-/commit/ac3a792ced44901a28c456bc2d06d537572aefc7

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




[Git][archlinux/packaging/packages/wireproxy] Pushed new tag 1.0.9-1

2024-04-19 Thread hashworks (@hashworks)


hashworks pushed new tag 1.0.9-1 at Arch Linux / Packaging / Packages / 
wireproxy

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




[Git][archlinux/packaging/packages/wayland-protocols] Pushed new tag 1.35-1

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


Jan Alexander Steffens (heftig) pushed new tag 1.35-1 at Arch Linux / Packaging 
/ Packages / wayland-protocols

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




[Git][archlinux/packaging/packages/wayland-protocols][main] 1.35-1

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


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


Commits:
74dcb6c3 by Jan Alexander Steffens (heftig) at 2024-04-19T17:29:43+02:00
1.35-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = wayland-protocols
pkgdesc = Specifications of extended Wayland protocols
-   pkgver = 1.34
+   pkgver = 1.35
pkgrel = 1
url = https://wayland.freedesktop.org/
arch = any
license = MIT
makedepends = wayland
makedepends = meson
-   source = 
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.34/downloads/wayland-protocols-1.34.tar.xz
-   source = 
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.34/downloads/wayland-protocols-1.34.tar.xz.sig
+   source = 
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.35/downloads/wayland-protocols-1.35.tar.xz
+   source = 
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.35/downloads/wayland-protocols-1.35.tar.xz.sig
validpgpkeys = 8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A
validpgpkeys = A66D805F7C9329B4C5D82767CCC4F07FAC641EFF
-   sha256sums = 
c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb
+   sha256sums = 
37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab
sha256sums = SKIP
 
 pkgname = wayland-protocols


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer 
 
 pkgname=wayland-protocols
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc='Specifications of extended Wayland protocols'
 arch=('any')
@@ -11,7 +11,7 @@ makedepends=('wayland' 'meson')
 validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
   'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
 
source=("https://gitlab.freedesktop.org/wayland/$pkgname/-/releases/$pkgver/downloads/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c59b27cacd85f60baf4ee5f80df5c0d15760ead6a2432b00ab7e2e0574dcafeb'
+sha256sums=('37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab'
 'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wayland-protocols/-/commit/74dcb6c3a97b9e45b157776b0f85041bc8c0c573

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




[Git][archlinux/packaging/packages/libthai][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
b26fd5d1 by Balló György at 2024-04-19T17:27:42+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = libthai
+   pkgdesc = Thai language support library
+   pkgver = 0.1.29
+   pkgrel = 3
+   url = https://linux.thai.net/projects/libthai
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = doxygen
+   depends = glibc
+   depends = libdatrie
+   source = 
https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz
+   sha256sums = 
fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd
+
+pkgname = libthai


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libthai]
+source = "git"
+git = "https://github.com/tlwg/libthai.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libthai/-/commit/b26fd5d10fbd5dcfb2e78fa35eb3bd647891a5a9

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




[Git][archlinux/packaging/packages/libpwquality] Pushed new tag 1.4.5-5

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1.4.5-5 at Arch Linux / Packaging / Packages / 
libpwquality

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




[Git][archlinux/packaging/packages/libpwquality][main] Add python-setuptools to optdepends

2024-04-19 Thread @bgyorgy


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


Commits:
d5e77a6b by Balló György at 2024-04-19T17:08:46+02:00
Add python-setuptools to optdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -9,7 +9,7 @@ pkgbase = libpwquality
depends = cracklib
depends = glibc
depends = pam
-   optdepends = python: Python bindings
+   optdepends = python-setuptools: Python bindings
backup = etc/security/pwquality.conf
source = 
https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.5/libpwquality-1.4.5.tar.bz2
sha256sums = 
6fcf18b75d305d99d04d2e42982ed5b787a081af2842220ed63287a2d6a10988


=
PKGBUILD
=
@@ -9,7 +9,7 @@ arch=('x86_64')
 url='https://github.com/libpwquality/libpwquality'
 license=('BSD-3-Clause OR GPL-2.0-or-later')
 depends=('cracklib' 'glibc' 'pam')
-optdepends=('python: Python bindings')
+optdepends=('python-setuptools: Python bindings')
 makedepends=('python-setuptools')
 backup=('etc/security/pwquality.conf')
 
source=("https://github.com/libpwquality/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpwquality/-/commit/d5e77a6b96a6eadd250bbfc51ac37ed76d3abd63

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




[Git][archlinux/packaging/packages/libpwquality][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
9c01f32e by Balló György at 2024-04-19T16:55:55+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libpwquality]
+source = "git"
+git = "https://github.com/libpwquality/libpwquality.git;
+prefix = "libpwquality-"



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

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




[Git][archlinux/packaging/packages/libplist][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
bdeaca92 by Balló György at 2024-04-19T16:36:28+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libplist]
+source = "git"
+git = "https://github.com/libimobiledevice/libplist.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/bdeaca9200d0494e5ecb789260d263af99bb15ea

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




[Git][archlinux/packaging/packages/python-textual][main] upgpkg: 0.57.0-1: new upstream release

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


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-textual


Commits:
4310e879 by Leonidas Spyropoulos at 2024-04-19T15:32:25+01:00
upgpkg: 0.57.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
-   pkgver = 0.56.4
+   pkgver = 0.57.0
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-textual
optdepends = python-tree-sitter: for syntax highlighting support
optdepends = python-tree-sitter-languages: for custom languages support
optdepends = python-textual-dev: tools for developers
-   source = 
textual-0.56.4.tar.gz::https://github.com/Textualize/textual/archive/v0.56.4.tar.gz
-   sha512sums = 
230ff995ab26feaf347f9fb630fead751573eefcca291219eabae61380fa49f99c51715616619b65504071cfa1424bdb3720293f7909ea7958f53ff47db472be
+   source = 
textual-0.57.0.tar.gz::https://github.com/Textualize/textual/archive/v0.57.0.tar.gz
+   sha512sums = 
f892dbce2b719cac03dc669b453570128ef190943f5e4071310a6480456bea5b5f52d5f321ee55ff4da4e4eafbf1b87bf470586da376c093f4432933b7712783
 
 pkgname = python-textual


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.56.4
+pkgver=0.57.0
 pkgrel=1
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
@@ -17,7 +17,7 @@ optdepends=('python-tree-sitter: for syntax highlighting 
support'
 'python-tree-sitter-languages: for custom languages support'
 'python-textual-dev: tools for developers')
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('230ff995ab26feaf347f9fb630fead751573eefcca291219eabae61380fa49f99c51715616619b65504071cfa1424bdb3720293f7909ea7958f53ff47db472be')
+sha512sums=('f892dbce2b719cac03dc669b453570128ef190943f5e4071310a6480456bea5b5f52d5f321ee55ff4da4e4eafbf1b87bf470586da376c093f4432933b7712783')
 
 build() {
   cd ${_base}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/4310e879509bf87b15b2ac9c7e382214d749e98b

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




[Git][archlinux/packaging/packages/python-textual] Pushed new tag 0.57.0-1

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


Leonidas Spyropoulos pushed new tag 0.57.0-1 at Arch Linux / Packaging / 
Packages / python-textual

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




[Git][archlinux/packaging/packages/libpgm][main] Add srcinfo and config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
e2e87ec2 by Balló György at 2024-04-19T16:20:52+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libpgm
+   pkgdesc = Library implementing the Pragmatic General Multicast (PGM, 
RFC3208) reliable transport protocol (OpenPGM)
+   pkgver = 5.3.128
+   pkgrel = 3
+   url = https://github.com/steve-o/openpgm
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = python
+   depends = glibc
+   source = 
https://github.com/steve-o/openpgm/archive/release-5-3-128/openpgm-5.3.128.tar.gz
+   sha256sums = 
8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393
+
+pkgname = libpgm


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[libpgm]
+source = "git"
+git = "https://github.com/steve-o/openpgm.git;
+prefix = "release-"
+from_pattern = "-"
+to_pattern = "."



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/e2e87ec2d73ac3ee485ef6dd05fdb4d9ada937a0

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




[Git][archlinux/packaging/packages/libiptcdata][main] Simplify nvchecker config

2024-04-19 Thread @bgyorgy


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


Commits:
2462a2fd by Balló György at 2024-04-19T16:14:56+02:00
Simplify nvchecker config

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,6 +1,4 @@
 [libiptcdata]
 source = "git"
 git = "https://github.com/ianw/libiptcdata.git;
-from_pattern = "_"
-to_pattern = "."
 prefix = "release_"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/2462a2fd7b07b8891001efd7d76610dd5a5dd1f2

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




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

2024-04-19 Thread @orhun


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

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




[Git][archlinux/packaging/packages/ttyper] Pushed new tag 1.4.1-2

2024-04-19 Thread @orhun


Orhun Parmaksız pushed new tag 1.4.1-2 at Arch Linux / Packaging / Packages / 
ttyper

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




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

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


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


Commits:
7134b764 by Antonio Rojas at 2024-04-19T15:27:24+02:00
upgpkg: 5.14.3-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-traitlets
pkgdesc = A configuration system for Python applications
pkgver = 5.14.3
-   pkgrel = 1
+   pkgrel = 2
url = https://traitlets.readthedocs.io/en/stable
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pyname=traitlets
 pkgname=python-$_pyname
 pkgver=5.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A configuration system for Python applications'
 arch=(any)
 url='https://traitlets.readthedocs.io/en/stable'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traitlets/-/commit/7134b764d52de531c2e70d4eef880d6e4aeae41f

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




[Git][archlinux/packaging/packages/python-traitlets] Pushed new tag 5.14.3-2

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


Antonio Rojas pushed new tag 5.14.3-2 at Arch Linux / Packaging / Packages / 
python-traitlets

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




[Git][archlinux/packaging/packages/python-traitlets][main] upgpkg: 5.14.3-1: Update to 5.14.3

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


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


Commits:
f1f358e9 by Antonio Rojas at 2024-04-19T15:26:22+02:00
upgpkg: 5.14.3-1: Update to 5.14.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,20 @@
 pkgbase = python-traitlets
pkgdesc = A configuration system for Python applications
-   pkgver = 5.14.2
-   pkgrel = 2
+   pkgver = 5.14.3
+   pkgrel = 1
url = https://traitlets.readthedocs.io/en/stable
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-mock
checkdepends = python-pytest-mypy-testing
+   makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
depends = python
depends = python-argcomplete
depends = python-typing_extensions
-   source = 
https://pypi.python.org/packages/source/t/traitlets/traitlets-5.14.2.tar.gz
-   sha256sums = 
8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9
+   source = git+https://github.com/ipython/traitlets#tag=v5.14.3
+   sha256sums = 
84a712e6293b4bfde7a609f7bee3bca22c8b120766ea9d5f6fe7171b86cc3d48
 
 pkgname = python-traitlets


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _pyname=traitlets
 pkgname=python-$_pyname
-pkgver=5.14.2
-pkgrel=2
+pkgver=5.14.3
+pkgrel=1
 pkgdesc='A configuration system for Python applications'
 arch=(any)
 url='https://traitlets.readthedocs.io/en/stable'
@@ -12,28 +12,29 @@ license=(BSD-3-Clause)
 depends=(python
  python-argcomplete
  python-typing_extensions)
-makedepends=(python-build
+makedepends=(git
+ python-build
  python-hatchling
  python-installer)
 checkdepends=(python-pytest-mock
   python-pytest-mypy-testing)
-source=(https://pypi.python.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz)
-sha256sums=('8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9')
+source=(git+https://github.com/ipython/traitlets#tag=v$pkgver)
+sha256sums=('84a712e6293b4bfde7a609f7bee3bca22c8b120766ea9d5f6fe7171b86cc3d48')
 
 build() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m pytest -v -k 'not mypy_dict_typing'
 }
 
 package() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



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

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




[Git][archlinux/packaging/packages/python-traitlets] Pushed new tag 5.14.3-1

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


Antonio Rojas pushed new tag 5.14.3-1 at Arch Linux / Packaging / Packages / 
python-traitlets

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.1-2: rebuild for python 3.12

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


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ ruff


Commits:
09341d7e by Leonidas Spyropoulos at 2024-04-19T14:26:15+01:00
upgpkg: 0.4.1-2: rebuild for python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
pkgver = 0.4.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/astral-sh/ruff
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase;



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

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.4.1-2

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


Leonidas Spyropoulos pushed new tag 0.4.1-2 at Arch Linux / Packaging / 
Packages / ruff

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




[Git][archlinux/packaging/packages/libosinfo] Pushed new tag 1.11.0-2

2024-04-19 Thread @bgyorgy


Balló György pushed new tag 1.11.0-2 at Arch Linux / Packaging / Packages / 
libosinfo

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




[Git][archlinux/packaging/packages/libosinfo][main] upgpkg: 1.11.0-2: Add upstream patch to fix build with libxml2 2.12.0

2024-04-19 Thread @bgyorgy


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


Commits:
4b7c219e by Balló György at 2024-04-19T15:21:27+02:00
upgpkg: 1.11.0-2: Add upstream patch to fix build with libxml2 2.12.0

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + libosinfo-Make-xmlError-struct-constant.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libosinfo
pkgdesc = GObject based library API for managing information about 
operating systems, hypervisors and the (virtual) hardware devices they can 
support
pkgver = 1.11.0
-   pkgrel = 1
+   pkgrel = 2
url = https://libosinfo.org/
arch = x86_64
license = GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -18,10 +18,12 @@ pkgbase = libosinfo
depends = osinfo-db
source = https://releases.pagure.org/libosinfo/libosinfo-1.11.0.tar.xz
source = 
https://releases.pagure.org/libosinfo/libosinfo-1.11.0.tar.xz.asc
+   source = libosinfo-Make-xmlError-struct-constant.patch
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
validpgpkeys = 09B9C8FF223EF113AFA06A39EE926C2BDACC177B
validpgpkeys = 206D3B352F566F3B0E6572E997D9123DE37A484F
sha256sums = 
1bf96eec9e1460f3d1a713163cca1ff0d480a3490b50899292f14548b3a96b60
sha256sums = SKIP
+   sha256sums = 
1b4a5d69750a660d63b4408ffc9e6cc247e4ae6a4d52c033c6bdc3c918a41a65
 
 pkgname = libosinfo


=
PKGBUILD
=
@@ -3,19 +3,27 @@
 
 pkgname=libosinfo
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support'
 arch=('x86_64')
 url='https://libosinfo.org/'
 license=('GPL-2.0-or-later AND LGPL-2.1-or-later')
 depends=('gcc-libs' 'glib2' 'glibc' 'hwdata' 'libsoup3' 'libxml2' 'libxslt' 
'osinfo-db')
 makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc}
+'libosinfo-Make-xmlError-struct-constant.patch')
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
   '09B9C8FF223EF113AFA06A39EE926C2BDACC177B'  # Fabiano Fidêncio
   '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
 sha256sums=('1bf96eec9e1460f3d1a713163cca1ff0d480a3490b50899292f14548b3a96b60'
-'SKIP')
+'SKIP'
+'1b4a5d69750a660d63b4408ffc9e6cc247e4ae6a4d52c033c6bdc3c918a41a65')
+
+
+prepare() {
+  # Fix build with libxml2 2.12.0
+  patch -d $pkgname-$pkgver -Np1 -i 
../libosinfo-Make-xmlError-struct-constant.patch
+}
 
 build() {
   local meson_options=(


=
libosinfo-Make-xmlError-struct-constant.patch
=
@@ -0,0 +1,31 @@
+From 5bbdd06503456784c5ffa22409e8bab50470d673 Mon Sep 17 00:00:00 2001
+From: Michal Privoznik 
+Date: Mon, 27 Nov 2023 15:11:45 +0100
+Subject: [PATCH] osinfo: Make xmlError struct constant in
+ propagate_libxml_error()
+
+In libxml2 commit v2.12.0~14 the API changed so that
+xmlGetLastError() returns pointer to a constant xmlError struct.
+Reflect this change in our code.
+
+Signed-off-by: Michal Privoznik 
+---
+ osinfo/osinfo_install_script.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/osinfo/osinfo_install_script.c b/osinfo/osinfo_install_script.c
+index 5800f374..303245a1 100644
+--- a/osinfo/osinfo_install_script.c
 b/osinfo/osinfo_install_script.c
+@@ -769,7 +769,7 @@ static void propagate_libxml_error(GError **error, const 
char *format, ...) G_GN
+ 
+ static void propagate_libxml_error(GError **error, const char *format, ...)
+ {
+-xmlErrorPtr err = xmlGetLastError();
++const xmlError *err = xmlGetLastError();
+ char *prefix;
+ va_list ap;
+ 
+-- 
+GitLab
+



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

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




[Git][archlinux/packaging/packages/pulumi][main] upgpkg: 3.113.2-1

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


Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / 
pulumi


Commits:
24847e37 by Andrew Crerar at 2024-04-19T09:16:22-04:00
upgpkg: 3.113.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = pulumi
pkgdesc = Modern Infrastructure as Code
-   pkgver = 3.113.1
+   pkgver = 3.113.2
pkgrel = 1
url = https://github.com/pulumi/pulumi
arch = x86_64
license = Apache
makedepends = go
depends = glibc
-   source = 
pulumi-3.113.1.tar.gz::https://github.com/pulumi/pulumi/archive/v3.113.1.tar.gz
-   b2sums = 
e9e9658ca7b6c572c284867bad14c9090178468f232ef5be65171a5e7644104303365999f8b6ec406ebb8bc6a960991174c48e191268dce40abfcb44aca18305
+   source = 
pulumi-3.113.2.tar.gz::https://github.com/pulumi/pulumi/archive/v3.113.2.tar.gz
+   b2sums = 
7f39450f6046d24cae2d0dd57662b2cc00508c203851bcbfd293e6d703b1fc93c45cf9ff55cc86c2a01038636861fcfefc939e20ebc5d292c4f4e204fb89a56e
 
 pkgname = pulumi


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.113.1
+pkgver=3.113.2
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('e9e9658ca7b6c572c284867bad14c9090178468f232ef5be65171a5e7644104303365999f8b6ec406ebb8bc6a960991174c48e191268dce40abfcb44aca18305')
+b2sums=('7f39450f6046d24cae2d0dd57662b2cc00508c203851bcbfd293e6d703b1fc93c45cf9ff55cc86c2a01038636861fcfefc939e20ebc5d292c4f4e204fb89a56e')
 options=() # disable as soon as LTO problems are resolved
 
 _plugin_dirs=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pulumi/-/commit/24847e37faed543051c923f640bf41d087922bd2

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




[Git][archlinux/packaging/packages/pulumi] Pushed new tag 3.113.2-1

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


Andrew Crerar pushed new tag 3.113.2-1 at Arch Linux / Packaging / Packages / 
pulumi

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.1-1: new upstream release

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


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ ruff


Commits:
5a506bd5 by Leonidas Spyropoulos at 2024-04-19T14:14:53+01:00
upgpkg: 0.4.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.4.0
-   pkgrel = 2
+   pkgver = 0.4.1
+   pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
license = MIT
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.0/ruff-0.4.0.tar.gz
-   sha512sums = 
4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec
-   b2sums = 
7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.1/ruff-0.4.1.tar.gz
+   sha512sums = 
8fc9a90fc00b9c6b6ac34353738dd8b1cf5601709545ac3caa1e17b1a8e9356369d765e795a649ea3041f35dfeda5bf0719117e27500fbc699c7b9a17d4e89c3
+   b2sums = 
5fa1254c9d48b92fd6ffbb4d425552081f7ce2068ba8b985f59a2329d14254bfec37455762b11a59a9881f9f9ece3beef690447417cdd05405b540c7835f46af
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase;
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec')
-b2sums=('7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff')
+sha512sums=('8fc9a90fc00b9c6b6ac34353738dd8b1cf5601709545ac3caa1e17b1a8e9356369d765e795a649ea3041f35dfeda5bf0719117e27500fbc699c7b9a17d4e89c3')
+b2sums=('5fa1254c9d48b92fd6ffbb4d425552081f7ce2068ba8b985f59a2329d14254bfec37455762b11a59a9881f9f9ece3beef690447417cdd05405b540c7835f46af')
 
 prepare() {
   cd "$_archive"



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

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




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

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


Leonidas Spyropoulos pushed new tag 0.4.1-1 at Arch Linux / Packaging / 
Packages / ruff

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




[Git][archlinux/packaging/packages/libosinfo][main] Update srcinfo

2024-04-19 Thread @bgyorgy


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


Commits:
df2ead73 by Balló György at 2024-04-19T15:10:30+02:00
Update srcinfo

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -4,8 +4,7 @@ pkgbase = libosinfo
pkgrel = 1
url = https://libosinfo.org/
arch = x86_64
-   license = GPL
-   license = LGPL
+   license = GPL-2.0-or-later AND LGPL-2.1-or-later
makedepends = gobject-introspection
makedepends = meson
makedepends = vala



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libosinfo/-/commit/df2ead7378d88b19e616be9566fa2714d8d1fc92

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




[Git][archlinux/packaging/packages/libosinfo][main] Add config for nvchecker

2024-04-19 Thread @bgyorgy


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


Commits:
9ba28d8b by Balló György at 2024-04-19T15:04:21+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libosinfo]
+source = "git"
+git = "https://gitlab.com/libosinfo/libosinfo.git;
+prefix = "v"



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

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




[Git][archlinux/packaging/packages/diffoscope] Pushed new tag 265-1

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


Jelle van der Waa pushed new tag 265-1 at Arch Linux / Packaging / Packages / 
diffoscope

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




[Git][archlinux/packaging/packages/diffoscope][main] upgpkg: 265-1

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


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


Commits:
61742553 by Jelle van der Waa at 2024-04-19T15:00:39+02:00
upgpkg: 265-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = diffoscope
pkgdesc = Tool for in-depth comparison of files, archives, and 
directories
-   pkgver = 264
-   pkgrel = 2
+   pkgver = 265
+   pkgrel = 1
url = https://diffoscope.org/
arch = x86_64
license = GPL-3.0-or-later
@@ -113,13 +113,13 @@ pkgbase = diffoscope
optdepends = xz: XZ and LZMA utilities support
optdepends = zstd: zst compression
optdepends = p7zip: 7z compression
-   source = https://diffoscope.org/archive/diffoscope-264.tar.bz2
-   source = https://diffoscope.org/archive/diffoscope-264.tar.bz2.asc
+   source = https://diffoscope.org/archive/diffoscope-265.tar.bz2
+   source = https://diffoscope.org/archive/diffoscope-265.tar.bz2.asc
validpgpkeys = C2FE4BD271C139B86C533E461E953E27D4311E58
validpgpkeys = 66AE2B4AFCCF3F52DA184D184B043FCDB9444540
-   sha512sums = 
e79e8db1a3a6503f871ed2686110434d1c8b43758d3eb3fd1c98bb6dabe2792297712950470134c592bb6efc4ca741277f3158597381bbdea23945de6adfa1aa
+   sha512sums = 
6c8dd45971966dc965242ffec3061f6c29d0b7bd2367e92aab5a03f4caba99b1f8dde514884d89c6442bdc86afec4deb11c914ffc4fa84e34bace672ff4aefa0
sha512sums = SKIP
-   b2sums = 
28e50c327b606053d378633bfabd262d12fe8d34778bb1451e7d34d6525ddc9ea3e72907cb948072a8466c36841a9b4d70041b7fbd099924e1dd61a472a7bac8
+   b2sums = 
754124472a37d5dc5208b1dce13cda726dc7868db5c1880db3d6228afffa580b73a4420a625e84d8791fe60ddd4451128d647e7ddc3a5f25ae63271947e2780a
b2sums = SKIP
 
 pkgname = diffoscope


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=264
-pkgrel=2
+pkgver=265
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -68,9 +68,9 @@ checkdepends=(
   'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc'
   'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 
'zstd' 'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('e79e8db1a3a6503f871ed2686110434d1c8b43758d3eb3fd1c98bb6dabe2792297712950470134c592bb6efc4ca741277f3158597381bbdea23945de6adfa1aa'
+sha512sums=('6c8dd45971966dc965242ffec3061f6c29d0b7bd2367e92aab5a03f4caba99b1f8dde514884d89c6442bdc86afec4deb11c914ffc4fa84e34bace672ff4aefa0'
 'SKIP')
-b2sums=('28e50c327b606053d378633bfabd262d12fe8d34778bb1451e7d34d6525ddc9ea3e72907cb948072a8466c36841a9b4d70041b7fbd099924e1dd61a472a7bac8'
+b2sums=('754124472a37d5dc5208b1dce13cda726dc7868db5c1880db3d6228afffa580b73a4420a625e84d8791fe60ddd4451128d647e7ddc3a5f25ae63271947e2780a'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58"
   "66AE2B4AFCCF3F52DA184D184B043FCDB9444540")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/diffoscope/-/commit/61742553aed727ba30f4dbeb42d968286cf1f2ed

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




  1   2   3   >