diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 08:17:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 08:17:27 +0200 |
commit | 0a38593283440bb4528a80e5fa952361e810eb86 (patch) | |
tree | 43facfbcaca241c1b42f8193a745135121615606 /bareos | |
parent | f79c6f66f103c145c3b7ef16949facf371467f8f (diff) | |
download | archlinuxewe-0a38593283440bb4528a80e5fa952361e810eb86.tar.xz |
bareos: rebuild
Diffstat (limited to 'bareos')
-rw-r--r-- | bareos/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD index f2213f1f6..782aaaea9 100644 --- a/bareos/PKGBUILD +++ b/bareos/PKGBUILD @@ -127,11 +127,11 @@ package_bareos-common() { # Matches bareos-common.install.in pkgdesc="${pkgdesc} - Common files" _pinned_dependencies=( - 'acl=2.2.53' 'gcc-libs=10.1.0' 'glibc>=2.31' 'jansson=2.13.1' - 'libcap=2.34' + 'libacl.so=1' + 'libcap.so=2' 'lzo=2.10' 'openssl=1.1.1.g' 'zlib=1:1.2.11' |