summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae833b791fe9..71272021d875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=pachctl-bin
pkgver=1.6.10
-pkgrel=1
+pkgrel=2
pkgdesc="Pachyderm lets you deploy and manage multi-stage, language-agnostic data pipelines while maintaining complete reproducibility and provenance."
url='pachyderm.io'
license=('Apache License 2.0')
-depends=('minikube')
+depends=('minikube-bin')
provides=('pachctl')
arch=('x86_64')
source_x86_64=("https://github.com/pachyderm/pachyderm/releases/download/v${pkgver}/pachctl_${pkgver}_amd64.deb")