python-pyasn1-modules: update to 0.1.4
This commit is contained in:
parent
2355fc43c8
commit
875b875820
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pyasn1-modules'
|
||||
pkgname=python-pyasn1-modules
|
||||
version=0.0.11
|
||||
revision=2
|
||||
version=0.1.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyasn1_modules"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-pyasn1>=0.3.2"
|
||||
depends="python-pyasn1"
|
||||
short_desc="Collection of ASN.1-based protocols modules (Python2)"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://github.com/etingof/pyasn1-modules"
|
||||
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
|
||||
checksum=60d5c80bfee9b79b492d5d8a934b3ecfc523f2f83aaab4ffafa2bbb651d3c67a
|
||||
checksum=b07c17bdb34d6f64aafea6269f2e8fb306a57473f0f38d9a6ca389d6ab30ac4a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in a new issue