summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 19:48:13 +0100
committersL1pKn072022-03-13 19:48:13 +0100
commit014c04dbfa26469b24a259ba659c02dcebd7d0f4 (patch)
tree8e4e05a3ce31039be389d803eb7dd288749fa2ae
parent5d6beb897919ede10e8a7f9bb57f2c841ac5d63f (diff)
downloadaur-vapoursynth-plugin-xaa-git.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 155316cff080..d64d9c9847a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-xaa-git
pkgdesc = Plugin for Vapoursynth: xaa (GIT version)
- pkgver = v3.2.g6a39c63
+ pkgver = 3.2.g6a39c63
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-xaa
arch = x86_64
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(){