summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-08 18:58:37 +0100
committersL1pKn072019-02-08 18:58:37 +0100
commit2d621f54174ea3ef1fdad5f95e7392b840cecfc9 (patch)
tree78ffc03f715c28dcd0af45bf9aa74fda19edb0d9
parent033dd4d2f0206f741f66cb4dc4fac236ab92bbfe (diff)
downloadaur-2d621f54174ea3ef1fdad5f95e7392b840cecfc9.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19be88e3287f..a49bb61f6115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 16 13:38:00 UTC 2018
+# Fri Feb 8 17:58:32 UTC 2019
pkgbase = vapoursynth-plugin-smoothuv-git
pkgdesc = Plugin for Vapoursynth: smoothuv (GIT version)
- pkgver = v1.1.g0671808
+ pkgver = v2.0.g0ba81c9
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=175520
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 20dc30cdfd9f..662777a0086d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=smoothuv
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.1.g0671808
+pkgver=v2.0.g0ba81c9
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -26,19 +26,19 @@ pkgver() {
prepare() {
mkdir -p build
+}
+build() {
cd build
- arch-meson "../${_plug}" \
+ CXXFLAGS+=' -fpeel-loops' arch-meson "../${_plug}" \
--libdir /usr/lib/vapoursynth
-}
-
-build() {
- ninja -C build
+ ninja
}
package(){
DESTDIR="${pkgdir}" ninja -C build install
+
install -Dm644 "${_plug}/readme.rst" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/readme.rst"
install -Dm644 "${_plug}/RainbowSmooth.py" "${pkgdir}${_site_packages}/RainbowSmooth.py"