diff options
author | sL1pKn07 | 2022-03-13 03:10:44 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-13 03:10:44 +0100 |
commit | 2b0579f84fc6a2843e91f695ac3cd74b747eca81 (patch) | |
tree | 3206e8b6adfb55c9a97f4f5e0aa9dd03c7d1902e | |
parent | 63a1a0f2f86d788735c9f7dd333e3bfc539011f5 (diff) | |
download | aur-2b0579f84fc6a2843e91f695ac3cd74b747eca81.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = vapoursynth-plugin-dfttest-git pkgdesc = Plugin for Vapoursynth: dfttest (GIT version) - pkgver = r6.0.g8d85dd8 + pkgver = 7.1.g89034df pkgrel = 1 url = https://forum.doom9.org/showthread.php?t=171678 arch = x86_64 @@ -11,8 +11,8 @@ pkgbase = vapoursynth-plugin-dfttest-git depends = fftw provides = vapoursynth-plugin-dfttest conflicts = vapoursynth-plugin-dfttest + options = debug source = dfttest::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest.git sha256sums = SKIP pkgname = vapoursynth-plugin-dfttest-git - @@ -2,7 +2,7 @@ _plug=dfttest pkgname=vapoursynth-plugin-${_plug}-git -pkgver=r6.0.g8d85dd8 +pkgver=7.1.g89034df pkgrel=1 pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" arch=('x86_64') @@ -18,10 +18,11 @@ provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" - echo "$(git describe --long --tags | tr - .)" + echo "$(git describe --long --tags | tr - . | tr -d r)" } prepare() { |