diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-06-11 12:37:29 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-06-13 22:01:01 +0300 |
commit | c368388a5e4644f61bb84f5227e2c0a77be6adbb (patch) | |
tree | 08eb784b72eb08be6a37ba989355137e6d416735 /testing/go-ipfs/APKBUILD | |
parent | b88ed1f36526fff4d49025c7d459a33a3189df65 (diff) | |
download | aports-c368388a5e4644f61bb84f5227e2c0a77be6adbb.tar.bz2 aports-c368388a5e4644f61bb84f5227e2c0a77be6adbb.tar.xz |
testing/go-ipfs: enable arm architectures
- Add binutils-gold to makedepends
Diffstat (limited to 'testing/go-ipfs/APKBUILD')
-rw-r--r-- | testing/go-ipfs/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/go-ipfs/APKBUILD b/testing/go-ipfs/APKBUILD index cae9574d99..c96ab6c20e 100644 --- a/testing/go-ipfs/APKBUILD +++ b/testing/go-ipfs/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=go-ipfs pkgver=0.4.21 -pkgrel=0 +pkgrel=1 pkgdesc="Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol" url="https://ipfs.io/" -arch="x86_64 x86" +arch="x86_64 x86 aarch64 armhf armv7" license="MIT Apache-2.0" pkgusers="ipfs" pkggroups="ipfs" options="!check" # No test suite from upstream -makedepends="make go bash git gx gx-go" +makedepends="make go bash binutils-gold git gx gx-go" install="$pkgname.pre-install $pkgname.post-install" subpackages="$pkgname-doc $pkgname-openrc $pkgname-bash-completion:bashcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz |