summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2019-05-07 21:52:29 +0200
committerLukas Grossar2019-05-07 21:52:29 +0200
commitd7b76aaca28882a63be6fb658e65ab92a53b3989 (patch)
treec0b04dc7f83ac58759977678a9579c084492673f
parent19abb0f95614766b402d471da607810527853429 (diff)
downloadaur-d7b76aaca28882a63be6fb658e65ab92a53b3989.tar.gz
switch to arch any
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dbc8b150e68..fc943fbcf35d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = kubernetes-helm
pkgdesc = A tool to manage Kubernetes charts
pkgver = 2.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/helm/helm
- arch = i686
- arch = x86_64
+ arch = any
license = Apache
makedepends = git
makedepends = glide
diff --git a/PKGBUILD b/PKGBUILD
index 3d0bcd81a226..f8e481107a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=kubernetes-helm
pkgver=2.13.1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to manage Kubernetes charts"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/helm/helm"
makedepends=('git' 'glide' 'go')
depends=('socat')