aboutsummaryrefslogtreecommitdiffstats
path: root/main/syncthing
diff options
context:
space:
mode:
Diffstat (limited to 'main/syncthing')
-rw-r--r--main/syncthing/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/syncthing/APKBUILD b/main/syncthing/APKBUILD
index 4bd6c7ab3e..e889541260 100644
--- a/main/syncthing/APKBUILD
+++ b/main/syncthing/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=syncthing
pkgver=0.11.16
-pkgrel=0
+pkgrel=1
pkgdesc="Open Source Continuous File Synchronization"
url="http://syncthing.net/"
arch="all"
@@ -15,6 +15,7 @@ depends_dev=""
makedepends="$depends_dev godep go mercurial bash"
install="$pkgname.pre-install"
subpackages=""
+options="!strip"
source="$pkgname-$pkgver.tar.gz::https://github.com/syncthing/syncthing/archive/v$pkgver.tar.gz
syncthing.confd
syncthing.initd"