From 468990bcc2275162cdecac6711e274a7834454ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 22 Sep 2018 21:17:45 +0200 Subject: 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 --- community/git-lfs/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'community/git-lfs/APKBUILD') diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD index b54f4fdaac..89d6e38477 100644 --- a/community/git-lfs/APKBUILD +++ b/community/git-lfs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka pkgname=git-lfs pkgver=2.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Git extension for versioning large files" url="https://git-lfs.github.io/" arch="all" @@ -10,8 +10,6 @@ license="MIT" depends="git" checkdepends="bash coreutils git-daemon perl-utils" makedepends="go ronn" -# Go doesn't play well with strip tool. http://bit.ly/2jlJsSU -options="!strip" subpackages="$pkgname-doc" install="$pkgname.post-install $pkgname.pre-deinstall" source="$pkgname-$pkgver.tar.gz::https://github.com/git-lfs/$pkgname/archive/v$pkgver.tar.gz -- cgit v1.2.3