summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13442b2f75f3..fe8f160bf0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=mvtools_sf
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=test14.1.g58801a8
+pkgver=r3.4.gb064905
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -14,8 +14,10 @@ depends=('vapoursynth'
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf")
-sha1sums=('SKIP')
+source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf"
+ 'esee.patch::https://paste.kde.org/pmj720gta/3rxajn/raw')
+sha1sums=('SKIP'
+ 'SKIP')
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"