summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-06-30 15:44:39 +0200
committersl1pkn072015-06-30 15:44:39 +0200
commitcafdc39a9cb993784e720c45156ba88ff0cb2696 (patch)
tree46aa67dfbf7c91059569d0db873c4179304aa987
parentd8bd7b40ddcccfd7edeeb46b3ce5a829dba40ce1 (diff)
downloadaur-cafdc39a9cb993784e720c45156ba88ff0cb2696.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 8a80fe8c621e..43acf58532ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-delogo-git
pkgdesc = Plugin for Vapoursynth: delogo (GIT version)
- pkgver = v0.2.9.g9a5129b
+ pkgver = v0.3.7.gfde8a60
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171252
arch = i686
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
}