[arch-commits] Commit in mlt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Mar 31 09:45:14 UTC 2019


    Date: Sunday, March 31, 2019 @ 09:45:13
  Author: arojas
Revision: 349468

Don't install unneeded binary file

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-31 09:39:01 UTC (rev 349467)
+++ PKGBUILD	2019-03-31 09:45:13 UTC (rev 349468)
@@ -9,7 +9,7 @@
 pkgbase=mlt
 pkgname=(mlt python-mlt)
 pkgver=6.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source multimedia framework"
 arch=(x86_64)
 url="https://www.mltframework.org"
@@ -74,5 +74,4 @@
   mkdir -p "$pkgdir/$_pythonpath"
   install -m755 mlt.py "$pkgdir/$_pythonpath"
   install -m755 _mlt.so "$pkgdir/$_pythonpath"
-  install -m755 mlt_wrap.o "$pkgdir/$_pythonpath"
 }



More information about the arch-commits mailing list