summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-02-06 22:14:37 +0100
committersL1pKn072022-02-06 22:14:37 +0100
commitd219545ed8e92bbc0a6b86dbd002ba48ed009dc1 (patch)
treee7c3d831569e9571485e9d38ef160e3d383dc049
parent1b3912f516b3a5cebd30df899624671697b347bd (diff)
downloadaur-d219545ed8e92bbc0a6b86dbd002ba48ed009dc1.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78d388473c1..7d267e6fc142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-pvsfunc-git
pkgdesc = Plugin for Vapoursynth: pvsfunc (GIT version)
- pkgver = 4.0.3.1.g8bc78a0
+ pkgver = 4.3.0.12.g1f5e44f
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=180426
arch = any
@@ -8,6 +8,7 @@ pkgbase = vapoursynth-plugin-pvsfunc-git
makedepends = git
makedepends = python-poetry
makedepends = python-pip
+ makedepends = python-wheel
depends = vapoursynth-plugin-havsfunc-git
depends = vapoursynth-plugin-pyd2v-git
depends = python-pymediainfo
diff --git a/PKGBUILD b/PKGBUILD
index ab6f418235b8..8b9aeecf53c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=pvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=4.0.3.1.g8bc78a0
+pkgver=4.3.0.12.g1f5e44f
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -16,6 +16,7 @@ depends=('vapoursynth-plugin-havsfunc-git'
makedepends=('git'
'python-poetry'
'python-pip'
+ 'python-wheel'
)
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")