diff options
author | sL1pKn07 | 2022-03-13 02:47:36 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 02:47:36 +0100 |
commit | 9bbee27ccc364e0361ce60683a8115036815a1e4 (patch) | |
tree | 9d3f11cad801aca9bf5f08a3dc02cb101516c90d /PKGBUILD | |
parent | 9f0d374aa60f3aa18c1b6fe0d56f8c5a01fcfa36 (diff) | |
download | aur-vapoursynth-plugin-continuityfixer-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ _plug=continuityfixer pkgname=vapoursynth-plugin-${_plug}-git -pkgver=v6.0.gf1bc9a9 +pkgver=6.2.gf34d05b pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('x86_64') @@ -14,10 +14,11 @@ provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") source=("${_plug}::git+https://github.com/MonoS/VS-ContinuityFixer.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - . | tr V v)" + echo "$(git describe --long --tags | tr - . | tr -d V)" } prepare() { |