summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-02-28 14:31:11 +0100
committerGustavo Alvarez2016-02-28 14:31:11 +0100
commit33b42ed7f2c98273ae5e3b9f8fe8bd62e422870b (patch)
tree63b0a5a6d5fb4423b4ebb49efa65749550516def
parent15716b49eaa8f4415cd5c871c55004a74584592b (diff)
downloadaur-33b42ed7f2c98273ae5e3b9f8fe8bd62e422870b.tar.gz
Add vapoursynth-plugin-svpflow1 and vapoursynth-plugin-svpflow2-bin to depends=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6807bb13214..9f4a999dcab3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 17:01:07 UTC 2016
+# Sun Feb 28 13:30:31 UTC 2016
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
pkgver = r22
- pkgrel = 1
+ pkgrel = 2
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
license = GPL
@@ -28,6 +28,8 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-sangnommod-git
depends = vapoursynth-plugin-scenechange
depends = vapoursynth-plugin-temporalsoften-git
+ depends = vapoursynth-plugin-svpflow1
+ depends = vapoursynth-plugin-svpflow2-bin
source = havsfunc-r22.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r22.tar.gz
sha1sums = d5010d6eeb845829bfe2c151dd2f581851e7bb56
diff --git a/PKGBUILD b/PKGBUILD
index 8e0503d5d2cc..6d2658432a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
pkgver=r22
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
@@ -28,6 +28,8 @@ depends=('vapoursynth-plugin-adjust-git'
'vapoursynth-plugin-sangnommod-git'
'vapoursynth-plugin-scenechange'
'vapoursynth-plugin-temporalsoften-git'
+ 'vapoursynth-plugin-svpflow1'
+ 'vapoursynth-plugin-svpflow2-bin'
)
makedepends=('git')
source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")