Date: Friday, November 1, 2019 @ 11:21:09
Author: felixonmars
Revision: 521768
Python 3.8 rebuild
Modified:
python-jsonpickle/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-01 11:20:15 UTC (rev 521767)
+++ PKGBUILD 2019-11-01 11:21:09 UTC (rev 521768)
@@ -2,7 +2,7 @@
pkgname=python-jsonpickle
pkgver=1.2
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Python library for serializing any arbitrary object graph into JSON"
url="https://jsonpickle.github.io/"