diff options
Diffstat (limited to 'testing/hub/APKBUILD')
-rw-r--r-- | testing/hub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hub/APKBUILD b/testing/hub/APKBUILD index 6069db68e8..a85c6397f1 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=2 +pkgrel=3 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 ca-certificates" -options="!strip net !checkroot" +options="net !checkroot" subpackages=" $pkgname-doc $pkgname-bash-completion:bashcomp:noarch |