summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-09-18 18:40:14 +0200
committersL1pKn072023-09-18 18:40:14 +0200
commit0e235c640162caba760fcb7d749ea68f785b3b19 (patch)
treedc8e73faa9af5cb8ac38573a4c57bfc5e639eb7e
parentd7803c042d5357a3d37109b1ec017e812bbfe8af (diff)
downloadaur-0e235c640162caba760fcb7d749ea68f785b3b19.tar.gz
bump
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD23
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e47a2272f9..c0214ec5ef08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = vapoursynth-plugin-pvsfunc-git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
+ makedepends = python-poetry
depends = vapoursynth-plugin-havsfunc-git
depends = vapoursynth-plugin-pyd2v-git
depends = python-pymediainfo
diff --git a/PKGBUILD b/PKGBUILD
index 70a0508f5919..a0a1ccdffcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,19 @@ pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://forum.doom9.org/showthread.php?t=180426'
license=('GPL')
-depends=('vapoursynth-plugin-havsfunc-git'
- 'vapoursynth-plugin-pyd2v-git'
- 'python-pymediainfo'
- 'python-more-itertools'
- )
-makedepends=('git'
- 'python-build'
- 'python-wheel'
- 'python-installer'
- )
+depends=(
+ 'vapoursynth-plugin-havsfunc-git'
+ 'vapoursynth-plugin-pyd2v-git'
+ 'python-pymediainfo'
+ 'python-more-itertools'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-wheel'
+ 'python-installer'
+ 'python-poetry'
+)
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/rlaPHOENiX/pvsfunc.git")