Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: openssl 3.0.5-2: drop openssl-1.1 bootstrapping dep
Browse files Browse the repository at this point in the history
base should now be linked against openssl 3.0.

git-svn-id: file:///srv/repos/svn-packages/svn@459798 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
foutrelis authored and svntogit committed Nov 1, 2022
1 parent 6e498b5 commit beacb20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

pkgname=openssl
pkgver=3.0.5
pkgrel=1
pkgrel=2
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
arch=('x86_64')
url='https://www.openssl.org'
Expand Down Expand Up @@ -54,7 +54,6 @@ check() {
}

package() {
depends+=('openssl-1.1') # remove after bootstrapping base
cd "$srcdir/$pkgname-$pkgver"

make DESTDIR="$pkgdir" MANDIR=/usr/share/man MANSUFFIX=ssl install_sw install_ssldirs install_man_docs
Expand Down

0 comments on commit beacb20

Please sign in to comment.