author | Jan de Groot
<jgc@archlinux.org> 2017-05-17 10:42:03 UTC |
committer | Jan de Groot
<jgc@archlinux.org> 2017-05-17 10:42:03 UTC |
parent | 30308dbeb29db857e83f6431a957cb11fb04be6e |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6e068e1..a10d93a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgbase=qca pkgname=(qca-qt4 qca-qt5) pkgver=2.1.3 -pkgrel=3 +pkgrel=4 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 botan1.10) +makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 openssl-1.0) source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz") md5sums=('5019cc29efcf828681cd93164238ce26') @@ -46,7 +46,7 @@ build() { } package_qca-qt4() { - depends=(qt4 nss) + depends=(qt4 nss openssl-1.0) optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin') conflicts=(qca qca-gnupg qca-ossl) provides=(qca qca-gnupg qca-ossl)