summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraslingguang2024-02-01 11:25:46 +0800
committeraslingguang2024-02-01 11:25:46 +0800
commit9eaa3618d0f23ee5986db23835a0b16e99444af5 (patch)
treebee04966c53d803c484f68537ccd0712e6dc42b9
parent2b62219b52f39dc125aab49bc210d82c47fbd4ec (diff)
downloadaur-fzf-tab-source.tar.gz
更新版本
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52401cb4c3f..265b61977dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fzf-tab-source
pkgdesc = Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches. After the installation is completed,Add 'source /usr/share/zsh/plugins/fzf-tab-source/fzf-tab.plugin.zsh' to ~/.zshrc
- pkgver = r10.f70ccae
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/aslingguang/fzf-tab-source
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = fzf-tab-source
makedepends = git
depends = zsh
depends = fzf
- optdepends = exa: 目录结构预览
+ optdepends = exa: replace ls
optdepends = chafa: preview picture
optdepends = perl-image-exiftool: preview metadata
optdepends = python-pdftotext: preview pdf
diff --git a/PKGBUILD b/PKGBUILD
index 4c4a77e050a4..d47721145fc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fzf-tab-source
-pkgver=r10.f70ccae
+pkgver=1.0.1
pkgrel=1
pkgdesc="Replace zsh's default completion selection menu with fzf.Add file and directory previews,and can use rg or rga to assist fzf searches.
After the installation is completed,Add 'source /usr/share/zsh/plugins/fzf-tab-source/fzf-tab.plugin.zsh' to ~/.zshrc"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('zsh' 'fzf')
makedepends=('git')
conflicts=('fzf-tab-git' 'fzf-tab-bin-git' )
-optdepends=('exa: 目录结构预览'
+optdepends=('exa: replace ls'
'chafa: preview picture'
'perl-image-exiftool: preview metadata'
'python-pdftotext: preview pdf'
@@ -26,10 +26,6 @@ optdepends=('exa: 目录结构预览'
source=("git+https://github.com/aslingguang/fzf-tab-source.git")
sha256sums=('SKIP')
-pkgver() {
- cd "$srcdir/$pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
package() {
cd "$srcdir/$pkgname"