summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 22:52:33 +0200
committerGustavo Alvarez2016-10-19 22:52:33 +0200
commit1bbd2a782244fb274c256bc089a1de9a263c439c (patch)
treea42accaa1d10a99ae9ae98a4f32a1e335ff084f0
parente17ec2874271d678c50715120145d1917b8048a4 (diff)
downloadaur-1bbd2a782244fb274c256bc089a1de9a263c439c.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 b1968a283893..5ec0368dbe36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:50:35 UTC 2016
+# Wed Oct 19 20:52:26 UTC 2016
pkgbase = vapoursynth-plugin-vshelpers-git
pkgdesc = Plugin for Vapoursynth: vshelpers (GIT version)
pkgver = r2
@@ -15,7 +15,7 @@ pkgbase = vapoursynth-plugin-vshelpers-git
provides = vapoursynth-plugin-vshelpers
conflicts = vapoursynth-plugin-vshelpers
source = vshelpers::git+https://gist.github.com/bba3f65469acfe0ec08a.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-vshelpers-git
diff --git a/PKGBUILD b/PKGBUILD
index 1a2ada48fe8b..bf1bfbba1cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://gist.github.com/bba3f65469acfe0ec08a.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
pkgver() {