From b5be3a3a9d350f9903ecdacf85ec6081ed1dc8fc Mon Sep 17 00:00:00 2001 From: Jeff Henson Date: Mon, 16 Mar 2020 10:51:27 -0600 Subject: [PATCH] Fix checksum --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d854210..f00d1d1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-openshift pkgdesc = Python client for the OpenShift API pkgver = 0.10.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/openshift/openshift-restclient-python arch = any license = APACHE @@ -14,7 +14,7 @@ pkgbase = python-openshift depends = python-ruamel-yaml depends = python-six source = https://github.com/openshift/openshift-restclient-python/archive/v0.10.3.tar.gz - sha256sums = 05da5b323e1be23d6cf6f1e4eadd984021e023d5330262f79e963b500b407112 + sha256sums = 15f3e07e79a80b5fbb83060c5a8f76578b80becff8b771ac311e2d31f4b9d258 pkgname = python-openshift diff --git a/PKGBUILD b/PKGBUILD index eb54367..613ada9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,12 @@ pkgname=python-openshift pkgver=0.10.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python client for the OpenShift API" url="https://github.com/openshift/openshift-restclient-python" license=('APACHE') source=("https://github.com/openshift/openshift-restclient-python/archive/v${pkgver}.tar.gz") -sha256sums=('05da5b323e1be23d6cf6f1e4eadd984021e023d5330262f79e963b500b407112') +sha256sums=('15f3e07e79a80b5fbb83060c5a8f76578b80becff8b771ac311e2d31f4b9d258') arch=('any') makedepends=('python-setuptools') depends=(