summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 02:33:01 +0100
committersL1pKn072022-03-13 02:33:01 +0100
commit7091d9e1084f80f1dbb3fecd86dbd141ca6b7034 (patch)
treee72d0fcb8cf5d46b7b3cc23fad126647701e40a9
parent2a56208c43fa926600d0835ec9ec253d57133956 (diff)
downloadaur-7091d9e1084f80f1dbb3fecd86dbd141ca6b7034.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedcceff8dd3..febd2c779476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-bwdif-git
pkgdesc = Plugin for Vapoursynth: bwdif (GIT version)
- pkgver = r4.1.1.g2589910
+ pkgver = 4.1.1.g2589910
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=180419
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = vapoursynth-plugin-bwdif-git
depends = vapoursynth
provides = vapoursynth-plugin-bwdif
conflicts = vapoursynth-plugin-bwdif
+ options = debug
source = bwdif::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bwdif.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4784760351d0..0015ea6fbd09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=bwdif
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r4.1.1.g2589910
+pkgver=4.1.1.g2589910
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-Bwdif.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {