diff --git a/packages/davinci-resolve/.SRCINFO b/packages/davinci-resolve/.SRCINFO index 8d87913fb3d..23643d057a9 100644 --- a/packages/davinci-resolve/.SRCINFO +++ b/packages/davinci-resolve/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = davinci-resolve - pkgver = 18.6.6 + pkgver = 19.0.1 pkgdesc = Professional A/V post-production software suite from Blackmagic Design url = https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion arch = amd64 @@ -63,6 +63,6 @@ pkgbase = davinci-resolve license = custom:commercial maintainer = vigress8 repology = project: davinci-resolve - source = davinci-resolve-18.6.6.zip::https://github.com/oklopfer/debs/raw/master/empty + source = davinci-resolve-19.0.1.zip::https://github.com/oklopfer/debs/raw/master/empty pkgname = davinci-resolve diff --git a/packages/davinci-resolve/davinci-resolve.pacscript b/packages/davinci-resolve/davinci-resolve.pacscript index 6ad42777d89..6c93f9dd039 100644 --- a/packages/davinci-resolve/davinci-resolve.pacscript +++ b/packages/davinci-resolve/davinci-resolve.pacscript @@ -3,7 +3,7 @@ # and authors of the AUR and Nixpkgs packages. pkgname='davinci-resolve' -pkgver='18.6.6' +pkgver='19.0.1' pkgdesc='Professional A/V post-production software suite from Blackmagic Design' url='https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion' license=('custom:commercial') @@ -97,6 +97,8 @@ prepare() { fancy_message info 'Checking integrity of archive' if ! sha256sum -c <<< "${resolve_sha256} ${zipfile}" > /dev/null; then fancy_message error 'Integrity check failed' + fancy_message error "Got: $(sha256sum "${zipfile}" | awk '{print $1}')" + fancy_message error "Expected: ${resolve_sha256}" return 1 fi diff --git a/srclist b/srclist index 29b4aaa4f2b..7c79394cd1c 100644 --- a/srclist +++ b/srclist @@ -1583,7 +1583,7 @@ pkgbase = cutefish-wallpapers-git pkgname = cutefish-wallpapers-git --- pkgbase = davinci-resolve - pkgver = 18.6.6 + pkgver = 19.0.1 pkgdesc = Professional A/V post-production software suite from Blackmagic Design url = https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion arch = amd64 @@ -1647,7 +1647,7 @@ pkgbase = davinci-resolve license = custom:commercial maintainer = vigress8 repology = project: davinci-resolve - source = davinci-resolve-18.6.6.zip::https://github.com/oklopfer/debs/raw/master/empty + source = davinci-resolve-19.0.1.zip::https://github.com/oklopfer/debs/raw/master/empty pkgname = davinci-resolve ---