From 7a03be32bbc07fa0d2c9cb186213c37515142f86 Mon Sep 17 00:00:00 2001 From: Jeff Henson Date: Wed, 2 Dec 2020 08:52:00 -0700 Subject: [PATCH] Python 3.9 rebuild --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 46c19cd..95805b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API pkgver = 0.11.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/openshift/openshift-restclient-python arch = any license = APACHE diff --git a/PKGBUILD b/PKGBUILD index 56f8a6f..8116678 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-openshift pkgver=0.11.2 -pkgrel=1 +pkgrel=2 pkgdesc="Python client for the OpenShift API" url="https://github.com/openshift/openshift-restclient-python" license=('APACHE')