summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 02:34:03 +0100
committersL1pKn072022-03-13 02:34:03 +0100
commit3ae477cc696ad92bc9124dd4fdc2d3531f6fe014 (patch)
tree09d1e6bea789a63f39d4bdbcbc927e3a9d2b3102
parent1875b358a2fa8abb2ca1432237a08e8336d09923 (diff)
downloadaur-vapoursynth-plugin-cas-git.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be3714e6f5f..f32b4a6d6f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-cas-git
pkgdesc = Plugin for Vapoursynth: cas (GIT version)
- pkgver = r2.0.gd0df8c2
+ pkgver = 2.0.gd0df8c2
pkgrel = 1
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-CAS
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = vapoursynth-plugin-cas-git
depends = vapoursynth
provides = vapoursynth-plugin-cas
conflicts = vapoursynth-plugin-cas
+ options = debug
source = cas::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-CAS.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-cas-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 69da35e5d78b..39b84a6b8fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=cas
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2.0.gd0df8c2
+pkgver=2.0.gd0df8c2
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-CAS.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {