diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 11:35:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:58 +0000 |
commit | 69f9510a8777a10fa8acdc10a11ba653f5341795 (patch) | |
tree | 62a5fb2aaab75502409b4fda99a1f94ab380d723 /community/py3-crcmod | |
parent | eb8529f814e3649190e47eebc1ca9e75f82ed9ba (diff) | |
download | aports-69f9510a8777a10fa8acdc10a11ba653f5341795.tar.bz2 aports-69f9510a8777a10fa8acdc10a11ba653f5341795.tar.xz |
community/py3-crcmod: rebuild against python 3.8
Diffstat (limited to 'community/py3-crcmod')
-rw-r--r-- | community/py3-crcmod/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-crcmod/APKBUILD b/community/py3-crcmod/APKBUILD index 631f2a19a0..f367ea24b1 100644 --- a/community/py3-crcmod/APKBUILD +++ b/community/py3-crcmod/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-crcmod _pkgname=crcmod pkgver=1.7 -pkgrel=3 +pkgrel=4 pkgdesc="Cyclic Redundancy Check (CRC) implementation in Python" url="https://pypi.python.org/pypi/crcmod/" arch="all" |