summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave2020-06-05 15:39:53 -0400
committerDave2020-06-05 15:39:53 -0400
commit8bff98239d24917457c3e1d09f2d37c9015cfc9b (patch)
tree29799e8b244d3c2a66549973cdde16511fb11a1a
parentb3c3590186390fed50da75e1413dd5b28e102e65 (diff)
downloadaur-vapoursynth-plugin-lvsfunc-git.tar.gz
Add python-setuptools as a make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e50c1b763e..4617af084553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = vapoursynth-plugin-lvsfunc-git
pkgdesc = Plugin for Vapoursynth: lvsfunc (GIT version)
- pkgver = r231.c9a2c00
+ pkgver = r311.aea5d2d
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/lvsfunc
arch = x86_64
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = vapoursynth
depends = vapoursynth-plugin-fvsfunc
depends = vapoursynth-plugin-havsfunc
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")