diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:21:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | 4a59ee6ebdf9ca69db86470f9e68c7df36186c19 (patch) | |
tree | 01c0b3cf84c75a08f505bf414cc3de664b577bfb | |
parent | e35f32ed464f33f1bf4b532eeea61b92b80e16a9 (diff) | |
download | aports-4a59ee6ebdf9ca69db86470f9e68c7df36186c19.tar.bz2 aports-4a59ee6ebdf9ca69db86470f9e68c7df36186c19.tar.xz |
community/py3-simplegeneric: rebuild against python 3.8
-rw-r--r-- | community/py3-simplegeneric/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-simplegeneric/APKBUILD b/community/py3-simplegeneric/APKBUILD index 944891f201..211e758454 100644 --- a/community/py3-simplegeneric/APKBUILD +++ b/community/py3-simplegeneric/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-simplegeneric pkgver=0.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="Simple generic functions" url="https://pypi.org/project/simplegeneric/" arch="noarch" |