[arch-commits] Commit in (syncthing-inotify)

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 20:03:50
  Author: jlichtblau
Revision: 290366

As of version v0.14.40, the functionality of syncthing-inotify is integrated in 
Syncthing and can be enabled in the advanced configuration menu for individual 
folders.

Deleted:
  syncthing-inotify/


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

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:44:38
  Author: bpiotrowski
Revision: 267496

0.8.7-2: go-pie rebuild

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 19:44:35 UTC (rev 267495)
+++ PKGBUILD2017-11-19 19:44:38 UTC (rev 267496)
@@ -5,13 +5,13 @@
 
 pkgname=syncthing-inotify
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Inotify file watcher for Syncthing"
 arch=('x86_64')
 url="https://github.com/syncthing/syncthing-inotify";
 license=('MPL')
 depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
+makedepends=('git' 'go-pie' 'godep')
 
source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in syncthing-inotify/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-19 Thread Bartłomiej Piotrowski
Date: Sunday, November 19, 2017 @ 19:44:44
  Author: bpiotrowski
Revision: 267497

archrelease: copy trunk to community-x86_64

Added:
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 267496, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-19 19:44:38 UTC (rev 267496)
+++ PKGBUILD2017-11-19 19:44:44 UTC (rev 267497)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.7
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-x86_64/PKGBUILD (from rev 267496, 
syncthing-inotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-19 19:44:44 UTC (rev 267497)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.7
+pkgrel=2
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('x86_64')
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go-pie' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:56:39
  Author: jlichtblau
Revision: 240760

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 240759, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 240759, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-24 12:54:11 UTC (rev 240759)
+++ community-i686/PKGBUILD 2017-06-24 12:56:39 UTC (rev 240760)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 240759, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-24 12:56:39 UTC (rev 240760)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('i686' 'x86_64')
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-24 12:54:11 UTC (rev 240759)
+++ community-x86_64/PKGBUILD   2017-06-24 12:56:39 UTC (rev 240760)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'gode

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

2017-06-24 Thread Jaroslav Lichtblau
Date: Saturday, June 24, 2017 @ 12:54:11
  Author: jlichtblau
Revision: 240759

upgpkg: syncthing-inotify 0.8.7-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-24 12:45:51 UTC (rev 240758)
+++ PKGBUILD2017-06-24 12:54:11 UTC (rev 240759)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8.5
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 arch=('i686' 'x86_64')


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2017-02-11 Thread Jaroslav Lichtblau
Date: Saturday, February 11, 2017 @ 14:24:13
  Author: jlichtblau
Revision: 211856

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 211855, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 211855, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 14:24:02 UTC (rev 211855)
+++ community-i686/PKGBUILD 2017-02-11 14:24:13 UTC (rev 211856)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 211855, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 14:24:13 UTC (rev 211856)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('i686' 'x86_64')
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-11 14:24:02 UTC (rev 211855)
+++ community-x86_64/PKGBUILD   2017-02-11 14:24:13 UTC (rev 211856)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-arch=('i686' 'x86_64')
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' '

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

2017-02-11 Thread Jaroslav Lichtblau
Date: Saturday, February 11, 2017 @ 14:24:02
  Author: jlichtblau
Revision: 211855

upgpkg: syncthing-inotify 0.8.5-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 12:26:30 UTC (rev 211854)
+++ PKGBUILD2017-02-11 14:24:02 UTC (rev 211855)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 arch=('i686' 'x86_64')


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2016-10-18 Thread Jaroslav Lichtblau
Date: Tuesday, October 18, 2016 @ 15:59:40
  Author: jlichtblau
Revision: 192531

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 192530, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 192530, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   43 -
 community-x86_64/PKGBUILD |   43 -
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-18 15:59:23 UTC (rev 192530)
+++ community-i686/PKGBUILD 2016-10-18 15:59:40 UTC (rev 192531)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 192530, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-18 15:59:40 UTC (rev 192531)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+arch=('i686' 'x86_64')
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-18 15:59:23 UTC (rev 192530)
+++ community-x86_64/PKGBUILD   2016-10-18 15:59:40 UTC (rev 192531)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthi

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

2016-10-18 Thread Jaroslav Lichtblau
Date: Tuesday, October 18, 2016 @ 15:59:23
  Author: jlichtblau
Revision: 192530

upgpkg: syncthing-inotify 0.8.4-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-18 15:45:47 UTC (rev 192529)
+++ PKGBUILD2016-10-18 15:59:23 UTC (rev 192530)
@@ -1,14 +1,15 @@
 # $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Timothy Redaelli 
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
+arch=('i686' 'x86_64')
 url="https://github.com/syncthing/syncthing-inotify";
 license=('MPL')
-arch=('i686' 'x86_64')
 depends=('syncthing>=0.13')
 makedepends=('git' 'go' 'godep')
 
source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)


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

2016-07-19 Thread Bartłomiej Piotrowski
Date: Wednesday, July 20, 2016 @ 05:15:33
  Author: bpiotrowski
Revision: 183437

upgpkg: syncthing-inotify 0.8.3-1

new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-20 05:14:10 UTC (rev 183436)
+++ PKGBUILD2016-07-20 05:15:33 UTC (rev 183437)
@@ -3,7 +3,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify";


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2016-07-19 Thread Bartłomiej Piotrowski
Date: Wednesday, July 20, 2016 @ 05:15:37
  Author: bpiotrowski
Revision: 183438

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  syncthing-inotify/repos/community-testing-i686/
  syncthing-inotify/repos/community-testing-i686/PKGBUILD
(from rev 183437, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-testing-x86_64/
  syncthing-inotify/repos/community-testing-x86_64/PKGBUILD
(from rev 183437, syncthing-inotify/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: syncthing-inotify/repos/community-testing-i686/PKGBUILD (from rev 
183437, syncthing-inotify/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-20 05:15:37 UTC (rev 183438)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: syncthing-inotify/repos/community-testing-x86_64/PKGBUILD (from rev 
183437, syncthing-inotify/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-07-20 05:15:37 UTC (rev 183438)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:46:29
  Author: jlichtblau
Revision: 180294

upgpkg: syncthing-inotify 0.8.2-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-15 18:03:36 UTC (rev 180293)
+++ PKGBUILD2016-06-15 18:46:29 UTC (rev 180294)
@@ -3,7 +3,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.8
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify";


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2016-06-15 Thread Jaroslav Lichtblau
Date: Wednesday, June 15, 2016 @ 18:46:47
  Author: jlichtblau
Revision: 180295

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 180294, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 180294, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-15 18:46:29 UTC (rev 180294)
+++ community-i686/PKGBUILD 2016-06-15 18:46:47 UTC (rev 180295)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-#go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 180294, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-15 18:46:47 UTC (rev 180295)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-15 18:46:29 UTC (rev 180294)
+++ community-x86_64/PKGBUILD   2016-06-15 18:46:47 UTC (rev 180295)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.8
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing>=0.13')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha25

[arch-commits] Commit in syncthing-inotify/repos (4 files)

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:52:52
  Author: jlichtblau
Revision: 175573

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  syncthing-inotify/repos/community-staging-i686/
  syncthing-inotify/repos/community-staging-i686/PKGBUILD
(from rev 175572, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-staging-x86_64/
  syncthing-inotify/repos/community-staging-x86_64/PKGBUILD
(from rev 175572, syncthing-inotify/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: syncthing-inotify/repos/community-staging-i686/PKGBUILD (from rev 
175572, syncthing-inotify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-17 19:52:52 UTC (rev 175573)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: syncthing-inotify/repos/community-staging-x86_64/PKGBUILD (from rev 
175572, syncthing-inotify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-17 19:52:52 UTC (rev 175573)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.8
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing>=0.13')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+#go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2016-05-17 Thread Jaroslav Lichtblau
Date: Tuesday, May 17, 2016 @ 21:52:27
  Author: jlichtblau
Revision: 175572

upgpkg: syncthing-inotify 0.8-1 - new upstream release

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 19:34:05 UTC (rev 175571)
+++ PKGBUILD2016-05-17 19:52:27 UTC (rev 175572)
@@ -1,15 +1,15 @@
-# $Id:$
+# $Id: PKGBUILD 175562 2016-05-17 18:55:05Z jlichtblau $
 # Maintainer: Timothy Redaelli 
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.6.8
+pkgver=0.8
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify";
 license=('MPL')
 arch=('i686' 'x86_64')
-depends=('syncthing')
+depends=('syncthing>=0.13')
 makedepends=('git' 'go' 'godep')
 
source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
 sha256sums=('SKIP')
@@ -30,7 +30,7 @@
 check() {
 export GOPATH="${srcdir}"
 cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go test
+#go test
 }
 
 package() {


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

2016-01-25 Thread Timothy Redaelli
Date: Monday, January 25, 2016 @ 14:22:50
  Author: tredaelli
Revision: 158876

upgpkg: syncthing-inotify 0.6.8-1

Modified:
  syncthing-inotify/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-25 12:31:35 UTC (rev 158875)
+++ PKGBUILD2016-01-25 13:22:50 UTC (rev 158876)
@@ -3,7 +3,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=syncthing-inotify
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="Inotify file watcher for Syncthing"
 url="https://github.com/syncthing/syncthing-inotify";


[arch-commits] Commit in syncthing-inotify/repos (4 files)

2016-01-25 Thread Timothy Redaelli
Date: Monday, January 25, 2016 @ 14:23:02
  Author: tredaelli
Revision: 158877

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 158876, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 158876, syncthing-inotify/trunk/PKGBUILD)
Deleted:
  syncthing-inotify/repos/community-i686/PKGBUILD
  syncthing-inotify/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-25 13:22:50 UTC (rev 158876)
+++ community-i686/PKGBUILD 2016-01-25 13:23:02 UTC (rev 158877)
@@ -1,43 +0,0 @@
-# $Id:$
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go get
-go build
-}
-
-check() {
-export GOPATH="${srcdir}"
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-go test
-}
-
-package() {
-cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
-install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 158876, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-25 13:23:02 UTC (rev 158877)
@@ -0,0 +1,43 @@
+# $Id:$
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-25 13:22:50 UTC (rev 158876)
+++ community-x86_64/PKGBUILD   2016-01-25 13:23:02 UTC (rev 158877)
@@ -1,43 +0,0 @@
-# $Id:$
-# Maintainer: Timothy Redaelli 
-# Contributor: Stefan Tatschner 
-
-pkgname=syncthing-inotify
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="Inotify file watcher for Syncthing"
-url="https://github.com/syncthing/syncthing-inotify";
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('syncthing')
-makedepends=('git' 'go' 'godep')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-cd "${srcdir}"
-mkdir -p "src/github.com/syncthing"
-mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-

[arch-commits] Commit in syncthing-inotify/repos (4 files)

2015-08-16 Thread Timothy Redaelli
Date: Sunday, August 16, 2015 @ 13:19:18
  Author: tredaelli
Revision: 138406

archrelease: copy trunk to community-i686, community-x86_64

Added:
  syncthing-inotify/repos/community-i686/
  syncthing-inotify/repos/community-i686/PKGBUILD
(from rev 138405, syncthing-inotify/trunk/PKGBUILD)
  syncthing-inotify/repos/community-x86_64/
  syncthing-inotify/repos/community-x86_64/PKGBUILD
(from rev 138405, syncthing-inotify/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   43 +++
 community-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: syncthing-inotify/repos/community-i686/PKGBUILD (from rev 138405, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-16 11:19:18 UTC (rev 138406)
@@ -0,0 +1,43 @@
+# $Id:$
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: syncthing-inotify/repos/community-x86_64/PKGBUILD (from rev 138405, 
syncthing-inotify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-16 11:19:18 UTC (rev 138406)
@@ -0,0 +1,43 @@
+# $Id:$
+# Maintainer: Timothy Redaelli 
+# Contributor: Stefan Tatschner 
+
+pkgname=syncthing-inotify
+pkgver=0.6.7
+pkgrel=1
+pkgdesc="Inotify file watcher for Syncthing"
+url="https://github.com/syncthing/syncthing-inotify";
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('syncthing')
+makedepends=('git' 'go' 'godep')
+source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing-inotify.git#tag=v${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+cd "${srcdir}"
+mkdir -p "src/github.com/syncthing"
+mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go get
+go build
+}
+
+check() {
+export GOPATH="${srcdir}"
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+go test
+}
+
+package() {
+cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 "etc/linux-systemd/user/syncthing-inotify.service" 
"${pkgdir}/usr/lib/systemd/user/syncthing-inotify.service"
+install -Dm644 "etc/linux-systemd/system/syncthing-inotify@.service" 
"${pkgdir}/usr/lib/systemd/system/syncthing-inotify@.service"
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}