summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2016-12-04 22:58:00 +0100
committerDaveB2016-12-04 22:58:00 +0100
commitcb01b39419df164401041a2652536c85b0945a55 (patch)
treec568ffc86f887264daa376ce844b479eae36ca6a
parent4959d372ef8a8d5eaf39b3f4c9a22590a64fd612 (diff)
downloadaur-cb01b39419df164401041a2652536c85b0945a55.tar.gz
Update to 55.0.2883.50 – see warnings
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--chrome-remote-desktop.install10
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04aca7a40dee..6b3bc713f6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 18 07:30:30 UTC 2016
+# Sun Dec 4 21:58:00 UTC 2016
pkgbase = chrome-remote-desktop
pkgdesc = Allows you to securely access your computer over the Internet through Chrome.
- pkgver = 52.0.2743.74
+ pkgver = 55.0.2883.50
pkgrel = 1
url = https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
install = chrome-remote-desktop.install
@@ -22,8 +22,8 @@ pkgbase = chrome-remote-desktop
source = crd
md5sums = 6f6083ff37f036f590702c7b1319445b
md5sums = 5e9fa07e85d0d490de675bf258a0c511
- source_x86_64 = http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_52.0.2743.74_amd64.deb
- md5sums_x86_64 = 70e6547cd6d39aeee45ae57a8a6dccf4
+ source_x86_64 = http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_55.0.2883.50_amd64.deb
+ md5sums_x86_64 = 2104d23efad208845bf4c31d4c974f72
pkgname = chrome-remote-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 37d778b653ee..84546cd489e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mateus Rodrigues Costa <charles [dot] costar [at] gmail [dot] com>
pkgname=chrome-remote-desktop
-pkgver=52.0.2743.74
+pkgver=55.0.2883.50
pkgrel=1
pkgdesc="Allows you to securely access your computer over the Internet through Chrome."
url="https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp"
@@ -19,7 +19,7 @@ source_x86_64=("http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/$
source=("$pkgname.service"
"crd")
#md5sums_i686=('bf9135f439fa4bfa1daf16e96c62d87a')
-md5sums_x86_64=('70e6547cd6d39aeee45ae57a8a6dccf4')
+md5sums_x86_64=('2104d23efad208845bf4c31d4c974f72')
md5sums=('6f6083ff37f036f590702c7b1319445b'
'5e9fa07e85d0d490de675bf258a0c511')
diff --git a/chrome-remote-desktop.install b/chrome-remote-desktop.install
index e82f31c697e3..f64cf17ac6ad 100644
--- a/chrome-remote-desktop.install
+++ b/chrome-remote-desktop.install
@@ -1,7 +1,7 @@
post_install() {
# Create chrome-remote-desktop group
[[ $(cat /etc/group) == *chrome-remote-desktop* ]] || groupadd -r chrome-remote-desktop
-
+
echo "Set up CRD by issuing the command:"
echo "crd --setup"
echo "as a normal user."
@@ -12,18 +12,18 @@ post_install() {
echo "systemctl --user {enable,start} chrome-remote-desktop"
echo "This only really makes sense for servers."
echo ""
- echo "You can also start the chrome remote desktop server by issuing the command:"
- echo "crd"
+ echo "You can also start the chrome remote desktop server by issuing the command:"
+ echo "crd"
echo "as a normal user. "
echo "This will prompt you to set up your CRD if it hasn't been set up already."
echo ""
echo "Go to https://support.google.com/chrome/answer/1649523 for more information."
}
-
+
post_upgrade() {
post_install
}
-
+
post_remove() {
echo ""
echo "Please remove ~/.config/chrome-remote-desktop folder manually"