summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-03-15 18:42:23 +0100
committerGustavo Alvarez2016-03-15 18:42:23 +0100
commitf6083c17e7ab6c859d9fc5d6d777708f89bc239e (patch)
tree70834ce517f4e3cb01ad3cad2fc4b3d2627761d1
parentc1fd3a1639cb369651866afbe43ef29c5c7b618c (diff)
downloadaur-f6083c17e7ab6c859d9fc5d6d777708f89bc239e.tar.gz
remove -mno-xop
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 881f2ba8e3f7..c385efb303e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 24 21:30:15 UTC 2015
+# Tue Mar 15 17:42:15 UTC 2016
pkgbase = vapoursynth-plugin-yadifmod-git
pkgdesc = Plugin for Vapoursynth: yadifmod (GIT Version)
- pkgver = r8.6.g9fb9467
+ pkgver = r9.2.gdf73634
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171028
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f944934e7aca..3263bc1e39ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=yadifmod
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r8.6.g9fb9467
+pkgver=r9.2.gdf73634
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
arch=('i686' 'x86_64')
@@ -22,9 +22,10 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS} -mno-xop" \
- --extra-ldflags="${LDFLAGS}"
+ ./configure \
+ --install="${pkgdir}/usr/lib/vapoursynth" \
+ --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
+ --extra-ldflags="${LDFLAGS}"
make
}