From ab578462732e6fa98168a4f4bca4052e73e7ce01 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 2 Dec 2014 14:17:18 +0000 Subject: main/syncthing: set version number for build so it does not pick up the aports git version --- main/syncthing/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/syncthing/APKBUILD b/main/syncthing/APKBUILD index dc847ef63f..3c7d7227f8 100644 --- a/main/syncthing/APKBUILD +++ b/main/syncthing/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=syncthing pkgver=0.10.9 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" arch="all" @@ -37,7 +37,7 @@ prepare() { build() { cd "$_builddir"/$pkgname export GOPATH="$srcdir" - go run build.go -no-upgrade + go run build.go -no-upgrade -version=v$pkgver } package() { -- cgit v1.2.3