git » mlt.git » commit db44fab

Update to 7.10.0

author Antonio Rojas
2022-11-01 11:28:46 UTC
committer Antonio Rojas
2022-11-01 11:28:46 UTC
parent e6976d8bfe07d37c068d2dafa1fd8e0b6240a5c6

Update to 7.10.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c948ffa..1934b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=mlt
-pkgver=7.8.0
-pkgrel=2
+pkgver=7.10.0
+pkgrel=1
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
@@ -35,7 +35,7 @@ optdepends=('sdl_image: SDL1 plugin'
 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)
 source=(https://github.com/mltframework/mlt/releases/download/v$pkgver/mlt-$pkgver.tar.gz)
-sha256sums=('66606d79f91b400a4d9380a911a5d771a48bd6413447fa2f3713459eba70242d')
+sha256sums=('045de6034346ba1e81c83c157d37bf1079277b27ba56591b954c6bf26a04d30c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \