[arch-commits] Commit in fcitx5/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Mar 10 18:40:05 UTC 2020


    Date: Tuesday, March 10, 2020 @ 18:40:04
  Author: felixonmars
Revision: 593853

upgpkg: fcitx5 0.0.0.20200310-1

Modified:
  fcitx5/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-10 18:37:00 UTC (rev 593852)
+++ PKGBUILD	2020-03-10 18:40:04 UTC (rev 593853)
@@ -3,20 +3,21 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5
-pkgver=0.0.0.20181128
-_commit=984f3f2c1fdcecb7de4dfb39b876c2821e366a59
+pkgver=0.0.0.20200310
+_commit=f1a660833203d9b54231cf5b1569bd8ed0f9be80
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
-arch=('i686' 'x86_64')
+arch=('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' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2')
+         'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2'
+         'cldr-emoji-annotation')
 makedepends=('extra-cmake-modules')
 source=("https://gitlab.com/fcitx/fcitx5/-/archive/$_commit/fcitx5-$_commit.tar.bz2"
         https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('21e6848a252bd2dce1029c1e5b6f796cc3a47eaa835c08931a723b3bb770dd8b04eee3f30e46e5890ef46a5a591c29aa9751e6ba10decd4e10790c12b3ff07c3'
+sha512sums=('4e9512af6080bc18898a0b656a09b98e453355311d05f5215b9b498bca7ca96a9aa95059450b8d54c485f74e1181cc227f54fcc0bf3c7f03c02e3dec89d982ac'
             '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {
@@ -26,7 +27,7 @@
 
 build(){
   cd $pkgname-$_commit
- 
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
   make
 }



More information about the arch-commits mailing list