Release 1.0.175

main
Alfredo Palhares 2019-12-09 14:26:28 +00:00
parent cf3b2edbfe
commit 8966414470
2 changed files with 9 additions and 9 deletions

View File

@ -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.174 pkgver = 1.0.175
pkgrel = 2 pkgrel = 1
url = https://joplin.cozic.net url = https://joplin.cozic.net
arch = x86_64 arch = x86_64
arch = i686 arch = i686
@ -19,11 +19,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.174.zip source = https://github.com/laurent22/joplin/archive/v1.0.175.zip
sha256sums = 0e5bb18c26be2e47cac8ccc4ffc76c16c36c989cc3e01cb09da1ad314ca44910 sha256sums = c1ece73d0d8afcd3723ebf3b4d4d614d84e5ef8de0e61fc00c118847563da88d
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = d6be95b4a2db86c71e3e5627b8d94b53ecc04f3a3697106f08ebee4836ccca0c sha256sums = cebf2c82ba11a2dece36606319cd16f0c1a5b36bec88813c61f41cb576e4a37a
pkgname = joplin pkgname = joplin

View File

@ -4,8 +4,8 @@
# https://github.com/masterkorp/joplin-pkgbuild # https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin pkgname=joplin
pkgver=1.0.174 pkgver=1.0.175
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")
@ -15,10 +15,10 @@ url="https://joplin.cozic.net"
license=("MIT") license=("MIT")
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh" source=("joplin.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=('0e5bb18c26be2e47cac8ccc4ffc76c16c36c989cc3e01cb09da1ad314ca44910' sha256sums=('c1ece73d0d8afcd3723ebf3b4d4d614d84e5ef8de0e61fc00c118847563da88d'
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d' '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276' '5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
'd6be95b4a2db86c71e3e5627b8d94b53ecc04f3a3697106f08ebee4836ccca0c') 'cebf2c82ba11a2dece36606319cd16f0c1a5b36bec88813c61f41cb576e4a37a')
build() { build() {
# Remove husky (git hooks) from dependencies # Remove husky (git hooks) from dependencies