From c70f7545e4efbe965b0c1b6efea6bdb6b058522d Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 2 Jan 2022 13:48:14 +0100 Subject: [PATCH] Renamed package functions --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 181f80c..661bb22 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -93,7 +93,7 @@ check() { #npm run test || exit 0 } -package_joplin() { +package_jjr-joplin() { pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App" depends=('coreutils' 'libsecret' 'nodejs' 'python') @@ -146,7 +146,7 @@ package_joplin() { } -package_joplin-desktop() { +package_jjr-joplin-desktop() { pkgdesc="A note taking and to-do application with synchronization capabilities - Desktop" depends=('electron' 'gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs' 'nss' 'orc')