summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2023-07-09 03:30:43 +1000
committerRod Kay2023-07-09 03:30:43 +1000
commitffb74aa3a69949d0771c3eec16bb758086567221 (patch)
tree8f02222493827ec477ec8d7991e15f3b9cb71c47
parent2177af24de8350ceabc3a3fac9b04e84685cb45e (diff)
downloadaur-ffb74aa3a69949d0771c3eec16bb758086567221.tar.gz
Add 'automake' to the 'makedepends' array.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42034e49b59b..1f77d4519332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = polyorb
license = GPL
makedepends = gprbuild
makedepends = autoconf
+ makedepends = automake
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = texlive-meta
diff --git a/PKGBUILD b/PKGBUILD
index 65f5e3cac500..8927bfb3f241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ depends=(gcc-ada
makedepends=(gprbuild
autoconf
+ automake
python-sphinx
python-sphinx_rtd_theme
texlive-meta)