summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2018-09-15 01:01:35 +1000
committerRod Kay2018-09-15 01:01:35 +1000
commitd3d0ff4f505642f4ea8aaa505a168c361986b674 (patch)
tree637e0c34c97603a8cf57dcb1993f079e2fd43815 /PKGBUILD
parentd4499a5b0e18bd4b59116d95f87606d241e2fe62 (diff)
downloadaur-d3d0ff4f505642f4ea8aaa505a168c361986b674.tar.gz
Add gmp 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 91f3206687f1..0f02cacc9605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gnatcoll-core>=2018')
+depends=('gmp' 'gnatcoll-core>=2018')
makedepends=('gprbuild>=2018')
conflicts=('gnatcoll-gmp-git')