summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cbc39374b4b..9b9ee8dada3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-scenedetect'
pkgname=('python-scenedetect')
_module='scenedetect'
-pkgver='0.6.0.2'
+pkgver='0.6.1'
pkgrel=1
pkgdesc="A cross-platform, OpenCV-based video scene detection program and Python library."
url="https://github.com/Breakthrough/PySceneDetect"
@@ -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=('727a4ec42bb3747c500ec06f58397f01a9e62d63918549bd4e2251c801a668da')
+sha256sums=('9b5f0f21e2dc4aad6e1df6db431b66fc764d2e5e8a3bfb4085d4ec5a692cd1ac')
build() {
cd "${srcdir}/${_module}-${pkgver}"