diff options
author | sL1pKn07 | 2022-03-13 19:46:05 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 19:46:05 +0100 |
commit | 1872a81789e3ace0d0909b5d35c13731396a6635 (patch) | |
tree | fb196e44c215cfc67750c30919154cf104680ebf /PKGBUILD | |
parent | 5d973e32da883c96279ced03ec0fb4dc820f10c1 (diff) | |
download | aur-vapoursynth-plugin-warpsharpsupport-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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() { |