Release 1.0.169
parent
0112457126
commit
e1817af825
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.168
|
pkgver = 1.0.169
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -18,11 +18,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.168.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.169.zip
|
||||||
sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653
|
sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 3233d3692377bc9c2a8474c58f16754af53b5905dd75928f9ddf80c90a61a39e
|
sha256sums = b297b71527fda6a5f791dee38517a9d2d7df9817f46d7c092366645ad21092ad
|
||||||
|
|
||||||
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.168
|
pkgver=1.0.169
|
||||||
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=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
sha256sums=('1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653'
|
sha256sums=('1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'3233d3692377bc9c2a8474c58f16754af53b5905dd75928f9ddf80c90a61a39e')
|
'b297b71527fda6a5f791dee38517a9d2d7df9817f46d7c092366645ad21092ad')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# Remove husky (git hooks) from dependencies
|
# Remove husky (git hooks) from dependencies
|
||||||
|
|
Loading…
Reference in New Issue