summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb7b0ef01ea9..498cabb735dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = avisynth-plugin-fluxsmooth-git
depends = avisynthplus
provides = avisynth-plugin-fluxsmooth
conflicts = avisynth-plugin-fluxsmooth
+ options = debug
source = fluxsmooth::git+https://github.com/pinterf/FluxSmooth.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a494a037e6e..b243cbf7ee14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ provides=("avisynth-plugin-${_plug}")
conflicts=("avisynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/pinterf/FluxSmooth.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"