diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:53:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
commit | c8605f7e3b07b9db448bed968d395a89941de99f (patch) | |
tree | 9fa03eea36d575c99d46a592c2011a5574166132 /testing/py3-pyaes | |
parent | a2bb522d1c01eb052a468ca9d8169336c8d54536 (diff) | |
download | aports-c8605f7e3b07b9db448bed968d395a89941de99f.tar.bz2 aports-c8605f7e3b07b9db448bed968d395a89941de99f.tar.xz |
testing/py3-pyaes: rebuild against python 3.8
Diffstat (limited to 'testing/py3-pyaes')
-rw-r--r-- | testing/py3-pyaes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyaes/APKBUILD b/testing/py3-pyaes/APKBUILD index 3ec67c8a1c..a8b235df0d 100644 --- a/testing/py3-pyaes/APKBUILD +++ b/testing/py3-pyaes/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyaes pkgver=1.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation" url="https://github.com/ricmoo/pyaes" arch="noarch" |