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

Felix Yan felixonmars at archlinux.org
Tue Nov 3 07:43:54 UTC 2020


    Date: Tuesday, November 3, 2020 @ 07:43:54
  Author: felixonmars
Revision: 740385

upgpkg: fcitx5-anthy 5.0.0-1

Modified:
  fcitx5-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 07:42:40 UTC (rev 740384)
+++ PKGBUILD	2020-11-03 07:43:54 UTC (rev 740385)
@@ -3,8 +3,7 @@
 # Contributor: csslayer <wengxt AT gmail com>
 
 pkgname=fcitx5-anthy
-pkgver=0.0.0.20200915
-_commit=4f2975033dc51fb67e0647b2683d7cd667b6c330
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Anthy Wrapper for Fcitx5"
 arch=('x86_64')
@@ -12,11 +11,13 @@
 license=('GPL')
 depends=('fcitx5' 'anthy')
 makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-anthy/archive/$_commit/fcitx5-anthy-$_commit.tar.gz")
-sha512sums=('b0a3dacbe18fe77bae9a6bcbf33d2903b608e60078526a8a566b0a74c1237f9950617a5f655169713f2501f761eb88e41c6411605bde7f9c36b9d06338c1e4bb')
+source=("https://download.fcitx-im.org/fcitx5/fcitx5-anthy/fcitx5-anthy-$pkgver.tar.xz"{,.sig})
+sha512sums=('64e82626ff7e96fd1278b877ae2a318336552bbe9bcb1a2c4c8c5bb597039297ed56d52e53de3cbb63756aea7153e000b392e7903cfd7cadf766aa3631a62449'
+            '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 +24,6 @@
 }
 
 package() {
-  cd $pkgname-$_commit
+  cd $pkgname-$pkgver
   DESTDIR="$pkgdir" ninja install
 }



More information about the arch-commits mailing list