diff options
author | sL1pKn07 | 2022-03-13 18:00:37 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 18:00:37 +0100 |
commit | 41a446a29cde12d7a183815bcc4f4556969888d9 (patch) | |
tree | 0cdada631d540ac89d402d8145ed8d77c6215a17 /PKGBUILD | |
parent | a0944af405a491dd6231d91e6f91dc364cf05b74 (diff) | |
download | aur-vapoursynth-plugin-sangnom-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=sangnom pkgname=vapoursynth-plugin-${_plug}-git -pkgver=r42.0.g55a93f5 +pkgver=42.0.g55a93f5 pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (Fork)(GIT version)" arch=('x86_64') @@ -12,18 +12,15 @@ depends=('vapoursynth') makedepends=('git' 'meson' ) -provides=("vapoursynth-plugin-${_plug}" - "vapoursynth-plugin-${_plug}-hg" - ) -conflicts=("vapoursynth-plugin-${_plug}" - "vapoursynth-plugin-${_plug}-hg" - ) +provides=("vapoursynth-plugin-${_plug}") +conflicts=("vapoursynth-plugin-${_plug}") source=("${_plug}::git+https://github.com/dubhater/vapoursynth-sangnom.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - .)" + echo "$(git describe --long --tags | tr - . | tr -d r)" } prepare() { |