Advertisement
jamesan

Chrome Remote Desktop AUR PKGBUILD diff

Aug 16th, 2014
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.84 KB | None | 0 0
  1. 2c2,3
  2. <  
  3. ---
  4. > # Contributor: James An <james@jamesan.ca>
  5. >
  6. 5c6
  7. < pkgrel=2
  8. ---
  9. > pkgrel=1
  10. 13,14d13
  11. < source=("chrome-remote-desktop.service")
  12. < md5sums=('cde1758e875ff114cc8153edb7087d2a')
  13. 16,23c15,24
  14. < if [ "$CARCH" == i686 ]; then
  15. <   md5sums+=('31ea1a11c1f76d9764694b18ee5b15ea')
  16. < elif [ "$CARCH" == x86_64 ]; then
  17. <   _arch=amd64
  18. <   md5sums+=('e0ebe47f87f7af1b4b819b3cf742a69f')
  19. < fi
  20. < source+=(${pkgname}_${pkgver}_$_arch.deb::https://dl.google.com/linux/direct/${pkgname}_current_$_arch.deb)
  21. <  
  22. ---
  23. > [ "$CARCH" == x86_64 ] && _arch=amd64
  24. > source=("chrome-remote-desktop.service"
  25. >         https://dl.google.com/linux/direct/${pkgname}_current_$_arch.deb)
  26. > md5sums=('99293bd84b654b28309e7e4362d0bc3d'
  27. >          'SKIP')
  28. >
  29. > pkgver() {
  30. >   bsdtar -xf control.tar.gz -O control | grep '^Version: ' | cut -f2 -d' '
  31. > }
  32. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement