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

Martin Wimpress flexiondotorg at archlinux.org
Thu Aug 7 16:45:23 UTC 2014


    Date: Thursday, August 7, 2014 @ 18:45:23
  Author: flexiondotorg
Revision: 116992

upgpkg: syncthing 0.9.1-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-07 15:15:42 UTC (rev 116991)
+++ PKGBUILD	2014-08-07 16:45:23 UTC (rev 116992)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/"
@@ -17,7 +17,7 @@
 source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz"
         "syncthing at .service"
         "syncthing.1")
-sha1sums=('14e510dcc146f29230cc6c3545c9f83db0e82d81'
+sha1sums=('175f99f421e6db3d7ec494716905bd39f0c581cc'
           '204cad3823306c793a14a17a23220e26199160d4'
           '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install
@@ -37,11 +37,11 @@
     ./build.sh "" -tags noupgrade
 }
 
-#check() {
-#    export GOPATH="${srcdir}"
-#    cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#    ./build.sh test
-#}
+check() {
+    export GOPATH="${srcdir}"
+    cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+    ./build.sh test
+}
 
 package() {
     cd "${srcdir}/src/github.com/syncthing/${pkgname}"




More information about the arch-commits mailing list