summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-07-02 23:50:51 +0200
committersl1pkn072015-07-02 23:50:51 +0200
commit64c21d47eba013ff4b312d26482a6841443c275d (patch)
tree79e8a8f9b1c63f243f2438a3b32793d0c2be50a0
parent8390e8138fd8a2ab3b4f767f1cf7661935518cc4 (diff)
downloadaur-64c21d47eba013ff4b312d26482a6841443c275d.tar.gz
Dammn...
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db9f9f4c3f45..065655974461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,11 +11,11 @@ pkgbase = vapoursynth-plugin-knlmeanscl
depends = vapoursynth
depends = libcl
source = https://dl.dropboxusercontent.com/u/6596386/vapoursynth-plugins/KNLMeansCL_v0.5.6.zip
- source = patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/67987544
- source = patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/1c9d055d
- sha1sums = SKIP
- sha1sums = SKIP
- sha1sums = SKIP
+ source = patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/1cc6a876
+ source = patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/00c87ed0
+ sha1sums = f65272737926d6227596eec6ca02918c943633c5
+ sha1sums = 8289b220a70a0fd9e64a835a9b412b69d44bd6f9
+ sha1sums = ac7f7b3c5cd13ed348c823e36b85670f3d5f4393
pkgname = vapoursynth-plugin-knlmeanscl
diff --git a/PKGBUILD b/PKGBUILD
index a6b9f30312d9..9cf6c3282b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ license=('GPL')
depends=('vapoursynth' 'libcl')
makedepends=('git' 'opencl-headers')
source=("https://dl.dropboxusercontent.com/u/6596386/vapoursynth-plugins/KNLMeansCL_v${pkgver}.zip"
- 'patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/67987544'
- 'patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/1c9d055d')
-sha1sums=('SKIP'
- 'SKIP'
- 'SKIP')
+ 'patch_h.patch::http://sl1pkn07.wtf/paste/view/raw/1cc6a876'
+ 'patch_cpp.patch::http://sl1pkn07.wtf/paste/view/raw/00c87ed0')
+sha1sums=('f65272737926d6227596eec6ca02918c943633c5'
+ '8289b220a70a0fd9e64a835a9b412b69d44bd6f9'
+ 'ac7f7b3c5cd13ed348c823e36b85670f3d5f4393')
prepare() {
(cd KNLMeansCL/src; find -type f -exec perl -pi -e 's/\r\n?/\n/g' "{}" \;)