upgpkg: joplin 1.4.19-5

Set up as a Group
main
Alfredo Palhares 2020-12-08 16:53:01 +00:00
parent e19613c245
commit 164614b4c7
2 changed files with 6 additions and 5 deletions

View File

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

View File

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