summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkageru2020-01-25 10:48:49 +0100
committerkageru2020-01-25 10:48:49 +0100
commit0562ad281eb3549c595cb9d1c9507eb94f0d1c36 (patch)
tree6fe6143149588732147c814830cc589fc2494578
parent621a09e4ee1611624dc8e5f5105a047fc28f471d (diff)
downloadaur-0562ad281eb3549c595cb9d1c9507eb94f0d1c36.tar.gz
Add numpy as dependency
It’s always been needed for the adaptive_grain function and has just been missing so far.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1f0bf04d1a..3438f0dc75de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:50:28 UTC 2019
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r37.813f8f0
+ pkgver = r46.fe8e96c
pkgrel = 2
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
arch = x86_64
@@ -20,6 +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
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 689e9a6a0bda..35185540d7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r37.813f8f0
+pkgver=r46.fe8e96c
pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -21,6 +21,7 @@ depends=('vapoursynth'
'vapoursynth-plugin-bm3d-git'
'vapoursynth-plugin-knlmeanscl-git'
'vapoursynth-plugin-tcanny-git'
+ 'python-numpy'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")