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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 14:45:57 UTC 2018


    Date: Monday, January 8, 2018 @ 14:45:56
  Author: eschwartz
Revision: 280534

upgpkg: kcm-fcitx 0.5.5-2

Add PGP signatures.

Modified:
  kcm-fcitx/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 14:28:37 UTC (rev 280533)
+++ PKGBUILD	2018-01-08 14:45:56 UTC (rev 280534)
@@ -4,7 +4,7 @@
 
 pkgname=kcm-fcitx
 pkgver=0.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Config Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/kcm-fcitx"
@@ -11,8 +11,10 @@
 license=('GPL')
 depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
 makedepends=('extra-cmake-modules' 'python')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz")
-sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
 
 prepare() {
   mkdir build
@@ -20,7 +22,7 @@
 
 build() {
   cd build
-    
+
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list