diff options
author | Joao Machado | 2022-12-15 07:26:48 -0800 |
---|---|---|
committer | Joao Machado | 2022-12-15 07:26:48 -0800 |
commit | 045f574557f356911e71248c1e8ea834c9d72a7d (patch) | |
tree | 92355502f84d11b55ef8c4f6c392d1fb67378f33 | |
parent | 412075238477806b31f4e814886d8312387c2efe (diff) | |
download | aur-045f574557f356911e71248c1e8ea834c9d72a7d.tar.gz |
update to 22.12
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,13 +1,13 @@ pkgbase = kdenlive-appimage pkgdesc = A non-linear video editor for Linux using the MLT video framework - pkgver = 22.08.0 - pkgrel = 3 + pkgver = 22.12.0 + pkgrel = 1 arch = x86_64 license = GPL provides = kdenlive conflicts = kdenlive options = !strip - source = https://download.kde.org/stable/kdenlive/22.08/linux/kdenlive-22.08.0-x86_x64.AppImage - md5sums = 6d3e2cbefbd7a8e4d535fe0eb92c1afa + source = https://download.kde.org/stable/kdenlive/22.12/linux/kdenlive-22.12.0-x86_x64.AppImage + md5sums = 5bc1ad66bdb1027f15f41e81998d23d8 pkgname = kdenlive-appimage @@ -2,8 +2,8 @@ _pkgname=kdenlive pkgname=kdenlive-appimage -pkgver=22.08.0 -pkgrel=3 +pkgver=22.12.0 +pkgrel=1 pkgdesc="A non-linear video editor for Linux using the MLT video framework" arch=('x86_64') #url="https://www.kdenlive.org" @@ -12,8 +12,8 @@ provides=('kdenlive') conflicts=('kdenlive') depends=('breeze' 'breeze-icons') _filename="${_pkgname}-${pkgver}-${arch}.AppImage" -source=("${_filename}::https://download.kde.org/stable/kdenlive/22.08/linux/${_pkgname}-${pkgver}-x86_x64.AppImage") -md5sums=('6d3e2cbefbd7a8e4d535fe0eb92c1afa') +source=("${_filename}::https://download.kde.org/stable/kdenlive/22.12/linux/${_pkgname}-${pkgver}-x86_x64.AppImage") +md5sums=('5bc1ad66bdb1027f15f41e81998d23d8') options=(!strip) prepare() { |