author | Antonio Rojas
<arojas@archlinux.org> 2019-04-01 06:48:49 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-04-01 06:48:49 UTC |
parent | 438dbf7c1ad4090ca17f46b471b035d8416e6021 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 0ba83c4..3f6a0d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ package_python-mlt() { 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"