python-pyasn1-modules: update to 0.2.3

This commit is contained in:
Alessio Sergi 2019-01-01 16:21:55 +01:00
parent 925872b180
commit d1e84b223d

View file

@ -1,6 +1,6 @@
# Template file for 'python-pyasn1-modules'
pkgname=python-pyasn1-modules
version=0.2.2
version=0.2.3
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
@ -13,10 +13,10 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-2-Clause"
homepage="https://github.com/etingof/pyasn1-modules"
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
checksum=a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547
checksum=d14fcb29dabecba3d7b360bf72327c26c385248a5d603cf6be5f566ce999b261
post_install() {
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
python3-pyasn1-modules_package() {
@ -26,6 +26,6 @@ python3-pyasn1-modules_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
vlicense LICENSE.txt
}
}