[arch-commits] Commit in qca/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jan 6 12:06:55 UTC 2017


    Date: Friday, January 6, 2017 @ 12:06:54
  Author: arojas
Revision: 285484

Enable botan plugin

Modified:
  qca/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 11:19:18 UTC (rev 285483)
+++ PKGBUILD	2017-01-06 12:06:54 UTC (rev 285484)
@@ -6,12 +6,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'
@@ -46,7 +46,7 @@
 
 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)
@@ -57,7 +57,7 @@
 
 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



More information about the arch-commits mailing list