summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-13 20:19:16 +0200
committerGoliathLabs2020-05-13 20:19:16 +0200
commitfba676fc1efc8f55cc1cb64f446d370ccf2a9565 (patch)
tree38626df3bb06ab89192a61a111a05e40ad4945a8
parentdc312bc1db3c3f85cd35deed270b90a57e8f8bca (diff)
downloadaur-fba676fc1efc8f55cc1cb64f446d370ccf2a9565.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02a66db8cd8..ab4dfea4d9a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kovhernetes-git
pkgdesc = kOVHernetes (kovh) is a command-line utility for managing Kubernetes clusters on the OVH Cloud platform.
- pkgver = r23.592a715
+ pkgver = r32.bb8a7fe
pkgrel = 1
url = https://github.com/antoineco/kOVHernetes
arch = any
@@ -13,7 +13,7 @@ pkgbase = kovhernetes-git
provides = kovhernetes-git
conflicts = kovhernetes-git
source = git+https://github.com/antoineco/kOVHernetes.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = kovhernetes-git
diff --git a/PKGBUILD b/PKGBUILD
index 5a3e7b89953b..b50290c3f1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Wael Nasreddine <wael.nasreddine@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Wael Nasreddine <wael.nasreddine@gmail.com>
+
pkgname=kovhernetes-git
_pkgname=kOVHernetes
-pkgver=0.0.1.dev0
+pkgver=r32.bb8a7fe
pkgrel=1
pkgdesc="kOVHernetes (kovh) is a command-line utility for managing Kubernetes clusters on the OVH Cloud platform."
arch=('any')
@@ -12,7 +14,7 @@ makedepends=('git')
provides=("${pkgname%-VCS}")
conflicts=("${pkgname%-VCS}")
source=('git+https://github.com/antoineco/kOVHernetes.git')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"