Update to 1.0.201

main
Alfredo Palhares 2020-04-16 17:20:37 +01:00
parent 21f67de90a
commit b665f4d782
3 changed files with 8 additions and 9 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.200 pkgver = 1.0.201
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.200.tar.gz::https://github.com/laurent22/joplin/archive/v1.0.200.tar.gz source = joplin-1.0.201.tar.gz::https://github.com/laurent22/joplin/archive/v1.0.201.tar.gz
sha256sums = 0f9030c3fdc4c500b7a7db3dd572ed7466a27865b3e427d20777c460be1e21f2 sha256sums = f981b7777393c33784d39ec7fca2c83ee429c542d462f2b421b73f7ba6ca7702
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = 11c3c0f92573ddb5c8b37524d84dee328cae0ca9272ad85af1fe98a5e7ecd0a0 sha256sums = 85dac14984fbeb5a9c7c4e49db90a5a87b970f8c4cb5e1f3805751c6c1268925
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.200 pkgver=1.0.201
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,11 +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=('0f9030c3fdc4c500b7a7db3dd572ed7466a27865b3e427d20777c460be1e21f2' sha256sums=('f981b7777393c33784d39ec7fca2c83ee429c542d462f2b421b73f7ba6ca7702'
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d' '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276' '5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
'11c3c0f92573ddb5c8b37524d84dee328cae0ca9272ad85af1fe98a5e7ecd0a0') '85dac14984fbeb5a9c7c4e49db90a5a87b970f8c4cb5e1f3805751c6c1268925')
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.200 Version=1.0.201
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