summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-09-16 02:36:11 +0600
committerMubashshir2020-09-16 02:36:11 +0600
commit97e75b0af1debbe019582df53463a994014a3dd6 (patch)
tree352a9912b66c5663a22f0ab50a8ba7f0e0aaa6ef
parentaa6bb4a9a063a21fef4002a1924343dfb8b7ec5a (diff)
downloadaur-97e75b0af1debbe019582df53463a994014a3dd6.tar.gz
automatic push.
-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 eba0f6d87cfd..15f7107ff4ec 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 = 2
+ pkgver = 1.5.1.r94.g08f7e4b
+ pkgrel = 1
url = https://openbangla.github.io
install = openbangla-keyboard.install
arch = x86_64
diff --git a/.gitignore b/.gitignore
index a4177d8fb6f8..8f9fa7281b06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
!openbangla-keyboard.install
!PKGBUILD
!.gitignore
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index b22be23a8919..07d11f302168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ahmad Hasan Mubashshir <ahmubashshir@gmail.com>
pkgname="openbangla-keyboard-git"
-pkgver=1.5.1.r77.ga289143
-pkgrel=2
+pkgver=1.5.1.r94.g08f7e4b
+pkgrel=1
pkgdesc="An OpenSource, Unicode compliant Bengali Input Method"
arch=('x86_64')
url="https://openbangla.github.io"
@@ -17,7 +17,8 @@ source=(
"${pkgname%*-git}::git+https://github.com/OpenBangla/OpenBangla-Keyboard"
"git+https://github.com/OpenBangla/riti"
)
-sha256sums=('SKIP' 'SKIP')
+sha256sums=('SKIP'
+ 'SKIP')
pkgver()
{
cd "$srcdir/${pkgname%*-git}"