summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2017-06-05 16:18:46 +1000
committerRod Kay2017-06-05 16:18:46 +1000
commit1208700d66cbf960efaedd16796e0a14d8628309 (patch)
treea9fe0052ad0333f3c7e1a92704e79e55fce79b6d /PKGBUILD
parent2521ea3207dba47a2e34e28251569a9f9163d00e (diff)
downloadaur-1208700d66cbf960efaedd16796e0a14d8628309.tar.gz
Fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51d200b7b005..c045b22a9e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/AdaCore/libadalang"
license=('GPL')
depends=("gcc-ada" "gnatcoll"
- "quex" "python2-mako" "python-yaml" "python-sphinx" "python-coverage" "python2-enum34"
+ "quex-for_libadalang" "python2-mako" "python-yaml" "python-sphinx" "python-coverage" "python2-enum34"
"python-psutil" "python-funcy" "python2-docutils" "autopep8" "yapf")
makedepends=("git")