summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-04-18 17:35:20 +0200
committerGordian Edenhofer2016-04-18 17:35:20 +0200
commiteef2f6cfb9434af6a0f70978811ea8fcbfbbc53f (patch)
tree6cef3fbe42228fc833f415e9b668f16f6fda7160
parent4a96bbad3edf0a434f701dd8dcdf2173cf2332d0 (diff)
downloadaur-eef2f6cfb9434af6a0f70978811ea8fcbfbbc53f.tar.gz
Upgpkg: 1.1.44485.0317-1
Escape possible spaces in variables.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80279d321dbe..dcbcd4ff2d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('desktop-file-utils' 'gstreamer0.10-base' 'xcb-util-cursor' 'libxml2'
'openssl' 'libxslt' 'libpulse' 'glib2' 'libxcb')
# The dependencies were reconstructed in order to fit the ones from debian
options=(!strip)
-install=${pkgname}.install
+install="${pkgname}.install"
source_i686=("https://zoom.us/client/latest/zoom_${pkgver}_i386.deb")
source_x86_64=("https://zoom.us/client/latest/zoom_${pkgver}_amd64.deb")
md5sums_i686=('df467cf71f69efc99aef87a0d9f5090e')