summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2017-06-02 10:53:47 +0200
committerDaveB2017-06-02 10:53:47 +0200
commit926cebea74b0b66bce00fbff57bdddde7fe834f6 (patch)
tree136f2a1512757ebea006f114c02e577a970b4dab
parentceaa72bbac9e6a9fc3ca76328af17cfd7a012fae (diff)
downloadaur-926cebea74b0b66bce00fbff57bdddde7fe834f6.tar.gz
MD5 sum for crd wrong – corrected
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30092e64365a..4a3485b30a60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 1 09:28:06 UTC 2017
+# Fri Jun 2 08:53:47 UTC 2017
pkgbase = chrome-remote-desktop
pkgdesc = Allows you to securely access your computer over the Internet through Chrome.
pkgver = 59.0.3071.47
- pkgrel = 1
+ pkgrel = 2
url = https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
install = chrome-remote-desktop.install
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = chrome-remote-desktop
source = chrome-remote-desktop.service
source = crd
md5sums = 6f6083ff37f036f590702c7b1319445b
- md5sums = 5e9fa07e85d0d490de675bf258a0c511
+ md5sums = 31ef1a39628bc627ac91ec231357b44e
source_x86_64 = http://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_59.0.3071.47_amd64.deb
md5sums_x86_64 = 2edc99e417685fed9185eb294630fbbc
diff --git a/PKGBUILD b/PKGBUILD
index 9b197bd67e02..6ea6d7055c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=chrome-remote-desktop
pkgver=59.0.3071.47
-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=('x86_64')
@@ -21,7 +21,7 @@ source=("$pkgname.service"
#md5sums_i686=('bf9135f439fa4bfa1daf16e96c62d87a')
md5sums_x86_64=('2edc99e417685fed9185eb294630fbbc')
md5sums=('6f6083ff37f036f590702c7b1319445b'
- '5e9fa07e85d0d490de675bf258a0c511')
+ '31ef1a39628bc627ac91ec231357b44e')
pkgver() {
bsdtar -xf control.tar.gz -O control | grep '^Version: ' | cut -f2 -d' '