summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2019-03-05 23:11:14 +0100
committerkageru2019-03-05 23:11:14 +0100
commitfe20cb598f7616efdee5ddff0e8e2b8112b933f8 (patch)
tree60c10bca4906674e5bab8294576b6ec35f93e088
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.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed7123343067..dfbaf845a707 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,23 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:56:24 UTC 2019
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r34.dcaff3d
+ pkgver = r36.47ef14c
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
license = GPL
makedepends = git
depends = vapoursynth
+ depends = python
depends = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-fvsfunc-git
depends = vapoursynth-plugin-retinex-git
+ depends = vapoursynth-plugin-vsutil-git
+ depends = vapoursynth-plugin-descale-git
+ depends = vapoursynth-plugin-fmtconv-git
+ depends = vapoursynth-plugin-wwxd-git
+ depends = vapoursynth-plugin-addgrain-git
+ depends = vapoursynth-plugin-bm3d-git
+ depends = vapoursynth-plugin-knlmeanscl-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 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}")