Adding npm to makedepends
parent
be52446790
commit
21eff61e7d
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…
Reference in New Issue