summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-16 23:11:30 +0600
committerMubashshir2020-10-16 23:11:30 +0600
commitae5935b75b7534a04b232b09d4bc5c0e885b967c (patch)
treef0ba7a52650cc740a4f9e53571ec6169d18bc938
parent99b23c5ab0d458439d4b5f535292cf481ddee3c7 (diff)
downloadaur-ae5935b75b7534a04b232b09d4bc5c0e885b967c.tar.gz
pkgrel bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a59511d5241..208ce1e3d300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = openbangla-keyboard-git
pkgdesc = An OpenSource, Unicode compliant Bengali Input Method
pkgver = 2.0.0.r2.gcc3f41e
- pkgrel = 1
+ pkgrel = 2
url = https://openbangla.github.io
install = openbangla-keyboard.install
arch = x86_64
license = GPL3
makedepends = cmake
+ makedepends = rust
depends = ibus
depends = qt5-base
optdepends = ttf-indic-otf: fonts for Bangla and other Indic scripts
diff --git a/PKGBUILD b/PKGBUILD
index 65a909d34625..394214572906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: git
pkgname="openbangla-keyboard-git"
pkgver=2.0.0.r2.gcc3f41e
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
arch=('x86_64')
url="https://openbangla.github.io"
@@ -10,7 +10,7 @@ license=('GPL3')
provides=( 'openbangla-keyboard' )
conflicts=( 'openbangla-keyboard' )
depends=('ibus' 'qt5-base')
-makedepends=('cmake')
+makedepends=('cmake' 'rust')
optdepends=('ttf-indic-otf: fonts for Bangla and other Indic scripts'
'ttf-freebanglafont: miscellaneous fonts for Bangla script')
install="${pkgname%*-git}.install"