summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2018-04-12 09:49:53 +0200
committerIan Beringer2018-04-12 09:49:53 +0200
commit57cc59da9877071859c8b4cbc497d94cc9ef9c4b (patch)
treee4ec182d367667b504c7c8e984b8c829d2deddac /PKGBUILD
parent3692a06d4592ef5f09ae15d450add75127e5a091 (diff)
downloadaur-57cc59da9877071859c8b4cbc497d94cc9ef9c4b.tar.gz
Update 6.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e064d70adb93..3f24bfa40730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kubernetes
_pkgname=kubernetes
-pkgver=5.0.0
+pkgver=6.0.0
pkgrel=1
license=('Apache')
pkgdesc='Python client for the kubernetes API'
@@ -11,7 +11,7 @@ depends=('python' 'python-certifi' 'python-six' 'python-dateutil' 'python-urllib
arch=('any')
url='https://github.com/kubernetes-client/python'
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('f81f145882471a1dd9d23360e99bd77027f07744729ef2728af4af7130cd19fd')
+sha256sums=('b370ab4abd925309db69a14a4723487948e9a83de60ca92782ec14992b741c89')
package() {
cd "$srcdir/$_pkgname-$pkgver"