summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 19:46:05 +0100
committersL1pKn072022-03-13 19:46:05 +0100
commit1872a81789e3ace0d0909b5d35c13731396a6635 (patch)
treefb196e44c215cfc67750c30919154cf104680ebf /PKGBUILD
parent5d973e32da883c96279ced03ec0fb4dc820f10c1 (diff)
downloadaur-vapoursynth-plugin-warpsharpsupport-git.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d9efed43b26..3f8cb6aa582d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=warpsharpsupport
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=R1.0.g42f3b5e
-pkgrel=3
+pkgver=1.0.g42f3b5e
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/myrsloik/WarpSharpSupport.git'
@@ -19,7 +19,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 R)"
}
package() {