eyeD3: update to 0.8.3.

Closes #8202.
This commit is contained in:
maxice8 2017-10-15 23:54:22 -02:00 committed by Enno Boland
parent 189ca4e2dc
commit 1bd6ed8d12
1 changed files with 4 additions and 8 deletions

View File

@ -1,19 +1,15 @@
# Template file for 'eyeD3' # Template file for 'eyeD3'
pkgname=eyeD3 pkgname=eyeD3
version=0.7.10 version=0.8.3
revision=2 revision=1
noarch=yes noarch=yes
build_style=python2-module build_style=python2-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python" depends="python python-magic python-grako python-six python-setuptools python-pathlib"
pycompile_module="eyeD3" pycompile_module="eyeD3"
short_desc="Python2 tool for mp3's ID3 tags manipulation" short_desc="Python2 tool for mp3's ID3 tags manipulation"
homepage="http://eyed3.nicfit.net/" homepage="http://eyed3.nicfit.net/"
license="GPL-2" license="GPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz" distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=98a7d249136e845eb5469866657160f623d0a44f602e59bc907a12a3bf665172 checksum=bb58ceed486037aa6d8adaa05fb79fe4d85b2968a9429f074ec1201692b81dea
post_install() {
sed -i 's/python/python2/' ${DESTDIR}/usr/bin/eyeD3
}