summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2017-12-10 18:33:48 -0800
committerPatrick McCarty2017-12-10 18:33:48 -0800
commit583111663b614a7bfc7f1c2f05e37a0774b03fc1 (patch)
treed87b38394c31edbf819f2d33226d049360d61e84
parente91977035271559f9eb9a9949e3a8d1257b88aa3 (diff)
downloadaur-583111663b614a7bfc7f1c2f05e37a0774b03fc1.tar.gz
Make 'go' a build dependency only
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a07da9ca23f5..61c9355891cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Tool to create ABI reports from ELF binaries in packaging"
arch=('i686' 'x86_64')
url="https://github.com/clearlinux/abireport"
license=('Apache')
-depends=('go')
+makedepends=('go')
source=("https://github.com/clearlinux/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
"use-unzip-for-eopkg.patch")
sha256sums=('a0b6fa0a5b160e3a40937e7e636729aaf55a033986f8c3abe59742d83216e162'