diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:32:21 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:32:21 +0100 |
commit | 9e941fec19b1d5c700f50d829a8f953f39758893 (patch) | |
tree | 5053b01e73df600e5b6e0b0a44db0b10c318918a /tinc/PKGBUILD | |
parent | a662e59b8f6510aab5c88f93908c2c0945e6e272 (diff) | |
download | archlinuxewe-9e941fec19b1d5c700f50d829a8f953f39758893.tar.xz |
tinc: fix _pinned_dependencies
Diffstat (limited to 'tinc/PKGBUILD')
-rw-r--r-- | tinc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinc/PKGBUILD b/tinc/PKGBUILD index 311f7807d..20845bb8c 100644 --- a/tinc/PKGBUILD +++ b/tinc/PKGBUILD @@ -26,10 +26,10 @@ _pinned_dependencies_pentium4=( ) _pinned_dependencies=( 'glibc>=2.31' + 'libcrypto.so=3' 'libncursesw.so=6' 'libreadline.so=8' 'lzo=2.10' - 'openssl=3.0.7' 'zlib=1:1.2.13' ) depends_i486=( |