aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hub
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-22 21:17:45 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 11:49:25 +0200
commit468990bcc2275162cdecac6711e274a7834454ed (patch)
tree76c8c5e98fa839ced9c60fd71cec4558fbc51003 /testing/hub
parenta34ec58be621a746d52aaad264c30d3f2f20c836 (diff)
downloadaports-468990bcc2275162cdecac6711e274a7834454ed.tar.bz2
aports-468990bcc2275162cdecac6711e274a7834454ed.tar.xz
enable stripping of go binaries
Stripping go binaries used to be an issue but nowadays it should work as expected. > We don't intentionally do anything that would make stripping a binary > not OK, and strip has worked for the past five years or so. https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w
Diffstat (limited to 'testing/hub')
-rw-r--r--testing/hub/APKBUILD4
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