summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-01-13 15:09:31 -0700
committerMark Wagie2021-01-13 15:09:31 -0700
commitc9e66f586d9db23dfa6969647b7060b3f188b02f (patch)
treee1a974608ff4c384c094663a8cf7bd73330373b0 /PKGBUILD
parentff71877def23784ba563e89fb71231b92fbc0f19 (diff)
downloadaur-c9e66f586d9db23dfa6969647b7060b3f188b02f.tar.gz
add Hamster Time Tracker to optdepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8ab9a9fea68..38346f4ef0af 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=1
+pkgrel=2
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')
@@ -14,7 +14,8 @@ makedepends=('git' 'meson')
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')
+ 'pdftk: for the Export and print plugin'
+ 'hamster-time-tracker: send a task to the Hamster time tracking applet')
checkdepends=('python-nose' 'python-mock')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")