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

Felix Yan felixonmars at archlinux.org
Thu Apr 27 14:11:11 UTC 2017


    Date: Thursday, April 27, 2017 @ 14:11:10
  Author: felixonmars
Revision: 226049

use https

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 14:07:50 UTC (rev 226048)
+++ PKGBUILD	2017-04-27 14:11:10 UTC (rev 226049)
@@ -11,7 +11,9 @@
 license=('GPL')
 depends=('fcitx' "librime" "brise")
 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=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build() {
   cd $pkgname-$pkgver
@@ -24,5 +26,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-sha512sums=('5d3c8fc119e1a104987a7876f3b1c54da074e34ce9feb9c02efa7c9cfd788c3735680a03cdb50d69a5512a9f075c7326bdc267cf076daa916238898da81d2388')



More information about the arch-commits mailing list