summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 02:20:10 +0100
committersL1pKn072022-03-13 02:20:10 +0100
commitfbcff67117db1943be2b0912787133f4d5a33ffd (patch)
tree2faaefba84b5c6ac66e0082d7e5ac0fefb5d9756
parente33ee2866df255e4a5ec42f4199f15ceece0a5ce (diff)
downloadaur-vapoursynth-plugin-awarpsharp2-git.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b149a1c2437d..f2690cd6357e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:52:12 UTC 2019
pkgbase = vapoursynth-plugin-awarpsharp2-git
pkgdesc = Plugin for Vapoursynth: awarpsharp2 (GIT version)
- pkgver = v4.0.g886d4b7
+ pkgver = 4.0.g886d4b7
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=172721
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = vapoursynth-plugin-awarpsharp2-git
depends = vapoursynth
provides = vapoursynth-plugin-awarpsharp2
conflicts = vapoursynth-plugin-awarpsharp2
+ options = debug
source = awarpsharp2::git+https://github.com/dubhater/vapoursynth-awarpsharp2.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-awarpsharp2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1786f6f5f634..4df5f4ab9281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=awarpsharp2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v4.0.g886d4b7
+pkgver=4.0.g886d4b7
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() {