summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-01-19 14:26:48 +0800
committerlilac2021-01-19 14:26:48 +0800
commit7f9f7523edc1e0eae4d140da053960468256f7a2 (patch)
tree7a2a8e4e82429b0b96a8124f96c4115f58fd3de7
parentd0daaa446f3ec7e974bdbc6d2980f02092f4ef68 (diff)
downloadaur-7f9f7523edc1e0eae4d140da053960468256f7a2.tar.gz
[lilac] updated to 5.0.4.r7.g9f7dd4d-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cdb30922b8d..feb828beaa35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fcitx5-git
pkgdesc = Next generation of fcitx
- pkgver = 5.0.1.r69.g6b16f0b
- pkgrel = 1
+ pkgver = 5.0.4.r7.g9f7dd4d
+ pkgrel = 2
url = https://github.com/fcitx/fcitx5
arch = i686
arch = x86_64
@@ -22,9 +22,8 @@ pkgbase = fcitx5-git
depends = xcb-util-wm
depends = libxkbfile
depends = fmt
- depends = libxkbfile
depends = gdk-pixbuf2
- depends = cldr-emoji-annotation
+ depends = unicode-cldr-annotations
provides = fcitx5
conflicts = fcitx5
source = git+https://github.com/fcitx/fcitx5.git
diff --git a/PKGBUILD b/PKGBUILD
index 7e0b88a7427e..c71cab116fcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@ _SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4
_pkgname=fcitx5
pkgname=${_pkgname}-git
-pkgver=5.0.1.r69.g6b16f0b
-pkgrel=1
+pkgver=5.0.4.r7.g9f7dd4d
+pkgrel=2
pkgdesc="Next generation of fcitx"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/fcitx5"
license=('GPL')
depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile'
- 'fmt' 'libxkbfile' 'gdk-pixbuf2' 'cldr-emoji-annotation')
+ 'wayland-protocols' 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
+ 'unicode-cldr-annotations')
makedepends=('extra-cmake-modules' 'git' 'ninja')
provides=($_pkgname)
conflicts=($_pkgname)