summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 04:17:17 +0100
committersL1pKn072022-03-13 04:17:17 +0100
commitea6bb6796846955fdb9da0deb698e3cb5527e8c4 (patch)
tree9b1298a82a11d691d38dd6060c6249cb9ddbeecb
parentcdd260603b9b8dbb8ab0250eb40bb0e85c30b9bb (diff)
downloadaur-vapoursynth-plugin-gradcurve-git.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc3a8b7a4d0d..ef3ab9ebfa02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:55:49 UTC 2019
pkgbase = vapoursynth-plugin-gradcurve-git
pkgdesc = Plugin for Vapoursynth: gradcurve (GIT version)
- pkgver = r37.cce9deb
+ pkgver = r38.aa2c4e9
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=174096
arch = x86_64
@@ -11,8 +9,8 @@ pkgbase = vapoursynth-plugin-gradcurve-git
depends = vapoursynth
provides = vapoursynth-plugin-gradcurve
conflicts = vapoursynth-plugin-gradcurve
+ options = debug
source = gradcurve::git+https://github.com/xekon/GradCurve.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-gradcurve-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 97742a028085..c0ba7c69802a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=gradcurve
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r37.cce9deb
+pkgver=r38.aa2c4e9
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -14,6 +14,7 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/xekon/GradCurve.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"