Date: Tuesday, October 21, 2014 @ 14:14:24 Author: flexiondotorg Revision: 121142
Update assets. Added: syncthing/repos/community-i686/syncthing.service Modified: syncthing/repos/community-x86_64/PKGBUILD ----------------------------------+ community-i686/syncthing.service | 11 +++++++++++ community-x86_64/PKGBUILD | 5 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) Added: community-i686/syncthing.service =================================================================== --- community-i686/syncthing.service (rev 0) +++ community-i686/syncthing.service 2014-10-21 12:14:24 UTC (rev 121142) @@ -0,0 +1,11 @@ +[Unit] +Description=Syncthing service for %u +After=network.target + +[Service] +Environment=STNORESTART=yes +ExecStart=/usr/bin/syncthing +Restart=on-success + +[Install] +WantedBy=default.target Modified: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-10-21 12:09:39 UTC (rev 121141) +++ community-x86_64/PKGBUILD 2014-10-21 12:14:24 UTC (rev 121142) @@ -5,11 +5,11 @@ # Contributor: korjjj <[email protected]> pkgname=syncthing -pkgver=0.10.1 +pkgver=0.10.2 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" -license=('MIT') +license=('GPL3') arch=('i686' 'x86_64') depends=('glibc') makedepends=('git' 'go' 'godep' 'inetutils' 'sed') @@ -44,7 +44,6 @@ package() { cd "${srcdir}/src/github.com/syncthing/${pkgname}" install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md" install -D -m 644 "${srcdir}/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service" install -D -m 644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
