summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 16:17:08 +0100
committersL1pKn072019-03-01 16:17:08 +0100
commit1020be305c2cbecd382daebdeef9cdbe4224e5ed (patch)
tree2951c5aca0257f075f5577b1154cd65bf4ede99a
parent8f91e1cefde36e301e28a0e5d3a6893fc50eeb1a (diff)
downloadaur-1020be305c2cbecd382daebdeef9cdbe4224e5ed.tar.gz
bump
-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() {