diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 13:58:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:29 +0000 |
commit | cd689fad6e1496175a91a1da28d2a420fce74f59 (patch) | |
tree | 172b2563554160d8c0f098cdddbcddf57f7f214e /testing | |
parent | 3d00aa2ee75a1981c3b2db9bbbaa72b6e02255ff (diff) | |
download | aports-cd689fad6e1496175a91a1da28d2a420fce74f59.tar.bz2 aports-cd689fad6e1496175a91a1da28d2a420fce74f59.tar.xz |
testing/py3-funcparserlib: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-funcparserlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-funcparserlib/APKBUILD b/testing/py3-funcparserlib/APKBUILD index 57c03e0b69..0c7362dd7b 100644 --- a/testing/py3-funcparserlib/APKBUILD +++ b/testing/py3-funcparserlib/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-funcparserlib _pkgname=funcparserlib pkgver=0.3.6 -pkgrel=4 +pkgrel=5 pkgdesc="Recursive descent parsing library based on functional combinators" url="https://github.com/vlasovskikh/funcparserlib" arch="noarch" |