summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 15:41:19 +0200
committersl1pkn072015-06-30 15:41:19 +0200
commit2ae5cd791676aeb373487d4d82c424f612ca3246 (patch)
tree4513450c70a5c8b6a88a7de4b1ae033681216200 /PKGBUILD
parent8ec70f8c2bc3cb0e961b320ecc058431b2923acb (diff)
downloadaur-2ae5cd791676aeb373487d4d82c424f612ca3246.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 3b0bd0f9665a..65393da989d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_plug=bm3d
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r3.4.g8636c68
+pkgver=r3.12.ga61c56a
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=172172"
+url='http://forum.doom9.org/showthread.php?t=172172'
license=('GPL')
depends=('vapoursynth' 'fftw')
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
}