summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2019-03-06 08:06:14 +0100
committerkageru2019-03-06 08:06:14 +0100
commit365a23f22846696dc6a44905f4d79c23657cf7a5 (patch)
tree609288d079942ac85f90f6fe1ae6bf4f37fd83bd
parentfe20cb598f7616efdee5ddff0e8e2b8112b933f8 (diff)
downloadaur-365a23f22846696dc6a44905f4d79c23657cf7a5.tar.gz
Add tcanny to dependencies
It wasn’t added to the code recently. The dependency had just been missing for months.
-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}")