summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2023-07-26 21:56:07 +0530
committerAseem Athale2023-07-26 21:56:07 +0530
commita5a75dcb133ca3d510d45b9bf28602a5a7fc420f (patch)
tree6c3927b7dab31acd5ba9a30ece3a35cb032c612b /PKGBUILD
parent269687880699127a398e7f414c91f49547654d44 (diff)
downloadaur-a5a75dcb133ca3d510d45b9bf28602a5a7fc420f.tar.gz
govarnam-ibus-git: Fix provides()
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31beb0a794f0..6855775adeb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('govarnam' 'ibus')
source=("${pkgname}::git+https://github.com/varnamproject/govarnam-ibus.git"
"git+https://github.com/varnamproject/govarnam.git")
sha256sums=('SKIP' 'SKIP')
-provides=('govarnam')
+provides=('govarnam-ibus')
pkgver() {
cd "$pkgname"