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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 10 07:06:44 UTC 2021


    Date: Thursday, June 10, 2021 @ 07:06:44
  Author: alucryd
Revision: 961229

upgpkg: vapoursynth-plugin-lsmashsource 20210423-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 07:06:13 UTC (rev 961228)
+++ PKGBUILD	2021-06-10 07:06:44 UTC (rev 961229)
@@ -2,7 +2,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=20200531
+pkgver=20210423
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=(x86_64)
@@ -21,12 +21,12 @@
   git
   meson
 )
-source=(vapoursynth-plugin-lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git#tag=b6aef0c352182faf996e1e45a3781d506f086e0b)
+_tag=ffa730121fd593cd0c2f5ac05e37e50f4322c450
+source=(vapoursynth-plugin-lsmashsource::git+https://github.com/HolyWu/L-SMASH-Works.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
   cd vapoursynth-plugin-lsmashsource
-
   git describe --tags
 }
 
@@ -36,7 +36,7 @@
 }
 
 package(){
-  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="${pkgdir}" ninja install -C build
   install -Dm 644 vapoursynth-plugin-lsmashsource/VapourSynth/README -t "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
   install -Dm 644 vapoursynth-plugin-lsmashsource/VapourSynth/LICENSE -t "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
 }



More information about the arch-commits mailing list