summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-09-16 16:44:23 +0200
committersL1pKn072021-09-16 16:44:23 +0200
commitaa3d920e6f67a5cd44815c484e753448ab417588 (patch)
tree8bdc9255e00d8c9565ce793e29a1e0f51368780b
parent5e683eb445fb15cb3ed5b2f3bf74c43c11654087 (diff)
downloadaur-aa3d920e6f67a5cd44815c484e753448ab417588.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96628ff85e16..aaa028a7e53e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:59:52 UTC 2019
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
- pkgver = r12.0.g6a424f8
+ pkgver = r12.5.g613e79a
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=171136
arch = x86_64
@@ -12,11 +10,10 @@ pkgbase = vapoursynth-plugin-tcanny-git
makedepends = opencl-headers
makedepends = meson
depends = vapoursynth
- depends = ocl-icd
+ depends = opencl-icd-loader
provides = vapoursynth-plugin-tcanny
conflicts = vapoursynth-plugin-tcanny
source = tcanny::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-tcanny-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7f7f57502de8..69c9f8381dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_plug=tcanny
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r12.0.g6a424f8
+pkgver=r12.5.g613e79a
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=171136'
license=('GPL')
depends=('vapoursynth'
- 'ocl-icd'
+ 'opencl-icd-loader'
)
makedepends=('git'
'boost'