Update to 1.0.168
parent
4f08befcf4
commit
0112457126
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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.167
|
pkgver = 1.0.168
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -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.167.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.168.zip
|
||||||
sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653
|
sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 12f58a8b4605ae47ab63462eb735049f7645849d47906f20c5867e9286446a66
|
sha256sums = 3233d3692377bc9c2a8474c58f16754af53b5905dd75928f9ddf80c90a61a39e
|
||||||
|
|
||||||
pkgname = joplin
|
pkgname = joplin
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
# https://github.com/masterkorp/joplin-pkgbuild
|
# https://github.com/masterkorp/joplin-pkgbuild
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.167
|
pkgver=1.0.168
|
||||||
pkgrel=2
|
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")
|
||||||
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
||||||
|
@ -18,7 +18,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
sha256sums=('1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653'
|
sha256sums=('1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'12f58a8b4605ae47ab63462eb735049f7645849d47906f20c5867e9286446a66')
|
'3233d3692377bc9c2a8474c58f16754af53b5905dd75928f9ddf80c90a61a39e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# Remove husky (git hooks) from dependencies
|
# Remove husky (git hooks) from dependencies
|
||||||
|
|
Loading…
Reference in New Issue