summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaveB2017-02-01 11:16:00 +0100
committerDaveB2017-02-01 11:16:00 +0100
commitd15d41fcdc5ba453d2b013c070483e8889eb8a3c (patch)
tree6a609f4b486922c3fc3e74d12bc8d9157ecb80a7 /PKGBUILD
parentbaca6532e58ae40a45ce6e6a2cd3fec22c56b97b (diff)
downloadaur-d15d41fcdc5ba453d2b013c070483e8889eb8a3c.tar.gz
Fixed extraction problem
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"