summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosiah Schwab2015-10-05 10:05:48 -0700
committerJosiah Schwab2015-10-05 10:05:48 -0700
commit07b5bbbeae2f5631bebffc4e39b3067a5004d1a2 (patch)
tree725afbc48bbe040ede53d7f10ac4a412e28683c3
parentee17ecf6f4e7177b45e795bd89929285097187aa (diff)
downloadaur-texlive-emulateapj.tar.gz
Add missing dependency
Requires revtex4.cls which lives in texlive-publishers
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9920e1b43eed..0dbaa359041b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = texlive-emulateapj
arch = i686
arch = x86_64
depends = texlive-core
+ depends = texlive-publishers
provides = texlive-emulateapj
source = http://hea-www.harvard.edu/~alexey/emulateapj/emulateapj.cls
sha1sums = 1a44ba9c00398015d89d2f7b26dc2e37d22e0816
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')