upgpkg: joplin 1.4.19-5
Set up as a Group
This commit is contained in:
parent
e19613c245
commit
164614b4c7
2 changed files with 6 additions and 5 deletions
7
PKGBUILD
7
PKGBUILD
|
|
@ -5,9 +5,10 @@
|
|||
# https://github.com/alfredopalhares/arch-pkgbuilds
|
||||
|
||||
pkgbase="joplin"
|
||||
pkgname=('joplin' 'joplin-desktop-electron')
|
||||
pkgname=('joplin-cmd' 'joplin-desktop-electron')
|
||||
pkgver=1.4.19
|
||||
pkgrel=4
|
||||
group="joplin"
|
||||
pkgrel=5
|
||||
pkgdesc="A note taking and to-do application with synchronization capabilities - Split Package"
|
||||
arch=('x86_64' 'i686')
|
||||
conflicts=('joplin-cli' 'joplin-desktop')
|
||||
|
|
@ -44,7 +45,7 @@ check() {
|
|||
}
|
||||
|
||||
#TODO: A slimdown is needed
|
||||
package_joplin() {
|
||||
package_joplin-cmd() {
|
||||
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
|
||||
depends=('nodejs' 'rsync')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue