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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Jul 27 18:14:15 UTC 2017


    Date: Thursday, July 27, 2017 @ 18:14:14
  Author: jlichtblau
Revision: 246645

upgpkg: syncthing 0.14.33-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-27 17:43:00 UTC (rev 246644)
+++ PKGBUILD	2017-07-27 18:14:14 UTC (rev 246645)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.32
+pkgver=0.14.33
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/"
@@ -15,12 +15,14 @@
 makedepends=('git' 'go' 'inetutils')
 options=('!strip')
 source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+        https://github.com/syncthing/syncthing/commit/414c58174b76adf22c783d04ace5e5caa326de2e.diff #https://github.com/syncthing/syncthing/issues/4272
         syncthing-relaysrv.sysusers
         syncthing-relaysrv.tmpfiles
         syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release Management
-sha256sums=('33fcf9ab1a8595304d5f8dbd708df12e983a17e7aea2946bbdd8f95280f95eaa'
+sha256sums=('d5157130255685302d38d9ecdf22fd4202008ff53430caa2c07455e742d57f5b'
             'SKIP'
+            '420543a38c3598626ee91afce7844189a4510688a6e410a1ca34055723a6f779'
             '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
             'f899998985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
             '7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
@@ -28,6 +30,9 @@
 prepare() {
   install -d "src/github.com/syncthing"
   mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  patch -Np1 -i "${srcdir}"/414c58174b76adf22c783d04ace5e5caa326de2e.diff
 }
 
 build() {



More information about the arch-commits mailing list