diff options
author | sL1pKn07 | 2022-03-13 19:56:44 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 19:56:44 +0100 |
commit | 7bdf37a0cb390577a0b62ba9c240ede7d21c53c0 (patch) | |
tree | dfb9fb358b02e541724bde689fd69fb6dce9487d | |
parent | 9a6111b0c20281fadcea7d8d1116f191790a1891 (diff) | |
download | aur-vapoursynth-plugin-yadifmod-git.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 7 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Fri Feb 8 18:12:27 UTC 2019 pkgbase = vapoursynth-plugin-yadifmod-git pkgdesc = Plugin for Vapoursynth: yadifmod (GIT Version) - pkgver = r10.1.0.g8aad01a + pkgver = 10.1.1.g2b45ada pkgrel = 1 url = http://forum.doom9.org/showthread.php?t=171028 arch = x86_64 @@ -12,8 +10,8 @@ pkgbase = vapoursynth-plugin-yadifmod-git depends = vapoursynth provides = vapoursynth-plugin-yadifmod conflicts = vapoursynth-plugin-yadifmod + options = debug source = yadifmod::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Yadifmod.git sha256sums = SKIP pkgname = vapoursynth-plugin-yadifmod-git - @@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=yadifmod pkgname=vapoursynth-plugin-${_plug}-git -pkgver=r10.1.0.g8aad01a +pkgver=10.1.1.g2b45ada pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)" arch=('x86_64') @@ -16,10 +16,11 @@ provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Yadifmod.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - .)" + echo "$(git describe --long --tags | tr - . | tr -d r)" } prepare() { |