summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 09:26:42 +0100
committerEsben Haabendal2019-01-14 09:26:42 +0100
commit25ecfcf9fc8e595527d757d28f5e542297d5aa26 (patch)
treee7da8127c9251c2f214556860b65806dd8b02deb /PKGBUILD
parentd8fb39a195f1fa68161cdd0e12e07e9c61a1c6e1 (diff)
downloadaur-emacs-ghub.tar.gz
Added texlive-core to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')