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

Antonio Rojas arojas at archlinux.org
Thu Dec 14 07:58:22 UTC 2017


    Date: Thursday, December 14, 2017 @ 07:58:16
  Author: arojas
Revision: 312373

Add openssl-1.0 dependency explicitely

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-14 04:25:09 UTC (rev 312372)
+++ PKGBUILD	2017-12-14 07:58:16 UTC (rev 312373)
@@ -6,7 +6,7 @@
 pkgbase=qca
 pkgname=(qca-qt4 qca-qt5)
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt Cryptographic Architecture"
 arch=(x86_64)
 url="http://delta.affinix.com/qca/"
@@ -47,8 +47,8 @@
 }
 
 package_qca-qt4() {
-  depends=(qt4 nss openssl-1.0)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 'openssl-1.0: OpenSSL plugin')
   conflicts=(qca qca-gnupg qca-ossl)
   provides=(qca qca-gnupg qca-ossl)
   replaces=(qca qca-gnupg qca-ossl)
@@ -59,7 +59,7 @@
 
 package_qca-qt5() {
   depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 'openssl-1.0: OpenSSL plugin')
 
   cd build5
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list