diff options
author | Erich Eckner <git@eckner.net> | 2021-09-04 20:52:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-09-04 20:52:03 +0200 |
commit | a34b92ca0a2ebfdf0c831a7d67881be2abf2ccfa (patch) | |
tree | ed4ef7f0e786971bf05ec2275291e23b3c690640 /tinc | |
parent | b510ff570b5f171d57dce3d8f446afb4588335e7 (diff) | |
download | archlinuxewe-a34b92ca0a2ebfdf0c831a7d67881be2abf2ccfa.tar.xz |
tinc: fix pinned dependencies
Diffstat (limited to 'tinc')
-rw-r--r-- | tinc/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinc/PKGBUILD b/tinc/PKGBUILD index 79c12a62d..c12134384 100644 --- a/tinc/PKGBUILD +++ b/tinc/PKGBUILD @@ -17,6 +17,8 @@ license=('GPL') _pinned_dependencies=( 'glibc>=2.31' + 'libncursesw.so=6' + 'libreadline.so=8' 'lzo=2.10' 'openssl=1.1.1.l' 'zlib=1:1.2.11' |