[arch-commits] Commit in vapoursynth-plugin-mvtools/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon May 11 16:24:33 UTC 2020


    Date: Monday, May 11, 2020 @ 16:24:32
  Author: alucryd
Revision: 626267

upgpkg: vapoursynth-plugin-mvtools 22-1

Modified:
  vapoursynth-plugin-mvtools/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 16:22:45 UTC (rev 626266)
+++ PKGBUILD	2020-05-11 16:24:32 UTC (rev 626267)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-mvtools
-pkgver=21
+pkgver=22
 pkgrel=1
 pkgdesc='MVTools plugin for VapourSynth'
 arch=(x86_64)
@@ -17,9 +17,15 @@
   meson
   nasm
 )
-source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=v${pkgver})
+source=(git+https://github.com/dubhater/vapoursynth-mvtools.git#tag=d4dededb1ddd10ab5ab9c6cf06cc3cc863685917)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd vapoursynth-mvtools
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   arch-meson vapoursynth-mvtools build \
     --libdir=/usr/lib/vapoursynth



More information about the arch-commits mailing list