summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-28 19:28:47 +0200
committerGustavo Alvarez2016-10-28 19:28:47 +0200
commitdb518e52e3fd2a03b798ed82ca1a8256a75bc902 (patch)
treed1ba0b7942366c0700b46e0de28ccf1ece8a2df5
parentd2c613436dd3c5df44da4d33594013218d785d2d (diff)
downloadaur-db518e52e3fd2a03b798ed82ca1a8256a75bc902.tar.gz
Add vapoursynth-plugin-nnedi3_resample-git to depends=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c8b1e1d6c7..91bb3a2784fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:35:13 UTC 2016
+# Fri Oct 28 17:28:21 UTC 2016
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
pkgver = r24
- pkgrel = 3
+ pkgrel = 4
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
license = GPL
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-adjust-git
depends = vapoursynth-plugin-addgrain-git
depends = vapoursynth-plugin-awarpsharp2-git
@@ -24,6 +25,7 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-genericfilters-git
depends = vapoursynth-plugin-knlmeanscl
depends = vapoursynth-plugin-mvtools
+ depends = vapoursynth-plugin-nnedi3_resample-git
depends = vapoursynth-plugin-nnedi3-git
depends = vapoursynth-plugin-sangnom-hg
depends = vapoursynth-plugin-scenechange
diff --git a/PKGBUILD b/PKGBUILD
index 3b96686316a8..c3d8e6c66b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r24
-pkgrel=3
+pkgrel=4
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
-depends=('vapoursynth-plugin-adjust-git'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-adjust-git'
'vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-awarpsharp2-git'
'vapoursynth-plugin-bilateral-git'
@@ -24,6 +25,7 @@ depends=('vapoursynth-plugin-adjust-git'
'vapoursynth-plugin-genericfilters-git'
'vapoursynth-plugin-knlmeanscl'
'vapoursynth-plugin-mvtools'
+ 'vapoursynth-plugin-nnedi3_resample-git'
'vapoursynth-plugin-nnedi3-git'
'vapoursynth-plugin-sangnom-hg'
'vapoursynth-plugin-scenechange'