summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2023-06-10 13:40:41 +1000
committerRod Kay2023-06-10 13:40:41 +1000
commitf592a700bd879405718dfa1200f64a37e3bd26ce (patch)
treefe396d57551832f28c5502edac60b00f29c8ca8b /PKGBUILD
parent03f584a2d26c366fca5bf786ce92fd44008d9bd7 (diff)
downloadaur-f592a700bd879405718dfa1200f64a37e3bd26ce.tar.gz
Add 'gnatstudio-sources' to the 'depends' array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0284e8d6c730..ed2a11c00691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=(i686 x86_64)
url=https://github.com/AdaCore/xmlada
license=(GPL3 custom)
-depends=(gcc-ada)
+depends=(gcc-ada gnatstudio-sources)
makedepends=(gprbuild-bootstrap)
conflicts=($pkgname-git)