summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-29 16:40:42 +0200
committersl1pkn072015-06-29 16:40:42 +0200
commitdc249837be274b7cc29fb9c9132f527c4ed2c70d (patch)
tree31dc3fe1daaff606f28eac4fa1b25ed5712d40c5
parent45d17f159e5fdee3d2d6d13b7e3302efa55fb917 (diff)
downloadaur-dc249837be274b7cc29fb9c9132f527c4ed2c70d.tar.gz
Fixed vapoursynth detection by updtream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8a5695cc557..48dcbd653270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-d2vsource-git
pkgdesc = Plugin for Vapoursynth: d2vsource (GIT version)
- pkgver = beta7.8.gc160a97
+ pkgver = beta7.10.ge4a2d98
pkgrel = 1
url = https://github.com/dwbuiten/d2vsource
arch = i686
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
}