summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-22 21:48:36 +0100
committersL1pKn072023-01-22 21:48:36 +0100
commit670917834ac1572dea9a886eef41351b71494785 (patch)
tree149ce8cce1122df4f077ca9a424cd40ad6d4a29d
parent7d25c462b9d739ee41ee13751f57d88ea658c48e (diff)
downloadaur-670917834ac1572dea9a886eef41351b71494785.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 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}"