summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2020-09-28 18:09:37 +0200
committergeigi2020-09-28 18:09:37 +0200
commitd741859f21288c5e37455e1823e2c8e92f49fcd7 (patch)
treecf93d668c9f0954bc390e0ca49909bee52065e39
parent7e65cd370124a6064475ea400258c5db01bcf9d3 (diff)
downloadaur-d741859f21288c5e37455e1823e2c8e92f49fcd7.tar.gz
Update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc51d07068e7..b1e361608c70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = cozy-audiobooks
depends = python-cairo
depends = python-peewee
depends = python-apsw
+ depends = python-packaging
depends = file
depends = gst-plugins-good
source = https://github.com/geigi/cozy/archive/0.7.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 52c77ab0f855..668f152fd22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('meson' 'ninja')
depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
- 'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'python-apsw' 'file' 'gst-plugins-good'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'python-apsw' 'python-packaging' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
sha256sums=('984508506c9907c765f75f8042249ff3a95db7e6407e7a66338fd52384ac797f')