diff --git a/srcpkgs/python-magic/template b/srcpkgs/python-magic/template index cdf0709997..1df549acbf 100644 --- a/srcpkgs/python-magic/template +++ b/srcpkgs/python-magic/template @@ -1,16 +1,16 @@ # Template file for 'python-magic' pkgname=python-magic -version=0.4.13 +version=0.4.14 revision=1 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python libmagic" -short_desc="File type indetification using libmagic" +short_desc="File type identification using libmagic (Python2)" maintainer="maxice8 " license="MIT" homepage="https://github.com/ahupp/python-magic" -distfiles="${PYPI_SITE}/p/python-magic/python-magic-${version}.tar.gz" -checksum=604eace6f665809bebbb07070508dfa8cabb2d7cb05be9a56706c60f864f1289 +distfiles="https://github.com/ahupp/python-magic/archive/${version}.tar.gz" +checksum=287266f5c0b9036bf1feaa3115aed93d8da25e531fc769ffdbd69a437be4057d pycompile_module="magic" noarch=yes