summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-22 21:48:00 +0100
committersL1pKn072023-01-22 21:48:00 +0100
commitaae54c288d91613a717271bc5fa0fcc2a658f860 (patch)
treee3b1f3c8a4881ea1d37c06866683632ff37d143d
parent47a90642f93d2dc674ab43e5e0ee65388de6497f (diff)
downloadaur-aae54c288d91613a717271bc5fa0fcc2a658f860.tar.gz
bump
-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}"