summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-02 17:02:35 +0200
committersL1pKn072017-08-02 17:02:35 +0200
commit0e2b29d7acfc5c0c0a9dfa662f857e7c892e6c2e (patch)
tree0093747e28949575f06a52754f725b31e3c19167
parent3c60ddf08e39eecca050d17e6d95606dee5ed5ad (diff)
downloadaur-0e2b29d7acfc5c0c0a9dfa662f857e7c892e6c2e.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0735be3c29..28c455dd4468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 08:55:04 UTC 2016
+# Wed Aug 2 15:02:26 UTC 2017
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
- pkgver = r7.0.g5e48ea1
+ pkgver = r10.0.gd309511
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171136
arch = i686
@@ -10,10 +10,11 @@ pkgbase = vapoursynth-plugin-tcanny-git
license = GPL
makedepends = git
depends = vapoursynth
+ depends = ocl-icd
provides = vapoursynth-plugin-tcanny
conflicts = vapoursynth-plugin-tcanny
source = tcanny::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-tcanny-git
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
}