summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2024-03-09 14:42:44 +0200
committerNocifer2024-03-09 14:42:44 +0200
commit850602a5d658ba157262e8749f36797087c8f391 (patch)
treeb61429e7e4d9b9701cfbf1689a47957a21faa181
parent3fe1f6cb19eb8ce71226b6c0c428e446312879e9 (diff)
downloadaur-850602a5d658ba157262e8749f36797087c8f391.tar.gz
v=2.29.5400.102.20240308,r=1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a64b91ccc9b..f7e2ba5d47fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozc-ut
pkgdesc = The Open Source edition of Google Japanese Input bundled with the UT dictionary
pkgver = 2.29.5400.102.20240308
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/mozc
arch = x86_64
license = Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND MIT AND NAIST-2003 AND Unicode-3.0 AND LicenseRef-Okinawa-Dictionary
diff --git a/PKGBUILD b/PKGBUILD
index 6f42001843a7..8b11c98029f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ ENABLED_DICTIONARIES=(
pkgname='mozc-ut'
pkgver=2.29.5400.102.20240308
-pkgrel=1
+pkgrel=2
pkgdesc='The Open Source edition of Google Japanese Input bundled with the UT dictionary'
arch=('x86_64')
url='https://github.com/google/mozc'
@@ -127,6 +127,6 @@ package() {
sed -i -e 's|^[ \t]*||g' Windows-Implementation-Library
install -Dm644 Windows-Implementation-Library "${pkgdir}"/usr/share/licenses/mozc/Windows-Implementation-Library
- install -Dm644 bazel-bin/server/mozc_server "${pkgdir}"/usr/lib/mozc/mozc_server
- install -Dm644 bazel-bin/gui/tool/mozc_tool "${pkgdir}"/usr/lib/mozc/mozc_tool
+ install -Dm755 bazel-bin/server/mozc_server "${pkgdir}"/usr/lib/mozc/mozc_server
+ install -Dm755 bazel-bin/gui/tool/mozc_tool "${pkgdir}"/usr/lib/mozc/mozc_tool
}