summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfbaf845a707..aace30ddda3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r36.47ef14c
+ pkgver = r37.813f8f0
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = vapoursynth-plugin-kagefunc-git
depends = vapoursynth-plugin-addgrain-git
depends = vapoursynth-plugin-bm3d-git
depends = vapoursynth-plugin-knlmeanscl-git
+ depends = vapoursynth-plugin-tcanny-git
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 079afc1bd45c..b48a54f7b61c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r36.47ef14c
+pkgver=r37.813f8f0
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -21,6 +21,7 @@ depends=('vapoursynth'
'vapoursynth-plugin-addgrain-git'
'vapoursynth-plugin-bm3d-git'
'vapoursynth-plugin-knlmeanscl-git'
+ 'vapoursynth-plugin-tcanny-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")