summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837c271d6b0f..ca65bf25c926 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.5.r149.ge37572b3
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Apps/GTG
arch = x86_64
license = GPL
@@ -15,6 +15,7 @@ pkgbase = gtg-git
depends = gtksourceview4
depends = libsecret
depends = python-caldav
+ depends = python-gobject
depends = python-liblarch-git
depends = python-lxml
optdepends = python-cheetah3: for the Export and print plugin
diff --git a/PKGBUILD b/PKGBUILD
index 8c176d83c617..153efd0214b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
# Contributor: Sander van Kasteel <info at sandervankasteel dot nl>
pkgname=gtg-git
pkgver=0.5.r149.ge37572b3
-pkgrel=2
+pkgrel=3
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')
+depends=('gtk3' 'gtksourceview4' 'libsecret' 'python-caldav' 'python-gobject'
+ 'python-liblarch-git' 'python-lxml')
makedepends=('git' 'itstool' 'meson')
optdepends=('python-cheetah3: for the Export and print plugin'
'texlive-bin: pdflatex, for the Export and print plugin'