summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-10-27 18:58:03 -0400
committerEthan Kerrick2022-10-27 18:58:03 -0400
commit0a4c664d03da73069a1656524b26d661439392f0 (patch)
treef4ee73b18e3334e48a3731cc8fb58f88cffb87d6
parentc800e6cc7ca0a8b0802eec5cd78f0bbe220b678d (diff)
downloadaur-0a4c664d03da73069a1656524b26d661439392f0.tar.gz
update to fix git update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67dd338496d6..f684f2d6acca 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.28.4830.102_20220904_2.26.4660.102.r277.gbf5e3ce2
- pkgrel = 1
+ pkgrel = 2
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cb86ea9a0d41..2215730b2f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgbase=mozc-ut-united
pkgname=mozc-ut-united
true && pkgname=('mozc-ut-united')
pkgver=2.28.4830.102_20220904_2.26.4660.102.r277.gbf5e3ce2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://code.google.com/p/mozc/"
url="https://osdn.net/users/utuhiro/pf/utuhiro/files/"
@@ -71,7 +71,7 @@ prepare() {
git config submodule.jsoncpp.url "$srcdir/jsoncpp"
git config submodule.protobuf.url "$srcdir/protobuf"
git config submodule.abseil-cpp.url "$srcdir/abseil-cpp"
- git submodule update
+ git -c protocol.file.allow=always submodule update
# Add UT dictionary
cat ${srcdir}/mozcdic-ut-${_utdicdate}/mozcdic*-ut-*.txt >> src/data/dictionary_oss/dictionary00.txt