summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2023-05-09 22:50:59 +0100
committerAlfredo Palhares2023-05-09 22:50:59 +0100
commit2fa96720ed05e3ddcb60cd2ba38c0c1897a68132 (patch)
treef710ef7f1be8ecce2ce0e9bab80f1ad812a223a1
parent026653628f7fed4aa9efe7a53d5db3e38608ef92 (diff)
downloadaur-2fa96720ed05e3ddcb60cd2ba38c0c1897a68132.tar.gz
upgpkg: joplin 2.10.18-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff47dab5ca2c..34246e26294a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joplin
- pkgver = 2.9.17
- pkgrel = 2
+ pkgver = 2.10.18
+ pkgrel = 1
url = https://joplinapp.org/
install = joplin.install
arch = x86_64
@@ -34,11 +34,11 @@ pkgbase = joplin
source = joplin.desktop
source = joplin-desktop.sh
source = joplin.sh
- source = joplin-2.9.17.tar.gz::https://github.com/laurent22/joplin/archive/v2.9.17.tar.gz
+ source = joplin-2.10.18.tar.gz::https://github.com/laurent22/joplin/archive/v2.10.18.tar.gz
sha256sums = c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2
sha256sums = a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8
sha256sums = 16aed6c4881efcef3fd86f7c07afb4c743e24d9da342438a8167346a015629e0
- sha256sums = 5a1d205bd52b86182b281f7c83b8a7b463941f5043729b4408490b249dfa0af8
+ sha256sums = d3f0d39596110926a7e557bd06783f5b4d24fff25ef2f14ee51afffaa4984a96
pkgname = joplin
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
diff --git a/PKGBUILD b/PKGBUILD
index 4cabebda0489..8f789a43042c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
pkgbase="joplin"
pkgname=('joplin' 'joplin-desktop')
-pkgver=2.9.17
+pkgver=2.10.18
groups=('joplin')
-pkgrel=2
+pkgrel=1
install="joplin.install"
depends=('electron' 'gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs>=17.3'
'nss' 'orc' 'rsync' 'libvips')
@@ -24,7 +24,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
'16aed6c4881efcef3fd86f7c07afb4c743e24d9da342438a8167346a015629e0'
- '5a1d205bd52b86182b281f7c83b8a7b463941f5043729b4408490b249dfa0af8')
+ 'd3f0d39596110926a7e557bd06783f5b4d24fff25ef2f14ee51afffaa4984a96')
# local npm cache directory
_yarn_cache="yarn-cache"