summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharlie52015-07-26 13:07:08 +1000
committercharlie52015-07-26 13:07:08 +1000
commite93a9e8260ec86ccc74cfc208e7f58adc70d6e26 (patch)
tree1fcbdede74aba5a74be9050cd9f8015c305589e3
parent07c1c50b2c4da080eaa63394343d1203e1c8158c (diff)
downloadaur-e93a9e8260ec86ccc74cfc208e7f58adc70d6e26.tar.gz
Corrected depends.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abe4093b9746..404d951ef5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/gnatutil"
license=('GPL V3.0 without any Runtime Exception')
-depends=('gcc-ada') # 'xmlada' 'gprbuild')
+depends=('gcc-ada' 'xmlada' 'gprbuild' 'prepare_gnat_util')
makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada')