[arch-commits] Commit in fcitx-qt5/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Feb 27 03:26:03 UTC 2015
Date: Friday, February 27, 2015 @ 04:26:03
Author: fyan
Revision: 128328
upgpkg: fcitx-qt5 1.0.0-3
add versioned dependency to make sure it won't break next time
Modified:
fcitx-qt5/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-27 02:52:52 UTC (rev 128327)
+++ PKGBUILD 2015-02-27 03:26:03 UTC (rev 128328)
@@ -3,12 +3,12 @@
pkgname=fcitx-qt5
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Qt5 IM Module for Fcitx"
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx"
license=('GPL')
-depends=('fcitx' 'qt5-base')
+depends=('fcitx' 'qt5-base=5.4.1')
makedepends=('extra-cmake-modules')
source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
sha512sums=('12ed93e214ea23e10e129875d2e6faef266d42a3cc8a942e23dd3d41f5df0f570c4523e73c7819553f84c8990ae96a5d951f41c6c40f4b9e06192beee37f591b')
More information about the arch-commits
mailing list