summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-01-11 12:59:23 -0700
committerMark Wagie2022-01-11 12:59:23 -0700
commit39379290cf1d29e97b52d7f9620844e369add7d1 (patch)
tree198388716d381f755d0bd84b868dc29714d5c9e2 /PKGBUILD
parentbf1fa0af99737a2253868120566ce7ce35a73e0d (diff)
downloadaur-39379290cf1d29e97b52d7f9620844e369add7d1.tar.gz
add python-gobject dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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'