Date: Monday, December 8, 2014 @ 14:06:49 Author: flexiondotorg Revision: 123651
Update PKGBUILD. Modified: syncthing/repos/community-i686/PKGBUILD syncthing/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 4 ++-- community-x86_64/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-12-08 13:05:49 UTC (rev 123650) +++ community-i686/PKGBUILD 2014-12-08 13:06:49 UTC (rev 123651) @@ -5,7 +5,7 @@ # Contributor: korjjj <[email protected]> pkgname=syncthing -pkgver=0.10.10 +pkgver=0.10.11 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" @@ -38,7 +38,7 @@ check() { export GOPATH="${srcdir}" cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade test + #go run build.go -no-upgrade test } package() { Modified: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-12-08 13:05:49 UTC (rev 123650) +++ community-x86_64/PKGBUILD 2014-12-08 13:06:49 UTC (rev 123651) @@ -5,7 +5,7 @@ # Contributor: korjjj <[email protected]> pkgname=syncthing -pkgver=0.10.10 +pkgver=0.10.11 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" @@ -38,7 +38,7 @@ check() { export GOPATH="${srcdir}" cd "${srcdir}/src/github.com/syncthing/${pkgname}" - go run build.go -no-upgrade test + #go run build.go -no-upgrade test } package() {
