python-magic: update to 0.4.14 (#9711)
- Switch to GitHub distfile - Fix description typo
This commit is contained in:
parent
fc2f179b15
commit
4726dcade1
1 changed files with 4 additions and 4 deletions
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue