summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 17:52:37 +0100
committersL1pKn072022-03-13 17:52:37 +0100
commit8b0f0e51515503b5cca746b7eedd2fb01c845645 (patch)
tree45603e31b58ff98672783b265d5407fed8747f77
parentc21d158b86d1df71dd4ed9096a5fc2d799acb7b9 (diff)
downloadaur-vapoursynth-plugin-retinex-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 f18a1b6a7b16..8fec22768475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:58:44 UTC 2019
pkgbase = vapoursynth-plugin-retinex-git
pkgdesc = Plugin for Vapoursynth: retinex (GIT version)
- pkgver = r4.0.gf7abea5
+ pkgver = 4.1.g6bfbdd4
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=171307
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = vapoursynth-plugin-retinex-git
depends = vapoursynth
provides = vapoursynth-plugin-retinex
conflicts = vapoursynth-plugin-retinex
+ options = debug
source = retinex::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Retinex.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-retinex-git
-
diff --git a/PKGBUILD b/PKGBUILD
index cfd027bc033a..3cd38c2ea416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=retinex
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r4.0.gf7abea5
+pkgver=4.1.g6bfbdd4
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -16,10 +16,11 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Retinex.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {