summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThynkon2024-03-19 22:33:31 +0100
committerThynkon2024-03-19 22:33:31 +0100
commit0b2ac1e9fecceffa73669f1a6e10d8ef00f6944d (patch)
tree44fefa20d47fb56b139d5a38a02101edb3be089c
parentcc0438cef078c2e86d4361e17dcf9f6460ce90f7 (diff)
downloadaur-0b2ac1e9fecceffa73669f1a6e10d8ef00f6944d.tar.gz
Update to v. 2.14.20-2 and fix Appimage file corruption for pacman version >= 6.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6ca6fc27843..0832aa042d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = joplin-appimage
pkgdesc = The latest stable AppImage of Joplin - a cross-platform note taking and to-do app
- pkgver = 2.14.19
- pkgrel = 1
+ pkgver = 2.14.20
+ pkgrel = 2
url = https://github.com/laurent22/joplin
arch = x86_64
license = MIT
depends = fuse2
conflicts = joplin-desktop
options = !strip
- source = https://github.com/laurent22/joplin/releases/download/v2.14.19/Joplin-2.14.19.AppImage
- source = https://github.com/laurent22/joplin/raw/v2.14.19/LICENSE
- sha512sums = 7be9cdce0b1a25fdc7c0e5757faa542f11906e572af477fdd17d57fc9f3683bfb99801c91e7f03ac6ee819b72206339a61bb0aac61c66a35013af097ee8bb3a8
+ options = !debug
+ source = https://github.com/laurent22/joplin/releases/download/v2.14.20/Joplin-2.14.20.AppImage
+ source = https://github.com/laurent22/joplin/raw/v2.14.20/LICENSE
+ sha512sums = 50ebaa06ad225387e2117a6453e92d5665f90bc5d7dec492aac0993781e6e7cdca8aaa2dff06d740146888e2dd04f623d72af060c41765825b52e3c2a9d03890
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index af31cd452cfd..e838dff82870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=2.14.19
-pkgrel=1
+pkgver=2.14.20
+pkgrel=2
pkgdesc="The latest stable AppImage of Joplin - a cross-platform note taking and to-do app"
arch=('x86_64')
url="https://github.com/laurent22/joplin"
@@ -10,12 +10,15 @@ license=('MIT')
conflicts=('joplin-desktop')
depends=('fuse2')
options=(!strip) # necessary otherwise the AppImage file in the package is truncated
+# temporary solution that disables debugedit.
+# reference: https://gitlab.archlinux.org/pacman/pacman/-/issues/107
+options=(!strip !debug) # necessary otherwise the AppImage file in the package is truncated
source=(
${url}/releases/download/v${pkgver}/Joplin-${pkgver}.AppImage
${url}/raw/v${pkgver}/LICENSE
)
sha512sums=(
- 7be9cdce0b1a25fdc7c0e5757faa542f11906e572af477fdd17d57fc9f3683bfb99801c91e7f03ac6ee819b72206339a61bb0aac61c66a35013af097ee8bb3a8
+ 50ebaa06ad225387e2117a6453e92d5665f90bc5d7dec492aac0993781e6e7cdca8aaa2dff06d740146888e2dd04f623d72af060c41765825b52e3c2a9d03890
SKIP
)
_filename="Joplin-${pkgver}.AppImage"