summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-08-02 17:02:35 +0200
committersL1pKn072017-08-02 17:02:35 +0200
commit0e2b29d7acfc5c0c0a9dfa662f857e7c892e6c2e (patch)
tree0093747e28949575f06a52754f725b31e3c19167 /PKGBUILD
parent3c60ddf08e39eecca050d17e6d95606dee5ed5ad (diff)
downloadaur-0e2b29d7acfc5c0c0a9dfa662f857e7c892e6c2e.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fd5e5a892c6..e0e9030145c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
_plug=tcanny
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r7.0.g5e48ea1
+pkgver=r10.0.gd309511
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=171136'
license=('GPL')
-depends=('vapoursynth')
+depends=('vapoursynth'
+ 'ocl-icd'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -30,6 +32,7 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
+
make
}