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

Maxime Gauduin alucryd at archlinux.org
Sat Nov 17 15:47:56 UTC 2018


    Date: Saturday, November 17, 2018 @ 15:47:55
  Author: alucryd
Revision: 408559

upgpkg: python-pyacoustid 1.1.5-4

Modified:
  python-pyacoustid/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 15:44:35 UTC (rev 408558)
+++ PKGBUILD	2018-11-17 15:47:55 UTC (rev 408559)
@@ -4,7 +4,7 @@
 
 pkgname=python-pyacoustid
 pkgver=1.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
 arch=('any')
 url='https://github.com/beetbox/pyacoustid'
@@ -16,7 +16,6 @@
 sha256sums=('SKIP'
             '69b9fa8fe9700714fc1f002aa6bfef097e5422372979195ab48956cd48e20aaf')
 
-
 build() {
   cd pyacoustid
 
@@ -23,7 +22,7 @@
   python setup.py build
 }
 
-package_python-pyacoustid() {
+package() {
   cd pyacoustid
 
   python setup.py install --root="${pkgdir}" --optimize='1' --skip-build



More information about the arch-commits mailing list