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 c63a1b067cb0..c61932e5b601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgbase='python-scenedetect'
pkgname=('python-scenedetect')
_module='scenedetect'
-pkgver='0.6.1'
-pkgrel=2
+pkgver='0.6.2'
+pkgrel=1
pkgdesc="A cross-platform, OpenCV-based video scene detection program and Python library."
url="https://github.com/Breakthrough/PySceneDetect"
depends=('python' 'qt5-base' 'python-click' 'python-numpy' 'opencv' 'python-opencv')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('9b5f0f21e2dc4aad6e1df6db431b66fc764d2e5e8a3bfb4085d4ec5a692cd1ac')
+sha256sums=('74851831392e094e9e371ec4b14098b5960f9e151898c278e68659118b3851c9')
build() {
cd "${srcdir}/${_module}-${pkgver}"