diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-22 15:39:10 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-09-22 15:42:19 +0200 |
commit | 993843fcca32a014f8c0aa87195c4dbed36fdb16 (patch) | |
tree | 2de175cafd0649996757b950794765893dadd4c1 /testing | |
parent | ac6038f0b73ee3b321fe70d13a6c777d9aa89ae6 (diff) | |
download | aports-993843fcca32a014f8c0aa87195c4dbed36fdb16.tar.bz2 aports-993843fcca32a014f8c0aa87195c4dbed36fdb16.tar.xz |
testing/hub: fix build with `abuild rootbld`
Diffstat (limited to 'testing')
-rw-r--r-- | testing/hub/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index dfebc867c4..6069db68e8 100644 --- a/testing/hub/APKBUILD +++ b/testing/hub/APKBUILD @@ -3,13 +3,13 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=hub pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="Extends git with extra features for GitHub" url="http://hub.github.com/" arch="all !x86" # FIXME: tests fails on x86 license="MIT" -makedepends="go dep bash" -options="!strip" +makedepends="go dep bash ca-certificates" +options="!strip net !checkroot" subpackages=" $pkgname-doc $pkgname-bash-completion:bashcomp:noarch |