summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlfredo Palhares2020-12-08 16:53:01 +0000
committerAlfredo Palhares2020-12-08 16:53:01 +0000
commit164614b4c7f1337895ef77d201a133300b54a121 (patch)
tree0376f286ae0171c72703cf14e172ae627f8b45f5 /PKGBUILD
parente19613c2453be3f1f0760991334966757fe9d9db (diff)
downloadaur-164614b4c7f1337895ef77d201a133300b54a121.tar.gz
upgpkg: joplin 1.4.19-5
Set up as a Group
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71fedaf27d68..9170da27c327 100644
--- a/PKGBUILD
+++ b/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')