summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 16:42:18 +0100
committersL1pKn072019-03-01 16:42:18 +0100
commit7f1f036b62879cef898e6d282d5aadc40bb52133 (patch)
tree3e7a2d75b5d4899143b27e7ea58183fd92a17826
parentbc7e4c7486769ff1d18ca160bf380607f1994547 (diff)
downloadaur-7f1f036b62879cef898e6d282d5aadc40bb52133.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 498324bb6734..4d71c3e0763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Aug 13 12:37:27 UTC 2017
+# Fri Mar 1 15:42:18 UTC 2019
pkgbase = vapoursynth-plugin-fvsfunc-git
pkgdesc = Plugin for Vapoursynth: fvsfunc (GIT version)
pkgver = r3.3851d25
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/fvsfunc
- arch = i686
arch = x86_64
license = GPL
makedepends = git
+ depends = capoursynth
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-nnedi3_rpow2-git
provides = vapoursynth-plugin-fvsfunc
diff --git a/PKGBUILD b/PKGBUILD
index cf909285b9ab..5226bccb4f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r3.3851d25
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/fvsfunc'
license=('GPL')
-depends=('vapoursynth-plugin-muvsfunc-git'
+depends=('capoursynth'
+ 'vapoursynth-plugin-muvsfunc-git'
'vapoursynth-plugin-nnedi3_rpow2-git'
)
makedepends=('git')