summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
-rw-r--r--nodejs-imapnotify-git.install2
3 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5716ab4adbd1..d6c7f9a82aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
-# Generated by mksrcinfo v8
-# Thu Sep 15 01:52:45 UTC 2016
pkgbase = nodejs-imapnotify-git
pkgdesc = Execute scripts on new messages using IDLE imap command
- pkgver = 0.2.0
- pkgrel = 4
- url = http://github.com/a-sk/node-imapnotify
+ pkgver = r39.f886715
+ pkgrel = 1
+ url = https://github.com/titibandit/node-imapnotify
install = nodejs-imapnotify-git.install
arch = any
license = MIT
makedepends = npm
depends = nodejs
conflicts = nodejs-imapnotify
- source = nodejs-imapnotify-git::git://github.com/a-sk/node-imapnotify.git
+ source = nodejs-imapnotify-git::git+https://github.com/titibandit/node-imapnotify
source = imapnotify@.service
sha256sums = SKIP
sha256sums = e101ef974e5c342f7a69177fb5ae1c341b4c39c911993eaa97a0917bddc5cc11
pkgname = nodejs-imapnotify-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 22fb5f292935..2252e3c391b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_npmname=imapnotify
pkgname=nodejs-imapnotify-git
-pkgver=r30.a37456c
+pkgver=r39.f886715
pkgrel=1
pkgdesc='Execute scripts on new messages using IDLE imap command'
arch=(any)
-url='http://github.com/a-sk/node-imapnotify'
+url="https://github.com/titibandit/node-imapnotify"
license=('MIT')
depends=('nodejs')
optdepends=()
makedepends=('npm')
install=$pkgname.install
conflicts=('nodejs-imapnotify')
-source=($pkgname::git://github.com/a-sk/node-imapnotify.git
+source=($pkgname::git+https://github.com/titibandit/node-imapnotify
imapnotify@.service)
sha256sums=('SKIP'
'e101ef974e5c342f7a69177fb5ae1c341b4c39c911993eaa97a0917bddc5cc11')
diff --git a/nodejs-imapnotify-git.install b/nodejs-imapnotify-git.install
index 2a32afa20dc7..f71777c4415b 100644
--- a/nodejs-imapnotify-git.install
+++ b/nodejs-imapnotify-git.install
@@ -13,7 +13,7 @@ BLUE="${BOLD}$(tput setaf 4)"
YELLOW="${BOLD}$(tput setaf 3)"
post_install() {
- note "To use with systemd, place a config file in ~/.config/imapnotify/<config>.json and use systemctl --user enable imapnotify@<config>"
+ note "To use with systemd, place a config file in ~/.config/imapnotify/<config>.json and use systemctl --user enable imapnotify@<config>.json"
}
post_upgrade() {