summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c26a2beb57..8f0251378271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 14 02:35:32 UTC 2017
+# Sun Jun 18 11:11:07 UTC 2017
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
- pkgver = r25
+ pkgver = r26
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
@@ -22,18 +22,15 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-f3kdb
depends = vapoursynth-plugin-fluxsmooth
depends = vapoursynth-plugin-fmtconv
- depends = vapoursynth-plugin-genericfilters-git
depends = vapoursynth-plugin-knlmeanscl
depends = vapoursynth-plugin-mvtools
depends = vapoursynth-plugin-nnedi3_resample-git
depends = vapoursynth-plugin-nnedi3-git
depends = vapoursynth-plugin-sangnom-hg
- depends = vapoursynth-plugin-scenechange
- depends = vapoursynth-plugin-temporalsoften-git
depends = vapoursynth-plugin-svpflow1
depends = vapoursynth-plugin-svpflow2-bin
- source = havsfunc-r25.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r25.tar.gz
- sha256sums = aac44a9e667d5458bdbbc7b81ebfc3bf201518da380090591d251b051b58f818
+ source = havsfunc-r26.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r26.tar.gz
+ sha256sums = 620ff5dc890012f742f1d5e5e1241a730db7cb28f5a584978929bac349c62029
pkgname = vapoursynth-plugin-havsfunc
diff --git a/PKGBUILD b/PKGBUILD
index 11d96cfcf77f..e7560a488bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r25
+pkgver=r26
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
@@ -22,20 +22,17 @@ depends=('vapoursynth'
'vapoursynth-plugin-f3kdb'
'vapoursynth-plugin-fluxsmooth'
'vapoursynth-plugin-fmtconv'
- 'vapoursynth-plugin-genericfilters-git'
'vapoursynth-plugin-knlmeanscl'
'vapoursynth-plugin-mvtools'
'vapoursynth-plugin-nnedi3_resample-git'
'vapoursynth-plugin-nnedi3-git'
'vapoursynth-plugin-sangnom-hg'
- 'vapoursynth-plugin-scenechange'
- 'vapoursynth-plugin-temporalsoften-git'
'vapoursynth-plugin-svpflow1'
'vapoursynth-plugin-svpflow2-bin'
)
makedepends=('git')
source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")
-sha256sums=('aac44a9e667d5458bdbbc7b81ebfc3bf201518da380090591d251b051b58f818')
+sha256sums=('620ff5dc890012f742f1d5e5e1241a730db7cb28f5a584978929bac349c62029')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"