summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-07-28 13:09:03 -0400
committerDavid Birks2020-07-28 13:09:03 -0400
commita006a52d0eaa791f5229537993ab83f8046de0cd (patch)
treecc77aa104228d2df76362c52c9b63cbe3ab3f8f7
parent8f18e7a2468c7e04b5985ffe4e91be872adef3aa (diff)
downloadaur-a006a52d0eaa791f5229537993ab83f8046de0cd.tar.gz
Add go.rice to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20af3d0bf905..6da7b9652654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = octant
makedepends = npm
makedepends = git
makedepends = python
+ makedepends = go.rice
depends = kubectl
source = octant-0.14.1.tar.gz::https://github.com/vmware/octant/archive/v0.14.1.tar.gz
sha256sums = afb2a243db2a0d998a693559f1a5d2ffcf95deded9fc0b82988097971e8c286f
diff --git a/PKGBUILD b/PKGBUILD
index e429d00eaac7..7b7d9e48f1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
license=('Apache')
url='https://github.com/vmware-tanzu/octant'
depends=('kubectl')
-makedepends=('go' 'npm' 'git' 'python')
+makedepends=('go' 'npm' 'git' 'python' 'go.rice')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
sha256sums=('afb2a243db2a0d998a693559f1a5d2ffcf95deded9fc0b82988097971e8c286f')