summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraslingguang2024-02-01 10:57:59 +0800
committeraslingguang2024-02-01 10:57:59 +0800
commitf70ccae9c8026f5114b9cf197109d90603168f02 (patch)
tree81e1570dbcebe043413af04294dbc6e6fd07e768
parent89f9828b2621d0535536723338f5d67b0bd2640e (diff)
downloadaur-f70ccae9c8026f5114b9cf197109d90603168f02.tar.gz
更新说明和依赖
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce03f95de33..e69de29bb2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +0,0 @@
-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 = r6.05c1fc5
- pkgrel = 1
- url = https://github.com/aslingguang/fzf-tab-source
- arch = x86_64
- license = GPL
- makedepends = git
- depends = zsh
- depends = fzf
- optdepends = exa: 目录结构预览
- optdepends = chafa: preview picture
- optdepends = perl-image-exiftool: preview metadata
- optdepends = python-pdftotext: preview pdf
- optdepends = bat: preview text
- optdepends = python-xlsx2csv: preview xlsx
- optdepends = perl-xls2csv: preview xlsx
- optdepends = csvkit: process csv
- optdepends = pandoc: preview docx
- optdepends = atool: preview deb,gz,jar,rpm,tar,tgz,xz,zip,etc
- optdepends = unzip: preview zip
- optdepends = unrar: preview rar
- optdepends = p7zip: preview 7z
- optdepends = fd: quickly search for files and directories, faster than the default find
- conflicts = fzf-tab-git
- conflicts = fzf-tab-bin-git
- source = git+https://github.com/aslingguang/fzf-tab-source.git
- sha256sums = SKIP
-
-pkgname = fzf-tab-source
diff --git a/PKGBUILD b/PKGBUILD
index 9fc8b0bfdd99..847995eaf234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fzf-tab-source
-pkgver=r6.05c1fc5
+pkgver=
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"