summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-01-13 15:16:30 -0700
committerMark Wagie2021-01-13 15:16:30 -0700
commit6bc74e34e0c4c60b98835161623f4a7112db1be4 (patch)
treee84b8cbc99a306035eb485ed7e776a5d35f72866 /PKGBUILD
parentc9e66f586d9db23dfa6969647b7060b3f188b02f (diff)
downloadaur-6bc74e34e0c4c60b98835161623f4a7112db1be4.tar.gz
add yelp to to optdepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38346f4ef0af..77773cf4845a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sander van Kasteel <info at sandervankasteel dot nl>
pkgname=gtg-git
pkgver=0.4.r254.ge7130c6b
-pkgrel=2
+pkgrel=3
pkgdesc="Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME"
url="https://wiki.gnome.org/Apps/GTG"
arch=('x86_64')
@@ -15,7 +15,8 @@ optdepends=('python-cheetah3: for the Export and print plugin'
'texlive-bin: pdflatex, for the Export and print plugin'
'texlive-core: pdfjam, for the Export and print plugin'
'pdftk: for the Export and print plugin'
- 'hamster-time-tracker: send a task to the Hamster time tracking applet')
+ 'hamster-time-tracker: send a task to the Hamster time tracking applet'
+ 'yelp: view user manual')
checkdepends=('python-nose' 'python-mock')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")