summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-05-07 13:29:46 +0200
committersL1pKn072017-05-07 13:29:46 +0200
commitb0cd1a6dd485d88cd4eed03e7af16b5d4f127c50 (patch)
tree95b2ec46f8b7766289ad4b8650dc235f091f9bc6
parent6616a57d43e4f8d540cf73eb08caa0b4ebbb6fcc (diff)
downloadaur-b0cd1a6dd485d88cd4eed03e7af16b5d4f127c50.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47151389aa35..6da4ba1c54a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 2 21:51:18 UTC 2017
+# Sun May 7 11:29:35 UTC 2017
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 1.0.2
+ pkgver = 1.1.0
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.2.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.0.2.tar.gz
- sha256sums = a833bcd2abcb27ae46bf21e5d5a6af9314af45c0d4e722c04f0222f3814c32bc
+ source = knlmeanscl-1.1.0.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.1.0.tar.gz
+ sha256sums = b35ce41908904ef49631d8d4604f02d21072e751bc2557634f35b4f149c636ba
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 318013742a47..f5ab7f550aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=1.0.2
+pkgver=1.1.0
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=('a833bcd2abcb27ae46bf21e5d5a6af9314af45c0d4e722c04f0222f3814c32bc')
+sha256sums=('b35ce41908904ef49631d8d4604f02d21072e751bc2557634f35b4f149c636ba')
build() {
cd "KNLMeansCL-${pkgver}"