upgpkg: joplin 1.4.19-1
upstream release
This commit is contained in:
parent
9761cc7356
commit
f74ad7e0af
2 changed files with 6 additions and 6 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,12 +5,12 @@
|
|||
# https://github.com/alfredopalhares/arch-pkgbuilds
|
||||
|
||||
pkgbase="joplin"
|
||||
pkgname=('joplin' 'joplin-desktop')
|
||||
pkgname=('joplin' 'joplin-desktop-electron')
|
||||
pkgver=1.4.19
|
||||
pkgrel=1
|
||||
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
||||
arch=('x86_64' 'i686')
|
||||
conflicts=('joplin' 'joplin-beta')
|
||||
conflicts=('joplin-cli' 'joplin-desktop')
|
||||
makedepends=('git' 'npm' 'python' 'rsync')
|
||||
url="https://joplinapp.org/"
|
||||
license=('MIT')
|
||||
|
|
@ -87,7 +87,7 @@ package_joplin() {
|
|||
}
|
||||
|
||||
#TODO: Check for slimdown
|
||||
package_joplin-desktop() {
|
||||
package_joplin-desktop-electron() {
|
||||
pkgdesc="A note taking and to-do application with synchronization capabilities - Desktop"
|
||||
depends=('gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs'
|
||||
'nss' 'orc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue