summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Glen2015-07-05 00:53:14 -0400
committerIan Glen2015-07-05 00:53:14 -0400
commit67f1964f0bf9818d4a128e89f178b1301d21a0a2 (patch)
tree59044bdbeb9f5914aecf0fcd2c031c376cf23a61 /PKGBUILD
parentbcb2fd40fac61b61ff3aa24596dc0b9489d907d7 (diff)
downloadaur-mutate-git.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 5b31ac3f2103..ea2f35d45187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
__pkgname=Mutate
_pkgname=mutate
pkgname=${_pkgname}-git
-pkgver=56
+pkgver=72
pkgrel=1
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}")