summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-02-07 19:45:03 +0100
committerbegin-theadventure2024-02-07 19:45:03 +0100
commit7b509fff14f004c04f1b1d63efc69f2be8537c18 (patch)
tree3a1c27b6c39e23fc10487d367f790612ecb85894
parentae067020b5a7f26cff134b18bd38ab5601e4fd49 (diff)
downloadaur-7b509fff14f004c04f1b1d63efc69f2be8537c18.tar.gz
optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aca68480ee7a..6b85f0b68223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = errands
depends = python-pycryptodomex
depends = libadwaita
depends = libsecret
+ optdepends = gnome-online-accounts
source = git+https://github.com/mrvladus/Errands.git#tag=45.1.9
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0b575486b5f5..818ba35b6e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('MIT')
arch=('x86_64' 'aarch64')
depends=('gtksourceview5' 'python-caldav' 'python-gobject' 'python-icalendar'
'python-pycryptodomex' 'libadwaita' 'libsecret')
+optdepends=('gnome-online-accounts')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
source=("git+$url.git#tag=$pkgver")