summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2022-10-12 15:37:22 +1100
committerRod Kay2022-10-12 15:37:22 +1100
commit270ce23d5f429a4ff9aedbde7ae6edb29a7a7730 (patch)
tree39b15e3d0152a622ed276b0a174862dacc869ceb /PKGBUILD
parent0b050edaffd0feef08bb1af7fccd56e5dfa906d9 (diff)
downloadaur-270ce23d5f429a4ff9aedbde7ae6edb29a7a7730.tar.gz
Add missing texlive-latexextra to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab4a33c1e518..ba3a2597e9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ada-web-server
pkgver=2022
-pkgrel=2
+pkgrel=3
pkgdesc="A complete embeddable web application framework for Ada."
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ license=(GPL)
groups=(gcc-ada)
depends=(openssl)
-makedepends=(gprbuild texlive-bin texlive-core python-sphinx)
+makedepends=(gprbuild texlive-bin texlive-core texlive-latexextra python-sphinx)
provides=(aws)