author | Antonio Rojas
<arojas@archlinux.org> 2023-02-02 11:17:40 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-02-02 11:17:40 UTC |
parent | 8b7a54a0199b90ff6240be66576d16b395856edc |
PKGBUILD | +5 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 7a9fc16..6f886d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com> pkgname=kdenlive -pkgver=22.12.1 -pkgrel=2 +pkgver=22.12.2 +pkgrel=1 pkgdesc='A non-linear video editor for Linux using the MLT video framework' arch=(x86_64) url='https://apps.kde.org/kdenlive/' @@ -23,19 +23,13 @@ optdepends=('ffmpeg: for FFmpeg plugin' 'bigsh0t: VR360 effects' 'mediainfo: for technical clip information' 'noise-suppression-for-voice: noise suppression effect') -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig} - https://invent.kde.org/multimedia/kdenlive/-/commit/2c6eeac0.patch) -sha256sums=('af1e6ef56733c986c5993f48d19fbb3e8a1b14354819e9d029b5f63d1f00d7dd' - 'SKIP' - '3737ea580b6dc40ac43d3d566df452e4c971ecc73235970db132dcab75e91b7a') +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('069dbc1eb22c7d8ba6fe820824560a932b490ddfdbd7f861bb4e8748f4a4bebc' + 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org> -prepare() { - patch -d $pkgname-$pkgver -p1 < 2c6eeac0.patch # Fix clip monitor breakage with Qt 5.15.8 -} - build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \