summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f421b4366a..7208d43d9f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 21:07:26 UTC 2016
+# Sun Feb 21 09:08:10 UTC 2016
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.7.4
- pkgrel = 2
+ pkgver = 0.7.5
+ pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171379
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = vapoursynth-plugin-knlmeanscl
makedepends = opencl-headers
depends = vapoursynth
depends = libcl
- source = knlmeanscl-0.7.4.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v0.7.4.tar.gz
- sha1sums = ad180de5e244a97e6629dfdecee7b46e73e1b06a
+ source = knlmeanscl-0.7.5.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v0.7.5.tar.gz
+ sha1sums = eb1e532418268514802d547c9965d79ca03fe806
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 21e7ce19ea0b..5af2fe7aaa37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=171379'
@@ -15,11 +15,7 @@ makedepends=('git'
'opencl-headers'
)
source=("${_plug}-${pkgver}.tar.gz::https://github.com/Khanattila/KNLMeansCL/archive/v${pkgver}.tar.gz")
-sha1sums=('ad180de5e244a97e6629dfdecee7b46e73e1b06a')
-
-# prepare() {
-# chmod +x "KNLMeansCL-${pkgver}/configure"
-# }
+sha1sums=('eb1e532418268514802d547c9965d79ca03fe806')
build() {
cd "KNLMeansCL-${pkgver}"