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 13a1c0bcbba9..3a2b9a7d58ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = emacs-ghub
arch = any
license = GPL3
makedepends = git
+ makedepends = texlive-core
depends = emacs
depends = emacs-dash
depends = emacs-graphql
diff --git a/PKGBUILD b/PKGBUILD
index 0b832d2262f1..a241d1387c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
depends=('emacs' 'emacs-dash' 'emacs-graphql' 'emacs-treepy')
-makedepends=('git')
+makedepends=('git' 'texlive-core')
provides=('emacs-ghub')
source=("git+https://github.com/${_github_org}/${_github_repo}.git#tag=v${pkgver}")
md5sums=('SKIP')