Date: Wednesday, December 21, 2016 @ 20:03:24 Author: jlichtblau Revision: 200854
https://github.com/syncthing/syncthing/issues/3834 was not a bug upgpkg: syncthing 0.14.16-2 Modified: syncthing/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 20:01:39 UTC (rev 200853) +++ PKGBUILD 2016-12-21 20:03:24 UTC (rev 200854) @@ -7,7 +7,7 @@ pkgname=('syncthing' 'syncthing-relaysrv') pkgver=0.14.16 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://syncthing.net/" license=('MPL') @@ -40,10 +40,9 @@ check() { export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin" cd "${srcdir}/src/github.com/syncthing/${pkgbase}" -# https://github.com/syncthing/syncthing/issues/3834 -# if [ "${CARCH}" == "x86_64" ] ; then -# go run build.go -no-upgrade test -# fi + if [ "${CARCH}" == "x86_64" ] ; then + go run build.go -no-upgrade test + fi } package_syncthing() {
