python-pyasn1-modules: update to 0.0.9
This commit is contained in:
parent
8f2eb6cac0
commit
6f95715a48
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pyasn1-modules'
|
||||
pkgname=python-pyasn1-modules
|
||||
version=0.0.8
|
||||
revision=2
|
||||
version=0.0.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyasn1_modules"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-pyasn1"
|
||||
short_desc="A collection of ASN.1-based protocols modules (Python2)"
|
||||
short_desc="Collection of ASN.1-based protocols modules (Python2)"
|
||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||
license="2-clause-BSD"
|
||||
homepage="https://pypi.python.org/pypi/pyasn1-modules"
|
||||
homepage="https://github.com/etingof/pyasn1-modules"
|
||||
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
|
||||
checksum=10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837
|
||||
checksum=be0e4157e4a53551279d6c6e366b080527f5fd068616835b4abf32c14f657f5f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in a new issue