diff options
author | Patrick McCarty | 2017-12-10 18:33:48 -0800 |
---|---|---|
committer | Patrick McCarty | 2017-12-10 18:33:48 -0800 |
commit | 583111663b614a7bfc7f1c2f05e37a0774b03fc1 (patch) | |
tree | d87b38394c31edbf819f2d33226d049360d61e84 | |
parent | e91977035271559f9eb9a9949e3a8d1257b88aa3 (diff) | |
download | aur-583111663b614a7bfc7f1c2f05e37a0774b03fc1.tar.gz |
Make 'go' a build dependency only
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |