summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-03-14 12:22:43 +0800
committerlilac2023-03-14 12:22:43 +0800
commit323df93723f70bbbe821bd2829b93637c97d8f43 (patch)
treeddd01c663d65a0af9bf9429ee6c25d6b7bf24551
parent189c42ec3f9a2243a5431e3872067a39d4ad1427 (diff)
downloadaur-fcitx5-git.tar.gz
[lilac] updated to 5.0.22.r3.gb28d5c5-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04d5878ea9f..a9f6a3f996ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fcitx5-git
pkgdesc = Next generation of fcitx
- pkgver = 5.0.21.r16.g22454ff
+ pkgver = 5.0.22.r3.gb28d5c5
pkgrel = 1
url = https://github.com/fcitx/fcitx5
arch = i686
@@ -9,6 +9,7 @@ pkgbase = fcitx5-git
makedepends = extra-cmake-modules
makedepends = git
makedepends = ninja
+ makedepends = wayland-protocols
depends = cairo
depends = enchant
depends = iso-codes
@@ -17,7 +18,6 @@ pkgbase = fcitx5-git
depends = pango
depends = systemd
depends = wayland
- depends = wayland-protocols
depends = xcb-imdkit-git
depends = xcb-util-wm
depends = libxkbfile
diff --git a/PKGBUILD b/PKGBUILD
index 7e9b926a01a6..a00a78ca9482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@ _SPELL_EN_DICT_SHA256='c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4
_pkgname=fcitx5
pkgname=${_pkgname}-git
-pkgver=5.0.21.r16.g22454ff
+pkgver=5.0.22.r3.gb28d5c5
pkgrel=1
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' 'gdk-pixbuf2')
-makedepends=('extra-cmake-modules' 'git' 'ninja')
+ 'xcb-imdkit-git' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
+makedepends=('extra-cmake-modules' 'git' 'ninja' 'wayland-protocols')
provides=($_pkgname)
conflicts=($_pkgname)