summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19fa4766da27..baeaf0f9912b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 14:02:59 UTC 2016
+# Sun Jun 26 15:24:48 UTC 2016
pkgbase = vapoursynth-plugin-mvtools_sf-git
pkgdesc = Plugin for Vapoursynth: mvtools_sf (GIT version)
- pkgver = test14.1.g58801a8
+ pkgver = r3.4.gb064905
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172525
arch = i686
@@ -14,6 +14,8 @@ pkgbase = vapoursynth-plugin-mvtools_sf-git
provides = vapoursynth-plugin-mvtools_sf
conflicts = vapoursynth-plugin-mvtools_sf
source = mvtools_sf::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf
+ source = esee.patch::https://paste.kde.org/pmj720gta/3rxajn/raw
+ sha1sums = SKIP
sha1sums = SKIP
pkgname = vapoursynth-plugin-mvtools_sf-git
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())")"