summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 22:14:28 +0200
committerGustavo Alvarez2016-10-19 22:14:28 +0200
commit3b40e0f8d686b714c8b6522f9c770e88f6b0431a (patch)
tree73f9a0038e9fbf8251dd795f2378c4239466fd9c
parenta4b79a61d2e2f43264449b7de8ae0099da2667cc (diff)
downloadaur-3b40e0f8d686b714c8b6522f9c770e88f6b0431a.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 d80665079d17..5114c5b010de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:13:39 UTC 2016
+# Wed Oct 19 20:14:23 UTC 2016
pkgbase = vapoursynth-plugin-oyster-git
pkgdesc = Plugin for Vapoursynth: oyster (GIT version)
pkgver = r97.8fc1d8b
@@ -18,7 +18,7 @@ pkgbase = vapoursynth-plugin-oyster-git
provides = vapoursynth-plugin-oyster
conflicts = vapoursynth-plugin-oyster
source = oyster::git+https://github.com/IFeelBloated/Oyster.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-oyster-git
diff --git a/PKGBUILD b/PKGBUILD
index 766018df7429..80f9d1815d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/IFeelBloated/Oyster.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"