summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-02-15 00:53:37 +0100
committersL1pKn072023-02-15 00:53:37 +0100
commit59942af9b6b4e0b3943eba3ddc70e0b0382c2846 (patch)
tree415ae276df2b01d17f11f2fd3d7756d756f56ca4
parent05d665c69ec631cb97cf622f4783490a1063965e (diff)
downloadaur-vapoursynth-plugin-smoothuv-git.tar.gz
bump
-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
}