diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template index 2e8a64d631a..9d0baef7772 100644 --- a/srcpkgs/eyeD3/template +++ b/srcpkgs/eyeD3/template @@ -1,15 +1,15 @@ # Template file for 'eyeD3' pkgname=eyeD3 -version=0.8.4 +version=0.8.5 revision=1 -noarch=yes -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python python-magic python-grako python-six python-setuptools python-pathlib" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-grako python3-magic python3-setuptools python3-six" pycompile_module="eyeD3" -short_desc="Python2 tool for mp3's ID3 tags manipulation" +short_desc="Python3 tool for mp3's ID3 tags manipulation" homepage="http://eyed3.nicfit.net/" -license="GPL-2" +license="GPL-3.0-or-later" maintainer="Juan RP " distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz" -checksum=9a8f334c640813647062aaa46c52d65641bec6f7d7e73e51441c95d3d93c3f43 +checksum=f2bdaf1c7351b0d8fd8226a045360dfd493cd61065f910b411d96de8860eb90a +noarch=yes