diff options
author | Egor | 2019-08-24 23:27:48 +0300 |
---|---|---|
committer | Egor | 2019-08-24 23:27:48 +0300 |
commit | 92a98a85ecce81bb62355c0cb94cf8a45a6b8603 (patch) | |
tree | eebdd767531342bfcae1fd55599f1ec2d65dd585 | |
parent | da7b134ad35eb1b5e6f369f98767cc5686b5b56d (diff) | |
download | aur-92a98a85ecce81bb62355c0cb94cf8a45a6b8603.tar.gz |
Fix botan dependency
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64') license=('LGPL') url="http://delta.affinix.com/qca/" depends=('qt5-base' ) -makedepends=('cmake' 'doxygen' 'git' 'botan-1.10' 'pkcs11-helper' 'libsasl' 'libgcrypt') -optdepends=('botan-1.10: Botan plugin' +makedepends=('cmake' 'doxygen' 'git' 'botan' 'pkcs11-helper' 'libsasl' 'libgcrypt') +optdepends=('botan: Botan plugin' 'pkcs11-helper: PKCS11 plugin' 'nss: nss plugin' 'libsasl: SASL plugin' |