Advertisement
tototitui

AUR: DaVinci Resolve Studio 17.1b10 patch

Mar 2nd, 2021
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.48 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 4299aba..89590eb 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -89,7 +89,13 @@ else
  6.  fi
  7.  
  8.  _archive=${_archive_name}.zip
  9. -_installer_binary=${_archive_name}.run
  10. +
  11. +# Quick because the 17.0b10 archive contains 17.1b10
  12. +if [ ${_archive} == "DaVinci_Resolve_Studio_17.0b10_Linux.zip" ]; then
  13. +  _installer_binary=DaVinci_Resolve_Studio_17.1b10_Linux.run
  14. +else
  15. +  _installer_binary=${_archive_name}.run
  16. +fi
  17.  
  18.  source=("${_archive}"::"$_srcurl")
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement