git » mlt.git » commit fdecd71

Remove provides/conflicts

author Antonio Rojas
2021-05-03 15:41:42 UTC
committer Antonio Rojas
2021-05-03 15:41:42 UTC
parent 6ffd724b7920c93b75ac046ce7ee83d6f4cb4211

Remove provides/conflicts

PKGBUILD +1 -4

diff --git a/PKGBUILD b/PKGBUILD
index 9dd451e..7d92fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
 
 pkgname=mlt
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
@@ -34,9 +34,6 @@ optdepends=('sdl_image: SDL1 plugin'
             'python: python bindings')
 makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg
              jack libexif python swig movit eigen opencv rubberband gdk-pixbuf2 pango rtaudio imagemagick)
-conflicts=(python-mlt)
-provides=(python-mlt)
-replaces=(python-mlt)
 source=(https://github.com/mltframework/mlt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('91359ff8b911dbd879c687ed4cda10a6dce07786bfa0b3ba9f385e7a6a7a354b')