summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLongChampion2023-12-08 06:40:58 +0700
committerLongChampion2023-12-08 06:40:58 +0700
commitb8dcafcee043e667657891b60bd1d6919ba7fd72 (patch)
treee7be522c5a691f95cff141501d2f532cda83ade5
parent27a57a97ac0648193849ec58996642bfb0a7d13b (diff)
downloadaur-b8dcafcee043e667657891b60bd1d6919ba7fd72.tar.gz
Update to version 0.8.3-RC6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75750c78ee4b..c0ea2690b9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ibus-bamboo
pkgdesc = A Vietnamese IME for IBus
- pkgver = 0.8.3_RC5
+ pkgver = 0.8.3_RC6
pkgrel = 1
url = https://github.com/BambooEngine/ibus-bamboo
arch = any
@@ -11,7 +11,7 @@ pkgbase = ibus-bamboo
makedepends = libxtst
depends = ibus
conflicts = ibus-bamboo-git
- source = ibus-bamboo-0.8.3-RC5.tar.gz::https://github.com/BambooEngine/ibus-bamboo/archive/v0.8.3-RC5.tar.gz
- sha256sums = 348adb201b6fdfae07d5cacac9568c9b542d4d0add61a73e24f8da542aec8bda
+ source = ibus-bamboo-0.8.3-RC6.tar.gz::https://github.com/BambooEngine/ibus-bamboo/archive/v0.8.3-RC6.tar.gz
+ sha256sums = c2b99680d0c601e48408e121c4858a81bb78977485682d4c6340249fd0ded985
pkgname = ibus-bamboo
diff --git a/PKGBUILD b/PKGBUILD
index f8f1c2917865..345bcdb7e7bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: LongChampion <ThePalazin@Gmail.com>
pkgname=ibus-bamboo
-gitver=0.8.3-RC5
+gitver=0.8.3-RC6
pkgver=${gitver//'-'/'_'}
pkgrel=1
pkgdesc="A Vietnamese IME for IBus"
@@ -11,7 +11,7 @@ depends=('ibus')
makedepends=('go' 'gtk3' 'libx11' 'libxtst')
conflicts=('ibus-bamboo-git')
source=("$pkgname-$gitver.tar.gz::https://github.com/BambooEngine/$pkgname/archive/v$gitver.tar.gz")
-sha256sums=('348adb201b6fdfae07d5cacac9568c9b542d4d0add61a73e24f8da542aec8bda')
+sha256sums=('c2b99680d0c601e48408e121c4858a81bb78977485682d4c6340249fd0ded985')
build() {
cd "$pkgname-$gitver"