summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2020-02-22 15:11:23 +0100
committerbitwave2020-02-22 15:11:23 +0100
commit983598d652901c0e67452c4d73d4fecc34d4a09b (patch)
tree6fec612cdca6926d602db5068bd361cdf0e265b6
parent3b854e8bc8f6d45fa50dc71ee408358e518c781e (diff)
downloadaur-983598d652901c0e67452c4d73d4fecc34d4a09b.tar.gz
added missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ce9ad8110e..8a32986cec6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,19 @@
pkgbase = python-scenedetect
pkgdesc = A cross-platform, OpenCV-based video scene detection program and Python library.
pkgver = 0.5.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Breakthrough/PySceneDetect
arch = any
license = MIT
makedepends = python-setuptools
depends = python
+ depends = qt5-base
+ depends = python-click
source = https://files.pythonhosted.org/packages/source/s/scenedetect/scenedetect-0.5.1.1.tar.gz
sha256sums = 16526b5c1c1eca0fd060571b62f979a3a2b9a0c47a76edffcde56099cf1efe24
pkgname = python-scenedetect
depends = python
+ depends = qt5-base
+ depends = python-click
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')