diff --git a/packages/fzf-bin/.SRCINFO b/packages/fzf-bin/.SRCINFO index 58a3eed..b820c9e 100644 --- a/packages/fzf-bin/.SRCINFO +++ b/packages/fzf-bin/.SRCINFO @@ -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 @@ -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 repology = project: fzf diff --git a/packages/fzf-bin/fzf-bin.pacscript b/packages/fzf-bin/fzf-bin.pacscript index 064b564..1e5ec89 100644 --- a/packages/fzf-bin/fzf-bin.pacscript +++ b/packages/fzf-bin/fzf-bin.pacscript @@ -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') @@ -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