jsbeautifier: fix versioning, issue #237

This commit is contained in:
blshkv 2017-08-22 10:45:08 +08:00
parent 1624abf116
commit abd48bd942
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ inherit distutils-r1
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

View file

@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"