summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-06-19 15:48:50 -0600
committerMark Wagie2023-06-19 15:48:50 -0600
commit784638d226ae95185dd1f6574cdfce30a5f64aa2 (patch)
tree46c1df6a66a9b561822f404d539ca8ef7ed0ad47
parentb908d24ecc85df7344c38283bbd38dd37443fba8 (diff)
downloadaur-784638d226ae95185dd1f6574cdfce30a5f64aa2.tar.gz
update texlive deps...again
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c82127e667..b7e68118bbd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtg-git
pkgdesc = Getting Things GNOME! is a personal tasks and TODO-list items organizer for GNOME
pkgver = 0.6.r78.g91993cda
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/GTG
arch = x86_64
license = GPL
@@ -19,7 +19,8 @@ pkgbase = gtg-git
depends = python-lxml
optdepends = python-caldav: CalDAV syncronization
optdepends = python-cheetah3: for the Export and print plugin
- optdepends = texlive-bin: pdflatex & pdfjam, for the Export and print plugin
+ optdepends = texlive-bin: pdflatex, for the Export and print plugin
+ optdepends = texlive-binextra: pdfjam, for the Export and print plugin
optdepends = pdftk: for the Export and print plugin
optdepends = hamster-time-tracker: send a task to the Hamster time tracking applet
optdepends = yelp: view user manual
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')