[arch-commits] Commit in python-pyacoustid/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue May 5 10:59:32 UTC 2020


    Date: Tuesday, May 5, 2020 @ 10:59:30
  Author: alucryd
Revision: 624883

upgpkg: python-pyacoustid 1.2.0-1

Modified:
  python-pyacoustid/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 10:57:18 UTC (rev 624882)
+++ PKGBUILD	2020-05-05 10:59:30 UTC (rev 624883)
@@ -3,8 +3,8 @@
 # Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgname=python-pyacoustid
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
 arch=(any)
 url=https://github.com/beetbox/pyacoustid
@@ -17,9 +17,15 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver})
+source=(git+https://github.com/beetbox/pyacoustid.git#tag=dd69cfd1b68ac15bf84597b6ab5ab0aae3226a83)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pyacoustid
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd pyacoustid
 



More information about the arch-commits mailing list