summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 04:17:17 +0100
committersL1pKn072022-03-13 04:17:17 +0100
commitea6bb6796846955fdb9da0deb698e3cb5527e8c4 (patch)
tree9b1298a82a11d691d38dd6060c6249cb9ddbeecb /PKGBUILD
parentcdd260603b9b8dbb8ab0250eb40bb0e85c30b9bb (diff)
downloadaur-vapoursynth-plugin-gradcurve-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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}"