summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 15:44:39 +0200
committersl1pkn072015-06-30 15:44:39 +0200
commitcafdc39a9cb993784e720c45156ba88ff0cb2696 (patch)
tree46aa67dfbf7c91059569d0db873c4179304aa987 /PKGBUILD
parentd8bd7b40ddcccfd7edeeb46b3ce5a829dba40ce1 (diff)
downloadaur-cafdc39a9cb993784e720c45156ba88ff0cb2696.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 697162b0ef79..e4adc8791271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_plug=delogo
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v0.2.9.g9a5129b
+pkgver=v0.3.7.gfde8a60
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=171252"
+url='http://forum.doom9.org/showthread.php?t=171252'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
@@ -22,7 +22,9 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --gcc --install="${pkgdir}/usr/lib/vapoursynth"
+ ./configure --install="${pkgdir}/usr/lib/vapoursynth" \
+ --extra-cxxflags="${CXXFLAGS}" \
+ --extra-ldflags="${LDFLAGS}"
make
}