summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-06-24 13:39:41 -0400
committerDavid Birks2019-06-24 13:39:41 -0400
commit169ec9093c7a12e1367e7c8d4209721ec013e69d (patch)
treea24e36222f95e0a45254b079c2b8aa9e53b5adb4 /PKGBUILD
parentbf253418970afcdb8e398e3bc1daa170f6cbcf41 (diff)
downloadaur-169ec9093c7a12e1367e7c8d4209721ec013e69d.tar.gz
Add eksctl-bin as conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d9c88d3471b..9504567b08fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=eksctl
pkgdesc='Command line tool for creating clusters on Amazon EKS'
-pkgver=0.1.11
+pkgver=0.1.38
pkgrel=1
arch=('x86_64')
license=('Apache')
url='https://github.com/weaveworks/eksctl'
depends=('kubectl')
+conflicts=('eksctl-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/weaveworks/eksctl/releases/download/$pkgver/eksctl_Linux_amd64.tar.gz")
-sha256sums=('797b814d93f7a594bd48e7cb369a11f18cb61aa80097460ed96d8a77bc968d15')
+sha256sums=('3991f6938d783d7ce9217ca2b0f84241befb7d4ade7cda119934979df7f90364')
package() {
mkdir -p "$pkgdir/usr/bin"