summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2021-08-22 11:18:21 +0300
committerNocifer2021-08-22 11:18:21 +0300
commitfe0e1cbd4f081f12a7a0e83bde4ae9429d42334a (patch)
treebfc0bb9a7a9fc75972f9c00f88aaf72d23504f4c
parent9fb9f830a75ca248f8a4e8d8d836fe0f783bce3e (diff)
downloadaur-fe0e1cbd4f081f12a7a0e83bde4ae9429d42334a.tar.gz
v=2.26.4472.102.20210822,r=1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81a8b3ccb78..c7181ad0d663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ibus-mozc-ut
pkgdesc = Mozc module for IBus bundled with the UT dictionary
- pkgver = 2.26.4444.102.20210725
+ pkgver = 2.26.4472.102.20210822
pkgrel = 1
url = https://github.com/google/mozc
arch = i686
@@ -11,14 +11,13 @@ pkgbase = ibus-mozc-ut
makedepends = pkgconf
makedepends = python-six
makedepends = qt5-base
- makedepends = unzip
depends = ibus>=1.4.1
depends = mozc-ut-common
- provides = ibus-mozc=2.26.4444.102
+ provides = ibus-mozc=2.26.4472.102
conflicts = ibus-mozc
conflicts = ibus-mozc-ut2
conflicts = ibus-mozc-ut-united
- source = ibus-mozc-ut-git::git+https://github.com/google/mozc.git#commit=87f9ce226a32225cd3dfedde47a21fa16541ae88
+ source = ibus-mozc-ut-git::git+https://github.com/google/mozc.git#commit=fed70bc909ef2a67d907d1ac89bbcd042d277da5
sha256sums = SKIP
pkgname = ibus-mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index f99cf1f98c1a..d78224822309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
## Helpful internal stuff
-_commit=87f9ce226a32225cd3dfedde47a21fa16541ae88
-_mozcver=2.26.4444.102
-_utdicver=20210725
+_commit=fed70bc909ef2a67d907d1ac89bbcd042d277da5
+_mozcver=2.26.4472.102
+_utdicver=20210822
pkgname='ibus-mozc-ut'
pkgver=${_mozcver}.${_utdicver}
@@ -20,7 +20,7 @@ arch=('i686' 'x86_64')
url='https://github.com/google/mozc'
license=('custom')
depends=('ibus>=1.4.1' 'mozc-ut-common')
-makedepends=('bazel' 'git' 'pkgconf' 'python-six' 'qt5-base' 'unzip')
+makedepends=('bazel' 'git' 'pkgconf' 'python-six' 'qt5-base')
conflicts=('ibus-mozc' 'ibus-mozc-ut2' 'ibus-mozc-ut-united')
provides=("ibus-mozc=${_mozcver}")
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=${_commit}")