summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkageru2019-03-06 08:06:14 +0100
committerkageru2019-03-06 08:06:14 +0100
commit365a23f22846696dc6a44905f4d79c23657cf7a5 (patch)
tree609288d079942ac85f90f6fe1ae6bf4f37fd83bd /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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}")