summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2018-08-14 15:38:34 +0200
committerAlex2018-08-14 15:38:34 +0200
commitaacb20034f7735d66850faee67de2bb9aa83ed6a (patch)
tree87b358d47ee46572de56a18fe8e84e3fb42298c4
parent552c3c4104479a3546a85649d869754b4c54c4a8 (diff)
downloadaur-aacb20034f7735d66850faee67de2bb9aa83ed6a.tar.gz
Update to v15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed544f165fe3..2469b49bc2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = davinci-resolve
pkgdesc = Professional A/V post-production software suite
- pkgver = 14.3.1
+ pkgver = 15.0
pkgrel = 0
url = https://www.blackmagicdesign.com/
arch = x86_64
@@ -23,8 +23,8 @@ pkgbase = davinci-resolve
conflicts = davinci-resolve-studio
conflicts = davinci-resolve-studio-beta
options = !strip
- source = local://DaVinci_Resolve_14.3.1_Linux.zip
- sha256sums = 9f00c18881db9922604e184d0a6cbd47a145ec7ebe04aa5043286e9e755e8551
+ source = local://DaVinci_Resolve_15.0_Linux.zip
+ sha256sums = bdb6c3bce14f40d79a4732c533e3fe23624c68493a8f55586a35a8abe0e6c1d2
pkgname = davinci-resolve
diff --git a/PKGBUILD b/PKGBUILD
index 06a820dcaea7..c68b5155025b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=davinci-resolve
_pkgname=resolve
-pkgver=14.3.1
+pkgver=15.0
pkgrel=0
pkgdesc='Professional A/V post-production software suite'
arch=('x86_64')
@@ -31,7 +31,7 @@ if [ ! -f ${pkgdir}/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
fi
source=("local://DaVinci_Resolve_${pkgver}_Linux.zip")
-sha256sums=('9f00c18881db9922604e184d0a6cbd47a145ec7ebe04aa5043286e9e755e8551')
+sha256sums=('bdb6c3bce14f40d79a4732c533e3fe23624c68493a8f55586a35a8abe0e6c1d2')
package() {
# msg2 "Did you download the archive manually? If not, this will fail."