summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Fang2024-02-19 11:00:07 +0800
committerPig Fang2024-02-19 11:00:07 +0800
commited344dfa43e5ffe3082a1fa6dd7be1d44d61c4e3 (patch)
tree8890c6bab3cdea3f3de0565a7e1fd65497a2eb86
parentac97097e71c20f726d5a22e04f77f2ffe7127988 (diff)
downloadaur-ed344dfa43e5ffe3082a1fa6dd7be1d44d61c4e3.tar.gz
0.2.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 257fa346cca7..936ab3bbc243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icd
pkgdesc = Powerful `cd` command with fuzzy-search tool.
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/g-plane/icd
arch = any
license = MIT
@@ -9,6 +9,6 @@ pkgbase = icd
optdepends = ripgrep
optdepends = grep
source = https://github.com/g-plane/icd/archive/v0.2.0.tar.gz
- sha256sums = 4ad64ebd0afcb99f8def17044d2255c34fd3bdf16683ff938829b64a1048fdf2
+ sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = icd
diff --git a/PKGBUILD b/PKGBUILD
index c0d5f05ad54e..5e402ede25e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pig Fang <g-plane@hotmail.com>
pkgname=icd
pkgver=0.2.0
-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=('4ad64ebd0afcb99f8def17044d2255c34fd3bdf16683ff938829b64a1048fdf2')
+sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
license=('MIT')
depends=('fzf')
optdepends=('ripgrep' 'grep')