summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLongChampion2022-02-17 11:38:54 +0700
committerLongChampion2022-02-17 11:38:54 +0700
commit76406b594a60b9b68661f7277333c7496e54b8ec (patch)
tree36af71a203278ba7214fbbb1c52b2730f46f6876
parent1c97eebe52e4bf7bf98e617d15e53c4b7f689274 (diff)
downloadaur-76406b594a60b9b68661f7277333c7496e54b8ec.tar.gz
Update to version 0.8.1-RC3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fe34ffa7bf0..ed76b7cf327c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ibus-bamboo
pkgdesc = A Vietnamese IME for IBus
- pkgver = 0.8.1_RC1
+ pkgver = 0.8.1_RC3
pkgrel = 1
url = https://github.com/BambooEngine/ibus-bamboo
arch = any
@@ -12,7 +12,7 @@ pkgbase = ibus-bamboo
depends = ibus
conflicts = ibus-bamboo-git
conflicts = bamboo-ibus-git
- source = ibus-bamboo-0.8.1-RC1.tar.gz::https://github.com/BambooEngine/ibus-bamboo/archive/v0.8.1-RC1.tar.gz
- sha256sums = 5d2a4ce58a203d0e32f8c69f9358902d14f93d33c9c67b03a449e299e53fd49b
+ source = ibus-bamboo-0.8.1-RC3.tar.gz::https://github.com/BambooEngine/ibus-bamboo/archive/v0.8.1-RC3.tar.gz
+ sha256sums = cf77a55bea5e4a59786c466e4574bdbdbee730aac71bb7704dd143acc1245817
pkgname = ibus-bamboo
diff --git a/PKGBUILD b/PKGBUILD
index 76419a1f93b6..8976da375ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: LongChampion <ThePalazin@Gmail.com>
pkgname=ibus-bamboo
-gitver=0.8.1-RC1
+gitver=0.8.1-RC3
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' 'bamboo-ibus-git')
source=("$pkgname-$gitver.tar.gz::https://github.com/BambooEngine/$pkgname/archive/v$gitver.tar.gz")
-sha256sums=('5d2a4ce58a203d0e32f8c69f9358902d14f93d33c9c67b03a449e299e53fd49b')
+sha256sums=('cf77a55bea5e4a59786c466e4574bdbdbee730aac71bb7704dd143acc1245817')
build() {
cd "$pkgname-$gitver"
@@ -20,6 +20,5 @@ build() {
package() {
cd "$pkgname-$gitver"
- mkdir -p $pkgdir/usr/share/applications
make DESTDIR="$pkgdir/" install
}