summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkageru2019-03-05 23:11:14 +0100
committerkageru2019-03-05 23:11:14 +0100
commitfe20cb598f7616efdee5ddff0e8e2b8112b933f8 (patch)
tree60c10bca4906674e5bab8294576b6ec35f93e088 /PKGBUILD
parent3fadb0232d8606d6db77e071ead0630d8f25a452 (diff)
downloadaur-fe20cb598f7616efdee5ddff0e8e2b8112b933f8.tar.gz
Added dependencies explicitly
Previously, they were only installed by other dependencies. This commit makes the installation more consistent even of the dependencies change.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47b68cf6b270..079afc1bd45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,24 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r34.dcaff3d
+pkgver=r36.47ef14c
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/kagefunc'
license=('GPL')
depends=('vapoursynth'
+ 'python'
'vapoursynth-plugin-mvsfunc-git'
'vapoursynth-plugin-fvsfunc-git'
'vapoursynth-plugin-retinex-git'
+ 'vapoursynth-plugin-vsutil-git'
+ 'vapoursynth-plugin-descale-git'
+ 'vapoursynth-plugin-fmtconv-git'
+ 'vapoursynth-plugin-wwxd-git'
+ 'vapoursynth-plugin-addgrain-git'
+ 'vapoursynth-plugin-bm3d-git'
+ 'vapoursynth-plugin-knlmeanscl-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")