eyeD3: update to 0.8.10.

This commit is contained in:
maxice8 2019-03-08 21:01:56 -03:00 committed by maxice8
parent 2efa3a08a4
commit c05f25efdc
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'eyeD3'
pkgname=eyeD3
version=0.8.9
version=0.8.10
revision=1
archs=noarch
build_style=python3-module
@ -12,8 +12,8 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://eyed3.nicfit.net/"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=b6bb626566f2949da409d7a871576271e2d6254dfb3d416b21713dabc4b6b00f
checksum=ecd1a3df14c511a2ebaf09b4f04c29e468d65016814767d95daf7f26831562c9
pre_build() {
sed -i '/pathlib/d' requirements/requirements.yml # ugh
vsed -i '/pathlib/d' requirements/requirements.yml # ugh
}