summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Fang2020-09-24 17:46:08 +0800
committerPig Fang2020-09-24 17:46:08 +0800
commit0dec8ecbbcdd11b770f31689726787c08a85b7f0 (patch)
tree1dd18408741099943fc763c021d5eb5b1a28c013
parentfca740baeb7b8a2924facb4bfabf5250ad39226b (diff)
downloadaur-0dec8ecbbcdd11b770f31689726787c08a85b7f0.tar.gz
rel=2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 893e0f89e85e..8f5799dd7aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = icd
pkgdesc = Powerful `cd` command with fuzzy-search tool.
- pkgver = 0.1.0
- pkgrel = 1
+ pkgver = 0.1.1
+ pkgrel = 2
url = https://github.com/g-plane/icd
arch = any
license = MIT
depends = zsh
optdepends = fzy
+ optdepends = fzf
optdepends = ripgrep
- source = https://github.com/g-plane/icd/archive/v0.1.0.tar.gz
- sha256sums = 3691ad0215e4f2d2f9a0b3080b7be7dee9d8e694412b1decf2ed2eca9786fb0d
+ optdepends = grep
+ source = https://github.com/g-plane/icd/archive/v0.1.1.tar.gz
+ sha256sums = 4ad64ebd0afcb99f8def17044d2255c34fd3bdf16683ff938829b64a1048fdf2
pkgname = icd
diff --git a/PKGBUILD b/PKGBUILD
index fc8b6bb1fc83..3cf013a735b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pig Fang <g-plane@hotmail.com>
pkgname=icd
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful `cd` command with fuzzy-search tool.'
arch=('any')
url="https://github.com/g-plane/$pkgname"
source=("https://github.com/g-plane/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('3691ad0215e4f2d2f9a0b3080b7be7dee9d8e694412b1decf2ed2eca9786fb0d')
+sha256sums=('4ad64ebd0afcb99f8def17044d2255c34fd3bdf16683ff938829b64a1048fdf2')
license=('MIT')
depends=('zsh')
optdepends=('fzy' 'fzf' 'ripgrep' 'grep')