summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 824dc7ba670b..437c070491e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = texmaker-qt4
depends = qtwebkit
depends = desktop-file-utils
optdepends = ghostscript: LaTeX to HTML conversion command
- optdepends = ibus-qt: accented characters support
optdepends = poppler: PDF rendering support
provides = texmaker
conflicts = texmaker
diff --git a/PKGBUILD b/PKGBUILD
index 92ecda48abba..234584fd1a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ url="http://www.xm1math.net/texmaker/index.html"
license=('GPL')
depends=('poppler-qt4' 'qtwebkit' 'desktop-file-utils')
optdepends=('ghostscript: LaTeX to HTML conversion command'
- 'ibus-qt: accented characters support'
- 'poppler: PDF rendering support')
+ 'poppler: PDF rendering support')
install="$pkgname.install"
source=("http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2")
md5sums=('9297da00423e341b76295f208a91096c')