summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-14 19:19:46 +0200
committersl1pkn072015-10-14 19:19:46 +0200
commitcaf1c4fe743b43cd9f9fdec9220671f3aa68f35b (patch)
treef90d2cb0c71c4df64a0f042d803478375807362a
parent72fe41c2ba44de0ab90235b8d2971e5879d38e41 (diff)
downloadaur-caf1c4fe743b43cd9f9fdec9220671f3aa68f35b.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3f47222698..16d496d6c234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.6.11
+ pkgver = 0.7.0
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.6.11.tar.gz
- sha1sums = efdf3e36037303774eee369b6cc8b8d0abab7aaa
+ source = https://github.com/Khanattila/KNLMeansCL/archive/v0.7.0.tar.gz
+ sha1sums = 3c9aba09c52815e835ed310244a7a6601893a159
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 363250077cb3..1197f3cab5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.6.11
+pkgver=0.7.0
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@ license=('GPL')
depends=('vapoursynth' 'libcl')
makedepends=('git' 'opencl-headers')
source=("https://github.com/Khanattila/KNLMeansCL/archive/v${pkgver}.tar.gz")
-sha1sums=('efdf3e36037303774eee369b6cc8b8d0abab7aaa')
+sha1sums=('3c9aba09c52815e835ed310244a7a6601893a159')
-prepare() {
- chmod +x "KNLMeansCL-${pkgver}/configure"
-}
+# prepare() {
+# chmod +x "KNLMeansCL-${pkgver}/configure"
+# }
build() {
cd "KNLMeansCL-${pkgver}"