summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 02:46:21 +0100
committersL1pKn072022-03-13 02:46:21 +0100
commit9581c7ee770abafbb22a30d55a50995c83c870ed (patch)
treec087372e07361472963d1db057ecb7a9665356bb
parenta15644cc770facfa16ee9b60d702a9bbee017818 (diff)
downloadaur-vapoursynth-plugin-combmask-git.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 3bba869cd7e1..1000b8dc784b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:52:55 UTC 2019
pkgbase = vapoursynth-plugin-combmask-git
pkgdesc = Plugin for Vapoursynth: combmask (GIT version)
pkgver = 1.1.0.1.g9c708d7
@@ -11,8 +9,8 @@ pkgbase = vapoursynth-plugin-combmask-git
depends = vapoursynth
provides = vapoursynth-plugin-combmask
conflicts = vapoursynth-plugin-combmask
+ options = debug
source = git+https://github.com/chikuzen/combmask.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-combmask-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bce4612abfb4..8e8c55cd5a65 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}"