summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 19:48:13 +0100
committersL1pKn072022-03-13 19:48:13 +0100
commit014c04dbfa26469b24a259ba659c02dcebd7d0f4 (patch)
tree8e4e05a3ce31039be389d803eb7dd288749fa2ae /PKGBUILD
parent5d6beb897919ede10e8a7f9bb57f2c841ac5d63f (diff)
downloadaur-vapoursynth-plugin-xaa-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab50ed0a8696..1d82973377ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=xaa
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v3.2.g6a39c63
+pkgver=3.2.g6a39c63
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -26,7 +26,7 @@ _site_packages="$(python -c 'import sysconfig; print(sysconfig.get_paths()["pure
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d v)"
}
package(){