author | Antonio Rojas
<arojas@archlinux.org> 2020-01-07 17:58:42 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-01-07 17:58:42 UTC |
parent | 13b093c8255ac79d79d2f03ec480d7afda783964 |
PKGBUILD | +1 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 6aa0825..02e9a9b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=qca pkgver=2.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Qt Cryptographic Architecture" arch=(x86_64) url="https://userbase.kde.org/QCA" @@ -35,10 +35,6 @@ build() { } package() { - depends=(qt5-base nss ca-certificates) - optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan: botan plugin') - cd build make DESTDIR="$pkgdir" install } -