summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJay Ta'ala2022-07-23 22:56:19 +1000
committerJay Ta'ala2022-07-23 22:56:19 +1000
commitac3ddc2beed1d68936d550d9522ff1241edb558e (patch)
treedb13730f4c6a7f6a0c5d1992234abc23a785fb71 /PKGBUILD
parentdd55aeca4a09429e42e5b0987634dd1c17a8d89b (diff)
downloadaur-ac3ddc2beed1d68936d550d9522ff1241edb558e.tar.gz
Replaced dbus dependency with dbus from core repository.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c633f600a37..af2c986541ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zoho-notebook
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Zoho Notebook for Linux: Take notes, add files, create checklists, sketches, record audio, and capture moments."
arch=('x86_64')
url="https://www.zoho.com/notebook"
license=('custom')
-depends=('gtk3' 'libsecret' 'dbus-x11' 'libxss' 'nss')
+depends=('gtk3' 'libsecret' 'dbus' 'libxss' 'nss')
options=('!strip' '!emptydirs')
install=notebook.install
source=("https://downloads.zohocdn.com/notebooklinux-desktop/Notebook-${pkgver}.deb")