summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor2019-08-24 23:27:48 +0300
committerEgor2019-08-24 23:27:48 +0300
commit92a98a85ecce81bb62355c0cb94cf8a45a6b8603 (patch)
treeeebdd767531342bfcae1fd55599f1ec2d65dd585
parentda7b134ad35eb1b5e6f369f98767cc5686b5b56d (diff)
downloadaur-92a98a85ecce81bb62355c0cb94cf8a45a6b8603.tar.gz
Fix botan dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b8255dc530f..f01f6b133264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'