summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-10-26 16:14:23 +0200
committersL1pKn072017-10-26 16:14:23 +0200
commitaf1a11ae58a2f6ce580dd95b861671ba540a6af6 (patch)
tree331c01322f85175a27b8eeff0cae00ffae04fe02
parent0e8773ab77f7f19884bbcae1b8fc607fb3fedb2c (diff)
downloadaur-af1a11ae58a2f6ce580dd95b861671ba540a6af6.tar.gz
Update to r27
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f0251378271..0bae01db9b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 11:11:07 UTC 2017
+# Thu Oct 26 14:14:04 UTC 2017
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
- pkgver = r26
+ pkgver = r27
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
@@ -18,6 +18,7 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-deblock-git
depends = vapoursynth-plugin-dfttest-git
depends = vapoursynth-plugin-eedi2-git
+ depends = vapoursynth-plugin-eedi3cl-git
depends = vapoursynth-plugin-fft3dfilter-git
depends = vapoursynth-plugin-f3kdb
depends = vapoursynth-plugin-fluxsmooth
@@ -29,8 +30,8 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-sangnom-hg
depends = vapoursynth-plugin-svpflow1
depends = vapoursynth-plugin-svpflow2-bin
- source = havsfunc-r26.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r26.tar.gz
- sha256sums = 620ff5dc890012f742f1d5e5e1241a730db7cb28f5a584978929bac349c62029
+ source = havsfunc-r27.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r27.tar.gz
+ sha256sums = 8379b2f324f55e9a5317bd647d6df6a141db7af06740019c8c50cf46de4a0778
pkgname = vapoursynth-plugin-havsfunc
diff --git a/PKGBUILD b/PKGBUILD
index e7560a488bcb..40b77454fdd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r26
+pkgver=r27
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
@@ -18,6 +18,7 @@ depends=('vapoursynth'
'vapoursynth-plugin-deblock-git'
'vapoursynth-plugin-dfttest-git'
'vapoursynth-plugin-eedi2-git'
+ 'vapoursynth-plugin-eedi3cl-git'
'vapoursynth-plugin-fft3dfilter-git'
'vapoursynth-plugin-f3kdb'
'vapoursynth-plugin-fluxsmooth'
@@ -32,7 +33,7 @@ depends=('vapoursynth'
)
makedepends=('git')
source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")
-sha256sums=('620ff5dc890012f742f1d5e5e1241a730db7cb28f5a584978929bac349c62029')
+sha256sums=('8379b2f324f55e9a5317bd647d6df6a141db7af06740019c8c50cf46de4a0778')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"