summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 09:26:42 +0100
committerEsben Haabendal2019-01-14 09:26:42 +0100
commit25ecfcf9fc8e595527d757d28f5e542297d5aa26 (patch)
treee7da8127c9251c2f214556860b65806dd8b02deb
parentd8fb39a195f1fa68161cdd0e12e07e9c61a1c6e1 (diff)
downloadaur-emacs-ghub.tar.gz
Added texlive-core to makedepends
-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')