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

Antonio Rojas arojas at archlinux.org
Mon Apr 1 06:48:50 UTC 2019


    Date: Monday, April 1, 2019 @ 06:48:49
  Author: arojas
Revision: 349515

Fix replaces

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 05:16:28 UTC (rev 349514)
+++ PKGBUILD	2019-04-01 06:48:49 UTC (rev 349515)
@@ -9,7 +9,7 @@
 pkgbase=mlt
 pkgname=(mlt python-mlt)
 pkgver=6.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An open source multimedia framework"
 arch=(x86_64)
 url="https://www.mltframework.org"
@@ -67,7 +67,7 @@
   depends=(python mlt)
   conflicts=(mlt-python-bindings)
   provides=(mlt-python-bindings)
-  replaces=(mlt-python-bindigs)
+  replaces=(mlt-python-bindings)
 
   _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
   cd "$srcdir/mlt-$pkgver/src/swig/python"



More information about the arch-commits mailing list