upgpkg: joplin 1.4.19-4

main
Alfredo Palhares 2020-12-08 16:45:21 +00:00
parent 437956ae81
commit e19613c245
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = joplin
pkgdesc = A note taking and to-do application with synchronization capabilities - Split Package
pkgver = 1.4.19
pkgrel = 3
pkgrel = 4
url = https://joplinapp.org/
arch = x86_64
arch = i686
@ -22,7 +22,7 @@ pkgbase = joplin
sha256sums = 5b6f8847ec0c3848375755213c3009c273f478b4b80ed2c5f0af8f67ee0e94fb
sha256sums = 55aad4fe50e2da980983a69bc7c0870626064db971550d522e266feb17d38916
pkgname = joplin-cmd
pkgname = joplin
pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App
depends = nodejs
depends = rsync

View File

@ -5,9 +5,9 @@
# https://github.com/alfredopalhares/arch-pkgbuilds
pkgbase="joplin"
pkgname=('joplin-cmd' 'joplin-desktop-electron')
pkgname=('joplin' 'joplin-desktop-electron')
pkgver=1.4.19
pkgrel=3
pkgrel=4
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
arch=('x86_64' 'i686')
conflicts=('joplin-cli' 'joplin-desktop')
@ -44,7 +44,7 @@ check() {
}
#TODO: A slimdown is needed
package_joplin-cmd() {
package_joplin() {
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
depends=('nodejs' 'rsync')