diff options
-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 |