summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2017-09-19 21:52:28 +1000
committerRod Kay2017-09-19 21:52:28 +1000
commit5c9fcd32624867f17874c5fbc8c2e264e9863bb4 (patch)
treec9baa493d66effed836097427e3bd0eed11314a7 /PKGBUILD
parent1d17fc23194262832531fca7dec21972605b6e52 (diff)
downloadaur-5c9fcd32624867f17874c5fbc8c2e264e9863bb4.tar.gz
Move gcc-ada from makedepends to depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cabf62ff6ba..95f173fa12a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=('GPL')
options=('debug' '!strip')
-depends=('glibc')
-makedepends=('git' 'gcc-ada')
+depends=('glibc' 'gcc-ada')
+makedepends=('git')
source=('http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deecff7'
'http://mirrors.cdn.adacore.com/art/591aeb88c7a4473fcbb154f8')