diff options
author | Martchus | 2023-10-03 14:56:34 +0200 |
---|---|---|
committer | Martchus | 2023-10-03 15:00:07 +0200 |
commit | 7474e23005cc17b6327ec74047cd56bb91ee7d0b (patch) | |
tree | de44d32f1c77c0f3ea3d0382535bda882ccd35a8 /PKGBUILD | |
parent | fdd7348d07b6470cff36d6c2f7fbaa0ac7276a16 (diff) | |
download | aur-7474e23005cc17b6327ec74047cd56bb91ee7d0b.tar.gz |
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL' license=('GPL') -depends=('libc++utilities.so' 'openssl' 'zlib') +depends=('libc++utilities.so' 'libcrypto.so' 'libz.so') optdepends=("$pkgname-doc: API documentation") makedepends=('cmake' 'ninja') checkdepends=('cppunit') |