summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')