summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2019-02-24 02:39:57 +0100
committerkageru2019-02-24 02:39:57 +0100
commitcff222590180fb764f24fe4538431420e1ecd58e (patch)
tree28ebf804bff485acf7f04734357ac25d54e5fef9
parent21e809b015dbe45680cdb4415c2be5af78a751c5 (diff)
downloadaur-cff222590180fb764f24fe4538431420e1ecd58e.tar.gz
include retinex as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b87a0b77506..a6104900fba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Aug 13 12:41:56 UTC 2017
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r7.cfabb13
+ pkgver = r33.25e01b1
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = i686
@@ -11,6 +9,7 @@ pkgbase = vapoursynth-plugin-kagefunc-git
makedepends = git
depends = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-fvsfunc-git
+ depends = vapoursynth-plugin-retinex-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 dfb68cbf0586..718aa5e6f3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: kageru <kageru[at]encode[dot]moe>
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r7.cfabb13
+pkgver=r33.25e01b1
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -10,6 +11,7 @@ url='https://github.com/Irrational-Encoding-Wizardry/kagefunc'
license=('GPL')
depends=('vapoursynth-plugin-mvsfunc-git'
'vapoursynth-plugin-fvsfunc-git'
+ 'vapoursynth-plugin-retinex-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")