summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2018-03-21 18:32:15 +0100
committergeigi2018-03-21 18:32:15 +0100
commite6517f9835ca5626ea5f7d500136bb09dba0f210 (patch)
treeba563d73a02168f7d051641a6d37e1c3278d944b
parentacd16aac3a8b34825debc3540b83cecf9efba1a9 (diff)
downloadaur-e6517f9835ca5626ea5f7d500136bb09dba0f210.tar.gz
Fixed missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0d178f853e..f8e766280320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = cozy-audiobooks
depends = python-gobject
depends = python-mutagen
depends = python-peewee
+ depends = python-cairo
depends = gst-plugins-good
source = https://github.com/geigi/cozy/archive/0.5.4.tar.gz
sha256sums = 32b1f06e773305f73a4432804a5a6a50fd88593ed06451c96e1376ec4d8800b5
diff --git a/PKGBUILD b/PKGBUILD
index 6e856f1be835..5e488179dd7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('meson' 'ninja')
depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
- 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-peewee' 'gst-plugins-good'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'gst-plugins-good'
)
source=(
"https://github.com/geigi/cozy/archive/${pkgver}.tar.gz"