summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitwave2020-02-22 15:11:23 +0100
committerbitwave2020-02-22 15:11:23 +0100
commit983598d652901c0e67452c4d73d4fecc34d4a09b (patch)
tree6fec612cdca6926d602db5068bd361cdf0e265b6 /PKGBUILD
parent3b854e8bc8f6d45fa50dc71ee408358e518c781e (diff)
downloadaur-983598d652901c0e67452c4d73d4fecc34d4a09b.tar.gz
added missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9893176fb979..7229b4dc18a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@ pkgbase='python-scenedetect'
pkgname=('python-scenedetect')
_module='scenedetect'
pkgver='0.5.1.1'
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform, OpenCV-based video scene detection program and Python library."
url="https://github.com/Breakthrough/PySceneDetect"
-depends=('python')
+depends=('python' 'qt5-base' 'python-click')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')