David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-zita-audiotools
Commits: 5dc44f02 by David Runge at 2024-04-05T12:05:08+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 3fab7585 by David Runge at 2024-04-05T12:06:29+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 7e9e7508 by David Runge at 2024-04-05T12:06:59+02:00 upgpkg: 1.3.0-5: Rebuild against Python 3.12 - - - - - 3 changed files: - + .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = python-zita-audiotools + pkgdesc = Tools for audio processing + pkgver = 1.3.0 + pkgrel = 5 + url = https://kokkinizita.linuxaudio.org/linuxaudio + arch = x86_64 + license = GPL-2.0-or-later + license = GPL-3.0-or-later + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = gcc-libs + depends = glibc + depends = libsndfile + depends = python-numpy + depends = zita-resampler + source = https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-audiotools-1.3.0.tar.bz2 + sha512sums = de4be5421bb2d24405ce10aaecdca631c47cd553a944518e638960360194331ebbc52b47c7e5cf271c561295e692b9896045a51a5bb75e8a6e0385e01c6a8993 + b2sums = 8f3364e19f622b00c524bb90fa7a63b8e6e0904dde2cb3e0d67048e626c5b524d999fe46842973bb5745da05fd1521e7f64964f5a13be3e26f2e195e6b0fcd69 + +pkgname = python-zita-audiotools ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[python-zita-audiotools] +source = "regex" +regex = "zita-audiotools-([\\d.]+).tar..*?" +url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ _name=zita-audiotools pkgname=python-zita-audiotools pkgver=1.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="Tools for audio processing" arch=(x86_64) url="https://kokkinizita.linuxaudio.org/linuxaudio" license=( - GPL2 - GPL3 + GPL-2.0-or-later + GPL-3.0-or-later ) depends=( gcc-libs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zita-audiotools/-/compare/5348fbe9fb20472bb335a61c8d94412a2618008f...7e9e75086b03860208b3df3ade3e81d0d1da4587 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zita-audiotools/-/compare/5348fbe9fb20472bb335a61c8d94412a2618008f...7e9e75086b03860208b3df3ade3e81d0d1da4587 You're receiving this email because of your account on gitlab.archlinux.org.
