summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2017-10-22 18:11:52 +0200
committergeigi2017-10-22 18:12:14 +0200
commite3de492b1d019f44a6e659303c7360092ea51846 (patch)
treef65e83a3faf54f5330442a31510548484fd0c4c9
parent9f269f7741e3f6bea9b5a9eb3d8e253633519a67 (diff)
downloadaur-e3de492b1d019f44a6e659303c7360092ea51846.tar.gz
depencendy update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881b9b117caf..e4d8c2c1a6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = cozy-audiobooks
depends = python-dbus
depends = python-gobject
depends = python-mutagen
+ depends = python3-peewee
provides = cozy
conflicts = cozy
source = https://github.com/geigi/cozy/archive/0.2.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index beefe697719f..655454d467ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('meson' 'ninja')
depends=(
'appstream-glib' 'desktop-file-utils' 'gobject-introspection' 'gst-python'
- 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python3-peewee'
)
conflicts=("${_gitname}")
provides=("${_gitname}")