summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad7498b453c7..a421e5229307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openbangla-keyboard-git
pkgdesc = An OpenSource, Unicode compliant Bengali Input Method
pkgver = 2.0.0.r6.g6f6163d
- pkgrel = 1
+ pkgrel = 2
url = https://openbangla.github.io
install = openbangla-keyboard.install
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = openbangla-keyboard-git
provides = openbangla-keyboard
conflicts = openbangla-keyboard
source = openbangla-keyboard::git+https://github.com/OpenBangla/OpenBangla-Keyboard
- source = git+https://github.com/OpenBangla/riti
+ source = riti::git+https://github.com/OpenBangla/riti
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e64ae4f94637..7faf536c6ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: git
pkgname="openbangla-keyboard-git"
pkgver=2.0.0.r6.g6f6163d
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
arch=('x86_64')
url="https://openbangla.github.io"
@@ -16,7 +16,7 @@ optdepends=('ttf-indic-otf: fonts for Bangla and other Indic scripts'
install="${pkgname%*-git}.install"
source=(
"${pkgname%*-git}::git+https://github.com/OpenBangla/OpenBangla-Keyboard"
- "git+https://github.com/OpenBangla/riti"
+ "riti::git+https://github.com/OpenBangla/riti"
)
sha256sums=('SKIP'
'SKIP')