summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 15:51:16 +0200
committersl1pkn072015-06-30 15:51:16 +0200
commite2d6df4940dec5799e5cfbcc7ca8fa031dc23307 (patch)
treeaa8fb6445b6a8a71e810c616b7959178c6aeaced
parent9e2e70db08f92e5ac6b3eedc9a8f0f103ea3f56e (diff)
downloadaur-e2d6df4940dec5799e5cfbcc7ca8fa031dc23307.tar.gz
Update pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6586efbf24d..b10bc90091ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
- pkgver = r2.1.g0861e87
+ pkgver = r2.6.g312739d
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171136
arch = i686
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
}