From 6dd9884396f432630fc0fc90b3831e0e4062424f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 30 Sep 2017 10:55:03 +0200 Subject: [PATCH] python-asn1crypto: update to 0.23.0 --- srcpkgs/python-asn1crypto/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template index 791413f2c69..a3624fdb0f7 100644 --- a/srcpkgs/python-asn1crypto/template +++ b/srcpkgs/python-asn1crypto/template @@ -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 " 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 } }