summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2017-02-01 11:16:00 +0100
committerDaveB2017-02-01 11:16:00 +0100
commitd15d41fcdc5ba453d2b013c070483e8889eb8a3c (patch)
tree6a609f4b486922c3fc3e74d12bc8d9157ecb80a7
parentbaca6532e58ae40a45ce6e6a2cd3fec22c56b97b (diff)
downloadaur-d15d41fcdc5ba453d2b013c070483e8889eb8a3c.tar.gz
Fixed extraction problem
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23c6d3b542eb..00b86251d9c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 1 10:16:00 UTC 2017
pkgbase = chrome-remote-desktop
pkgdesc = Allows you to securely access your computer over the Internet through Chrome.
pkgver = 56.0.2924.51
- pkgrel = 1
+ pkgrel = 2
url = https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
install = chrome-remote-desktop.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a3bff62bd66e..0fb26162d9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=chrome-remote-desktop
pkgver=56.0.2924.51
-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')
@@ -31,7 +31,7 @@ prepare() {
cd "$srcdir"
msg2 'Extracting data from debian package'
- bsdtar -xf data.tar.gz -C .
+ bsdtar -xf data.tar.xz -C .
msg2 'Patching Python script'
sed -e '1 s/python/python2/' \
@@ -60,7 +60,7 @@ package() {
msg2 "Adding systemd user service file"
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/user/$pkgname.service"
-
+
msg2 "Adding runnable crd command"
install -Dm755 "crd" "$pkgdir/usr/bin/crd"