summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Fang2024-02-21 18:28:23 +0800
committerPig Fang2024-02-21 18:28:23 +0800
commit04a590400a4a4f73762aa1bc9d2cf0696220c183 (patch)
treeeeaf3d43ab431ad23604ee58a6369d256ad42bfc
parent4bd252840e98f3089e4386415b31dc80326cd542 (diff)
downloadaur-04a590400a4a4f73762aa1bc9d2cf0696220c183.tar.gz
0.2.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f7651f1a33..2a192e309564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = icd
pkgdesc = Powerful `cd` command with fuzzy-search tool.
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://github.com/g-plane/icd
arch = any
license = MIT
depends = fzf
optdepends = ripgrep
optdepends = grep
- source = https://github.com/g-plane/icd/archive/v0.2.0.tar.gz
- sha256sums = ffe97aa6ea1e73901934e726b927d63331a7e846a3bb32dea0791505af37e802
+ source = https://github.com/g-plane/icd/archive/v0.2.1.tar.gz
+ sha256sums = 9757f5e809c7a34ffe6865fe59f6d7437fe047f53f410dfe4d7874f5a17b12b0
pkgname = icd
diff --git a/PKGBUILD b/PKGBUILD
index ced5b9432828..9ef0015ffbb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pig Fang <g-plane@hotmail.com>
pkgname=icd
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
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=('ffe97aa6ea1e73901934e726b927d63331a7e846a3bb32dea0791505af37e802')
+sha256sums=('9757f5e809c7a34ffe6865fe59f6d7437fe047f53f410dfe4d7874f5a17b12b0')
license=('MIT')
depends=('fzf')
optdepends=('ripgrep' 'grep')