summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-16 23:10:53 +0600
committerMubashshir2020-10-16 23:10:53 +0600
commit6394878dfd9b50c4382833d07bd818e4666e01b3 (patch)
tree1072db576a3d545839cb4346f6615b82fd906e96
parent9af9fe0f8e0e58533dd50fe8b61961184a85f00e (diff)
downloadaur-6394878dfd9b50c4382833d07bd818e4666e01b3.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 f862daeaf729..ca311f5df5ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = openbangla-keyboard
pkgdesc = An OpenSource, Unicode compliant Bengali Input Method
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://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 637b1514e4fc..99d1d43bccd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# pkg: github OpenBangla/OpenBangla-keyboard
pkgname="openbangla-keyboard"
pkgver="2.0.0"
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
arch=('x86_64')
url="http://openbangla.github.io"
license=('GPL3')
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.install"