update to 1.0.140
parent
153db13cea
commit
02367c9c97
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = joplin
|
pkgbase = joplin
|
||||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||||
pkgver = 1.0.138
|
pkgver = 1.0.140
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -18,10 +18,10 @@ pkgbase = joplin
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin.sh
|
source = joplin.sh
|
||||||
source = https://github.com/laurent22/joplin/archive/v1.0.135.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.135.zip
|
||||||
sha256sums = dd7f5d8b4ee32f4b2c3acf61e0d5a9187512d325dc4d214a5ce9c7dffa121582
|
sha256sums = 4b83ecf2bda552d3eae3ae0933b44b631eaf8da613a2b63b18f7b39194500e72
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 6b40c84afbb2e8e5922ba8a7d7c1bfd35c86a6bff1b10424e0ce4c3129687be0
|
sha256sums = afae67b9a705df04c547b82ed595f0077ba7eb192d1eaeedb8d7b8894adbacc2
|
||||||
|
|
||||||
pkgname = joplin
|
pkgname = joplin
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# https://github.com/masterkorp/joplin-pkgbuild
|
# https://github.com/masterkorp/joplin-pkgbuild
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.138
|
pkgver=1.0.140
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
||||||
arch=("x86_64" "i686")
|
arch=("x86_64" "i686")
|
||||||
|
@ -15,10 +15,10 @@ url="https://joplin.cozic.net"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
||||||
sha256sums=('dd7f5d8b4ee32f4b2c3acf61e0d5a9187512d325dc4d214a5ce9c7dffa121582'
|
sha256sums=('4b83ecf2bda552d3eae3ae0933b44b631eaf8da613a2b63b18f7b39194500e72'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'6b40c84afbb2e8e5922ba8a7d7c1bfd35c86a6bff1b10424e0ce4c3129687be0')
|
'afae67b9a705df04c547b82ed595f0077ba7eb192d1eaeedb8d7b8894adbacc2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0.138
|
Version=1.0.140
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue