summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-11 09:15:10 -0700
committerMark Wagie2022-01-11 09:15:10 -0700
commit4fed3dee1d5fd1b56816616712d509618e9369e3 (patch)
treefe5a17e4c3d6e1240f1868f0873c3147a51228b1 /PKGBUILD
parentc20634519a1cf7714acc0256f36ebc2fae391721 (diff)
downloadaur-4fed3dee1d5fd1b56816616712d509618e9369e3.tar.gz
adjust dependencies for upstream changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab563279c870..1080812c0a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
# Contributor: Pablo Olmos de Aguilera Corradini <pablo <at] glatelier (dot} org>
# Contributor: Sander van Kasteel <info at sandervankasteel dot nl>
pkgname=gtg-git
-pkgver=0.5.r143.g7ce950c6
+pkgver=0.5.r145.g77bc0391
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')
license=('GPL')
depends=('gtk3' 'gtksourceview4' 'libsecret' 'python-caldav' 'python-liblarch-git' 'python-lxml')
-makedepends=('git' 'meson')
+makedepends=('git' 'itstool' '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'
'hamster-time-tracker: send a task to the Hamster time tracking applet'
'yelp: view user manual')
-checkdepends=('python-nose' 'python-mock')
+checkdepends=('gtk4' 'python-nose' 'python-mock')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/getting-things-gnome/gtg.git')