summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2018-09-14 22:59:19 +1000
committerRod Kay2018-09-14 22:59:19 +1000
commit2dd6a1a4bbdbc53dfbd659a0daa703d877e9ff3d (patch)
treeb146d2b52ffa8b2d5e908177c726db97e22fae29 /PKGBUILD
parente7e70714405d480f1e80f292a7504b927f14bebe (diff)
downloadaur-2dd6a1a4bbdbc53dfbd659a0daa703d877e9ff3d.tar.gz
Rid redundant python2 from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb25736416c4..51858ab796be 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' 'python2')
+depends=('libiconv' 'gnatcoll-core>=2018')
makedepends=('gprbuild>=2018')
conflicts=('gnatcoll-iconv-git')