summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Hague2022-09-01 23:06:53 +0200
committerMatthew Hague2022-09-01 23:06:53 +0200
commitec241f94ac29b81dca0415e440cff55bdf89b53d (patch)
treeecd917f954205b930db33f89550810aa48c623d2 /PKGBUILD
parent82de5d271c9726930221036baf1cbff0a0cdb46c (diff)
downloadaur-nodejs-imapnotify.tar.gz
Update source to use https
Ssh download no longer works. Report/fix by Midov.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f941c09b3bd..7cccd06d92be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/titibandit/node-imapnotify"
license=(MIT)
depends=('nodejs')
-source=($pkgname::git://github.com/titibandit/node-imapnotify
+source=($pkgname::git+https://github.com/titibandit/node-imapnotify
imapnotify@.service)
optdepends=()
makedepends=('npm')