Release 1.0.216

main
Alfredo Palhares 2020-06-02 10:55:16 +01:00
parent b665f4d782
commit c74d17ce16
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = joplin pkgbase = joplin
pkgdesc = A note taking and to-do application with synchronization capabilities pkgdesc = A note taking and to-do application with synchronization capabilities
pkgver = 1.0.201 pkgver = 1.0.216
pkgrel = 1 pkgrel = 1
url = https://joplinapp.org/ url = https://joplinapp.org/
arch = x86_64 arch = x86_64
@ -23,11 +23,11 @@ pkgbase = joplin
source = joplin.desktop source = joplin.desktop
source = joplin-desktop.sh source = joplin-desktop.sh
source = joplin.sh source = joplin.sh
source = joplin-1.0.201.tar.gz::https://github.com/laurent22/joplin/archive/v1.0.201.tar.gz source = joplin-1.0.216.tar.gz::https://github.com/laurent22/joplin/archive/v1.0.216.tar.gz
sha256sums = f981b7777393c33784d39ec7fca2c83ee429c542d462f2b421b73f7ba6ca7702 sha256sums = f915b42c3c35b22fc9bd1525953be2363319edfa2e95288f87edfb2833ec45f1
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = 85dac14984fbeb5a9c7c4e49db90a5a87b970f8c4cb5e1f3805751c6c1268925 sha256sums = 80a29192ee7f051c051b728f159d4f782ce3750308ee03f3e1370b57a69a48a5
pkgname = joplin pkgname = joplin

View File

@ -5,7 +5,7 @@
# https://github.com/masterkorp/joplin-pkgbuild # https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin pkgname=joplin
pkgver=1.0.201 pkgver=1.0.216
pkgrel=1 pkgrel=1
pkgdesc="A note taking and to-do application with synchronization capabilities" pkgdesc="A note taking and to-do application with synchronization capabilities"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
@ -17,10 +17,10 @@ url="https://joplinapp.org/"
license=('MIT') license=('MIT')
source=("${pkgname}.desktop" "${pkgname}-desktop.sh" "${pkgname}.sh" source=("${pkgname}.desktop" "${pkgname}-desktop.sh" "${pkgname}.sh"
"${pkgname}-${pkgver}.tar.gz::https://github.com/laurent22/joplin/archive/v${pkgver}.tar.gz") "${pkgname}-${pkgver}.tar.gz::https://github.com/laurent22/joplin/archive/v${pkgver}.tar.gz")
sha256sums=('f981b7777393c33784d39ec7fca2c83ee429c542d462f2b421b73f7ba6ca7702' sha256sums=('f915b42c3c35b22fc9bd1525953be2363319edfa2e95288f87edfb2833ec45f1'
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d' '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276' '5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
'85dac14984fbeb5a9c7c4e49db90a5a87b970f8c4cb5e1f3805751c6c1268925') '80a29192ee7f051c051b728f159d4f782ce3750308ee03f3e1370b57a69a48a5')
build() { build() {
# Remove husky (git hooks) from dependencies # Remove husky (git hooks) from dependencies

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Version=1.0.201 Version=1.0.216
Name=Joplin Name=Joplin
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
Exec=/usr/bin/joplin-desktop Exec=/usr/bin/joplin-desktop