summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4faaefa03a2c..3a7a9142a299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 15:39:03 UTC 2016
+# Sat Dec 16 19:36:37 UTC 2017
pkgbase = vapoursynth-plugin-inpaint-git
pkgdesc = Plugin for Vapoursynth: inpaint
pkgver = r2.dafa5b5
@@ -8,12 +8,13 @@ pkgbase = vapoursynth-plugin-inpaint-git
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = vapoursynth
depends = opencv
source = inpaint::git+https://github.com/invisiblearts/VapourSynth-Inpaint.git
source = patch.patch
- sha1sums = SKIP
- sha1sums = a1bedda17d7025f0131b3e0fb12ac622cdd69f0e
+ sha256sums = SKIP
+ sha256sums = f2454d793377b7f6a955d2f939dd83be7005a91025bfdca3b6867e49c172cd1c
pkgname = vapoursynth-plugin-inpaint-git
diff --git a/PKGBUILD b/PKGBUILD
index 63887c1c0c51..a26733f49b48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,13 @@ license=('GPL')
depends=('vapoursynth'
'opencv'
)
+makedepends=('git')
source=("${_plug}::git+https://github.com/invisiblearts/VapourSynth-Inpaint.git"
- 'patch.patch')
-sha1sums=('SKIP'
- 'a1bedda17d7025f0131b3e0fb12ac622cdd69f0e')
+ 'patch.patch'
+ )
+sha256sums=('SKIP'
+ 'f2454d793377b7f6a955d2f939dd83be7005a91025bfdca3b6867e49c172cd1c'
+ )
pkgver() {
cd "${_plug}"