summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-03-31 03:41:49 +0200
committersL1pKn072018-03-31 03:41:49 +0200
commitaac42c4f4f7da28449ac15300c1fb72601ae6d49 (patch)
tree32fc19dc0ced13c45418eacf69d8e7e36b822a5b
parent70a64e7d93ea289ae30e21631f10fc9ac9320ce6 (diff)
downloadaur-aac42c4f4f7da28449ac15300c1fb72601ae6d49.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc62adb05c72..8281c66c0b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Sun Sep 17 13:33:19 UTC 2017
+# Sat Mar 31 01:41:27 UTC 2018
pkgbase = vapoursynth-plugin-nnedi3cl-git
pkgdesc = Plugin for Vapoursynth: nnedi3cl (GIT version)
- pkgver = r1.0.g4b92a9f
+ pkgver = r7.0.g827e8eb
pkgrel = 1
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL
- arch = i686
arch = x86_64
license = GPL2
makedepends = git
makedepends = opencl-headers
makedepends = boost
depends = vapoursynth
+ depends = vapoursynth-plugin-nnedi3_weights_bin
depends = ocl-icd
provides = vapoursynth-plugin-nnedi3cl
conflicts = vapoursynth-plugin-nnedi3cl
source = nnedi3cl::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-nnedi3cl-git
diff --git a/PKGBUILD b/PKGBUILD
index 2987047e9a04..0d4ecaa30d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_plug=nnedi3cl
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r1.0.g4b92a9f
+pkgver=r7.0.g827e8eb
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL'
license=('GPL2')
depends=('vapoursynth'
+ 'vapoursynth-plugin-nnedi3_weights_bin'
'ocl-icd'
)
makedepends=('git'
@@ -18,7 +19,7 @@ makedepends=('git'
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -43,4 +44,6 @@ package(){
cd "${_plug}"
make DESTDIR="${pkgdir}" install
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
+
+ rm -fr "${pkgdir}/usr/share/NNEDI3CL"
}