summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-14 00:05:59 +0100
committersL1pKn072022-03-14 00:05:59 +0100
commitbfea1d7d79e3255f3edfaef98834dc8682a8d851 (patch)
treea1539d9edcf8fec30efa03f463aec7b2a56d944c
parentdd01040507089bf664ced4c488ba5dff93b8ced7 (diff)
downloadaur-vapoursynth-plugin-w3fdif-git.tar.gz
build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a65eaf2c84..064f33456b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 20:01:45 UTC 2019
pkgbase = vapoursynth-plugin-w3fdif-git
pkgdesc = Plugin for Vapoursynth: w3fdif (GIT version)
- pkgver = r1.1.g8aecb6c
+ pkgver = 1.1.g8aecb6c
pkgrel = 1
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-W3FDIF
arch = x86_64
@@ -11,8 +9,8 @@ pkgbase = vapoursynth-plugin-w3fdif-git
depends = vapoursynth
provides = vapoursynth-plugin-w3fdif
conflicts = vapoursynth-plugin-w3fdif
+ options = debug
source = w3fdif::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-W3FDIF.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-w3fdif-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 51e0f464fedc..6642c4267515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=w3fdif
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r1.1.g8aecb6c
+pkgver=1.1.g8aecb6c
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -14,10 +14,11 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-W3FDIF.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
build() {