summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2018-09-14 22:57:51 +1000
committerRod Kay2018-09-14 22:57:51 +1000
commitd4499a5b0e18bd4b59116d95f87606d241e2fe62 (patch)
tree76c8ab426a9dabfbd51db3fdc87d58b6da503856 /PKGBUILD
parent28ee18673d60aca6b1f53f023db3cb2ccdc59d3d (diff)
downloadaur-d4499a5b0e18bd4b59116d95f87606d241e2fe62.tar.gz
Rid redundant gmp from depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f02cacc9605..91f3206687f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gmp' 'gnatcoll-core>=2018')
+depends=('gnatcoll-core>=2018')
makedepends=('gprbuild>=2018')
conflicts=('gnatcoll-gmp-git')