Skip to content

Commit

Permalink
Merge pull request #10 from erenfro/upd/fzf-bin-add-provides
Browse files Browse the repository at this point in the history
fix(fzf-bin): add provides
  • Loading branch information
erenfro authored Jul 3, 2024
2 parents 9643692 + 6030a8e commit 59681d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fzf-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pkgname = fzf-bin
gives = fzf
pkgver = 0.53.0
pkgrel = 2
pkgdesc = general-purpose command-line fuzzy finder It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc.
url = https://github.com/junegunn/fzf
arch = amd64
Expand All @@ -9,6 +10,7 @@ arch = armhf
arch = ppc64el
arch = s390x
source = fzf-0.53.0.tar.gz::https://github.com/junegunn/fzf/archive/refs/tags/0.53.0.tar.gz
provides = fzf
license = MIT
maintainer = Eric Renfro <[email protected]>
repology = project: fzf
Expand Down
2 changes: 2 additions & 0 deletions packages/fzf-bin/fzf-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pkgname="fzf-bin"
gives="fzf"
pkgver="0.53.0"
pkgrel="2"
repology=("project: ${gives}")
arch=('amd64' 'arm64' 'armhf' 'ppc64el' 's390x')
license=('MIT')
Expand All @@ -18,6 +19,7 @@ source_ppc64el=("https://github.com/junegunn/fzf/releases/download/${pkgver}/fzf
source_s390x=("https://github.com/junegunn/fzf/releases/download/${pkgver}/fzf-${pkgver}-linux_s390x.tar.gz")
conflict=("fzf-bin" "fzf")
replaces=("${conflicts[@]}")
provides=("fzf")
pkgdesc="general-purpose command-line fuzzy finder
It's an interactive Unix filter for command-line that can be used with
any list; files, command history, processes, hostnames, bookmarks, git
Expand Down

0 comments on commit 59681d3

Please sign in to comment.