summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59ca96c83db6..4b8c5504788b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luke Horwell <code (at) horwell (dot) me>
pkgname=('dvr-scan')
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc="Tool for extracting scenes with motion from security camera/DVR footage."
arch=('any')
url="https://github.com/Breakthrough/DVR-Scan"
@@ -10,7 +10,7 @@ license=('BSD')
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')
+sha256sums=('eefd0d39e34ec5c5ef8bb15e83e7eab75071fd6eb5eefe8900e89634d8648632')
package() {
cd "DVR-Scan-$pkgver"