summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 23:38:15 +0200
committerGustavo Alvarez2016-10-19 23:38:15 +0200
commite9157f78cd20d22c856363db590623109de19b13 (patch)
tree8c965c41de4853fa12c9ec8481ec7c8680168395
parent5ee257beb4708aae5cc73b6a02954d287c907f9a (diff)
downloadaur-e9157f78cd20d22c856363db590623109de19b13.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30b95b503cf4..93a2be7950d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 14:52:32 UTC 2016
+# Wed Oct 19 21:38:09 UTC 2016
pkgbase = vapoursynth-plugin-damb-git
pkgdesc = Plugin for Vapoursynth: damb (GIT version)
pkgver = v3.0.g77a20a5
@@ -16,8 +16,8 @@ pkgbase = vapoursynth-plugin-damb-git
conflicts = vapoursynth-plugin-damb
source = damb::git+https://github.com/dubhater/vapoursynth-damb.git
source = COPYING::http://www.wtfpl.net/txt/copying/copying
- sha1sums = SKIP
- sha1sums = 337ece375beddfdb7392699fd00eb9b3e823d03f
+ sha256sums = SKIP
+ sha256sums = 0356258391e190dc1d44ea01565cfe627fe44e27dad693a0a54c2483a7b223e5
pkgname = vapoursynth-plugin-damb-git
diff --git a/PKGBUILD b/PKGBUILD
index 382741db9514..b7df09bb4dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,11 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.git"
- 'COPYING::http://www.wtfpl.net/txt/copying/copying')
-sha1sums=('SKIP'
- '337ece375beddfdb7392699fd00eb9b3e823d03f')
+ 'COPYING::http://www.wtfpl.net/txt/copying/copying'
+ )
+sha256sums=('SKIP'
+ '0356258391e190dc1d44ea01565cfe627fe44e27dad693a0a54c2483a7b223e5'
+ )
pkgver() {
cd "${_plug}"