summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-15 18:26:43 -0700
committerMark Wagie2021-02-15 18:26:43 -0700
commit54c3b625f277683619b262169965c723b02f0f56 (patch)
tree0be734fec040347e311e248015e261e0aa8cf29f /PKGBUILD
parent6bc74e34e0c4c60b98835161623f4a7112db1be4 (diff)
downloadaur-54c3b625f277683619b262169965c723b02f0f56.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77773cf4845a..0c5aec984d10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# 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.4.r254.ge7130c6b
-pkgrel=3
+pkgver=0.4.r303.g18f70079
+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')
license=('GPL')
-depends=('python-liblarch' 'python-lxml')
+depends=('python-liblarch' 'python-lxml' 'libgnome-keyring')
makedepends=('git' 'meson')
optdepends=('python-cheetah3: for the Export and print plugin'
'texlive-bin: pdflatex, for the Export and print plugin'