summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-09-01 18:53:13 +0200
committersl1pkn072015-09-01 18:53:13 +0200
commitc98f090cfa0aa2550ebc41dad146d875f32da5ec (patch)
treed7747bf115109fba5901b35e385a147e9232933e
parent3bf2e5c71a5f402fd0e56b0a141321f4d0d78bcb (diff)
downloadaur-c98f090cfa0aa2550ebc41dad146d875f32da5ec.tar.gz
Update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ab7585a9ea..9c8d10e8d3d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171379
arch = i686
@@ -10,8 +10,8 @@ pkgbase = vapoursynth-plugin-knlmeanscl
makedepends = opencl-headers
depends = vapoursynth
depends = libcl
- source = https://github.com/Khanattila/KNLMeansCL/archive/v0.6.0.tar.gz
- sha1sums = 515c30197a30b1c808cc6a99ad8c153275736d6d
+ source = https://github.com/Khanattila/KNLMeansCL/archive/v0.6.1.tar.gz
+ sha1sums = 538f7066d888eae6aa9af5d892926ec4cecf9aca
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index c60d4fc0f5f5..ffd80db99379 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('vapoursynth' 'libcl')
makedepends=('git' 'opencl-headers')
source=("https://github.com/Khanattila/KNLMeansCL/archive/v${pkgver}.tar.gz")
-sha1sums=('515c30197a30b1c808cc6a99ad8c153275736d6d')
+sha1sums=('538f7066d888eae6aa9af5d892926ec4cecf9aca')
build() {
cd "KNLMeansCL-${pkgver}"