summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2022-10-12 15:19:21 +1100
committerRod Kay2022-10-12 15:19:21 +1100
commit0b050edaffd0feef08bb1af7fccd56e5dfa906d9 (patch)
treec6eef37113ac90b1d24b6e856747f5c6a50d08df /PKGBUILD
parent9bd3c8d5ddc29621bd5b904c2a732881a5715b57 (diff)
downloadaur-0b050edaffd0feef08bb1af7fccd56e5dfa906d9.tar.gz
Add missing texlive-core to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0055b532d48a..ab4a33c1e518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ada-web-server
pkgver=2022
-pkgrel=1
+pkgrel=2
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 python-sphinx)
+makedepends=(gprbuild texlive-bin texlive-core python-sphinx)
provides=(aws)