summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-02-10 22:18:10 +0100
committersL1pKn072017-02-10 22:18:10 +0100
commitb6bdca979e1c5328c694fee32a123fe9c625d02d (patch)
treef87dc06e34243879492a3df9fbaaea171befa858
parentc94ffe0c52ec2be6a8c0ce5b47da58340710c551 (diff)
downloadaur-b6bdca979e1c5328c694fee32a123fe9c625d02d.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56d97f9c068..afc5b1cc6b81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 1 14:18:34 UTC 2017
+# Fri Feb 10 21:17:56 UTC 2017
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.0.0.tar.gz
- sha256sums = 3e79b0043c7894d7d173c570dcfa23b8a03a25f814c60c85c8253d8a86371661
+ source = knlmeanscl-1.0.1.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v1.0.1.tar.gz
+ sha256sums = 4413a54d3960154e6a895e07c3065e6b35bcd375f376d5ce0dddc72c23a3333a
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 8714b0c1d2b8..4cdef75cbdc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=1.0.0
+pkgver=1.0.1
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=('3e79b0043c7894d7d173c570dcfa23b8a03a25f814c60c85c8253d8a86371661')
+sha256sums=('4413a54d3960154e6a895e07c3065e6b35bcd375f376d5ce0dddc72c23a3333a')
build() {
cd "KNLMeansCL-${pkgver}"