summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-16 17:11:34 +0200
committersl1pkn072015-10-16 17:11:34 +0200
commitb66d4c8bda512118866f952f8aab6f5b65cba788 (patch)
tree5ead830217e279d9dee6a2041807053196cbd681
parentcaf1c4fe743b43cd9f9fdec9220671f3aa68f35b (diff)
downloadaur-b66d4c8bda512118866f952f8aab6f5b65cba788.tar.gz
Update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d496d6c234..f34162f7cdac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.7.0
+ pkgver = 0.7.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.7.0.tar.gz
- sha1sums = 3c9aba09c52815e835ed310244a7a6601893a159
+ source = https://github.com/Khanattila/KNLMeansCL/archive/v0.7.1.tar.gz
+ sha1sums = 84cb50b48771876dc5773177d6d4c29057354d1a
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 1197f3cab5a4..a3df0f1d22a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.7.0
+pkgver=0.7.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=('3c9aba09c52815e835ed310244a7a6601893a159')
+sha1sums=('84cb50b48771876dc5773177d6d4c29057354d1a')
# prepare() {
# chmod +x "KNLMeansCL-${pkgver}/configure"