summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c825664f697..a012e3484d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libadalang
pkgdesc = A high performance semantic engine for the Ada programming language.
pkgver = 21.0.0
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/AdaCore/libadalang
arch = i686
@@ -14,6 +14,7 @@ pkgbase = libadalang
makedepends = python-funcy
makedepends = python-e3-core
makedepends = python-docutils
+ makedepends = python-sphinx
depends = gnatcoll-iconv
depends = gnatcoll-gmp
source = libadalang-21.0.0.tar.gz::https://github.com/AdaCore/libadalang/archive/v21.0.0.tar.gz
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")