summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f64c7900e62..686b7d32c74b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = foosynth-plugin-neo_tmedian-git
makedepends = cmake
makedepends = avisynthplus
makedepends = vapoursynth
+ options = debug
source = neo_tmedian::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 018e9a017200..bd3336de3cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=neo_tmedian
pkgbase="foosynth-plugin-${_plug}-git"
@@ -18,6 +18,7 @@ makedepends=('git'
)
source=("${_plug}::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"