summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-06-19 15:48:50 -0600
committerMark Wagie2023-06-19 15:48:50 -0600
commit784638d226ae95185dd1f6574cdfce30a5f64aa2 (patch)
tree46c1df6a66a9b561822f404d539ca8ef7ed0ad47 /PKGBUILD
parentb908d24ecc85df7344c38283bbd38dd37443fba8 (diff)
downloadaur-784638d226ae95185dd1f6574cdfce30a5f64aa2.tar.gz
update texlive deps...again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf8a87af0f8a..a44a4bfe243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sander van Kasteel <info at sandervankasteel dot nl>
pkgname=gtg-git
pkgver=0.6.r78.g91993cda
-pkgrel=1
+pkgrel=2
pkgdesc="Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/GTG"
@@ -15,7 +15,8 @@ makedepends=('git' 'itstool' 'meson')
checkdepends=('python-caldav' 'python-mock' 'python-pytest') ## TODO: Drop python-mock: https://archlinux.org/todo/drop-python-mock-checkdepends/
optdepends=('python-caldav: CalDAV syncronization'
'python-cheetah3: for the Export and print plugin'
- 'texlive-bin: pdflatex & pdfjam, for the Export and print plugin'
+ 'texlive-bin: pdflatex, for the Export and print plugin'
+ 'texlive-binextra: 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'
'yelp: view user manual')