summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-03-02 22:51:31 +0100
committersL1pKn072017-03-02 22:51:31 +0100
commit6616a57d43e4f8d540cf73eb08caa0b4ebbb6fcc (patch)
tree96573ab2964659cb1fc8587efc35bb99ed2b7cf0
parentb6bdca979e1c5328c694fee32a123fe9c625d02d (diff)
downloadaur-6616a57d43e4f8d540cf73eb08caa0b4ebbb6fcc.tar.gz
Update to 1.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc5b1cc6b81..47151389aa35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 21:17:56 UTC 2017
+# Thu Mar 2 21:51:18 UTC 2017
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171379
arch = i686
@@ -12,8 +12,8 @@ pkgbase = vapoursynth-plugin-knlmeanscl
makedepends = opencl-headers
depends = vapoursynth
depends = opencl-icd-loader
- source = knlmeanscl-1.0.1.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.0.1.tar.gz
- sha256sums = 4413a54d3960154e6a895e07c3065e6b35bcd375f376d5ce0dddc72c23a3333a
+ source = knlmeanscl-1.0.2.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.0.2.tar.gz
+ sha256sums = a833bcd2abcb27ae46bf21e5d5a6af9314af45c0d4e722c04f0222f3814c32bc
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 4cdef75cbdc7..318013742a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('git'
'opencl-headers'
)
source=("${_plug}-${pkgver}.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v${pkgver}.tar.gz")
-sha256sums=('4413a54d3960154e6a895e07c3065e6b35bcd375f376d5ce0dddc72c23a3333a')
+sha256sums=('a833bcd2abcb27ae46bf21e5d5a6af9314af45c0d4e722c04f0222f3814c32bc')
build() {
cd "KNLMeansCL-${pkgver}"