From d2ab5dfb772efbf8de6130589656c1f11a57df9e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 Jun 2020 15:52:34 +0200 Subject: topal: rebuild --- topal/PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'topal') diff --git a/topal/PKGBUILD b/topal/PKGBUILD index c9e95cb1..7e793231 100644 --- a/topal/PKGBUILD +++ b/topal/PKGBUILD @@ -4,12 +4,17 @@ pkgname=topal pkgver=80 -pkgrel=6 +pkgrel=7 pkgdesc='glue program that links GnuPG and Alpine' arch=('i686' 'pentium4' 'x86_64') url="https://zircon.org.uk/topal/rel-${pkgver}/" license=("GPL3") makedepends=("gcc-ada" "make" "lynx") +_pinned_dependencies=( + 'glibc>=2.31' + 'readline=8.0.004' +) +depends=("${_pinned_dependencies[@]}") optdepends=("alpine: for which topal was mainly written for" "re-alpine: fork of alpine for which topal was mainly written for" "gnupg: to encrypt, decrypt, sign and verify e-mail" -- cgit v1.2.3-54-g00ecf