diff options
author | sL1pKn07 | 2022-03-13 18:28:54 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 18:28:54 +0100 |
commit | fbd52d6a418b7ee05bd94fd39659c945ac62c158 (patch) | |
tree | 09e69dce0527f789872d07e165ebade7848f5307 | |
parent | 0c319e3c3135abb41282410909edfef801d7f895 (diff) | |
download | aur-fbd52d6a418b7ee05bd94fd39659c945ac62c158.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 -# Sat Mar 2 20:00:11 UTC 2019 pkgbase = vapoursynth-plugin-temporalmedian-git pkgdesc = Plugin for Vapoursynth: temporalmedian (GIT version) - pkgver = v1.0.g10e2be3 + pkgver = 1.0.g10e2be3 pkgrel = 1 url = https://github.com/dubhater/vapoursynth-temporalmedian arch = x86_64 @@ -12,8 +10,8 @@ pkgbase = vapoursynth-plugin-temporalmedian-git depends = vapoursynth provides = vapoursynth-plugin-temporalmedian conflicts = vapoursynth-plugin-temporalmedian + options = debug source = temporalmedian::git+https://github.com/dubhater/vapoursynth-temporalmedian.git sha256sums = SKIP pkgname = vapoursynth-plugin-temporalmedian-git - @@ -1,8 +1,8 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=temporalmedian pkgname=vapoursynth-plugin-${_plug}-git -pkgver=v1.0.g10e2be3 +pkgver=1.0.g10e2be3 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/dubhater/vapoursynth-${_plug}.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - .)" + echo "$(git describe --long --tags | tr - . | tr -d v)" } prepare() { |