summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2018-05-02 13:17:56 +0100
committerAlfredo Palhares2018-05-02 13:17:56 +0100
commit9d0fccfb370779675ed7dd9b655bfc37d1e12bd4 (patch)
tree41e4e7581fa0b770f4587fb2637ce64006d51292
parentc52d52660f60156ea4ef8c8eb8bdf2d27a93ebd3 (diff)
downloadaur-9d0fccfb370779675ed7dd9b655bfc37d1e12bd4.tar.gz
Upgrade to v1.0.85
https://github.com/laurent22/joplin/releases/tag/v1.0.85
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6caf4970400a..4a1a75a3558c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
pkgbase = joplin
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
- pkgver = 1.0.83
- pkgrel = 5
+ pkgver = 1.0.85
+ pkgrel = 1
url = https://joplin.cozic.net
arch = x86_64
arch = i686
license = MIT
makedepends = git
- makedepends = nodejs
+ makedepends = nodejs-lts-carbon
makedepends = rsync
makedepends = npm
- depends = nodejs
+ depends = nodejs-lts-carbon
provides = joplin
provides = joplin-cli
source = joplin.desktop
source = joplin-desktop.sh
source = joplin.sh
- source = https://github.com/laurent22/joplin/archive/v1.0.83.zip
+ source = https://github.com/laurent22/joplin/archive/v1.0.85.zip
sha256sums = 9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d
sha256sums = 5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097
sha256sums = 5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427
- sha256sums = 55e9f2870a2f57207b9fc9bcaf9043e081c43fe4783be6249066a9a97f5ad29e
+ sha256sums = 38454cec2ecba0428b5c3214ce90ca945d8191ce5e13826933905adda88c79fa
pkgname = joplin
diff --git a/PKGBUILD b/PKGBUILD
index 6473adc1e223..b3bb96dc8010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin
-pkgver=1.0.83
-pkgrel=5
+pkgver=1.0.85
+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-lts-carbon" "rsync" "npm")
@@ -14,11 +14,11 @@ 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/v1.0.83.zip")
+ "https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
sha256sums=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d"
"5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097"
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
- "55e9f2870a2f57207b9fc9bcaf9043e081c43fe4783be6249066a9a97f5ad29e")
+ "38454cec2ecba0428b5c3214ce90ca945d8191ce5e13826933905adda88c79fa")
build() {