summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 02:48:41 +0100
committersL1pKn072022-03-13 02:48:41 +0100
commit9bcc22fcd209098e855a6977be4193e71e3c4e52 (patch)
tree1dcf58b5c14a38073b4ac130d16858e9f09b0c2d
parent4c17356d2f103af2b5a1077913424073915eecfd (diff)
downloadaur-9bcc22fcd209098e855a6977be4193e71e3c4e52.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f8c1b8b019..fe4b4412413a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:53:05 UTC 2019
pkgbase = vapoursynth-plugin-convo2d-git
pkgdesc = Plugin for Vapoursynth: convo2d (GIT version)
pkgver = r15.39fdd09
@@ -11,8 +9,8 @@ pkgbase = vapoursynth-plugin-convo2d-git
depends = vapoursynth
provides = vapoursynth-plugin-convo2d
conflicts = vapoursynth-plugin-convo2d
+ options = debug
source = git+https://github.com/chikuzen/convo2d.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-convo2d-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 58ec5991807a..35635143df40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("git+https://github.com/chikuzen/${_plug}.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"