summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2018-09-15 01:00:43 +1000
committerRod Kay2018-09-15 01:00:43 +1000
commit96fe5fc716f71a895b2df019b24a6e60c8255b37 (patch)
tree5b076702fc0d118fe695ead331f4814d74635c74 /PKGBUILD
parent2dd6a1a4bbdbc53dfbd659a0daa703d877e9ff3d (diff)
downloadaur-96fe5fc716f71a895b2df019b24a6e60c8255b37.tar.gz
Add python2 back into depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51858ab796be..bb25736416c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libiconv' 'gnatcoll-core>=2018')
+depends=('libiconv' 'gnatcoll-core>=2018' 'python2')
makedepends=('gprbuild>=2018')
conflicts=('gnatcoll-iconv-git')