summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2017-06-05 16:01:42 +1000
committerRod Kay2017-06-05 16:01:42 +1000
commit2521ea3207dba47a2e34e28251569a9f9163d00e (patch)
treebd1263b787d6a16e023901bc16b7e862d4a1872a /PKGBUILD
parent463d5061830f4d5dd0902ca0d9d787bdb55e0ff8 (diff)
downloadaur-2521ea3207dba47a2e34e28251569a9f9163d00e.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 593f4a164c3b..51d200b7b005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/AdaCore/libadalang"
license=('GPL')
-depends=("gcc-ada" "ada-gnatcoll-git"
+depends=("gcc-ada" "gnatcoll"
"quex" "python2-mako" "python-yaml" "python-sphinx" "python-coverage" "python2-enum34"
"python-psutil" "python-funcy" "python2-docutils" "autopep8" "yapf")