summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 22:40:57 +0200
committerGustavo Alvarez2016-10-19 22:40:57 +0200
commit5ae4c5d415caab53e54b56a72a069becaae1761d (patch)
tree09575f8cdc0c438fffff0829a728ae73e7d284ea
parent391f297cc60e7347f2843d360cb79e121ba2e56c (diff)
downloadaur-5ae4c5d415caab53e54b56a72a069becaae1761d.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14a8297b084..325b194dec31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:39:44 UTC 2016
+# Wed Oct 19 20:40:53 UTC 2016
pkgbase = vapoursynth-plugin-vautodeint-git
pkgdesc = Plugin for Vapoursynth: vautodeint (GIT version)
pkgver = v0.0.1.0.g70bcc3d
@@ -13,7 +13,7 @@ pkgbase = vapoursynth-plugin-vautodeint-git
provides = vapoursynth-plugin-vautodeint
conflicts = vapoursynth-plugin-vautodeint
source = vautodeint::git+https://github.com/gnaggnoyil/VAutoDeint.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-vautodeint-git
diff --git a/PKGBUILD b/PKGBUILD
index 8030e6e95b7f..510441da9998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/gnaggnoyil/VAutoDeint.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"