Skip to content

Commit

Permalink
14.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-vanherpt committed Feb 5, 2018
1 parent 798ba2b commit 6012bd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
@@ -1,6 +1,6 @@
pkgbase = davinci-resolve-studio
pkgdesc = Professional A/V post-production software suite
pkgver = 14.2.1
pkgver = 14.3
pkgrel = 0
url = https://www.blackmagicdesign.com/
arch = x86_64
Expand All @@ -21,7 +21,7 @@ pkgbase = davinci-resolve-studio
depends = qt5-websockets
options = !strip
source = local://DaVinci_Resolve_Studio_14.2.1_Linux.zip
sha256sums = e7b6b5e8c5c7e046b1bcc3d3055f304bdac7b505615dfaf7b305225fdf9056bf
sha256sums = c13df388f0405dd120ae247e5ea3406dc6dcbef64e32ae3c7c0f37cc0ae6db23

pkgname = davinci-resolve-studio

4 changes: 2 additions & 2 deletions PKGBUILD
Expand Up @@ -10,7 +10,7 @@

pkgname=davinci-resolve-studio
_pkgname=resolve-studio
pkgver=14.2.1
pkgver=14.3
pkgrel=0
pkgdesc='Professional A/V post-production software suite'
arch=('x86_64')
Expand All @@ -31,7 +31,7 @@ if [ ! -f ${pkgdir}/DaVinci_Resolve_Studio_${pkgver}_Linux.zip ]; then
fi

source=("local://DaVinci_Resolve_Studio_${pkgver}_Linux.zip")
sha256sums=('e7b6b5e8c5c7e046b1bcc3d3055f304bdac7b505615dfaf7b305225fdf9056bf')
sha256sums=('c13df388f0405dd120ae247e5ea3406dc6dcbef64e32ae3c7c0f37cc0ae6db23')

package() {

Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,9 @@ Archlinux Package to install Blackmagic's Davinci Resolve Studio, based on https
This package adds the package name and sha256 from the studio version zip file, and also adds an udev rule for the dongle. Please let me know of any [issues here](https://github.com/codibit/davinci-resolve-studio/issues).
## INSTALLATION:

To install, simply download the Davinci Resolve Studio installer from [Blackmagic's website](https://www.blackmagicdesign.com/products/davinciresolve/) to your Downloads directory. The DaVinci_Resolve_Studio_14.2.1_Linux.zip file (for the 14.2.1 version) should be placed into /home/$youruser/Downloads or inside the package directory.
To install, simply download the Davinci Resolve Studio installer from [Blackmagic's
website](https://www.blackmagicdesign.com/products/davinciresolve/) to your Downloads directory. The DaVinci_Resolve_Studio_X.Y.Z_Linux.zip
file (where X.Y.Z is te current package version) should be placed into /home/$youruser/Downloads or inside the package directory.

### Automatic installation:
You should be able to automatically install from the AUR repository with a tool like [yaourt](https://archlinux.fr/yaourt-en):
Expand All @@ -28,7 +30,7 @@ _or_

* and finally install the created package with pacman (as root):

`pacman -U davinci-resolve-studio-14.2.1-0-x86_64.pkg.tar.xz`
`pacman -U davinci-resolve-studio-X.Y.Z-0-x86_64.pkg.tar.xz`

## TODO:
I don't use BlackMagic's panels, so I didn't bother to add the BMDPanel support drivers & daemon. If someone could test it, I might add it to the package.
Expand Down

0 comments on commit 6012bd5

Please sign in to comment.