summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1f0bf04d1a..3438f0dc75de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:50:28 UTC 2019
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r37.813f8f0
+ pkgver = r46.fe8e96c
pkgrel = 2
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
@@ -20,6 +18,7 @@ pkgbase = vapoursynth-plugin-kagefunc-git
depends = vapoursynth-plugin-bm3d-git
depends = vapoursynth-plugin-knlmeanscl-git
depends = vapoursynth-plugin-tcanny-git
+ depends = python-numpy
provides = vapoursynth-plugin-kagefunc
conflicts = vapoursynth-plugin-kagefunc
source = kagefunc::git+https://github.com/Irrational-Encoding-Wizardry/kagefunc.git
diff --git a/PKGBUILD b/PKGBUILD
index 689e9a6a0bda..35185540d7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r37.813f8f0
+pkgver=r46.fe8e96c
pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -21,6 +21,7 @@ depends=('vapoursynth'
'vapoursynth-plugin-bm3d-git'
'vapoursynth-plugin-knlmeanscl-git'
'vapoursynth-plugin-tcanny-git'
+ 'python-numpy'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")