summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-11-02 16:16:59 +0600
committerMubashshir2020-11-02 16:16:59 +0600
commit8bd5505581e5cd9eb856afb1180a89b5c6734f6a (patch)
tree961494cd17883c0fdc556d8443a5aaf4a1348831
parentd78b2e2638a9c908989d121eb38528aa03b5d1c1 (diff)
downloadaur-8bd5505581e5cd9eb856afb1180a89b5c6734f6a.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 a421e5229307..c306f03c36a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = openbangla-keyboard-git
pkgdesc = An OpenSource, Unicode compliant Bengali Input Method
pkgver = 2.0.0.r6.g6f6163d
- pkgrel = 2
+ pkgrel = 3
url = https://openbangla.github.io
install = openbangla-keyboard.install
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = rust
+ makedepends = git
depends = ibus
depends = qt5-base
optdepends = ttf-indic-otf: fonts for Bangla and other Indic scripts
diff --git a/PKGBUILD b/PKGBUILD
index 7faf536c6ee5..709362c217f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: git
pkgname="openbangla-keyboard-git"
pkgver=2.0.0.r6.g6f6163d
-pkgrel=2
+pkgrel=3
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' 'rust')
+makedepends=('cmake' 'rust' 'git')
optdepends=('ttf-indic-otf: fonts for Bangla and other Indic scripts'
'ttf-freebanglafont: miscellaneous fonts for Bangla script')
install="${pkgname%*-git}.install"