summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2021-01-18 15:00:10 +0000
committerAlfredo Palhares2021-01-18 15:00:10 +0000
commit92fe00355fb2279335780c788a2d15c31018ce19 (patch)
tree718ea585aaad254f1fb45d230b5991352680e643
parentede90c39f33c750d62d3f9114a43f3dbd83d2f11 (diff)
downloadaur-92fe00355fb2279335780c788a2d15c31018ce19.tar.gz
upgpkg: joplin 1.6.7-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaed0eb7893f..431abfb57101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = joplin
- pkgver = 1.5.14
+ pkgver = 1.6.7
pkgrel = 1
url = https://joplinapp.org/
install = joplin.install
@@ -12,6 +12,7 @@ pkgbase = joplin
makedepends = python
makedepends = rsync
makedepends = jq
+ makedepends = electron
depends = electron
depends = gtk3
depends = libexif
@@ -27,11 +28,11 @@ pkgbase = joplin
source = joplin.desktop
source = joplin-desktop.sh
source = joplin.sh
- source = joplin-1.5.14.tar.gz::https://github.com/laurent22/joplin/archive/v1.5.14.tar.gz
+ source = joplin-1.6.7.tar.gz::https://github.com/laurent22/joplin/archive/v1.6.7.tar.gz
sha256sums = c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2
sha256sums = a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8
sha256sums = dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5
- sha256sums = b4d7bbde4ad00447bfc34d586c68d1064f2a48f117c30a914d89a2814b549137
+ sha256sums = be8cb76bb2b2bdf0ad14078195bb61513a8ea30970d61860ea537db88395dadf
pkgname = joplin
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
diff --git a/PKGBUILD b/PKGBUILD
index afcc6de81a5a..e96c504f809d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase="joplin"
pkgname=('joplin' 'joplin-desktop')
-pkgver=1.5.14
+pkgver=1.6.7
groups=('joplin')
pkgrel=1
install="joplin.install"
@@ -15,7 +15,7 @@ depends=('electron' 'gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss'
'nss' 'orc' 'rsync' )
optdepends=('libappindicator-gtk3: for tray icon')
arch=('x86_64' 'i686')
-makedepends=('git' 'npm' 'python' 'rsync' 'jq')
+makedepends=('git' 'npm' 'python' 'rsync' 'jq' 'electron')
url="https://joplinapp.org/"
license=('MIT')
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
@@ -23,7 +23,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
'dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5'
- 'b4d7bbde4ad00447bfc34d586c68d1064f2a48f117c30a914d89a2814b549137')
+ 'be8cb76bb2b2bdf0ad14078195bb61513a8ea30970d61860ea537db88395dadf')
# local npm cache directory
_npm_cache="npm-cache"