summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 18:19:51 +0100
committersL1pKn072022-03-13 18:19:51 +0100
commit8648235e4c6866b7368230465912fab96f8ba0d2 (patch)
tree15c2a6c94383200c26acbbb57b641384efcabb25
parentaa3d920e6f67a5cd44815c484e753448ab417588 (diff)
downloadaur-8648235e4c6866b7368230465912fab96f8ba0d2.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa028a7e53e..f1a2afa20686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-tcanny-git
pkgdesc = Plugin for Vapoursynth: tcanny (GIT version)
- pkgver = r12.5.g613e79a
+ pkgver = 14.0.g14d7a15
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=171136
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = vapoursynth-plugin-tcanny-git
depends = opencl-icd-loader
provides = vapoursynth-plugin-tcanny
conflicts = vapoursynth-plugin-tcanny
+ options = debug
source = tcanny::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 69c9f8381dd6..baea3e741ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=tcanny
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r12.5.g613e79a
+pkgver=14.0.g14d7a15
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -20,10 +20,11 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {