summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-06-21 16:19:33 +0200
committerXiretza2021-06-21 16:19:33 +0200
commit87e6739821da231bdb7e1aebf466cfe6886551f1 (patch)
tree0283f7e72c7af3a108f41335471913863fe1ae14 /PKGBUILD
parentcd98c17322de830f90da618f939205801dd4fab4 (diff)
downloadaur-87e6739821da231bdb7e1aebf466cfe6886551f1.tar.gz
Add missing build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4c0f66e6233..b0a08a6c06a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnatcoll-core
epoch=1
pkgver=21.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='Gnat components collection - Core packages.'
url='https://github.com/AdaCore/gnatcoll-core/'
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL3' 'custom')
depends=('libgpr')
-makedepends=('gprbuild' 'texlive-bin')
+makedepends=('gprbuild' 'texlive-bin' 'python-sphinx' 'texlive-core' 'texlive-latexextra')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('daa9b3d5fc5d90b015ece1b48d54192bd06a71fec64bdfc242066f2598c30ff5')