Date: Tuesday, July 1, 2014 @ 16:59:03 Author: flexiondotorg Revision: 114367
upgpkg: syncthing 0.8.17-2 - Fixes FS#41044. Modified: syncthing/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-01 14:57:10 UTC (rev 114366) +++ PKGBUILD 2014-07-01 14:59:03 UTC (rev 114367) @@ -7,7 +7,7 @@ _pkgstamp=$(date +%s) pkgname=syncthing pkgver=0.8.17 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" license=('MIT') @@ -27,7 +27,7 @@ mkdir -p "src/github.com/calmh" mv "${pkgname}-${pkgver}" "src/github.com/calmh/${pkgname}" # Patch the build variables that require a git clone - sed -i -e "s/^version=.*/version=\"${pkgver}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" + sed -i -e "s/^version=.*/version=v\"${pkgver}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" sed -i -e "s/^date=.*/date=\"${_pkgstamp}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" }
