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

Evangelos Foutras foutrelis at archlinux.org
Wed Feb 17 05:59:13 UTC 2016


    Date: Wednesday, February 17, 2016 @ 06:59:13
  Author: foutrelis
Revision: 161936

upgpkg: vapoursynth-plugin-lsmashsource 875-3

Mark library as executable so sodeps get detected and versioned.

Modified:
  vapoursynth-plugin-lsmashsource/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 02:49:34 UTC (rev 161935)
+++ PKGBUILD	2016-02-17 05:59:13 UTC (rev 161936)
@@ -4,7 +4,7 @@
 
 pkgname=vapoursynth-plugin-lsmashsource
 pkgver=875
-pkgrel=2
+pkgrel=3
 pkgdesc='L-SMASH source plugin for Vapoursynth'
 arch=('i686' 'x86_64')
 url='https://github.com/VFR-maniac/L-SMASH-Works'
@@ -30,6 +30,9 @@
 
   make DESTDIR="${pkgdir}" install
 
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
   install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
   install -m 644 README "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
 



More information about the arch-commits mailing list