summaryrefslogtreecommitdiff
path: root/fetchmail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail/PKGBUILD')
-rw-r--r--fetchmail/PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD
index d6f1a88b3..6668289c0 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -9,17 +9,9 @@ url="http://www.fetchmail.info"
license=('GPL')
_pinned_dependencies=(
'glibc>=2.31'
+ 'libcrypto.so=3'
+ 'libssl.so=3'
)
-if [ "${OS}" = 'arch' ]; then
- _pinned_dependencies+=(
- 'openssl=3.3.1'
- )
-else
- _pinned_dependencies+=(
- 'libcrypto.so=3'
- 'libssl.so=3'
- )
-fi
depends=("${_pinned_dependencies[@]}")
makedepends=('python')
optdepends=('tk: for using fetchmailconf')