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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:15:58 UTC 2018


    Date: Monday, January 8, 2018 @ 17:15:57
  Author: eschwartz
Revision: 280557

upgpkg: fcitx-hangul 0.3.1-2

Add PGP signatures.

Modified:
  fcitx-hangul/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 16:55:41 UTC (rev 280556)
+++ PKGBUILD	2018-01-08 17:15:57 UTC (rev 280557)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-hangul
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Hangul (Korean) support for fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-hangul"
@@ -10,8 +10,10 @@
 license=('GPL2')
 depends=('fcitx' 'libhangul')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('6ad2e34644c9246490a91342a11b186d40702f7e587beeb056ad98538da50dbf9fdc9f298e5b379bef50f63ad5be5da79ba84e60a22b57c330d0a68dd5bf5ca6')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('6ad2e34644c9246490a91342a11b186d40702f7e587beeb056ad98538da50dbf9fdc9f298e5b379bef50f63ad5be5da79ba84e60a22b57c330d0a68dd5bf5ca6'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
 
 prepare() {
   mkdir build
@@ -28,4 +30,3 @@
    cd build
    make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list