git » mlt.git » commit 487d66f

upgpkg: 7.18.0-1: Update to 7.18.0

author Antonio Rojas
2023-07-28 23:19:05 UTC
committer Antonio Rojas
2023-07-28 23:19:05 UTC
parent 025f781d14f386734634041f4bf40ba21a5a0fac

upgpkg: 7.18.0-1: Update to 7.18.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9c11751..6060022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=mlt
-pkgver=7.16.0
-pkgrel=2
+pkgver=7.18.0
+pkgrel=1
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
@@ -36,7 +36,7 @@ optdepends=('sdl_image: SDL1 plugin'
 makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg qt6-svg qt6-5compat
              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=('c0975e06403d3df22be7d4b5d96d0608e0d16470299360d0a0ee5f41ba2b7a96')
+sha256sums=('9c57da14fbf3cb9c23b867b36f038aac7978c159ba0e8d8ac90e31c66878d115')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \