summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baeaf0f9912b..2e0f5b825c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 26 15:24:48 UTC 2016
+# Mon Jul 4 11:58:43 UTC 2016
pkgbase = vapoursynth-plugin-mvtools_sf-git
pkgdesc = Plugin for Vapoursynth: mvtools_sf (GIT version)
pkgver = r3.4.gb064905
@@ -14,8 +14,6 @@ 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 fe8f160bf0fd..34990e085fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,8 @@ depends=('vapoursynth'
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf"
- 'esee.patch::https://paste.kde.org/pmj720gta/3rxajn/raw')
-sha1sums=('SKIP'
- 'SKIP')
+source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf")
+sha1sums=('SKIP')
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"