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 0929cfc8e746..42abdbf78fed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = avisynth-plugin-removedirt-git
depends = avisynthplus
provides = avisynth-plugin-removedirt
conflicts = avisynth-plugin-removedirt
+ options = debug
source = removedirt::git+https://github.com/pinterf/RemoveDirt.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 24bc9b843cb0..2bdb274778ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ provides=("avisynth-plugin-${_plug}")
conflicts=("avisynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/pinterf/RemoveDirt.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"