summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-14 00:58:45 +0100
committersL1pKn072022-03-14 00:58:45 +0100
commit4f8ad9ef0cba06ea472b252eb4472f027cabdd96 (patch)
treebb15f9947fcdf00b260cf5952977d77e26b51888
parentbc06d22612122c12b7cea57b8220ad87c8c0a544 (diff)
downloadaur-4f8ad9ef0cba06ea472b252eb4472f027cabdd96.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ab82adff92a..0d5745294414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foosynth-plugin-knlmeanscl-git
pkgdesc = Plugin for Vapoursynth: knlmeanscl (GIT version)
pkgver = 1.1.1.r571.c4af339
- pkgrel = 1
+ pkgrel = 2
url = https://forum.doom9.org/showthread.php?t=171379
arch = x86_64
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = foosynth-plugin-knlmeanscl-git
depends = opencl-icd-loader
provides = vapoursynth-plugin-knlmeanscl
conflicts = vapoursynth-plugin-knlmeanscl
+ options = debug
source = knlmeanscl::git+https://github.com/pinterf/KNLMeansCL.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f23c4774dc1..22602fdf1811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=("avisynth-plugin-${_plug}-git"
"vapoursynth-plugin-${_plug}-git"
)
pkgver=1.1.1.r571.c4af339
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=171379'
@@ -23,6 +23,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
provides=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/pinterf/KNLMeansCL.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"