summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-08-29 16:02:35 +0200
committersl1pkn072015-08-29 16:02:35 +0200
commit3bf2e5c71a5f402fd0e56b0a141321f4d0d78bcb (patch)
tree779a463f6ef0e3f604370e78d4a2cf419cea2cdc
parent3777a8c357a71fec46c3e33fdb6e65cb67a6dd19 (diff)
downloadaur-3bf2e5c71a5f402fd0e56b0a141321f4d0d78bcb.tar.gz
Update to 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c52839d1bd1d..73ab7585a9ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-knlmeanscl
pkgdesc = Plugin for Vapoursynth: knlmeanscl
- pkgver = 0.5.7
+ pkgver = 0.6.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.5.7.tar.gz
- sha1sums = 2e4dbac2d0cab462a94e3ba193fea930d4901782
+ source = https://github.com/Khanattila/KNLMeansCL/archive/v0.6.0.tar.gz
+ sha1sums = 515c30197a30b1c808cc6a99ad8c153275736d6d
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index 0ff2261f1078..c60d4fc0f5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=knlmeanscl
pkgname=vapoursynth-plugin-${_plug}
-pkgver=0.5.7
+pkgver=0.6.0
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
@@ -11,11 +11,7 @@ license=('GPL')
depends=('vapoursynth' 'libcl')
makedepends=('git' 'opencl-headers')
source=("https://github.com/Khanattila/KNLMeansCL/archive/v${pkgver}.tar.gz")
-sha1sums=('2e4dbac2d0cab462a94e3ba193fea930d4901782')
-
-prepare() {
- chmod +x "KNLMeansCL-${pkgver}/configure"
-}
+sha1sums=('515c30197a30b1c808cc6a99ad8c153275736d6d')
build() {
cd "KNLMeansCL-${pkgver}"