edit dependancies
parent
4c836bbbb1
commit
29f6639117
4
.SRCINFO
4
.SRCINFO
|
@ -7,10 +7,10 @@ pkgbase = joplin
|
|||
arch = i686
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = nodejs
|
||||
makedepends = nodejs-lts-carbon
|
||||
makedepends = rsync
|
||||
makedepends = npm
|
||||
makedepends = gconf
|
||||
depends = gconf
|
||||
depends = nodejs
|
||||
provides = joplin
|
||||
provides = joplin-cli
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -8,8 +8,8 @@ pkgver=1.0.117
|
|||
pkgrel=1
|
||||
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" "gconf")
|
||||
depends=("nodejs")
|
||||
makedepends=("git" "nodejs-lts-carbon" "rsync" "npm")
|
||||
depends=("nodejs" "gconf")
|
||||
provides=("joplin" "joplin-cli")
|
||||
url="https://joplin.cozic.net"
|
||||
license=("MIT")
|
||||
|
|
Loading…
Reference in New Issue