summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2018-09-11 18:58:08 +1000
committerRod Kay2018-09-11 18:58:08 +1000
commit80279e910c17a20df618c612c8fe7416e8bb4254 (patch)
tree7c723dc93afa49c1d92b9f36c429d376b562525b /PKGBUILD
parent5ee62727f0181524121ec4f0cbf29e60ac912197 (diff)
downloadaur-80279e910c17a20df618c612c8fe7416e8bb4254.tar.gz
Add python2 into depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f749449853d4..0afa752fb111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gcc-ada' 'libiconv' 'gnatcoll-core')
+depends=('gcc-ada' 'libiconv' 'gnatcoll-core' 'python2')
makedepends=('gprbuild')
provides=('gnatcoll-iconv')