summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-06 19:51:27 +0200
committerGustavo Alvarez2016-08-06 19:51:27 +0200
commited28c8accbac1287f7c47399b3be17e0031c6f55 (patch)
treea9260ed6f74dad34ac4ec13ed937bc3ba091aff3
parent6139d224149bd2ebb4adf724e70e3ba969956e84 (diff)
downloadaur-ed28c8accbac1287f7c47399b3be17e0031c6f55.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f33737b6d26c..bef7c312b1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 6 14:58:47 UTC 2016
+# Sat Aug 6 17:51:20 UTC 2016
pkgbase = vapoursynth-plugin-sangnom-hg
pkgdesc = Plugin for Vapoursynth: sangnom (HG version)
- pkgver = 18.c4e2a8681c27
+ pkgver = 19.016bf2359f57
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173752
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c7f762a9fe1b..bc875d8c6987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=sangnom
pkgname=vapoursynth-plugin-${_plug}-hg
-pkgver=18.c4e2a8681c27
+pkgver=19.016bf2359f57
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (HG version)"
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ pkgver() {
prepare() {
cd "${_plug}"
echo "all:
- g++ -o lib${_plug}.so -std=gnu++11 -msse4.1 ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} $(pkg-config --cflags vapoursynth) sangnom_c.cpp -shared -fPIC" > Makefile
+ g++ -o lib${_plug}.so -std=gnu++11 -msse2 -DVS_TARGET_CPU_X86=1 ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} $(pkg-config --cflags vapoursynth) sangnom_c.cpp -shared -fPIC" > Makefile
}
build() {