summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave2020-06-05 15:39:53 -0400
committerDave2020-06-05 15:39:53 -0400
commit8bff98239d24917457c3e1d09f2d37c9015cfc9b (patch)
tree29799e8b244d3c2a66549973cdde16511fb11a1a /PKGBUILD
parentb3c3590186390fed50da75e1413dd5b28e102e65 (diff)
downloadaur-vapoursynth-plugin-lvsfunc-git.tar.gz
Add python-setuptools as a make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 142f9e013c14..d1f6ed60c061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=lvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r231.c9a2c00
+pkgver=r311.aea5d2d
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -23,7 +23,9 @@ optdepends=('vapoursynth-plugin-combmask: deinterlace.decomb'
'vapoursynth-plugin-readmpls: misc.source support for mpls sources'
'vapoursynth-plugin-continuityfixer: misc.edgefixer'
)
-makedepends=('git')
+makedepends=('git'
+ 'python-setuptools'
+ )
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git")