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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:27:26 UTC 2018


    Date: Monday, January 8, 2018 @ 17:27:25
  Author: eschwartz
Revision: 280563

upgpkg: fcitx-configtool 0.4.10-3

Add PGP signatures.

Modified:
  fcitx-configtool/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 17:23:18 UTC (rev 280562)
+++ PKGBUILD	2018-01-08 17:27:25 UTC (rev 280563)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-configtool
 pkgver=0.4.10
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK based config tool for Fcitx"
 arch=('x86_64')
 url="http://fcitx.googlecode.com/"
@@ -12,7 +12,10 @@
 optdepends=('fcitx-qt4: for some configuration windows'
             'fcitx-qt5: for some other configuration windows')
 makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
 
 build() {
   cd $pkgname-$pkgver
@@ -19,7 +22,7 @@
   msg "Starting make..."
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make 
+  make
 }
 
 package() {
@@ -26,5 +29,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f')



More information about the arch-commits mailing list