Upgrade to node 10
parent
bd43b55238
commit
6aee3fde1b
8
PKGBUILD
8
PKGBUILD
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.104
|
pkgver=1.0.104
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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-lts-carbon" "rsync" "npm" "gconf")
|
makedepends=("git" "nodejs" "rsync" "npm" "gconf")
|
||||||
depends=("nodejs-lts-carbon")
|
depends=("nodejs")
|
||||||
provides=("joplin" "joplin-cli")
|
provides=("joplin" "joplin-cli")
|
||||||
url="https://joplin.cozic.net"
|
url="https://joplin.cozic.net"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
|
@ -20,8 +20,6 @@ sha256sums=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d"
|
||||||
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
|
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
|
||||||
"73ced62b14ab5453dc500d3522b017cb14f04d9722a1455385b875feb371b669")
|
"73ced62b14ab5453dc500d3522b017cb14f04d9722a1455385b875feb371b669")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
# Install dependencies for the Tools used on another projects
|
# Install dependencies for the Tools used on another projects
|
||||||
|
|
Loading…
Reference in New Issue