diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tde-core/tde-tqca-tls/PKGBUILD | 4 | ||||
-rw-r--r-- | arch/tde-core/tde-tqca/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/tde-core/tde-tqca-tls/PKGBUILD b/arch/tde-core/tde-tqca-tls/PKGBUILD index bfec0c87a..4ac2cdab1 100644 --- a/arch/tde-core/tde-tqca-tls/PKGBUILD +++ b/arch/tde-core/tde-tqca-tls/PKGBUILD @@ -9,13 +9,13 @@ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" pkgver=14.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Trinity SSL/TLS plugin for TQt Cryptographic Architecture (TQCA)" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod%-tls}" license=('GPL') groups=('tde-core') -depends=('tde-tqtinterface' 'openssl-1.0') +depends=('tde-tqtinterface' 'openssl') makedepends=('tde-cmake-trinity') provides=(${_mod}) conflicts=("trinity-${_mod}") diff --git a/arch/tde-core/tde-tqca/PKGBUILD b/arch/tde-core/tde-tqca/PKGBUILD index 46fc1f24b..1e70a73ce 100644 --- a/arch/tde-core/tde-tqca/PKGBUILD +++ b/arch/tde-core/tde-tqca/PKGBUILD @@ -10,13 +10,13 @@ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" pkgver=14.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Trinity SSL/TLS interface for TQt Cryptographic Architecture (TQCA)" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" license=('GPL') groups=('tde-core') -depends=('tde-tqtinterface' 'openssl-1.0') +depends=('tde-tqtinterface' 'openssl') makedepends=('tde-cmake-trinity') provides=(${_mod}) conflicts=("trinity-${_mod}") |