summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-07-28 13:09:03 -0400
committerDavid Birks2020-07-28 13:09:03 -0400
commita006a52d0eaa791f5229537993ab83f8046de0cd (patch)
treecc77aa104228d2df76362c52c9b63cbe3ab3f8f7 /PKGBUILD
parent8f18e7a2468c7e04b5985ffe4e91be872adef3aa (diff)
downloadaur-a006a52d0eaa791f5229537993ab83f8046de0cd.tar.gz
Add go.rice to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')