Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-pyacoustid
Commits: 83869c63 by Maxime Gauduin at 2023-09-15T17:17:03+02:00 upgpkg: 1.3.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-pyacoustid + pkgdesc = Bindings for Chromaprint acoustic fingerprinting and the Acoustid API + pkgver = 1.3.0 + pkgrel = 1 + url = https://github.com/beetbox/pyacoustid + arch = any + license = MIT + makedepends = git + makedepends = python-setuptools + depends = chromaprint + depends = python + source = git+https://github.com/beetbox/pyacoustid.git#tag=d2698e46aa23b9d3380c7b97278fc84fac502d7f + sha256sums = SKIP + +pkgname = python-pyacoustid ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=python-pyacoustid -pkgver=1.2.2 -pkgrel=3 +pkgver=1.3.0 +pkgrel=1 pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API' arch=(any) url=https://github.com/beetbox/pyacoustid @@ -17,7 +17,7 @@ makedepends=( git python-setuptools ) -_tag=7d5ec6e24a5b2fa6fc587698001d2ffa24065b51 +_tag=d2698e46aa23b9d3380c7b97278fc84fac502d7f source=(git+https://github.com/beetbox/pyacoustid.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/83869c6381a10642d61e79c58e6b3fac44417134 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/83869c6381a10642d61e79c58e6b3fac44417134 You're receiving this email because of your account on gitlab.archlinux.org.
