summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Michalopoulos2021-02-22 18:59:45 +0200
committerAlexander Michalopoulos2021-02-22 18:59:45 +0200
commit10dc6dacbe1ab6e2a133d5f93feacfe9b6dc43d6 (patch)
tree6e9bca9ede72d309d84dc4bc04824d91908a1bd9
parent949b6446fe42ab314391393f4ee5000f7414d381 (diff)
downloadaur-10dc6dacbe1ab6e2a133d5f93feacfe9b6dc43d6.tar.gz
v=2.26.4289.102.20210222,r=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d434fd7638c..8cdd45b60f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-mozc-ut
pkgdesc = Mozc module for Emacs bundled with the UT dictionary
- pkgver = 2.26.4261.102.20210123
+ pkgver = 2.26.4289.102.20210222
pkgrel = 1
url = https://github.com/google/mozc
arch = i686
@@ -16,10 +16,10 @@ pkgbase = emacs-mozc-ut
makedepends = qt5-base
depends = emacs
depends = mozc-ut-common
- provides = emacs-mozc=2.26.4261.102
+ provides = emacs-mozc=2.26.4289.102
conflicts = emacs-mozc
conflicts = emacs-mozc-ut2
- source = emacs-mozc-ut-git::git+https://github.com/google/mozc.git#commit=6463e71605e2c6c2e1fcc67117a1c351ffa4a794
+ source = emacs-mozc-ut-git::git+https://github.com/google/mozc.git#commit=492e6227de3adec93c1f294b6c68a42b85b4e7db
sha256sums = SKIP
pkgname = emacs-mozc-ut
diff --git a/PKGBUILD b/PKGBUILD
index 21715ecdef9a..8c41416bc416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,14 @@
## Helpful internal stuff
-_commit=6463e71605e2c6c2e1fcc67117a1c351ffa4a794
-_major=2
-_minor=26
-_build=4261
-_revision=102
-_mozcver=${_major}.${_minor}.${_build}.${_revision}
-_utdicdate=20210123
+_commit=492e6227de3adec93c1f294b6c68a42b85b4e7db
+_mozcver=2.26.4289.102
+_utdicver=20210222
_utdicrel=1
-_bldtype=Release
+_buildtype=Release
pkgname='emacs-mozc-ut'
-pkgver=${_mozcver}.${_utdicdate}
+pkgver=${_mozcver}.${_utdicver}
pkgrel=1
pkgdesc='Mozc module for Emacs bundled with the UT dictionary'
arch=('i686' 'x86_64')
@@ -51,7 +47,7 @@ build() {
GYP_DEFINES='document_dir=/usr/share/licenses/mozc'
python build_mozc.py gyp --target_platform=Linux
- python build_mozc.py build -c ${_bldtype} ${_targets}
+ python build_mozc.py build -c ${_buildtype} ${_targets}
}
package() {
@@ -60,6 +56,6 @@ package() {
install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/mozc/emacs-mozc
install -Dm644 data/installer/credits_en.html ${pkgdir}/usr/share/licenses/mozc/emacs-mozc-submodules
- install -Dm755 out_linux/${_bldtype}/mozc_emacs_helper ${pkgdir}/usr/bin/mozc_emacs_helper
+ install -Dm755 out_linux/${_buildtype}/mozc_emacs_helper ${pkgdir}/usr/bin/mozc_emacs_helper
install -Dm644 unix/emacs/mozc.el ${pkgdir}/usr/share/emacs/site-lisp/mozc.el
}