aboutsummaryrefslogtreecommitdiffstats
path: root/testing/websocketd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/websocketd/APKBUILD')
-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/"