upgpkg: puddletag-2.5.0-4: Rebuild for Python 3.14

This commit is contained in:
Christian Schendel 2026-01-11 08:20:34 +01:00
parent 3190a69841
commit 5c71900bb3
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
5 changed files with 41 additions and 42 deletions

View file

@ -3,7 +3,7 @@
pkgname=puddletag
pkgver=2.5.0
pkgrel=3
pkgrel=4
pkgdesc='An audio tag editor for GNU/Linux'
url="https://github.com/puddletag/puddletag"
license=(
@ -43,8 +43,12 @@ optdepends=(
'chromaprint: AcoustID support'
'quodlibet: QuodLibet library support'
)
source=("$pkgname-$pkgver::git+$url.git#tag=$pkgver")
b2sums=('cb105ddfbde9091e93fdbf42f6c469756c4593cccefbd9c23c4aa95d3305d0786f18f086bb91e9e8bf6e5d99bc6e12879cec05fe7137e75a976fdc2f9625560e')
source=(
"$pkgname-$pkgver::git+$url.git#tag=$pkgver"
"io.github.puddletag.puddletag.metainfo.xml"
)
b2sums=('cb105ddfbde9091e93fdbf42f6c469756c4593cccefbd9c23c4aa95d3305d0786f18f086bb91e9e8bf6e5d99bc6e12879cec05fe7137e75a976fdc2f9625560e'
'8e20b3836487da1c48bf2ba3fd570bdfe487cfb57c2d273adc6502bf22c795b6dce4e52a3e0b8f971b9846a1e1079e5a25bb8b8c7a241ac278b5bcc3fb95ee17')
build() {
cd "${pkgname}-${pkgver}"
@ -54,5 +58,7 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
python -m installer --destdir="${pkgdir}" dist/*.whl
install -Dm644 ../io.github.puddletag.puddletag.metainfo.xml \
"${pkgdir}/usr/share/metainfo/io.github.puddletag.puddletag.metainfo.xml"
}
# vim: set ft=sh ts=4 sw=4 et: