summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-01 12:09:48 +0200
committerbegin-theadventure2023-06-01 12:09:48 +0200
commitd47c93853f00bbcc1eab9379884ce4cdb9c68112 (patch)
tree5c229b417886b85a701783abfe0c6c80b88ffd70
parentb5efdc94b3574d5f6a7dbd5f2726d92a5ddcad8d (diff)
downloadaur-d47c93853f00bbcc1eab9379884ce4cdb9c68112.tar.gz
Update pkgdesc and depends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec2887b7440..41de45f275a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = notesnook
- pkgdesc = Take private notes, capture ideas, make lists & sync them anywhere
+ pkgdesc = A fully open source & end-to-end encrypted note taking alternative to Evernote
pkgver = 2.5.0
pkgrel = 1
url = https://github.com/streetwriters/notesnook
@@ -9,10 +9,11 @@ pkgbase = notesnook
makedepends = git
makedepends = yarn
depends = electron21
- depends = gtk3
- depends = libxss
- depends = libnotify
depends = libappindicator-gtk3
+ depends = libindicator-gtk3
+ depends = libnotify
+ depends = libxss
+ depends = libxtst
provides = notesnook
conflicts = notesnook
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2cffb1dc8840..46ec65f6c69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,18 @@
# Contributor: Ada <adadonderr@gmail.com>
# Contributor: Christian Finnberg <christian@finnberg.net>
-
pkgname=notesnook
pkgver=2.5.0
pkgrel=1
_electronversion=21
-pkgdesc="Take private notes, capture ideas, make lists & sync them anywhere"
+pkgdesc="A fully open source & end-to-end encrypted note taking alternative to Evernote"
arch=('any')
url="https://github.com/streetwriters/notesnook"
license=('GPLv3')
options=(!strip)
provides=(${pkgname})
conflicts=(${pkgname})
-depends=("electron$_electronversion" 'gtk3' 'libxss' 'libnotify' 'libappindicator-gtk3')
+depends=("electron$_electronversion" 'libappindicator-gtk3' 'libindicator-gtk3' 'libnotify' 'libxss' 'libxtst')
makedepends=('nvm' 'git' 'yarn')
source=("notesnook::git+$url.git"
"${pkgname}.desktop")