summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2020-02-26 23:14:50 +0100
committerkageru2020-02-26 23:14:50 +0100
commit7dcda22c3304fbe367e04770afae6f577feba160 (patch)
tree9ced63416d3ac3a7a45097e33825a4bea4cf8995
parent0562ad281eb3549c595cb9d1c9507eb94f0d1c36 (diff)
downloadaur-7dcda22c3304fbe367e04770afae6f577feba160.tar.gz
Update dependencies for r47
This removes the dependency on numpy, as the adaptive_grain logic has been reimplemented as a plugin.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3438f0dc75de..b8ad0a5f0342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r46.fe8e96c
+ pkgver = r47.8d3f377
pkgrel = 2
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = vapoursynth-plugin-kagefunc-git
depends = vapoursynth-plugin-bm3d-git
depends = vapoursynth-plugin-knlmeanscl-git
depends = vapoursynth-plugin-tcanny-git
- depends = python-numpy
+ depends = vapoursynth-plugin-adaptivegrain-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 35185540d7ae..adcf8b1912a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r46.fe8e96c
+pkgver=r47.8d3f377
pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -21,7 +21,7 @@ depends=('vapoursynth'
'vapoursynth-plugin-bm3d-git'
'vapoursynth-plugin-knlmeanscl-git'
'vapoursynth-plugin-tcanny-git'
- 'python-numpy'
+ 'vapoursynth-plugin-adaptivegrain-git'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")