summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-06-29 22:26:17 +0200
committerhaawda2020-06-29 22:26:17 +0200
commit5bbebf91c6375c7bcb340ccafee36d035fe7e142 (patch)
treefdab8cac815191cf878737195122df7de571644e /PKGBUILD
parent6b37b552c35de673cd44e9f91c0dfdc371cefb2a (diff)
downloadaur-5bbebf91c6375c7bcb340ccafee36d035fe7e142.tar.gz
add dependancy perl-pod-parser
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a79836802628..ff319d41690c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=perl-latexml
_realname=LaTeXML
pkgver=0.8.4
-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'
+depends=('perl-pod-parser' 'perl-parse-recdescent' 'perl-text-unidecode'
'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')