summaryrefslogtreecommitdiff
path: root/topal
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-21 21:06:25 +0200
committerErich Eckner <git@eckner.net>2022-05-21 21:06:25 +0200
commitdf45244e5efa364def8c6e1503ff759eb41a42a9 (patch)
tree468dd32bdf599ca4d859b53cd27cb9d309bcabea /topal
parent1f4e8452c863cd21dd7749bb254df0c5f8b3855a (diff)
downloadarchlinuxewe-df45244e5efa364def8c6e1503ff759eb41a42a9.tar.xz
topal: fix _pinned_dependencies
Diffstat (limited to 'topal')
-rw-r--r--topal/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/topal/PKGBUILD b/topal/PKGBUILD
index 8ef78e903..8dd13911c 100644
--- a/topal/PKGBUILD
+++ b/topal/PKGBUILD
@@ -11,6 +11,8 @@ url="https://zircon.org.uk/topal/rel-${pkgver}/"
license=("GPL3")
makedepends=("gcc-ada" "make" "lynx")
_pinned_dependencies=(
+ 'glibc>=2.35'
+ 'libreadline.so=8'
)
depends=("${_pinned_dependencies[@]}" procmail)
optdepends=("alpine: for which topal was mainly written for"