upgpkg: joplin 1.4.19-4
This commit is contained in:
parent
437956ae81
commit
e19613c245
2 changed files with 5 additions and 5 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue