[arch-commits] Commit in python-pyacoustid/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jun 3 08:14:22 UTC 2019
Date: Monday, June 3, 2019 @ 08:14:21
Author: alucryd
Revision: 476704
upgpkg: python-pyacoustid 1.1.7-1
Modified:
python-pyacoustid/trunk/PKGBUILD
----------+
PKGBUILD | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-03 08:14:06 UTC (rev 476703)
+++ PKGBUILD 2019-06-03 08:14:21 UTC (rev 476704)
@@ -3,18 +3,22 @@
# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
pkgname=python-pyacoustid
-pkgver=1.1.5
-pkgrel=4
+pkgver=1.1.7
+pkgrel=1
pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
-arch=('any')
-url='https://github.com/beetbox/pyacoustid'
-license=('MIT')
-depends=('chromaprint' 'python')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver}"
- 'https://raw.github.com/beetbox/beets/master/LICENSE')
-sha256sums=('SKIP'
- '69b9fa8fe9700714fc1f002aa6bfef097e5422372979195ab48956cd48e20aaf')
+arch=(any)
+url=https://github.com/beetbox/pyacoustid
+license=(MIT)
+depends=(
+ chromaprint
+ python
+)
+makedepends=(
+ git
+ python-setuptools
+)
+source=(git+https://github.com/beetbox/pyacoustid.git#tag=v${pkgver})
+sha256sums=(SKIP)
build() {
cd pyacoustid
@@ -25,8 +29,8 @@
package() {
cd pyacoustid
- python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
- install -Dm 644 ../LICENSE -t "${pkgdir}"/usr/share/licenses/python-pyacoustid/
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-pyacoustid/
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list