summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-04-23 00:06:12 +0200
committerhaawda2019-04-23 00:06:12 +0200
commit67738e3366e5dc7f109bc1efb2c0c2ae59b85f6d (patch)
tree69b3e0f11c732694dbbe3b9a001c11f5e42de6cb
parentc9197257700068c75a496366b77ed884b5130bcc (diff)
downloadaur-67738e3366e5dc7f109bc1efb2c0c2ae59b85f6d.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a054887cac..62444cc24b71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = perl-latexml
pkgdesc = LaTeX to XML converter
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = http://dlmf.nist.gov/LaTeXML/
arch = any
license = custom
depends = perl
depends = perl-parse-recdescent
depends = perl-text-unidecode
- depends = imagemagick6
+ depends = imagemagick
depends = perl-xml-libxml
depends = perl-json-xs
depends = perl-xml-libxslt
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')