summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2020-01-06 13:09:24 +0100
committerJulian Geywitz2020-01-06 13:09:24 +0100
commitebd12b9851c11da4c4d836c9ebe4a5378b3b862a (patch)
tree82c09948bb008e3254ac68ddd594428daeafb9b1
parent0dba856f8811cc0d9e86c66b9b0a422d60faef5c (diff)
downloadaur-ebd12b9851c11da4c4d836c9ebe4a5378b3b862a.tar.gz
Add missing dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 080684c3d069..aa896f639b6c 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-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
sha256sums=('488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d')