summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeurovertex2018-04-19 15:57:18 +0200
committerNeurovertex2018-04-19 15:57:18 +0200
commit3915452b9ef75117c3ef05c445086cf79002ed42 (patch)
treeb58014c584ebfd80e1446be49cca877eb115ccd3 /PKGBUILD
parentd14e09213f3752ecd14af986d2aec82e156f3f9a (diff)
downloadaur-texiteasy.tar.gz
Revert "Updated for poppler-qt4-git AUR package" since the package is out of date
This reverts commit d14e09213f3752ecd14af986d2aec82e156f3f9a.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf48f4b44704..2e73abc8dc11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Simple and Powerful Latex Editor"
arch=(any)
url="http://texiteasy.com/"
license=('GPL3')
-depends=('qt4' 'poppler-qt4-git' 'zlib' 'texlive-core')
+depends=('qt4' 'poppler-qt4' 'zlib' 'texlive-core')
makedepends=('make' 'gcc')
optdepends=('texlive-lang: Support for additional charsets' 'texlive-most: Additional texlive libraries')
source=($pkgname::git+https://github.com/Bramas/texiteasy)