summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-08-22 19:43:19 +0600
committerMubashshir2020-08-22 19:43:19 +0600
commitd7842198d24f22b050a1261b5ea8278c3de760e8 (patch)
treeab736500476ab62b08a81d85b3cfe111d712ebd5
parent12a4b3771a9209e218213c4936f7ee82c7d261cc (diff)
downloadaur-d7842198d24f22b050a1261b5ea8278c3de760e8.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD7
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 352a098b7324..1e211febac07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openbangla-keyboard-git
pkgdesc = An OpenSource, Unicode compliant Bengali Input Method
pkgver = 1.5.1.r77.ga289143
- pkgrel = 1
+ pkgrel = 2
url = http://openbangla.github.io
install = openbangla-keyboard.install
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = openbangla-keyboard-git
depends = qt5-base
optdepends = ttf-indic-otf: fonts for Bangla and other Indic scripts
optdepends = ttf-freebanglafont: miscellaneous fonts for Bangla script
+ provides = openbangla-keyboard
+ conflicts = openbangla-keyboard
source = openbangla-keyboard::git+https://github.com/OpenBangla/OpenBangla-Keyboard
source = git+https://github.com/OpenBangla/riti
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index d396ae6df0d0..8ebfacab0c9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
*
!.SRCINFO
!PKGBUILD
-!openbangla-keyboard.install
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() {