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

Maxime Gauduin alucryd at archlinux.org
Sat Aug 20 10:46:03 UTC 2016


    Date: Saturday, August 20, 2016 @ 10:46:02
  Author: alucryd
Revision: 187179

upgpkg: vapoursynth-plugin-lsmashsource 904-1

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-20 10:41:15 UTC (rev 187178)
+++ PKGBUILD	2016-08-20 10:46:02 UTC (rev 187179)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=vapoursynth-plugin-lsmashsource
-pkgver=879
+pkgver=904
 pkgrel=1
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
@@ -13,10 +13,16 @@
          'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
          'libswscale.so')
 makedepends=('git')
-_commit='a0193ccfc9d3c0f319b71d99c65e5fbb9f3cf140'
+_commit='ee572ba91d5721a0ab34621fe23e7dd43c7d7f30'
 source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
 sha256sums=('SKIP')
 
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
 build() {
   cd vapoursynth-plugin-lsmashsource/VapourSynth
 



More information about the arch-commits mailing list