summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2020-03-16 10:51:27 -0600
committerJeff Henson2020-03-16 10:51:27 -0600
commitb5be3a3a9d350f9903ecdacf85ec6081ed1dc8fc (patch)
tree88da2368eecc0aa195c57b07eee45527fe04bfff
parent32d018f89611988ceb5abb2b8de85dd173aed58a (diff)
downloadaur-b5be3a3a9d350f9903ecdacf85ec6081ed1dc8fc.tar.gz
Fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d854210d7116..f00d1d1cb9e5 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 eb543674455e..613ada9f0093 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=(