summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwallace2020-08-20 22:22:49 +0300
committerwallace2020-08-20 22:22:49 +0300
commitd0754594e7ee2e9987e49db51f7006ac0306e91d (patch)
tree44633b5de7d151967e7f0b6da2f0ba2d95c8b858 /PKGBUILD
parent1db219b46de81d4163a9e7cfdfedbb7c760e63ce (diff)
downloadaur-d0754594e7ee2e9987e49db51f7006ac0306e91d.tar.gz
Bump to v1.3.0 & add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 364f099bb5b0..edc3981aa537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,21 @@
pkgname=dotbare
pkgdesc="Manage your dotfiles interactively with fzf"
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
arch=("any")
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',
+ 'diff-so-fancy: Fancy git diff preview')
source=("https://github.com/kazhala/dotbare/archive/v${pkgver}.tar.gz" "${pkgname}")
-md5sums=('df84e77b42b306aac346232376e9c32f'
+md5sums=('d5d44dd0511102c16b70941618410a2f'
'f6c62c573ace6e97e1948944cf6454cd')
package() {