summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-14 01:14:57 +0100
committersL1pKn072022-03-14 01:14:57 +0100
commit6032379e664c8065a9ddfdf0d1227fa661885b10 (patch)
treed4b02757270278108387d4e16e9445861ec67277
parentd4a140a1d43a100baea07ba3ae07218fd78c5c2d (diff)
downloadaur-6032379e664c8065a9ddfdf0d1227fa661885b10.tar.gz
bump
-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}"