summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkomeil Parseh2022-12-21 16:01:35 +0330
committerkomeil Parseh2022-12-21 16:01:35 +0330
commit2aa80d54dcea3e5d0ca3e68302dcb73739819c88 (patch)
tree165dd02d968a42ff63ea2534e338320c5a877b11 /PKGBUILD
parent07df665d0475306ff63abc517bbde8ffebf6863d (diff)
downloadaur-2aa80d54dcea3e5d0ca3e68302dcb73739819c88.tar.gz
fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5272485cd1e0..8ff921415f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=("MIT")
makedepends=("git")
optdepends=("github-cli: Receive auth token from GitHub")
depends=("ruby")
-provides=("ruby-repofetch" "ruby-repofetch-bin")
+provides=("ruby-repofetch")
conflicts=("ruby-repofetch" "ruby-repofetch-bin")
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")