summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAseem Athale2023-07-26 21:56:07 +0530
committerAseem Athale2023-07-26 21:56:07 +0530
commita5a75dcb133ca3d510d45b9bf28602a5a7fc420f (patch)
tree6c3927b7dab31acd5ba9a30ece3a35cb032c612b
parent269687880699127a398e7f414c91f49547654d44 (diff)
downloadaur-a5a75dcb133ca3d510d45b9bf28602a5a7fc420f.tar.gz
govarnam-ibus-git: Fix provides()
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f2167e9772..b1d209887af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = govarnam-ibus-git
makedepends = git
depends = govarnam
depends = ibus
- provides = govarnam
+ provides = govarnam-ibus
source = govarnam-ibus-git::git+https://github.com/varnamproject/govarnam-ibus.git
source = git+https://github.com/varnamproject/govarnam.git
sha256sums = SKIP
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"