summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwallace2020-08-20 22:25:24 +0300
committerwallace2020-08-20 22:25:24 +0300
commit8b6a8fab4f67c7881d5a1abeb859119865357d12 (patch)
tree6050a0a48a60662f9a3b22b608314faa03d35a3a
parentd0754594e7ee2e9987e49db51f7006ac0306e91d (diff)
downloadaur-8b6a8fab4f67c7881d5a1abeb859119865357d12.tar.gz
Remove commas from optdepends array
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f688d85c8c..22711ebff74a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,11 @@ pkgbase = dotbare
arch = any
license = MIT
depends = fzf
- optdepends = tree: Provide a directory tree view when finding directory,
- optdepends = bat: Syntax highlighting when previewing files,
- optdepends = highlight: Syntax highlighting when previewing files,
- optdepends = ruby-coderay: Syntax highlighting when previewing files,
- optdepends = git-delta: Fancy git diff preview,
+ optdepends = tree: Provide a directory tree view when finding directory
+ optdepends = bat: Syntax highlighting when previewing files
+ optdepends = highlight: Syntax highlighting when previewing files
+ optdepends = ruby-coderay: Syntax highlighting when previewing files
+ optdepends = git-delta: Fancy git diff preview
optdepends = diff-so-fancy: Fancy git diff preview
source = https://github.com/kazhala/dotbare/archive/v1.3.0.tar.gz
source = dotbare
diff --git a/PKGBUILD b/PKGBUILD
index edc3981aa537..da46e96f2004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ url="https://github.com/kazhala/dotbare"
license=("MIT")
depends=('fzf')
optdepends=(
- 'tree: Provide a directory tree view when finding directory',
- 'bat: Syntax highlighting when previewing files',
- 'highlight: Syntax highlighting when previewing files',
- 'ruby-coderay: Syntax highlighting when previewing files',
- 'git-delta: Fancy git diff preview',
+ 'tree: Provide a directory tree view when finding directory'
+ 'bat: Syntax highlighting when previewing files'
+ 'highlight: Syntax highlighting when previewing files'
+ 'ruby-coderay: Syntax highlighting when previewing files'
+ 'git-delta: Fancy git diff preview'
'diff-so-fancy: Fancy git diff preview')
source=("https://github.com/kazhala/dotbare/archive/v${pkgver}.tar.gz" "${pkgname}")
md5sums=('d5d44dd0511102c16b70941618410a2f'