summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 18:32:52 +0100
committersL1pKn072022-03-13 18:32:52 +0100
commitd4b955ac91062f91073fe44e9ca99975b95349e0 (patch)
treec9e10fab06d15dea8b058591ca9adf579a4ae594
parentc562e14b45132f4c888bf636b634ac5a3567e62b (diff)
downloadaur-d4b955ac91062f91073fe44e9ca99975b95349e0.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 4c89c3bcaf5c..ddd2bc5b534c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 22:34:45 UTC 2019
pkgbase = vapoursynth-plugin-timecube-git
pkgdesc = Plugin for Vapoursynth: timecube (GIT version)
- pkgver = r2a.0.gd3982b2
+ pkgver = 3.1.0.g22acabc
pkgrel = 1
url = https://github.com/sekrit-twc/timecube
arch = x86_64
@@ -11,10 +9,10 @@ pkgbase = vapoursynth-plugin-timecube-git
depends = vapoursynth
provides = vapoursynth-plugin-timecube
conflicts = vapoursynth-plugin-timecube
+ options = debug
source = timecube::git+https://github.com/sekrit-twc/timecube.git
source = git+https://github.com/sekrit-twc/vsxx.git
sha256sums = SKIP
sha256sums = SKIP
pkgname = vapoursynth-plugin-timecube-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 54b6ffc549ff..ad69ab007b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
# Contributor: Mikuro Kagamine <mikurok@forgecrushing.com>
_plug=timecube
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2a.0.gd3982b2
+pkgver=3.1.0.g22acabc
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -20,10 +20,11 @@ source=("${_plug}::git+https://github.com/sekrit-twc/${_plug}.git"
sha256sums=('SKIP'
'SKIP'
)
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {