summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072019-02-09 20:47:47 +0100
committersL1pKn072019-02-09 20:47:47 +0100
commitfe9096665e034549e5ca583719acb47273065e6b (patch)
treeec36e67f9011f77170d03aae60427cfcc19fc9e3 /PKGBUILD
parent880f88cc91af6cb03a86213e8154d0c270d4dc38 (diff)
downloadaur-fe9096665e034549e5ca583719acb47273065e6b.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8061d37b685a..1ca9b803637a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_plug=dfttest
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r3.24.g3c741f4
+pkgver=r4.1.0.g7184c67
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://forum.doom9.org/showthread.php?t=171678'
license=('GPL')
depends=('vapoursynth'
@@ -39,5 +39,6 @@ build() {
package(){
cd "${_plug}"
make DESTDIR="${pkgdir}" install
+
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
}