summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-08-27 01:41:38 +0300
committerAdrian Perez de Castro2020-08-27 01:41:38 +0300
commit2ce181ae89a12cad433c110352d9ea509952920c (patch)
tree2e20d85fa918bb0b0c5149191fc56e0962efb862 /PKGBUILD
parentbf2bc6ab23a34dd9a117c48e109a468eb36aad88 (diff)
downloadaur-2ce181ae89a12cad433c110352d9ea509952920c.tar.gz
Add missing python-lxml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7825ad64c1d..6c2005957fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gtg
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Personal GTD like organizer for the GNOME desktop environment'
url=https://wiki.gnome.org/Apps/GTG
arch=(any)
license=(GPL)
depends=(hicolor-icon-theme python-cairo python-dbus python-gobject
- python-liblarch python-pyxdg)
+ python-liblarch python-pyxdg python-lxml)
checkdepends=(python-mock python-nose)
makedepends=(meson ninja)
optdepends=('pdftk: for the export and print plugin'