summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1437a1a78ff8..8ffa19f58162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-smoothuv-git
pkgdesc = Plugin for Vapoursynth: smoothuv (GIT version)
- pkgver = 2.1.gd75886e
+ pkgver = 3.0.g30a2851
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=175520
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ea65ae7e4e94..67222366add3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=smoothuv
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=2.1.gd75886e
+pkgver=3.0.g30a2851
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -31,9 +31,9 @@ prepare() {
build() {
cd build
- CXXFLAGS+=' -fpeel-loops' \
+ CXXFLAGS="${CXXFLAGS//-march=x86-64 -mtune=generic/-march=native} -fpeel-loops" \
arch-meson "../${_plug}" \
- --libdir /usr/lib/vapoursynth
+ --libdir /usr/lib/vapoursynth
ninja
}