[arch-commits] Commit in fcitx5/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 11 16:51:28 UTC 2020
Date: Wednesday, March 11, 2020 @ 16:51:28
Author: felixonmars
Revision: 594413
upgpkg: fcitx5 0.0.0.20200312-1
Modified:
fcitx5/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 16:51:19 UTC (rev 594412)
+++ PKGBUILD 2020-03-11 16:51:28 UTC (rev 594413)
@@ -3,8 +3,8 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5
-pkgver=0.0.0.20200310
-_commit=f1a660833203d9b54231cf5b1569bd8ed0f9be80
+pkgver=0.0.0.20200312
+_commit=f8e19c2267bde066f8c369ba8d7b6030e8f221c7
_endictver=20121020
pkgrel=1
pkgdesc="Next generation of fcitx"
@@ -15,9 +15,9 @@
'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"
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('4e9512af6080bc18898a0b656a09b98e453355311d05f5215b9b498bca7ca96a9aa95059450b8d54c485f74e1181cc227f54fcc0bf3c7f03c02e3dec89d982ac'
+sha512sums=('0738c1a4f8cdb971f5ee631f4de425cd38e398328082ec16e00ace3d5201e5d9347796ca3f9d8f42785895da48e0ecde3aa11d8624ebdf47573cc3d76e69ac22'
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
prepare() {
@@ -28,7 +28,7 @@
build(){
cd $pkgname-$_commit
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
make
}
More information about the arch-commits
mailing list