[arch-commits] Commit in syncthing/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jul 29 16:43:16 UTC 2018


    Date: Sunday, July 29, 2018 @ 16:43:15
  Author: jlichtblau
Revision: 364858

upgpkg: syncthing 0.14.49-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-29 16:39:52 UTC (rev 364857)
+++ PKGBUILD	2018-07-29 16:43:15 UTC (rev 364858)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.48
+pkgver=0.14.49
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/"
@@ -19,7 +19,7 @@
         syncthing-relaysrv.tmpfiles
         syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management
-sha256sums=('b4922518b012aa9bc46b39404a71ca00e5bcc2f0e0ad21a27a841a4965a9b32f'
+sha256sums=('520ff7d23e37bf01ea23ea57b5b22688de9f34d6f9aba3b61f1c3f1e8bfcbf1a'
             'SKIP'
             '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
             'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
@@ -37,13 +37,13 @@
   go run build.go -no-upgrade -version v${pkgver} build strelaysrv
 }
 
-# check() {
-#   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-#   cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-#   if [ "${CARCH}" == "x86_64" ] ; then
-#     go run build.go -no-upgrade test
-#   fi
-# }
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+    go run build.go -no-upgrade test
+  fi
+}
 
 package_syncthing() {
   pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"



More information about the arch-commits mailing list