git » qca.git » commit f2222b9

Enable botan plugin

author Antonio Rojas
2017-01-06 12:06:54 UTC
committer Antonio Rojas
2017-01-06 12:06:54 UTC
parent 1dcd2ec23c8c2cf3597fce2991eff46a13829b48

Enable botan plugin

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7f78aa8..435a254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
 pkgbase=qca
 pkgname=(qca-qt4 qca-qt5)
 pkgver=2.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Qt Cryptographic Architecture"
 arch=(i686 x86_64)
 url="http://delta.affinix.com/qca/"
 license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10)
 source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz"
         no-ssl3.patch)
 md5sums=('657cc701316600199199a6b6cb2c73c9'
@@ -45,7 +45,7 @@ build() {
 
 package_qca-qt4() {
   depends=(qt4 nss)
-  optdepends=('pkcs11-helper: PKCS-11 plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
   conflicts=(qca qca-gnupg qca-ossl)
   provides=(qca qca-gnupg qca-ossl)
   replaces=(qca qca-gnupg qca-ossl)
@@ -56,7 +56,7 @@ package_qca-qt4() {
 
 package_qca-qt5() {
   depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
 
   cd build5
   make DESTDIR="$pkgdir" install