summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoya Inada2021-01-01 16:41:46 +0900
committerNaoya Inada2021-01-01 16:42:58 +0900
commitd37e9470611a670be13848c8526c410fa25da232 (patch)
tree42f69ff4e0be43c1bfd9efde015fa0713a1c774e
parent68208a145afb90b3ba23ed957427ad6c3753418c (diff)
downloadaur-d37e9470611a670be13848c8526c410fa25da232.tar.gz
Fix depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2eaa279a206..6688f12b69ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx-mozc-ut
pkgdesc = Fcitx engine module for Mozc with Mozc UT Dictionary
pkgver = 2.26.4237.102.20201229
- pkgrel = 1
+ pkgrel = 2
url = https://osdn.net/users/utuhiro/pf/utuhiro/files/
arch = x86_64
license = custom
@@ -18,6 +18,7 @@ pkgbase = fcitx-mozc-ut
makedepends = glib2
makedepends = bzip2
makedepends = unzip
+ depends = mozc-ut=2.26.4237.102.20201229
depends = fcitx
depends = qt5-base
conflicts = fcitx-mozc
diff --git a/PKGBUILD b/PKGBUILD
index a5031036e6d1..6d604059ac03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _fcitxver=20201111
_iconver=20201229
_utdicver=20201229
pkgver=${_mozcver}.${_utdicver}
-pkgrel=1
+pkgrel=2
_pkgbase=mozc
pkgname=fcitx-mozc-ut
@@ -21,7 +21,7 @@ pkgdesc="Fcitx engine module for Mozc with Mozc UT Dictionary"
arch=('x86_64')
url="https://osdn.net/users/utuhiro/pf/utuhiro/files/"
license=('custom')
-depends=('fcitx' 'qt5-base')
+depends=("mozc-ut=${pkgver}" 'fcitx' 'qt5-base')
makedepends=('clang' 'gyp' 'ninja' 'pkg-config' 'python' 'curl' 'gtk2' 'qt5-base' 'fcitx' 'libxcb' 'glib2' 'bzip2' 'unzip')
conflicts=('fcitx-mozc' 'fcitx-mozc-ut2' 'fcitx-mozc-neologd-ut' 'fcitx-mozc-ut-unified')
@@ -32,7 +32,7 @@ source=(
protobuf-3.13.0.tar.gz::https://github.com/protocolbuffers/protobuf/archive/v3.13.0.tar.gz
https://osdn.net/users/utuhiro/pf/utuhiro/dl/fcitx-mozc-${_fcitxver}.patch
https://osdn.net/users/utuhiro/pf/utuhiro/dl/fcitx-mozc-icons-${_iconver}.tar.gz
- https://osdn.net/users/utuhiro/pf/utuhiro/dl/mozcdic-ut-${_utdicver}.${pkgrel}.tar.bz2
+ https://osdn.net/users/utuhiro/pf/utuhiro/dl/mozcdic-ut-${_utdicver}.1.tar.bz2
)
sha1sums=(