summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Glen2015-07-05 00:52:02 -0400
committerIan Glen2015-07-05 00:52:02 -0400
commit557991048be2f32084fc694a88975d08b1ef5ff1 (patch)
tree8f592ae0fcc3662a1461d067283b49c3c9985317 /PKGBUILD
parentdeca9daebe6d53f1b885d86e31c19aff9efd522c (diff)
downloadaur-557991048be2f32084fc694a88975d08b1ef5ff1.tar.gz
Removed fcitx as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cee2df9a2a1..5b2270fc8ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ __pkgname=Mutate
_pkgname=mutate
pkgname=${_pkgname}
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc='A simple launcher inspired by Alfred.'
arch=('i686' 'x86_64')
url="https://github.com/qdore/$__pkgname"
-depends=('fcitx-qt5' 'qt5-base' 'qt5-x11extras' 'boost' 'gtk2' 'icu'
+depends=('qt5-base' 'qt5-x11extras' 'boost' 'gtk2' 'icu'
'libxkbcommon-x11' 'libsm')
provides=("${_pkgname}")
conflicts=("${_pkgname}")