summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-02 20:56:24 +0100
committersL1pKn072019-03-02 20:56:24 +0100
commit3fadb0232d8606d6db77e071ead0630d8f25a452 (patch)
treeaa1d308ad1d1b1808526c56da0da782d995d48a0
parentcff222590180fb764f24fe4538431420e1ecd58e (diff)
downloadaur-3fadb0232d8606d6db77e071ead0630d8f25a452.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6104900fba3..ed7123343067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Sat Mar 2 19:56:24 UTC 2019
pkgbase = vapoursynth-plugin-kagefunc-git
pkgdesc = Plugin for Vapoursynth: kagefunc (GIT version)
- pkgver = r33.25e01b1
+ pkgver = r34.dcaff3d
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/kagefunc
- arch = i686
arch = x86_64
license = GPL
makedepends = git
+ depends = vapoursynth
depends = vapoursynth-plugin-mvsfunc-git
depends = vapoursynth-plugin-fvsfunc-git
depends = vapoursynth-plugin-retinex-git
diff --git a/PKGBUILD b/PKGBUILD
index 718aa5e6f3c8..47b68cf6b270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_plug=kagefunc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r33.25e01b1
+pkgver=r34.dcaff3d
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/kagefunc'
license=('GPL')
-depends=('vapoursynth-plugin-mvsfunc-git'
+depends=('vapoursynth'
+ 'vapoursynth-plugin-mvsfunc-git'
'vapoursynth-plugin-fvsfunc-git'
'vapoursynth-plugin-retinex-git'
)
@@ -32,5 +33,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"
}