summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-04-21 19:20:19 +0800
committerlilac2020-04-21 19:20:19 +0800
commit9377b3ee1e342447bc22f26ecf41fd38a0558738 (patch)
tree86c2b4c3f8950a78ecf79568e188910f028217b8
parentf5e721fe370b16388f7470a4dd95829592aa246b (diff)
downloadaur-9377b3ee1e342447bc22f26ecf41fd38a0558738.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50fe945979db..82a3cdbbb2d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-chinese-addons-git
pkgdesc = Addons related to Chinese, including IME previous bundled inside fcitx4
- pkgver = r170.54ef2da
+ pkgver = r181.835cce8
pkgrel = 1
url = https://github.com/fcitx/fcitx5-chinese-addons
arch = i686
@@ -12,11 +12,9 @@ pkgbase = fcitx5-chinese-addons-git
makedepends = fcitx5-lua-git
depends = curl
depends = libime-git
- depends = qt5-webengine
+ depends = qt5-webkit
depends = fcitx5-qt5-git
- depends = boost-libs
depends = opencc
- depends = fcitx5-git
optdepends = fcitx5-lua-git: Lua and imeapi support from pinyin
provides = fcitx5-chinese-addons
conflicts = fcitx5-chinese-addons
diff --git a/PKGBUILD b/PKGBUILD
index c2f6541e6ab5..423fdff5577d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=fcitx5-chinese-addons
pkgname=${_pkgname}-git
-pkgver=r170.54ef2da
+pkgver=r181.835cce8
pkgrel=1
pkgdesc="Addons related to Chinese, including IME previous bundled inside fcitx4"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/fcitx5-chinese-addons"
license=('GPL')
-depends=('curl' 'libime-git' 'qt5-webengine' 'fcitx5-qt5-git' 'boost-libs' 'opencc' 'fcitx5-git')
+depends=('curl' 'libime-git' 'qt5-webkit' 'fcitx5-qt5-git' 'opencc')
makedepends=('boost' 'extra-cmake-modules' 'git' 'fcitx5-lua-git')
optdepends=('fcitx5-lua-git: Lua and imeapi support from pinyin')
provides=(${_pkgname})