From 404cea49a3b66bb3496f3f85afbcd3a4c5db581a Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 15 Dec 2020 11:02:32 -0300 Subject: [PATCH] community/py3-protobuf: downgrade to 3.13.0 --- community/py3-protobuf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD index d5dcc4226a3..6538ad24019 100644 --- a/community/py3-protobuf/APKBUILD +++ b/community/py3-protobuf/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Corentin Henry # Contributor: Corentin Henry pkgname=py3-protobuf -pkgver=3.14.0 -pkgrel=0 +pkgver=3.13.0 +pkgrel=1 pkgdesc="Google's data interchange format." options="!check" # Fails due to new 'packaging' module url="https://github.com/google/protobuf"