summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 18:28:54 +0100
committersL1pKn072022-03-13 18:28:54 +0100
commitfbd52d6a418b7ee05bd94fd39659c945ac62c158 (patch)
tree09e69dce0527f789872d07e165ebade7848f5307
parent0c319e3c3135abb41282410909edfef801d7f895 (diff)
downloadaur-vapoursynth-plugin-temporalmedian-git.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6e8e0be94a3..97ce32b4a72a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index f7a4f5da20af..799a534f52ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {