summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-10-02 00:05:34 +0200
committersL1pKn072022-10-02 00:05:34 +0200
commit54867173a7e6a9c080e48c808acb174ab9526704 (patch)
tree596ae65b5db4f17c3811651a7559867e9b27d08e
parent50df4b6c2fcd814b786cc815513bd18ceff4a71d (diff)
downloadaur-54867173a7e6a9c080e48c808acb174ab9526704.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48306373436d..399e27992ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = vapoursynth-plugin-jvsfunc-git
license = GPL
makedepends = git
makedepends = python-pip
+ makedepends = python-wheel
depends = vapoursynth-plugin-vsutil-git
depends = vapoursynth-plugin-lvsfunc-git
depends = vapoursynth-plugin-vsrgtools-git
diff --git a/PKGBUILD b/PKGBUILD
index 28550131421f..1d0f30577781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=('vapoursynth-plugin-vsutil-git'
)
makedepends=('git'
'python-pip'
+ 'python-wheel'
)
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")