summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwallace2020-08-20 22:22:49 +0300
committerwallace2020-08-20 22:22:49 +0300
commitd0754594e7ee2e9987e49db51f7006ac0306e91d (patch)
tree44633b5de7d151967e7f0b6da2f0ba2d95c8b858
parent1db219b46de81d4163a9e7cfdfedbb7c760e63ce (diff)
downloadaur-d0754594e7ee2e9987e49db51f7006ac0306e91d.tar.gz
Bump to v1.3.0 & add optdepends
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
2 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a590e436464..94f688d85c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,20 @@
pkgbase = dotbare
pkgdesc = Manage your dotfiles interactively with fzf
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/kazhala/dotbare
arch = any
license = MIT
depends = fzf
- source = https://github.com/kazhala/dotbare/archive/v1.2.2.tar.gz
+ 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
- md5sums = df84e77b42b306aac346232376e9c32f
+ md5sums = d5d44dd0511102c16b70941618410a2f
md5sums = f6c62c573ace6e97e1948944cf6454cd
pkgname = dotbare
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() {