summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-01-17 15:05:03 +0200
committerAdrian Perez de Castro2023-01-17 15:05:03 +0200
commitb00ea8747eda0cb1a7a4084aaf541f285a159125 (patch)
tree060bf32eab4cae21b2966446280faba1ffc30a9f /PKGBUILD
parent579244ce4d76662d7fdbc40d89065f6c39881b9a (diff)
downloadaur-b00ea8747eda0cb1a7a4084aaf541f285a159125.tar.gz
Ensure that python-caldav ends up in optdepends
Merge both optdepends arrays, to make all the entries for both appear in the result from parsing the PKGBUILD. As it was, the second instance would overwrite the first optdepends array, which caused python-caldav to disappear from there (e.g. in the output of "makepkg --printsrcinfo").
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c029b03211dd..7e21661c498c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gtg
pkgver=0.6
-pkgrel=5
+pkgrel=6
pkgdesc='Personal GTD like organizer for the GNOME desktop environment'
url=https://wiki.gnome.org/Apps/GTG
arch=(any)
license=(GPL)
depends=(gtksourceview4 hicolor-icon-theme python-cairo python-dbus
python-gobject 'python-liblarch>=3.2' python-lxml)
-optdepends=('python-caldav: allows syncing with CalDAV servers')
checkdepends=(python-mock python-nose python-pytest python-caldav)
makedepends=(meson ninja itstool)
optdepends=('pdftk: for the export and print plugin'
+ 'python-caldav: allows syncing with CalDAV servers'
'python-cheetah3: for the export and print plugin'
'texlive-bin: for pdflatex, needed by the export and print plugin'
'texlive-core: for pdfjam, needed by the export and print plugin')