summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoao Machado2022-12-15 07:26:48 -0800
committerJoao Machado2022-12-15 07:26:48 -0800
commit045f574557f356911e71248c1e8ea834c9d72a7d (patch)
tree92355502f84d11b55ef8c4f6c392d1fb67378f33
parent412075238477806b31f4e814886d8312387c2efe (diff)
downloadaur-045f574557f356911e71248c1e8ea834c9d72a7d.tar.gz
update to 22.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdca1edc8ad4..80cbf6e30ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index cf6e45db76b7..524ff41ffa99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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()
{