Date: Monday, August 23, 2021 @ 07:18:39 Author: alucryd Revision: 1004254
upgpkg: python-pyacoustid 1.2.1-1 Modified: python-pyacoustid/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-23 07:15:22 UTC (rev 1004253) +++ PKGBUILD 2021-08-23 07:18:39 UTC (rev 1004254) @@ -3,8 +3,8 @@ # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=python-pyacoustid -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API' arch=(any) url=https://github.com/beetbox/pyacoustid @@ -17,7 +17,8 @@ git python-setuptools ) -source=(git+https://github.com/beetbox/pyacoustid.git#tag=dd69cfd1b68ac15bf84597b6ab5ab0aae3226a83) +_tag=f5284a259db3f47137de8b3e554016211043b870 +source=(git+https://github.com/beetbox/pyacoustid.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
