diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:35:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | 70df73285270751121366c02bfd9646a1a0b04fd (patch) | |
tree | 22a10e35879ff4f0c2efa00279734b8961362368 /testing/py-pypeg2 | |
parent | 85c19ec595f37df6d7d1408a5795d488e1b2c78a (diff) | |
download | aports-70df73285270751121366c02bfd9646a1a0b04fd.tar.bz2 aports-70df73285270751121366c02bfd9646a1a0b04fd.tar.xz |
testing/py-pypeg2: rebuild against python 3.7
Diffstat (limited to 'testing/py-pypeg2')
-rw-r--r-- | testing/py-pypeg2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pypeg2/APKBUILD b/testing/py-pypeg2/APKBUILD index 54554e4a35..018b6ea440 100644 --- a/testing/py-pypeg2/APKBUILD +++ b/testing/py-pypeg2/APKBUILD @@ -5,7 +5,7 @@ pkgname=py-pypeg2 _pkgname=pypeg2 __pkgname=pypeg pkgver=2.15.2 -pkgrel=2 +pkgrel=3 pkgdesc="An intrinsic PEG Parser-Interpreter for Python" url="https://fdik.org/pyPEG2/" arch="noarch" |