Adding npm to makedepends
This commit is contained in:
parent
be52446790
commit
21eff61e7d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgver=1.0.83
|
||||||
pkgrel=3
|
pkgrel=3
|
||||||
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
||||||
arch=("x86_64" "i686")
|
arch=("x86_64" "i686")
|
||||||
makedepends=("git" "nodejs" "rsync")
|
makedepends=("git" "nodejs" "rsync" "npm")
|
||||||
depends=("nodejs")
|
depends=("nodejs")
|
||||||
provides=("joplin" "joplin-cli")
|
provides=("joplin" "joplin-cli")
|
||||||
url="https://joplin.cozic.net"
|
url="https://joplin.cozic.net"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue