summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-06-22 16:58:43 +0200
committerXiretza2021-06-22 16:58:43 +0200
commit47c396587b10f827e2dcdcd35052797b6af13801 (patch)
tree6ee8dfafccbe99055a2ed69d5e1305918614a1ee /PKGBUILD
parentf4e303d3fc5caaf0fcd7456f25bf40cc2565aea6 (diff)
downloadaur-47c396587b10f827e2dcdcd35052797b6af13801.tar.gz
Add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 901e818f14a5..281748ad2e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libadalang
epoch=1
pkgver=21.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A high performance semantic engine for the Ada programming language."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/AdaCore/libadalang"
license=('GPL3' 'custom')
depends=("gnatcoll-iconv" "gnatcoll-gmp")
-makedepends=('gprbuild' 'python-setuptools' 'python-mako' 'python-funcy' 'python-e3-core' 'python-docutils')
+makedepends=('gprbuild' 'python-setuptools' 'python-mako' 'python-funcy' 'python-e3-core' 'python-docutils' 'python-sphinx')
source=("libadalang-$pkgver.tar.gz::https://github.com/AdaCore/libadalang/archive/v$pkgver.tar.gz"
"langkit-$pkgver.tar.gz::https://github.com/AdaCore/langkit/archive/v$pkgver.tar.gz")