summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-11-11 15:50:12 -0700
committerMark Wagie2022-11-11 15:50:12 -0700
commit4e91e8b63f3ee6def9c12af739e5eee317407df5 (patch)
treeeb81a18da802e252c03f90464f93676d01c0aa3d /PKGBUILD
parent60feff9441969e41193652619f1a3db656b71487 (diff)
downloadaur-4e91e8b63f3ee6def9c12af739e5eee317407df5.tar.gz
add TODO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6de07a0ff040..604d95a89d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,22 @@
# 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.6.r1.g0ddca321
+pkgver=0.6.r71.g25dfa55e
pkgrel=1
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')
+url="https://wiki.gnome.org/Apps/GTG"
license=('GPL')
depends=('gtk3' 'gtksourceview4' 'libsecret' 'python-caldav' 'python-gobject'
'python-liblarch-git' 'python-lxml')
makedepends=('git' 'itstool' 'meson')
+checkdepends=('python-mock' 'python-pytest') ## TODO: Drop python-mock: https://archlinux.org/todo/drop-python-mock-checkdepends/
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-mock' 'python-pytest')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/getting-things-gnome/gtg.git')