summarylogtreecommitdiffstats
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
parentdd55aeca4a09429e42e5b0987634dd1c17a8d89b (diff)
downloadaur-ac3ddc2beed1d68936d550d9522ff1241edb558e.tar.gz
Replaced dbus dependency with dbus from core repository.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f6a16a55da..a14f4bbb6ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zoho-notebook
pkgdesc = Zoho Notebook for Linux: Take notes, add files, create checklists, sketches, record audio, and capture moments.
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.zoho.com/notebook
install = notebook.install
arch = x86_64
license = custom
depends = gtk3
depends = libsecret
- depends = dbus-x11
+ depends = dbus
depends = libxss
depends = nss
options = !strip
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")