summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-02 20:55:40 +0100
committersL1pKn072019-03-02 20:55:40 +0100
commit0ad2fd34a23cd35021455ca29dc6acfe3063d171 (patch)
tree3ef4450102bda28de663b1333423533d1fe31dae
parent7f1f036b62879cef898e6d282d5aadc40bb52133 (diff)
downloadaur-0ad2fd34a23cd35021455ca29dc6acfe3063d171.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d71c3e0763c..3c1229932427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Mar 1 15:42:18 UTC 2019
+# Sat Mar 2 19:55:40 UTC 2019
pkgbase = vapoursynth-plugin-fvsfunc-git
pkgdesc = Plugin for Vapoursynth: fvsfunc (GIT version)
- pkgver = r3.3851d25
+ pkgver = r17.edb4ed9
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/fvsfunc
arch = x86_64
license = GPL
makedepends = git
- depends = capoursynth
+ depends = vapoursynth
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-nnedi3_rpow2-git
provides = vapoursynth-plugin-fvsfunc
diff --git a/PKGBUILD b/PKGBUILD
index 5226bccb4f80..50a1f4e16a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_plug=fvsfunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r3.3851d25
+pkgver=r17.edb4ed9
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/fvsfunc'
license=('GPL')
-depends=('capoursynth'
+depends=('vapoursynth'
'vapoursynth-plugin-muvsfunc-git'
'vapoursynth-plugin-nnedi3_rpow2-git'
)
@@ -31,5 +31,6 @@ package(){
install -Dm644 "${_plug}.py" "${pkgdir}${_site_packages}/${_plug}.py"
python -m compileall -q -f -d "${_site_packages}" "${pkgdir}${_site_packages}/${_plug}.py"
python -OO -m compileall -q -f -d "${_site_packages}" "${pkgdir}${_site_packages}/${_plug}.py"
+
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
}