summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPig Fang2024-02-19 11:04:37 +0800
committerPig Fang2024-02-19 11:04:37 +0800
commit4bd252840e98f3089e4386415b31dc80326cd542 (patch)
tree29cdf1a5da8f86a70aa7e764e2c1939baed02d32
parented344dfa43e5ffe3082a1fa6dd7be1d44d61c4e3 (diff)
downloadaur-4bd252840e98f3089e4386415b31dc80326cd542.tar.gz
0.2.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 936ab3bbc243..68f7651f1a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icd
pkgdesc = Powerful `cd` command with fuzzy-search tool.
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
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 = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums = ffe97aa6ea1e73901934e726b927d63331a7e846a3bb32dea0791505af37e802
pkgname = icd
diff --git a/PKGBUILD b/PKGBUILD
index 5e402ede25e4..ced5b9432828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pig Fang <g-plane@hotmail.com>
pkgname=icd
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
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=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+sha256sums=('ffe97aa6ea1e73901934e726b927d63331a7e846a3bb32dea0791505af37e802')
license=('MIT')
depends=('fzf')
optdepends=('ripgrep' 'grep')