diff --git a/.SRCINFO b/.SRCINFO index 7e8a6fa..1b8c78d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = joplin pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. - pkgver = 1.0.159 + pkgver = 1.0.160 pkgrel = 1 url = https://joplin.cozic.net arch = x86_64 @@ -10,6 +10,7 @@ pkgbase = joplin makedepends = nodejs makedepends = rsync makedepends = npm + makedepends = python depends = nodejs depends = gconf provides = joplin @@ -17,11 +18,11 @@ pkgbase = joplin source = joplin.desktop source = joplin-desktop.sh source = joplin.sh - source = https://github.com/laurent22/joplin/archive/v1.0.159.zip - sha256sums = 62c7c2254288ae9374092d02e3791b7b23e00cddd44703a095c747e6195e4227 + source = https://github.com/laurent22/joplin/archive/v1.0.160.zip + sha256sums = 3db6155b4add5f54c770dfefb06abb55a19c276eba8ae54c5d671d344f41b23f sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 - sha256sums = fe8f7b0636f96a97a2e2d90923e1732f6ffd51b4d109c62a6efd9deb255afb28 + sha256sums = a177fd39d652ccaee504205401668a90970a4265d11386acd2c43973ac759337 pkgname = joplin diff --git a/PKGBUILD b/PKGBUILD index 8ff44cb..0ed2f05 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,21 +4,21 @@ # https://github.com/masterkorp/joplin-pkgbuild pkgname=joplin -pkgver=1.0.159 +pkgver=1.0.160 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") +makedepends=("git" "nodejs" "rsync" "npm" "python") 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=('62c7c2254288ae9374092d02e3791b7b23e00cddd44703a095c747e6195e4227' +sha256sums=('3db6155b4add5f54c770dfefb06abb55a19c276eba8ae54c5d671d344f41b23f' '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d' '5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276' - 'fe8f7b0636f96a97a2e2d90923e1732f6ffd51b4d109c62a6efd9deb255afb28') + 'a177fd39d652ccaee504205401668a90970a4265d11386acd2c43973ac759337') build() { diff --git a/joplin.desktop b/joplin.desktop index 4d0d88d..c0bdba9 100644 --- a/joplin.desktop +++ b/joplin.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.0.159 +Version=1.0.160 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