summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--imapnotify@.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da2bdfbc70c..1b1ef575b9d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-imapnotify-git
pkgdesc = Execute scripts on new messages using IDLE imap command
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/a-sk/node-imapnotify
install = nodejs-imapnotify-git.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = nodejs-imapnotify-git
source = nodejs-imapnotify-git::git://github.com/a-sk/node-imapnotify.git
source = imapnotify@.service
sha256sums = SKIP
- sha256sums = 5644bd4ba49df06c5f0aa529e89bc16bbc696691f7f03cc5f11add7c2f5869b8
+ sha256sums = e101ef974e5c342f7a69177fb5ae1c341b4c39c911993eaa97a0917bddc5cc11
pkgname = nodejs-imapnotify-git
diff --git a/PKGBUILD b/PKGBUILD
index 90543487986e..8253fb05fbbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=imapnotify
pkgname=nodejs-imapnotify-git
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Execute scripts on new messages using IDLE imap command'
arch=(any)
url='http://github.com/a-sk/node-imapnotify'
@@ -16,7 +16,7 @@ conflicts=('nodejs-imapnotify')
source=($pkgname::git://github.com/a-sk/node-imapnotify.git
imapnotify@.service)
sha256sums=('SKIP'
- '5644bd4ba49df06c5f0aa529e89bc16bbc696691f7f03cc5f11add7c2f5869b8')
+ 'e101ef974e5c342f7a69177fb5ae1c341b4c39c911993eaa97a0917bddc5cc11')
package() {
cd $srcdir
diff --git a/imapnotify@.service b/imapnotify@.service
index 621815a2d7e0..07c868a47924 100644
--- a/imapnotify@.service
+++ b/imapnotify@.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/imapnotify -c ~/.config/imapnotify/%I.json
+ExecStart=/usr/bin/imapnotify -c %h/.config/imapnotify/%I
Restart=on-failure
RestartSec=20