summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-06-22 05:57:37 +0800
committerlilac2019-06-22 05:57:37 +0800
commit8271bd97696ebfd61180f6c91cb4f89299615829 (patch)
tree135cdf9f6e11d3bd5766a659a1f196f4079a64f8
parent787351729e7b5941e1a43462b2b161c5d76eb9a3 (diff)
downloadaur-8271bd97696ebfd61180f6c91cb4f89299615829.tar.gz
update by lilac
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 111f86daf9e5..e5d12e75f8db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx5-git
pkgdesc = Next generation of fcitx
pkgver = r408.984f3f2
- pkgrel = 3
+ pkgrel = 5
url = https://gitlab.com/fcitx/fcitx5
arch = i686
arch = x86_64
@@ -23,6 +23,8 @@ pkgbase = fcitx5-git
depends = fmt
depends = libxkbfile
depends = gdk-pixbuf2
+ provides = fcitx5
+ conflicts = fcitx5
source = git+https://gitlab.com/fcitx/fcitx5.git
source = en_dict-20121020.tar.gz::http://download.fcitx-im.org/data/en_dict-20121020.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cadbb2eb7375..715e950156c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,10 @@
_SPELL_EN_DICT_VER='20121020' # defined in upstream src/modules/spell/dict/CMakeLists.txt
_SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb'
-pkgname=fcitx5-git
+_pkgname=fcitx5
+pkgname=${_pkgname}-git
pkgver=r408.984f3f2
-pkgrel=3
+pkgrel=5
pkgdesc="Next generation of fcitx"
arch=('i686' 'x86_64')
url="https://gitlab.com/fcitx/fcitx5"
@@ -16,6 +17,8 @@ depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'syste
'wayland-protocols' 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile'
'fmt' 'libxkbfile' 'gdk-pixbuf2')
makedepends=('extra-cmake-modules' 'git')
+provides=($_pkgname)
+conflicts=($_pkgname)
source=("git+$url.git"
"en_dict-${_SPELL_EN_DICT_VER}.tar.gz::http://download.fcitx-im.org/data/en_dict-${_SPELL_EN_DICT_VER}.tar.gz")