summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-06-18 13:11:21 +0200
committersL1pKn072017-06-18 13:11:21 +0200
commit0e8773ab77f7f19884bbcae1b8fc607fb3fedb2c (patch)
tree0cd73ca9c2176905bc1170f59b31727ce5a1ee41 /PKGBUILD
parentd588ea10fe38930c82ee13ac6219b2c9b7a9fdb7 (diff)
downloadaur-0e8773ab77f7f19884bbcae1b8fc607fb3fedb2c.tar.gz
Update to r26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
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())")"