summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63d2d01365b..019ef268bfbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-bm3dcuda-git
pkgdesc = Plugin for Vapoursynth: bm3dcuda (GIT version)
- pkgver = R2.6.1.gf9504cd
+ pkgver = 2.6.1.gf9504cd
pkgrel = 1
url = https://github.com/WolframRhodium/VapourSynth-BM3DCUDA
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3ed17190a39..70e07171f305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=bm3dcuda
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=R2.6.1.gf9504cd
+pkgver=2.6.1.gf9504cd
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -23,7 +23,7 @@ options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d R)"
}
build() {