diff --git a/.SRCINFO b/.SRCINFO index 158ec8c..a5df5c4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f2b6ae5..71fedaf 100644 --- a/PKGBUILD +++ b/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')