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