[arch-commits] Commit in fcitx5/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 31 15:01:03 UTC 2020
Date: Tuesday, March 31, 2020 @ 15:01:02
Author: felixonmars
Revision: 608093
upgpkg: fcitx5 0.0.0.20200331-1
Modified:
fcitx5/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 14:55:59 UTC (rev 608092)
+++ PKGBUILD 2020-03-31 15:01:02 UTC (rev 608093)
@@ -3,8 +3,8 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5
-pkgver=0.0.0.20200326
-_commit=f5b4b0143c44e144b21ec0b6ac7e318022aebcbc
+pkgver=0.0.0.20200331
+_commit=9be7718e4d910dc31debc68175ede7936d1e3d0f
_endictver=20121020
pkgrel=1
pkgdesc="Next generation of fcitx"
@@ -18,7 +18,7 @@
makedepends=('extra-cmake-modules')
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz"
https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('b17ab0d56dd6a8b3516345fab232aa562a6dccdd5ddebe4f7e6915cd1fcfad9c47404830da436c841aa9e86e685d060af8adea2ccac24af98c79ceb01e8c34ac'
+sha512sums=('8b3b5586db88413c5af3c669d0639224630f2d4c611d420bbbab8c23e36e791d8a5ce9ad78fcf76b55b3bb26536e91f287107cf68e3a588c78df9d167d4d1ef3'
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
prepare() {
@@ -26,7 +26,7 @@
ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
}
-build(){
+build() {
cd $pkgname-$_commit
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
@@ -33,6 +33,11 @@
make
}
+check() {
+ cd $pkgname-$_commit
+ make test
+}
+
package() {
cd $pkgname-$_commit
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list