From 8c9590eaaf6502789d9aea33b2ebeb0484d01cfc Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 30 Sep 2017 11:46:54 +0200 Subject: [PATCH] python-pyaes: update to 1.6.1 --- srcpkgs/python-pyaes/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template index 0eda77f5097..baaf86c9046 100644 --- a/srcpkgs/python-pyaes/template +++ b/srcpkgs/python-pyaes/template @@ -1,7 +1,7 @@ # Template file for 'python-pyaes' pkgname=python-pyaes -version=1.6.0 -revision=3 +version=1.6.1 +revision=1 noarch=yes wrksrc="pyaes-${version}" build_style=python-module @@ -12,8 +12,8 @@ short_desc="Pure-Python implementation of the AES block cipher (Python2)" maintainer="Sir_Boops " license="MIT" homepage="https://github.com/ricmoo/pyaes" -distfiles="https://github.com/ricmoo/pyaes/archive/v${version}.tar.gz" -checksum=69fb7517bcb8d834d521e31bca671456bd6de87cdf2c338171a48dedebbcf42e +distfiles="${PYPI_SITE}/p/pyaes/pyaes-${version}.tar.gz" +checksum=02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f post_install() { vlicense LICENSE.txt @@ -25,7 +25,7 @@ python3-pyaes_package() { pycompile_module="pyaes" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vlicense LICENSE.txt vmove usr/lib/python3* + vlicense LICENSE.txt } }