summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM.Reynolds2019-02-17 19:23:26 -0500
committerM.Reynolds2019-02-17 19:23:26 -0500
commitb8b0f095bc55fc7b7e2622c906da432b78e1d388 (patch)
treeb943bf2ecd5912727f91749f17176317ebffafca /PKGBUILD
parent0b6058a1942f32db9b60726ee417da6689fc4c34 (diff)
downloadaur-b8b0f095bc55fc7b7e2622c906da432b78e1d388.tar.gz
Add Dependency python-cairo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fadfeaec8c0..7edc0173e06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A collaborative note taking and journal application using a stylus.'
arch=('any')
license=('GPL3')
url='https://github.com/flyser/cournal'
-depends=('python' 'gtk3' 'poppler-glib' 'gobject-introspection' 'python-gobject'
+depends=('python' 'gtk3' 'poppler-glib' 'gobject-introspection' 'python-gobject' 'python-cairo'
'python-zope-interface' 'hicolor-icon-theme' 'desktop-file-utils' 'intltool')
makedepends=('git' 'mercurial')
source=('git+https://github.com/flyser/cournal.git')