summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-12-31 10:00:58 +0100
committerDaniel Peukert2019-12-31 10:00:58 +0100
commita2924f89ee1dbdffe034556a3249520ea37717f3 (patch)
treebd44bc9b6cc29ea336fb7b5640d12a3d58012e67
parent669be55c5790d94213e2a7bb413fea56a665bbee (diff)
downloadaur-a2924f89ee1dbdffe034556a3249520ea37717f3.tar.gz
Fixed spacing of multiple sources
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07ce2334a97f..e0d9a31a2f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,10 @@ arch=('x86_64')
url='https://www.mongodb.com/products/compass'
license=('custom')
depends=('electron3-bin' 'krb5' 'libsecret')
-source=("$pkgname-$pkgver-$pkgrel::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.20.0-beta.9.x86_64.rpm"
- 'launch.sh')
+source=(
+ "$pkgname-$pkgver-$pkgrel::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.20.0-beta.9.x86_64.rpm"
+ 'launch.sh'
+)
sha256sums=('da6df0f7738602f8a7c752a5d2503a61b10d7cee99066f9fdfc3e8286c557b5f'
'1bf3dd5e9363e750f4099acab9c8e22af7dc8645215d3fc4ed13abb0d38c5137')