summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 15:51:16 +0200
committersl1pkn072015-06-30 15:51:16 +0200
commite2d6df4940dec5799e5cfbcc7ca8fa031dc23307 (patch)
treeaa8fb6445b6a8a71e810c616b7959178c6aeaced /PKGBUILD
parent9e2e70db08f92e5ac6b3eedc9a8f0f103ea3f56e (diff)
downloadaur-e2d6df4940dec5799e5cfbcc7ca8fa031dc23307.tar.gz
Update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6120a9a15e1e..ab85e8cb72cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_plug=tcanny
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2.1.g0861e87
+pkgver=r2.6.g312739d
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=171136"
+url='http://forum.doom9.org/showthread.php?t=171136'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
@@ -22,7 +22,9 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --install="${pkgdir}/usr/lib/vapoursynth"
+ ./configure --install="${pkgdir}/usr/lib/vapoursynth" \
+ --extra-cxxflags="${CXXFLAGS}" \
+ --extra-ldflags="${LDFLAGS}"
make
}