summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a94a84108a4..c3fd1b08e674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = cournal
depends = poppler-glib
depends = gobject-introspection
depends = python-gobject
+ depends = python-cairo
depends = python-zope-interface
depends = hicolor-icon-theme
depends = desktop-file-utils
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')