summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2018-09-15 01:00:00 +1000
committerRod Kay2018-09-15 01:00:00 +1000
commit1f5c2036e2d07fee21fb186d356a601938f68f34 (patch)
tree0a8792ab397c01ed213cc8ecd7b636b0724a41c1
parent051aa7c7a137e4baa5ef05a59d849f6fe2ca22d5 (diff)
downloadaur-1f5c2036e2d07fee21fb186d356a601938f68f34.tar.gz
Add readline back into depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbae5cd8a895..8c09ac91fad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = gnatcoll-readline
arch = x86_64
license = GPL
makedepends = gprbuild>=2018
+ depends = readline
depends = gnatcoll-core>=2018
source = http://mirrors.cdn.adacore.com/art/5b0ce9cfc7a4475261f97ca5
sha1sums = 42682c885e4a02bb03786aa9ece3a4214ca419f8
diff --git a/PKGBUILD b/PKGBUILD
index 26965a74811e..3455eab609df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/AdaCore/gnatcoll-bindings/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gnatcoll-core>=2018')
+depends=('readline' 'gnatcoll-core>=2018')
makedepends=('gprbuild>=2018')
source=('http://mirrors.cdn.adacore.com/art/5b0ce9cfc7a4475261f97ca5')