summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2019-01-14 14:11:09 +0000
committerAlfredo Palhares2019-01-14 14:11:09 +0000
commit38bdd094d911bdc693a367d4576de79fd96b4932 (patch)
tree8c1a4cc8aaa130753462ca9fabdc2a5d0cfc7590
parent3ce4fe2d504e9737f79dad0e5b312f51666cbd6c (diff)
downloadaur-38bdd094d911bdc693a367d4576de79fd96b4932.tar.gz
Use node 11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--joplin.desktop2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370bb7c98f22..1b0e73357fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = joplin
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
pkgver = 1.0.120
- pkgrel = 1
+ pkgrel = 2
url = https://joplin.cozic.net
arch = x86_64
arch = i686
license = MIT
makedepends = git
- makedepends = nodejs-lts-carbon
+ makedepends = nodejs
makedepends = rsync
makedepends = npm
depends = nodejs
@@ -18,7 +18,7 @@ pkgbase = joplin
source = joplin-desktop.sh
source = joplin.sh
source = https://github.com/laurent22/joplin/archive/v1.0.120.zip
- sha256sums = fddf85e5b75056ddda434a258f00adb1095b4baeebe4c8ce6fea03e013a89113
+ sha256sums = c1e1775261dc5422a6ad2e1fa2fb1465018f03d3f4ec0978e8b8eab4743c87a9
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = a0078aac4882a46e8571ad4b126678f2a237de6e8101c0ad361bb9dc9809f7fd
diff --git a/PKGBUILD b/PKGBUILD
index 3736217d2f7c..a4319d4eb79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=joplin
pkgver=1.0.120
-pkgrel=1
+pkgrel=2
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-lts-carbon" "rsync" "npm")
+makedepends=("git" "nodejs" "rsync" "npm")
depends=("nodejs" "gconf")
provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net"
license=("MIT")
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
-sha256sums=('fddf85e5b75056ddda434a258f00adb1095b4baeebe4c8ce6fea03e013a89113'
+sha256sums=('c1e1775261dc5422a6ad2e1fa2fb1465018f03d3f4ec0978e8b8eab4743c87a9'
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
'a0078aac4882a46e8571ad4b126678f2a237de6e8101c0ad361bb9dc9809f7fd')
diff --git a/joplin.desktop b/joplin.desktop
index e72a3bb2c71d..364df53c6cea 100644
--- a/joplin.desktop
+++ b/joplin.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Version=1.0.119
+Version=1.0.120
Name=Joplin
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
Exec=/usr/bin/joplin-desktop