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

Felix Yan felixonmars at archlinux.org
Thu Apr 27 13:49:46 UTC 2017


    Date: Thursday, April 27, 2017 @ 13:49:44
  Author: felixonmars
Revision: 226034

validate pgp signature

Modified:
  fcitx-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 13:47:25 UTC (rev 226033)
+++ PKGBUILD	2017-04-27 13:49:44 UTC (rev 226034)
@@ -11,10 +11,13 @@
 license=('GPL')
 depends=('fcitx' 'anthy')
 makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build(){
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
@@ -21,8 +24,6 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
-
-md5sums=('956660d67900f59fa7fd80d68cc4ad7c')



More information about the arch-commits mailing list