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

Felix Yan felixonmars at archlinux.org
Thu Nov 9 09:06:44 UTC 2017


    Date: Thursday, November 9, 2017 @ 09:06:43
  Author: felixonmars
Revision: 265828

upgpkg: fcitx-skk 0.1.4-1

Modified:
  fcitx-skk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-09 09:06:30 UTC (rev 265827)
+++ PKGBUILD	2017-11-09 09:06:43 UTC (rev 265828)
@@ -2,22 +2,22 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=fcitx-skk
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc="Fcitx Wrapper for libskk"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/fcitx/fcitx-skk"
 license=('GPL')
-depends=('fcitx-qt4' 'libskk')
+depends=('fcitx-qt5' 'libskk')
 makedepends=('cmake')
 source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('601263a164536f2eac76f2fd6e8861abda8faf47adb31b2475b509db2620e8791a11b626109c8b2b9e52fb571b2c483b5e272a6fb35f6f9a4c129b26a5851245'
+sha512sums=('029d05bbd8d325a1ed7824be007191f2148f1443190b7a781983ddddcc42461327912b5ee2f8171402b6eeea68f95511536273711ee09a3f5ec1eaf901aaac90'
             'SKIP')
 validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
 
 build(){
   cd $pkgname-$pkgver
- 
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
 }



More information about the arch-commits mailing list