diff options
author | Gustavo Alvarez | 2016-01-09 21:12:53 +0100 |
---|---|---|
committer | Gustavo Alvarez | 2016-01-09 21:12:53 +0100 |
commit | 2f239c00c1bd9a08d14261151647149e84f68228 (patch) | |
tree | 8db967bb66b02bd1efe71e45fd0df4e907d8f490 | |
parent | 45920725ab418fbb756cb970b5329b0194a257ee (diff) | |
download | aur-2f239c00c1bd9a08d14261151647149e84f68228.tar.gz |
update to r21
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 7 deletions
@@ -1,7 +1,9 @@ +# Generated by mksrcinfo v8 +# Sat Jan 9 20:12:40 UTC 2016 pkgbase = vapoursynth-plugin-havsfunc pkgdesc = Plugin for Vapoursynth: havsfunc - pkgver = r20 - pkgrel = 4 + pkgver = r21 + pkgrel = 1 url = http://forum.doom9.org/showthread.php?t=166582 arch = any license = GPL @@ -25,8 +27,8 @@ pkgbase = vapoursynth-plugin-havsfunc optdepends = vapoursynth-plugin-deblock-git: for Deblock_QED function optdepends = vapoursynth-plugin-sangnommod-git: for santiag function optdepends = vapoursynth-plugin-temporalsoften-git: for TemporalSoften function - source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r20.7z - sha1sums = db82d7a159ba128219ab796193ca3c8c14daba76 + source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r21.7z + sha1sums = d71683c92cfa0a1408c439af3452c2b4bb6a964e pkgname = vapoursynth-plugin-havsfunc @@ -2,8 +2,8 @@ _plug=havsfunc pkgname=vapoursynth-plugin-${_plug} -pkgver=r20 -pkgrel=4 +pkgver=r21 +pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug}" arch=('any') url='http://forum.doom9.org/showthread.php?t=166582' @@ -30,7 +30,7 @@ optdepends=('vapoursynth-plugin-genericfilters-git: for HQDering function' 'vapoursynth-plugin-temporalsoften-git: for TemporalSoften function' ) source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z") -sha1sums=('db82d7a159ba128219ab796193ca3c8c14daba76') +sha1sums=('d71683c92cfa0a1408c439af3452c2b4bb6a964e') _sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")" |