python-pyaes: update to 1.6.1
This commit is contained in:
parent
0271cf319c
commit
8c9590eaaf
|
@ -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 <admin@boops.me>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue