summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNocifer2021-12-26 13:03:24 +0200
committerNocifer2021-12-26 13:03:24 +0200
commit0cd9eb6a8b8189517a1141c4531b9afe17884758 (patch)
tree14ac4f75837f005382f8e0d97096cdd5adce8a68
parent8e6964ce546933efda7b3d100d64a544407b6d81 (diff)
downloadaur-0cd9eb6a8b8189517a1141c4531b9afe17884758.tar.gz
v=2.26.4596.102,r=1 - Replace emacs-mozc-ut
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15883a8465f2..b5cb6f9fa81c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-mozc
pkgdesc = Mozc module for Emacs
pkgver = 2.26.4596.102
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/mozc
arch = x86_64
license = Apache
@@ -17,7 +17,7 @@ pkgbase = emacs-mozc
depends = mozc=2.26.4596.102
conflicts = emacs-mozc-ut2
conflicts = emacs-mozc-ut-united
- conflicts = emacs-mozc-ut
+ replaces = emacs-mozc-ut
source = emacs-mozc-git::git+https://github.com/google/mozc.git#commit=3735608
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff121a4c2ce1..a0339b80a07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,15 @@
pkgname='emacs-mozc'
pkgver=2.26.4596.102
-pkgrel=1
+pkgrel=2
pkgdesc='Mozc module for Emacs'
arch=('x86_64')
url='https://github.com/google/mozc'
license=('Apache' 'BSD' 'LGPL' 'custom')
depends=('emacs' 'mozc=2.26.4596.102')
makedepends=('bazel' 'git' 'pkgconf' 'python-six' 'qt5-base')
-conflicts=('emacs-mozc-ut2' 'emacs-mozc-ut-united' 'emacs-mozc-ut')
+conflicts=('emacs-mozc-ut2' 'emacs-mozc-ut-united')
+replaces=('emacs-mozc-ut')
source=("${pkgname}-git::git+https://github.com/google/mozc.git#commit=3735608")
sha256sums=('SKIP')