diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:02:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 38c2f99c4176a07f386c6e482710182dad4fb993 (patch) | |
tree | a5baae5cf5a0b9976d8cd2848a09c25e86ba949d /testing/py3-phpserialize | |
parent | 712a5f86c86c55427acbdfe8a57fab82182eb6da (diff) | |
download | aports-38c2f99c4176a07f386c6e482710182dad4fb993.tar.bz2 aports-38c2f99c4176a07f386c6e482710182dad4fb993.tar.xz |
testing/py3-phpserialize: rebuild against python 3.8
Diffstat (limited to 'testing/py3-phpserialize')
-rw-r--r-- | testing/py3-phpserialize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-phpserialize/APKBUILD b/testing/py3-phpserialize/APKBUILD index f0f83ba400..b8a74f8bf2 100644 --- a/testing/py3-phpserialize/APKBUILD +++ b/testing/py3-phpserialize/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-phpserialize _pkgname=phpserialize pkgver=1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A PHP serializer implementation for Python" options="!check" # failures=1 url="https://github.com/mitsuhiko/phpserialize" |