summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2016-02-25 23:04:52 +0100
committerDaveB2016-02-25 23:04:52 +0100
commit51212671be78202455b16d1e7a5a4c86ba194869 (patch)
tree00769cc4f5ef1e9e82c2c5ace21eda0a11e7949b
parent97617808217c72d6832671d99bca27cf7cc1be96 (diff)
downloadaur-51212671be78202455b16d1e7a5a4c86ba194869.tar.gz
This time with MD5 sums
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10660fac401a..06c00d59bb33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 22 14:32:23 UTC 2016
+# Thu Feb 25 22:04:52 UTC 2016
pkgbase = chrome-remote-desktop
pkgdesc = Allows you to securely access your computer over the Internet through Chrome.
pkgver = 49.0.2623.40
- pkgrel = 1
+ pkgrel = 2
url = https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
install = chrome-remote-desktop.install
arch = i686
@@ -19,12 +19,14 @@ pkgbase = chrome-remote-desktop
depends = xorg-server-xvfb
depends = xorg-xauth
depends = nano
- source = https://dl.google.com/linux/direct/chrome-remote-desktop_current_i386.deb
source = chrome-remote-desktop.service
source = crd
- md5sums = SKIP
md5sums = 6f6083ff37f036f590702c7b1319445b
md5sums = 5e9fa07e85d0d490de675bf258a0c511
+ source_i686 = http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_49.0.2623.40_i386.deb
+ md5sums_i686 = bf9135f439fa4bfa1daf16e96c62d87a
+ source_x86_64 = http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_49.0.2623.40_amd64.deb
+ md5sums_x86_64 = 90cd272f1758617478380906f5cbc219
pkgname = chrome-remote-desktop
diff --git a/PKGBUILD b/PKGBUILD
index a3206f5bec79..7af0337a9f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=chrome-remote-desktop
pkgver=49.0.2623.40
-pkgrel=1
+pkgrel=2
pkgdesc="Allows you to securely access your computer over the Internet through Chrome."
url="https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp"
arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@ install=$pkgname.install
depends=('python2' 'python2-psutil' 'gconf' 'gtk2' 'nss'
'xorg-xdpyinfo' 'xorg-setxkbmap' 'xorg-server-xvfb' 'xorg-xauth' 'nano')
-_arch=i386
-[ "$CARCH" == x86_64 ] && _arch=amd64
-source=("https://dl.google.com/linux/direct/${pkgname}_current_${_arch}.deb"
- "$pkgname.service"
+source_i686=("http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}_i386.deb")
+source_x86_64=("http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}_amd64.deb")
+source=("$pkgname.service"
"crd")
-md5sums=('SKIP'
- '6f6083ff37f036f590702c7b1319445b'
+md5sums_i686=('bf9135f439fa4bfa1daf16e96c62d87a')
+md5sums_x86_64=('90cd272f1758617478380906f5cbc219')
+md5sums=('6f6083ff37f036f590702c7b1319445b'
'5e9fa07e85d0d490de675bf258a0c511')
pkgver() {