LoginSignup
0
0

More than 5 years have passed since last update.

AURのchrome-remote-desktopにパッチをあてる

Last updated at Posted at 2017-12-25

発端

arch linuxでいつものように

$ yaourt -S chrome-remote-desktop

でインストールしようとしても失敗

原因

PKGBUILDが参照しているdebファイルが古いらしい

解決策

まずはAURを覗きます。
AUR (en) - chrome-remote-desktop

コメント欄にて有志がパッチを公開していらっしゃるようです。
Chrome remote desktop AUR patch: 63.0.3239.17

yaourtでのインストール時にPKGBUILDのsourceをいじってもいいけれど今回はyaourt -GでPKGBUILDを落としてpatchコマンドでパッチを当てます。

$ yaourt -G chrome-remote-desktop
$ cd chrome-remote-desktop/
$ curl https://gist.githubusercontent.com/starain/d4a413826cd957384a2bbc744c4325c5/raw/646e00af8ab8a723793ac5a71e44c011177deb77/PKGBUILD.patch > PKGBULID.patch
$ patch < PKGBUILD.patch
$ makepkg
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0