summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Michalopoulos2020-11-26 18:59:01 +0200
committerAlexander Michalopoulos2020-11-26 19:04:52 +0200
commita38182bb61a05bfdc21f69d3015663f35bfe5315 (patch)
treef787bf56e777ca2fb443074575e9b218d36db9bb
parent5117d490f8e50e1f4ffef967b580eba88d596f3b (diff)
downloadaur-a38182bb61a05bfdc21f69d3015663f35bfe5315.tar.gz
v=2.26.4200.100.20201110,r=1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
l---------ibus-mozc-ut-git1
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 228bd65d1b1b..e39bd1d18a04 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.25.4190.102.20201110
+ pkgver = 2.26.4200.100.20201110
pkgrel = 1
url = https://github.com/google/mozc
arch = i686
@@ -12,14 +12,15 @@ pkgbase = ibus-mozc-ut
makedepends = ninja
makedepends = pkgconf
makedepends = python
+ makedepends = python-six
makedepends = qt5-base
depends = ibus>=1.4.1
depends = mozc-ut-common
- provides = ibus-mozc=2.25.4190.102
+ provides = ibus-mozc=2.26.4200.100
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=cfd05a0907d4ff95a15cc6fe2d4d56ed480f4002
+ source = ibus-mozc-ut-git::git+https://github.com/google/mozc.git#commit=e769997e0eff37676c78fb53b122ff79b2fb99b2
sha256sums = SKIP
pkgname = ibus-mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index 769dc11e96bf..cba92c53fcaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,12 @@
## Helpful internal stuff
-_commit=cfd05a0907d4ff95a15cc6fe2d4d56ed480f4002
-_mozcver=2.25.4190.102
+_commit=e769997e0eff37676c78fb53b122ff79b2fb99b2
+_major=2
+_minor=26
+_build=4200
+_revision=100
+_mozcver=${_major}.${_minor}.${_build}.${_revision}
_utdicdate=20201110
_utdicrel=1
_bldtype=Release
@@ -21,8 +25,8 @@ pkgdesc='Mozc module for IBus bundled with the UT dictionary'
arch=('i686' 'x86_64')
url='https://github.com/google/mozc'
license=('custom')
-depends=('ibus>=1.4.1' 'mozc-ut-common' )
-makedepends=('clang' 'git' 'gtk2' 'ninja' 'pkgconf' 'python' 'qt5-base')
+depends=('ibus>=1.4.1' 'mozc-ut-common')
+makedepends=('clang' 'git' 'gtk2' 'ninja' 'pkgconf' 'python' '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}")
diff --git a/ibus-mozc-ut-git b/ibus-mozc-ut-git
new file mode 120000
index 000000000000..7a698540173a
--- /dev/null
+++ b/ibus-mozc-ut-git
@@ -0,0 +1 @@
+/home/nocifer/Projects/AUR/mozc-ut-common/mozc-ut-common-git \ No newline at end of file