diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 12:20:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:55 +0000 |
commit | 627b12dfb55feba071fcae7aa04b8070592566a5 (patch) | |
tree | 79ecedb18d870ed2d2d49016c0223845ec3a3784 | |
parent | 14259cfc2a0b13c4e02076a0f67723644d2bbc63 (diff) | |
download | aports-627b12dfb55feba071fcae7aa04b8070592566a5.tar.bz2 aports-627b12dfb55feba071fcae7aa04b8070592566a5.tar.xz |
community/py3-iniherit: rebuild against python 3.8
-rw-r--r-- | community/py3-iniherit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-iniherit/APKBUILD b/community/py3-iniherit/APKBUILD index 3a636a7c4a..5cf7e7d97f 100644 --- a/community/py3-iniherit/APKBUILD +++ b/community/py3-iniherit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-iniherit pkgver=0.3.9 -pkgrel=0 +pkgrel=1 pkgdesc="A ConfigParser subclass with file-specified inheritance" url="http://github.com/cadithealth/iniherit" arch="noarch" |