diff --git a/.SRCINFO b/.SRCINFO index a654e2c..f43b97e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = joplin pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. pkgver = 1.0.83 - pkgrel = 3 + pkgrel = 4 url = https://joplin.cozic.net arch = x86_64 arch = i686 @@ -9,6 +9,7 @@ pkgbase = joplin makedepends = git makedepends = nodejs makedepends = rsync + makedepends = npm depends = nodejs provides = joplin provides = joplin-cli diff --git a/PKGBUILD b/PKGBUILD index d29527a..c48d5f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=joplin pkgver=1.0.83 -pkgrel=3 +pkgrel=4 pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS." arch=("x86_64" "i686") makedepends=("git" "nodejs" "rsync" "npm")