diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:39:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:37 +0000 |
commit | d72f3d946597e5f276479cd46c8f54df07477ce0 (patch) | |
tree | 6581ca5cf105e88bae85b045ca182b57a421b0ab /testing/py3-smmap2 | |
parent | 4167c27ac06b1fd4126c61720b0ae88110b87b1a (diff) | |
download | aports-d72f3d946597e5f276479cd46c8f54df07477ce0.tar.bz2 aports-d72f3d946597e5f276479cd46c8f54df07477ce0.tar.xz |
testing/py3-smmap2: rebuild against python 3.8
Diffstat (limited to 'testing/py3-smmap2')
-rw-r--r-- | testing/py3-smmap2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-smmap2/APKBUILD b/testing/py3-smmap2/APKBUILD index 8636b34010..ee1eb295a8 100644 --- a/testing/py3-smmap2/APKBUILD +++ b/testing/py3-smmap2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-smmap2 pkgver=2.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="pure Python3 implementation of a sliding window memory map manager" url="https://github.com/gitpython-developers/smmap" arch="noarch" |