summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-12-31 09:58:59 +0100
committerDaniel Peukert2019-12-31 09:58:59 +0100
commit5a356e627c3109900508592bfbf8e79a6446f4d7 (patch)
treec8d991abe48cc2723eeeac880b34f0549fde1728
parent8bafe998e6213d60e020090fd6dfbba3ad0af58e (diff)
downloadaur-5a356e627c3109900508592bfbf8e79a6446f4d7.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 9f328ccc409c..45ad98a70133 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/mongodb-compass-community-1.20.4.x86_64.rpm"
- 'launch.sh')
+source=(
+ "$pkgname-$pkgver-$pkgrel::https://downloads.mongodb.com/compass/mongodb-compass-community-1.20.4.x86_64.rpm"
+ 'launch.sh'
+)
sha256sums=('22ece01f4149e701eb8f07e1eaf9d8b13b4ea85a05c392f8913cb77498124bab'
'1bf3dd5e9363e750f4099acab9c8e22af7dc8645215d3fc4ed13abb0d38c5137')