summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Horwell2021-11-16 10:33:07 +0000
committerLuke Horwell2021-11-16 10:33:34 +0000
commit2294b799e4f5cc4189937d2c3cfdc91157a4a435 (patch)
treed2fc560007ec230e54d17f92c75afe4d3df6f04e /PKGBUILD
parenta7cb62b286b56b45452a918e666724dc134a6f62 (diff)
downloadaur-2294b799e4f5cc4189937d2c3cfdc91157a4a435.tar.gz
Update dependencies: fmt, hdf5
The change is necessary due to changes to Arch's OpenCV packaging. - 'fmt' required to run - 'hdf5' is a dependency of 'python-opencv'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4e034840ee2..59ca96c83db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=('dvr-scan')
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for extracting scenes with motion from security camera/DVR footage."
arch=('any')
url="https://github.com/Breakthrough/DVR-Scan"
license=('BSD')
-depends=('python-numpy' 'python-tqdm' 'python-opencv' 'hdf5' 'qt5-base')
+depends=('python-numpy' 'python-tqdm' 'python-opencv' 'qt5-base' 'fmt')
makedepends=('python-setuptools' 'python-pytest-runner')
source=("https://github.com/Breakthrough/DVR-Scan/archive/v$pkgver.tar.gz")
sha256sums=('3bf13f19d207f0d245b3154a316c32b09b798706a9467af1a38f0cde863f6f4b')