From c956601dc34c96b5471f7ea2e645c2b74d052e50 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 22 Feb 2014 18:55:00 -0400 Subject: [PATCH] python-pyacoustid: misc tweak; rev bump. --- srcpkgs/python-pyacoustid/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template index de19d9ec867..3ce18c18520 100644 --- a/srcpkgs/python-pyacoustid/template +++ b/srcpkgs/python-pyacoustid/template @@ -1,17 +1,18 @@ # Template file for 'python-pyacoustid' pkgname=python-pyacoustid version=1.0.0 -revision=1 +revision=2 distfiles="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-${version}.tar.gz" checksum="31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4" -build_style=python-module -hostmakedepends="python-distribute" -makedepends="python-devel" -noarch="yes" +build_style="python-module" pycompile_module="pyacoustid" -depends="python>=2.7" -maintainer="Steven R " +hostmakedepends="python-devel python-distribute" +makedepends="${hostmakedepends}" +depends="python" +maintainer="Steven R " homepage="https://github.com/sampsyo/pyacoustid" license="MIT" short_desc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API" + +noarch="yes" wrksrc="pyacoustid-${version}"