From d1e84b223dd5f972825563fe5106c6100ed3b208 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 1 Jan 2019 16:21:55 +0100 Subject: [PATCH] python-pyasn1-modules: update to 0.2.3 --- srcpkgs/python-pyasn1-modules/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template index dfcaff2a87f..0801b04cafd 100644 --- a/srcpkgs/python-pyasn1-modules/template +++ b/srcpkgs/python-pyasn1-modules/template @@ -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 " 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 } }