summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-06-29 16:40:42 +0200
committersl1pkn072015-06-29 16:40:42 +0200
commitdc249837be274b7cc29fb9c9132f527c4ed2c70d (patch)
tree31dc3fe1daaff606f28eac4fa1b25ed5712d40c5 /PKGBUILD
parent45d17f159e5fdee3d2d6d13b7e3302efa55fb917 (diff)
downloadaur-dc249837be274b7cc29fb9c9132f527c4ed2c70d.tar.gz
Fixed vapoursynth detection by updtream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44c47d8e9792..4370512cecb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=d2vsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=beta7.8.gc160a97
+pkgver=beta7.10.ge4a2d98
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "${_plug}"
./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS} $(pkg-config --cflags vapoursynth)" \
+ --extra-cxxflags="${CXXFLAGS}" \
--extra-ldflags="${LDFLAGS}"
make
}