summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-11 17:28:17 +0100
committersl1pkn072015-11-11 17:28:17 +0100
commit9e41bf61830b3f013045309c411a8c3a1f7bfc71 (patch)
tree5bd42633466b4acd3f7a840610ed0bc9c4bb736d
parent5b241bc2236dd315038d3c2f94ebffc3a36fc1da (diff)
downloadaur-9e41bf61830b3f013045309c411a8c3a1f7bfc71.tar.gz
Update to 0.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7ba7b7e8f2d..127e7afc01b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.7.2
+ pkgver = 0.7.3
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.2.tar.gz
- sha1sums = 17c101def6ab1b1c3460a3c62dcd39d66ca8ba3f
+ source = https://github.com/Khanattila/KNLMeansCL/archive/v0.7.3.tar.gz
+ sha1sums = 225f0ac304af59f4e81ab67f11c6b2ba52d7ed0e
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index e58d2eb6d08d..9d3e0ce0c5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.7.2
+pkgver=0.7.3
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=('17c101def6ab1b1c3460a3c62dcd39d66ca8ba3f')
+sha1sums=('225f0ac304af59f4e81ab67f11c6b2ba52d7ed0e')
# prepare() {
# chmod +x "KNLMeansCL-${pkgver}/configure"