summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorheavysink2020-06-12 03:05:17 -0400
committerheavysink2020-06-12 03:05:17 -0400
commit5bcba16bcefcf20fe89cbf013c86dde76e3ee6c2 (patch)
treeb6ef5130a06e694619d4d3979af0df68c550ea36 /PKGBUILD
parent8af5c60ff37f0f040ca57c57a57cfcf1fdcfd1e3 (diff)
downloadaur-kazam.tar.gz
fix dependencies of kazam
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f612f992a4e..dfa42538f2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kazam
pkgver=1.4.5
-pkgrel=8
+pkgrel=9
pkgdesc="Screencast and screenshot application created with design in mind"
arch=('any')
url="https://launchpad.net/kazam"
@@ -12,15 +12,14 @@ depends=(
'python-dbus'
'python-gobject'
'python-xdg'
+ 'python-distutils-extra'
+ 'libkeybinder3'
'gstreamer'
'gst-plugins-base'
'gst-libav'
'libwnck3'
'libcanberra'
)
-optdepends=(
- 'libkeybinder3: hotkeys support'
-)
source=(
"https://launchpad.net/${pkgname}/stable/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"