summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2022-02-09 18:23:53 +0000
committerLuke Horwell2022-02-09 18:23:53 +0000
commit8b5a348cb9fdb475faf0dce386a85f4c10158410 (patch)
tree9c37c18ab14346b23d3bf27b2555e7db1980172a
parent2294b799e4f5cc4189937d2c3cfdc91157a4a435 (diff)
downloadaur-8b5a348cb9fdb475faf0dce386a85f4c10158410.tar.gz
Release 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f4d5436f4aa..e1dfc4cdcd48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dvr-scan
pkgdesc = Tool for extracting scenes with motion from security camera/DVR footage.
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
url = https://github.com/Breakthrough/DVR-Scan
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = dvr-scan
depends = python-opencv
depends = qt5-base
depends = fmt
- source = https://github.com/Breakthrough/DVR-Scan/archive/v1.3.tar.gz
- sha256sums = 3bf13f19d207f0d245b3154a316c32b09b798706a9467af1a38f0cde863f6f4b
+ source = https://github.com/Breakthrough/DVR-Scan/archive/v1.4.tar.gz
+ sha256sums = eefd0d39e34ec5c5ef8bb15e83e7eab75071fd6eb5eefe8900e89634d8648632
pkgname = dvr-scan
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"