summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosiah Schwab2015-10-05 10:05:48 -0700
committerJosiah Schwab2015-10-05 10:05:48 -0700
commit07b5bbbeae2f5631bebffc4e39b3067a5004d1a2 (patch)
tree725afbc48bbe040ede53d7f10ac4a412e28683c3 /PKGBUILD
parentee17ecf6f4e7177b45e795bd89929285097187aa (diff)
downloadaur-texlive-emulateapj.tar.gz
Add missing dependency
Requires revtex4.cls which lives in texlive-publishers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e38b87bf4a89..542082a6f9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=20150123
pkgrel=1
arch=('i686' 'x86_64')
url="http://hea-www.cfa.harvard.edu/~alexey/emulateapj/"
-depends=('texlive-core')
+depends=('texlive-core' 'texlive-publishers')
provides=('texlive-emulateapj')
install=texlive-emulateapj.install
source=('http://hea-www.harvard.edu/~alexey/emulateapj/emulateapj.cls')