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

Felix Yan felixonmars at archlinux.org
Thu Nov 9 09:08:00 UTC 2017


    Date: Thursday, November 9, 2017 @ 09:07:59
  Author: felixonmars
Revision: 265832

upgpkg: fcitx-unikey 0.2.7-1

Modified:
  fcitx-unikey/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-09 09:07:43 UTC (rev 265831)
+++ PKGBUILD	2017-11-09 09:07:59 UTC (rev 265832)
@@ -2,22 +2,22 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=fcitx-unikey
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc="Fcitx Wrapper for unikey"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://github.com/fcitx/fcitx-unikey"
 license=('GPL')
 depends=('fcitx')
-optdepends=('fcitx-qt4: To run the fcitx unikey macro editor')
-makedepends=('cmake' 'fcitx-qt4')
+optdepends=('fcitx-qt5: To run the fcitx unikey macro editor')
+makedepends=('cmake' 'fcitx-qt5')
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha512sums=('18efb387387c29bb059e1260bfb3c91e97f9989aedbe590596f1ad8659e9fad20777f048f20fb24e0fb5e2318eee1c25fc20a2d57ac846368c4c9bebf4eb2b90')
+sha512sums=('1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2')
 
 build() {
   cd $pkgname-$pkgver
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
 }
 



More information about the arch-commits mailing list