aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-04-05 10:28:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:30 +0000
commit182baf8c06936a86189dc7dc6e80096ec084bb50 (patch)
tree4f28c3acf55b0978356f7999291105bf0058e20f
parent288ea886e6968695315885ddd230d794e6b3be14 (diff)
testing/py3-phpserialize: rebuild against python 3.9
-rw-r--r--testing/py3-phpserialize/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-phpserialize/APKBUILD b/testing/py3-phpserialize/APKBUILD
index b8a74f8bf26..15dd98b3a0d 100644
--- a/testing/py3-phpserialize/APKBUILD
+++ b/testing/py3-phpserialize/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-phpserialize
_pkgname=phpserialize
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="A PHP serializer implementation for Python"
options="!check" # failures=1
url="https://github.com/mitsuhiko/phpserialize"