aboutsummaryrefslogtreecommitdiffstats
path: root/testing/websocketd
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-06 20:53:50 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-07 08:09:04 +0000
commitbc1c5aea894f693337f468bdb77cbf3138d5a782 (patch)
treed3074d59a4a8ba9ae36c3751d758d491808ebb2e /testing/websocketd
parentb7d3b8f2eb4958c376196723afd9f08c7f16e49b (diff)
downloadaports-bc1c5aea894f693337f468bdb77cbf3138d5a782.tar.bz2
aports-bc1c5aea894f693337f468bdb77cbf3138d5a782.tar.xz
testing/websocketd: go binaries should not be stripped
Diffstat (limited to 'testing/websocketd')
-rw-r--r--testing/websocketd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/websocketd/APKBUILD b/testing/websocketd/APKBUILD
index 7289018a68..dd633a3268 100644
--- a/testing/websocketd/APKBUILD
+++ b/testing/websocketd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=websocketd
pkgver=0.2.10
-pkgrel=0
+pkgrel=1
pkgdesc="Full duplex messaging between web browsers and servers"
url="http://websocketd.com/"
arch="all"
@@ -12,6 +12,7 @@ depends_dev=""
makedepends="$depends_dev go go-tools"
install=""
subpackages="$pkgname-doc"
+options="!strip"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz"
_disturl="dev.alpinelinux.org:/archive/$pkgname/"