Update to 1.0.134
parent
978f6d84c9
commit
10d3a346a3
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.133
|
pkgver = 1.0.134
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -17,11 +17,11 @@ pkgbase = joplin
|
||||||
source = joplin.desktop
|
source = joplin.desktop
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin.sh
|
source = joplin.sh
|
||||||
source = https://github.com/laurent22/joplin/archive/v1.0.133.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.134.zip
|
||||||
sha256sums = 8b51799b01938e771e202ca2127724bec25a9264541d4bb8c94364e40db5ced9
|
sha256sums = 8b51799b01938e771e202ca2127724bec25a9264541d4bb8c94364e40db5ced9
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 7b9055a895d7e631c46f91f45e62e4975fefffa683ce13a46fb395b191192644
|
sha256sums = 82e6a8c41630c559a9e861f5fad9e6bd48b8c0b9891226dcb1b0df7468bd1993
|
||||||
|
|
||||||
pkgname = joplin
|
pkgname = joplin
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
# https://github.com/masterkorp/joplin-pkgbuild
|
# https://github.com/masterkorp/joplin-pkgbuild
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.133
|
pkgver=1.0.134
|
||||||
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")
|
||||||
|
@ -18,7 +18,7 @@ source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
sha256sums=('8b51799b01938e771e202ca2127724bec25a9264541d4bb8c94364e40db5ced9'
|
sha256sums=('8b51799b01938e771e202ca2127724bec25a9264541d4bb8c94364e40db5ced9'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'7b9055a895d7e631c46f91f45e62e4975fefffa683ce13a46fb395b191192644')
|
'82e6a8c41630c559a9e861f5fad9e6bd48b8c0b9891226dcb1b0df7468bd1993')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0.133
|
Version=1.0.134
|
||||||
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