summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de609f4dc142..f8c91b916ba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 1 16:18:18 UTC 2019
+# Sat Mar 2 19:57:56 UTC 2019
pkgbase = vapoursynth-plugin-noisegen-hg
pkgdesc = Plugin for Vapoursynth: noisegen (HG version)
pkgver = 1.79f0e8e8408e
@@ -12,7 +12,7 @@ pkgbase = vapoursynth-plugin-noisegen-hg
provides = vapoursynth-plugin-noisegen
conflicts = vapoursynth-plugin-noisegen
source = noisegen::hg+https://bitbucket.org/James1201/vapoursynth-noisegen
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-noisegen-hg
diff --git a/PKGBUILD b/PKGBUILD
index b2279be84601..c8198cf3e65b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('mercurial')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::hg+https://bitbucket.org/James1201/vapoursynth-noisegen")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"