summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAHO2022-09-03 21:27:25 +0200
committerNAHO2022-09-03 21:27:25 +0200
commit6e22d70ee312122c3b07e34aa3ffb3a5fd33e709 (patch)
tree6aa601a6c3a8b6e50a6445b27b3293586812ae88
parente0789f93d6a1f21fb550ddbb36c213df78d59423 (diff)
downloadaur-6e22d70ee312122c3b07e34aa3ffb3a5fd33e709.tar.gz
style(pkgbuild): remove backslashes in array
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d11cda375f3e..d94ef1dc4542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=(GPL3)
depends=(bash grep grub sudo)
makedepends=(git)
optdepends=(
- 'efibootmgr: Linux user-space application to modify the EFI Boot Manager' \
- 'grub-customizer: GUI tool to configure GRUB' \
+ 'efibootmgr: Linux user-space application to modify the EFI Boot Manager'
+ 'grub-customizer: GUI tool to configure GRUB'
'os-prober: Utility to detect other OSes on a set of drives'
)
install="$pkgname.install"