summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-02-13 13:05:32 -0500
committerEthan Kerrick2022-02-13 13:05:32 -0500
commitfd63c4cdc6784576fb80c590250df3034e19f908 (patch)
tree4a5cc42c633a6e8ecdb30cf7806a7c670f491124
parent16a8cf2cf35012a057722fc64afb53b651c66026 (diff)
downloadaur-fd63c4cdc6784576fb80c590250df3034e19f908.tar.gz
added python-six dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e9c4c5086a..ea58593885d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc-ut-united
pkgdesc = A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)
pkgver = 2.26.4632.102_20220206_2018.02.26.r231.g7329757e
- pkgrel = 1
+ pkgrel = 2
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = mozc-ut-united
makedepends = clang
makedepends = zinnia
makedepends = bazel
+ makedepends = python-six
depends = qt5-base
depends = zinnia
source = mozc::git+https://github.com/google/mozc.git
diff --git a/PKGBUILD b/PKGBUILD
index eeccfd3780f3..d98f4febd7ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,12 +31,12 @@ pkgbase=mozc-ut-united
pkgname=mozc-ut-united
true && pkgname=('mozc-ut-united')
pkgver=2.26.4632.102_20220206_2018.02.26.r231.g7329757e
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://code.google.com/p/mozc/"
url="https://osdn.net/users/utuhiro/pf/utuhiro/files/"
license=('BSD' 'GPL' 'custom')
-makedepends=('ruby' 'git' 'ninja' 'clang' 'zinnia' 'bazel')
+makedepends=('ruby' 'git' 'ninja' 'clang' 'zinnia' 'bazel' 'python-six')
source=("mozc::git+https://github.com/google/mozc.git" "https://osdn.net/downloads/users/37/37665/mozcdic-ut-${_utdicdate}.tar.bz2" "config-arch-new.patch" "git+https://chromium.googlesource.com/breakpad/breakpad" "git+https://github.com/google/googletest.git" "git+https://chromium.googlesource.com/external/gyp" "git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git" "git+https://github.com/open-source-parsers/jsoncpp.git" "git+https://github.com/google/protobuf.git" "git+https://github.com/abseil/abseil-cpp.git" "android-fix.patch")
sha1sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')