summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-15 18:26:43 -0700
committerMark Wagie2021-02-15 18:26:43 -0700
commit54c3b625f277683619b262169965c723b02f0f56 (patch)
tree0be734fec040347e311e248015e261e0aa8cf29f
parent6bc74e34e0c4c60b98835161623f4a7112db1be4 (diff)
downloadaur-54c3b625f277683619b262169965c723b02f0f56.tar.gz
add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5173a1665c..f70f73388892 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.4.r254.ge7130c6b
- pkgrel = 3
+ pkgver = 0.4.r303.g18f70079
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/GTG
arch = x86_64
license = GPL
@@ -11,6 +11,7 @@ pkgbase = gtg-git
makedepends = meson
depends = python-liblarch
depends = python-lxml
+ depends = libgnome-keyring
optdepends = python-cheetah3: for the Export and print plugin
optdepends = texlive-bin: pdflatex, for the Export and print plugin
optdepends = texlive-core: pdfjam, for the Export and print plugin
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'