[arch-commits] Commit in fcitx-cloudpinyin/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Mon Jan 8 17:35:39 UTC 2018
Date: Monday, January 8, 2018 @ 17:35:38
Author: eschwartz
Revision: 280565
upgpkg: fcitx-cloudpinyin 0.3.6-2
Add PGP signatures.
Modified:
fcitx-cloudpinyin/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-08 17:27:46 UTC (rev 280564)
+++ PKGBUILD 2018-01-08 17:35:38 UTC (rev 280565)
@@ -4,7 +4,7 @@
pkgname=fcitx-cloudpinyin
pkgver=0.3.6
-pkgrel=1
+pkgrel=2
pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
arch=('x86_64')
url="https://github.com/fcitx/fcitx-cloudpinyin"
@@ -11,7 +11,10 @@
license=('GPL')
depends=('curl' 'fcitx')
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=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
+ 'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
build() {
cd ${pkgname}-${pkgver}
@@ -24,5 +27,3 @@
cd ${pkgname}-${pkgver}
make DESTDIR="$pkgdir" install
}
-
-sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914')
More information about the arch-commits
mailing list