python-asn1crypto: update to 0.23.0
This commit is contained in:
parent
08d7536a7e
commit
6dd9884396
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-asn1crypto'
|
||||
pkgname=python-asn1crypto
|
||||
version=0.22.0
|
||||
revision=2
|
||||
version=0.23.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="asn1crypto-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/wbond/asn1crypto"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/a/asn1crypto/asn1crypto-${version}.tar.gz"
|
||||
checksum=cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a
|
||||
checksum=0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-asn1crypto_package() {
|
||||
noarch=yes
|
||||
|
@ -22,5 +26,6 @@ python3-asn1crypto_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue