had the sync problem too... applied the temporary solutions of @cmach_socket and joplin 3.0.13 builds fine...
diff --git a/PKGBUILD b/PKGBUILD
index dd5c0a8..508c289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase="joplin"
pkgname=('joplin' 'joplin-desktop')
-pkgver=2.14.20
+pkgver=3.0.13
groups=('joplin')
pkgrel=1
install="joplin.install"
@@ -24,7 +24,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
'b6a8361cbc59e7dbc33bcc427274efb945d8d654bf013b12c7021be681f568e2'
-'919e9300e66bc6c24a282cbf93c43c228cdfe3227bdb1eaa50fdadef4734901b')
+'2bf91efec385801bb13b62b459e21c1eb80d35a772f517ba7d079eb91faa1f98')
# local npm cache directory
_yarn_cache="yarn-cache"
@@ -84,7 +84,7 @@ prepare() {
# local lerna_json="${srcdir}/joplin-${pkgver}/lerna.json"
msg2 "Deleting Unnecessary Packages"
- rm -r "${srcdir}/joplin-${pkgver}/packages/app-mobile"
+ #rm -r "${srcdir}/joplin-${pkgver}/packages/app-mobile"
rm -r "${srcdir}/joplin-${pkgver}/packages/app-clipper"
rm -r "${srcdir}/joplin-${pkgver}/packages/server"
}
Pinned Comments
masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)
Hello everyone,
I will be renaming the packages to its final form.
Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.
If you have problems with the
check()
function, just run makepkg with the--nocheck
flag.Thank you for your patience. Regards, Alfredo Palhares