diff options
author | Slávek Banko <[email protected]> | 2022-12-27 21:29:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-12-27 21:29:02 +0100 |
commit | b448fbd09294cf33c6eba74a78c805fe80addc85 (patch) | |
tree | 1a5b49279fea8502e177b63189c5c3a2c80cae5d | |
parent | 68396b7c4eb13ef59d8adb621faa416b27080177 (diff) | |
download | tde-packaging-b448fbd09294cf33c6eba74a78c805fe80addc85.tar.gz tde-packaging-b448fbd09294cf33c6eba74a78c805fe80addc85.zip |
ArchLinux tdelibs: Update for rebuild with OpenSSL 3.x.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | arch/tde-core/tde-tdelibs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tde-core/tde-tdelibs/PKGBUILD b/arch/tde-core/tde-tdelibs/PKGBUILD index e6da19eeb..d5aea5c80 100644 --- a/arch/tde-core/tde-tdelibs/PKGBUILD +++ b/arch/tde-core/tde-tdelibs/PKGBUILD @@ -9,7 +9,7 @@ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" pkgver=14.0.13 -pkgrel=1 +pkgrel=2 pkgdesc="Trinity Desktop core libraries and applications" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" @@ -24,7 +24,7 @@ depends=('aspell' 'libxcomposite' 'libxslt' 'libxtst' - 'openssl-1.0' + 'openssl' 'openexr' 'pcre' 'tde-arts' |