summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-04-23 00:06:12 +0200
committerhaawda2019-04-23 00:06:12 +0200
commit67738e3366e5dc7f109bc1efb2c0c2ae59b85f6d (patch)
tree69b3e0f11c732694dbbe3b9a001c11f5e42de6cb /PKGBUILD
parentc9197257700068c75a496366b77ed884b5130bcc (diff)
downloadaur-67738e3366e5dc7f109bc1efb2c0c2ae59b85f6d.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e931803c6fea..565bcfe9d934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=perl-latexml
_realname=LaTeXML
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="LaTeX to XML converter"
arch=('any')
license=('custom')
url="http://dlmf.nist.gov/LaTeXML/"
depends=('perl' 'perl-parse-recdescent' 'perl-text-unidecode'
- 'imagemagick6' 'perl-xml-libxml' 'perl-json-xs' 'perl-xml-libxslt'
+ 'imagemagick' 'perl-xml-libxml' 'perl-json-xs' 'perl-xml-libxslt'
'db' 'texlive-core' 'perl-image-size' 'perl-file-which'
'perl-libwww' 'perl-io-string' 'perl-archive-zip')
options=('!emptydirs')