[arch-commits] Commit in fcitx5-unikey/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 3 09:25:44 UTC 2020
Date: Tuesday, November 3, 2020 @ 09:25:44
Author: felixonmars
Revision: 740481
upgpkg: fcitx5-unikey 5.0.0-1
Modified:
fcitx5-unikey/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 09:22:56 UTC (rev 740480)
+++ PKGBUILD 2020-11-03 09:25:44 UTC (rev 740481)
@@ -1,11 +1,9 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-unikey
-pkgver=0.0.0.20200527
-_commit=6ac09e75c1d86ed78df2ca5c2833dea364ced654
-pkgrel=4
+pkgver=5.0.0
+pkgrel=1
pkgdesc="Unikey engine support for Fcitx5"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-unikey"
@@ -12,11 +10,13 @@
license=('GPL')
depends=('fcitx5-qt')
makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-unikey/archive/$_commit/fcitx5-unikey-$_commit.tar.gz")
-sha512sums=('1e20d64fec566aa2ea2348cb3dc466f71faa3a71e76feaf1e97a043a4cfafa6750692c7bb170e33af2a46f74454bac56da872d7d3b9790e8d1a24d9d569b13ee')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('01b0b33408a4b9e8597f202eb5a08338219f4198c5071bd71b16b961fe925c313c6972120687302ea1e5b5f9583ee5d77fefc88e5504bf9a84e82b0d6b4b4f80'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
build(){
- cd $pkgname-$_commit
+ cd $pkgname-$pkgver
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
ninja
@@ -23,6 +23,6 @@
}
package() {
- cd $pkgname-$_commit
+ cd $pkgname-$pkgver
DESTDIR="$pkgdir" ninja install
}
More information about the arch-commits
mailing list