summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 16:47:48 +0100
committersL1pKn072022-03-13 16:47:48 +0100
commitc08c05caadaa3dfec9412edc7f73d789ce928bd2 (patch)
tree5811418a4ec0129b1a6e873378bcb24a9555c1d1
parente3e2363864477c4c8a43e40acbce9f1330bcdf74 (diff)
downloadaur-c08c05caadaa3dfec9412edc7f73d789ce928bd2.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02ef4ac3fe3..5ad6d2c21b82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-median-git
pkgdesc = Plugin for Vapoursynth: median (Fork)(GIT version)
- pkgver = v4.0.g9a2065c
+ pkgver = 4.0.g9a2065c
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-median
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = vapoursynth-plugin-median-git
provides = vapoursynth-plugin-median-hg
conflicts = vapoursynth-plugin-median
conflicts = vapoursynth-plugin-median-hg
+ options = debug
source = median::git+https://github.com/dubhater/vapoursynth-median.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-median-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d85d453135a..8307094b7794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=median
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v4.0.g9a2065c
+pkgver=4.0.g9a2065c
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (Fork)(GIT version)"
arch=('x86_64')
@@ -20,10 +20,11 @@ conflicts=("vapoursynth-plugin-${_plug}"
)
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-median.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d v)"
}
prepare() {