summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-08-22 19:43:19 +0600
committerMubashshir2020-08-22 19:43:19 +0600
commitd7842198d24f22b050a1261b5ea8278c3de760e8 (patch)
treeab736500476ab62b08a81d85b3cfe111d712ebd5 /PKGBUILD
parent12a4b3771a9209e218213c4936f7ee82c7d261cc (diff)
downloadaur-d7842198d24f22b050a1261b5ea8278c3de760e8.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bd984d29bed..a04b68e07e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
-# Maintainer: Sammay Sarkar <(my-name-without-vowels)@gmail.com>
+# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
pkgname="openbangla-keyboard-git"
pkgver=1.5.1.r77.ga289143
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
arch=('x86_64')
url="http://openbangla.github.io"
license=('GPL3')
+provides=( 'openbangla-keyboard' )
+conflicts=( 'openbangla-keyboard' )
depends=('ibus' 'qt5-base')
makedepends=('cmake')
optdepends=('ttf-indic-otf: fonts for Bangla and other Indic scripts'
@@ -24,7 +26,6 @@ pkgver()
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
- pkgrel=$(git diff --shortstat|cut -d' ' -f2)
}
prepare() {