summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 23:29:04 +0200
committerGustavo Alvarez2016-10-19 23:29:04 +0200
commitc7838ec87e2c96befdc11ddb9bc581f45e0e861b (patch)
treeaeded7d53aef6aa55bcbb46f5ecb7a4ff3c2e3b6
parentd42c7b7c44cb91ba14b3df7eaefd5411449ab2b5 (diff)
downloadaur-c7838ec87e2c96befdc11ddb9bc581f45e0e861b.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 5efd45c8d333..0f401ef46890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 13:49:09 UTC 2016
+# Wed Oct 19 21:28:59 UTC 2016
pkgbase = vapoursynth-plugin-bifrost-git
pkgdesc = Plugin for Vapoursynth: bifrost (GIT version)
pkgver = v2.2.2.g3082823
@@ -13,7 +13,7 @@ pkgbase = vapoursynth-plugin-bifrost-git
provides = vapoursynth-plugin-bifrost
conflicts = vapoursynth-plugin-bifrost
source = bifrost::git+https://github.com/dubhater/vapoursynth-bifrost.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-bifrost-git
diff --git a/PKGBUILD b/PKGBUILD
index a821b2768580..288de4edce6d 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/dubhater/vapoursynth-${_plug}.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"