diff options
author | Nick Walsh | 2025-02-17 17:32:46 +0000 |
---|---|---|
committer | Nick Walsh | 2025-02-17 17:32:46 +0000 |
commit | b487fedd0c3a635cae775086ece535c7b2bd393e (patch) | |
tree | 6c45769a534bfc67fc66aee7a14b46d731938ae5 | |
parent | 521c797dc6ae00e4791661fa5596645e5df6d17b (diff) | |
download | aur-b487fedd0c3a635cae775086ece535c7b2bd393e.tar.gz |
Update to 2025.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = lightworks pkgdesc = Lightworks is a professional video editing suite - pkgver = 2025.1.149576 + pkgver = 2025.1.149933 pkgrel = 1 url = http://www.lwks.com/ arch = x86_64 @@ -28,7 +28,7 @@ pkgbase = lightworks conflicts = lwks-beta replaces = lwks options = !strip - source = https://cdn.lwks.com/releases/2025.1/lightworks_2025.1_r149576.deb - sha256sums = e1a12221f6871c443837ab0686fd689d93e761fa0f2e730b70e3f424e13b38d6 + source = https://cdn.lwks.com/releases/2025.1/lightworks_2025.1_r149933.deb + sha256sums = e5587fa5e4ca435259010e4d52cc2367f0b85b593fc6f529bf13ef9ecb07f4a6 pkgname = lightworks @@ -13,7 +13,7 @@ pkgname=lightworks lwksver=2025.1 lwksreldir=$lwksver -lwksbuild=149576 +lwksbuild=149933 pkgver=$lwksver.$lwksbuild pkgrel=1 pkgdesc="Lightworks is a professional video editing suite" @@ -46,4 +46,4 @@ package() { chmod a+rw "$pkgdir"/usr/share/lightworks/Preferences chmod a+rw "$pkgdir"/usr/share/lightworks/"Audio Mixes" } -sha256sums=('e5587fa5e4ca435259010e4d52cc2367f0b85b593fc6f529bf13ef9ecb07f4a6') +sha256sums=('2b732f2cddec2711bede5cfc7dcccb763a0108d7016c79547d7b860d2ebdfff9') |