summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 16:56:42 +0100
committersL1pKn072022-03-13 16:56:42 +0100
commit8360ed417840b32a21dfb865b74573db2baf9fd1 (patch)
tree6b07a513d336060935cd05198debdbe19d64bd18
parentbd00ea4b6c5dc1e33e8feb9d6aa94b1d087f4bdd (diff)
downloadaur-8360ed417840b32a21dfb865b74573db2baf9fd1.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 fbdac2f8f48c..cf6fc9ff03c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:57:03 UTC 2019
pkgbase = vapoursynth-plugin-motionmask-git
pkgdesc = Plugin for Vapoursynth: motionmask (GIT version)
- pkgver = v2.0.g5de6eb3
+ pkgver = 2.1.ged86b06
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-motionmask
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = vapoursynth-plugin-motionmask-git
depends = vapoursynth
provides = vapoursynth-plugin-motionmask
conflicts = vapoursynth-plugin-motionmask
+ options = debug
source = motionmask::git+https://github.com/dubhater/vapoursynth-motionmask.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-motionmask-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 233783975323..d7cf8288f6f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=motionmask
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v2.0.g5de6eb3
+pkgver=2.1.ged86b06
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() {