summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-09 21:12:53 +0100
committerGustavo Alvarez2016-01-09 21:12:53 +0100
commit2f239c00c1bd9a08d14261151647149e84f68228 (patch)
tree8db967bb66b02bd1efe71e45fd0df4e907d8f490
parent45920725ab418fbb756cb970b5329b0194a257ee (diff)
downloadaur-2f239c00c1bd9a08d14261151647149e84f68228.tar.gz
update to r21
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85dc0f65e05..9f72fecde5e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index ab44b1c0cff2..74e40a8d6d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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())")"