git » mlt.git » commit 21c574a

Update to 7.6.0

author Antonio Rojas
2022-03-29 20:25:01 UTC
committer Antonio Rojas
2022-03-29 20:25:01 UTC
parent 6f81c75129ad738c1990666b3ae70a5e5eec6b3e

Update to 7.6.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6f76c7d..26f9136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=mlt
-pkgver=7.4.0
-pkgrel=3
+pkgver=7.6.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/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37')
+sha256sums=('49f3c7902432a5a873ebce8406d901ac73623ff3dba7265b6e8b55cfe8220201')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \