summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f35e7e6e58f8..90622ab3a16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,9 @@ pkgbase = funzzy-git
depends = glibc
depends = gcc-libs
provides = funzzy=1.2.0
+ provides = fzz=1.2.0
conflicts = funzzy
+ conflicts = fzz
source = funzzy::git+https://github.com/cristianoliveira/funzzy.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index efec726f30b0..e0c842ea0e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/cristianoliveira/${_pkgname}"
license=('MIT')
depends=('glibc' 'gcc-libs')
makedepends=('git' 'cargo')
-provides=("${_pkgname}=${pkgver%%.r*}")
-conflicts=("${_pkgname}")
+provides=("${_pkgname}=${pkgver%%.r*}" "fzz=${pkgver%%.r*}")
+conflicts=("${_pkgname}" 'fzz')
_pkgsrc="${_pkgname}"
source=("${_pkgsrc}::git+${url}.git")
sha256sums=('SKIP')