Release 1.0.167

main
Alfredo Palhares 2019-09-10 14:40:55 +01:00
parent bfef232671
commit c779d8abb4
2 changed files with 5 additions and 5 deletions

View File

@ -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.165 pkgver = 1.0.167
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.165.zip source = https://github.com/laurent22/joplin/archive/v1.0.167.zip
sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653 sha256sums = 1d5676ded18ae55d31d0dfc8e46a1646a045df94d9c169e68451536ebd9cb653
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = a24bd0c1446bbcc88648fe22dc3e1fbbf7029919336504a833a2fee74e64f6a9 sha256sums = 12f58a8b4605ae47ab63462eb735049f7645849d47906f20c5867e9286446a66
pkgname = joplin pkgname = joplin

View File

@ -4,7 +4,7 @@
# https://github.com/masterkorp/joplin-pkgbuild # https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin pkgname=joplin
pkgver=1.0.165 pkgver=1.0.167
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'
'a24bd0c1446bbcc88648fe22dc3e1fbbf7029919336504a833a2fee74e64f6a9') '12f58a8b4605ae47ab63462eb735049f7645849d47906f20c5867e9286446a66')
build() { build() {
# Remove husky (git hooks) from dependencies # Remove husky (git hooks) from dependencies