summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26dd848ef79..f477c80c245e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 9 19:45:40 UTC 2019
+# Fri Mar 1 15:17:01 UTC 2019
pkgbase = vapoursynth-plugin-dfmderainbow-git
pkgdesc = Plugin for Vapoursynth: dfmderainbow (GIT version)
pkgver = v1.0.g2c68baa
@@ -8,6 +8,7 @@ pkgbase = vapoursynth-plugin-dfmderainbow-git
arch = any
license = GPL
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-temporalmedian-git
depends = vapoursynth-plugin-temporalsoften2-git
depends = vapoursynth-plugin-fluxsmooth-git
diff --git a/PKGBUILD b/PKGBUILD
index 8ea404ef33ef..f1131a3eb5ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url="https://github.com/dubhater/vapoursynth-${_plug}"
license=('GPL')
-depends=('vapoursynth-plugin-temporalmedian-git'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-temporalmedian-git'
'vapoursynth-plugin-temporalsoften2-git'
'vapoursynth-plugin-fluxsmooth-git'
'vapoursynth-plugin-msmoosh-git'
@@ -23,7 +24,6 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.git")
sha256sums=('SKIP')
-
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
pkgver() {