eyeD3: misc tweak; rev bump.

This commit is contained in:
wertyi48 2014-02-22 18:33:05 -04:00
parent 5116bce3fa
commit c37e3890fa

View file

@ -1,16 +1,17 @@
# Template file for 'eyeD3' # Template file for 'eyeD3'
pkgname=eyeD3 pkgname=eyeD3
version=0.7.4 version=0.7.4
revision=1 revision=2
noarch="yes"
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz" distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
checksum="a138e6e1fd5b8c2b7947a2d22868167ede16bb96e8e02a067951388bf1fb3000" checksum="a138e6e1fd5b8c2b7947a2d22868167ede16bb96e8e02a067951388bf1fb3000"
build_style=python-module build_style="python-module"
hostmakedepends="python-devel python-distribute"
makedepends="python-devel"
depends="python>=2.7"
pycompile_module="eyeD3" pycompile_module="eyeD3"
maintainer="Steven R <strob AT styez DOT com>" hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python"
maintainer="Steven R <dev@styez.com>"
homepage="http://eyed3.nicfit.net/" homepage="http://eyed3.nicfit.net/"
license="GPL" license="GPL"
short_desc="Python tool for working with audio files, specifically mp3 files containing ID3 metadata (i.e. song info)." short_desc="Python tool for working with audio files, specifically mp3 files containing ID3 metadata"
noarch="yes"