diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-30 13:52:56 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-08-02 10:35:27 +0200 |
commit | 8e632f678e7003d22b8475a295ee7d2cc966d2b4 (patch) | |
tree | 261b3155352451dafd917c692b026d4d21e06746 /testing/apmpkg/APKBUILD | |
parent | 5d844bf4f9135ad1904cc831a9411490eb860dc7 (diff) | |
download | aports-8e632f678e7003d22b8475a295ee7d2cc966d2b4.zip |
testing: mass rebuild against openssl3
Diffstat (limited to 'testing/apmpkg/APKBUILD')
-rw-r--r-- | testing/apmpkg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/apmpkg/APKBUILD b/testing/apmpkg/APKBUILD index 35ad37c1abc..c027e9ca76f 100644 --- a/testing/apmpkg/APKBUILD +++ b/testing/apmpkg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: kedap <kedap.dev@protonmail.com> pkgname=apmpkg pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Package Manager as a model: PKGBUILD" url="https://github.com/kedap/apmpkg" # armhf: test timeout @@ -10,7 +10,7 @@ url="https://github.com/kedap/apmpkg" arch="all !s390x !armhf !riscv64" license="Apache-2.0" depends="git fakeroot wget ruby-bundler py3-pip bash ruby-dev npm" -makedepends="cargo openssl-dev patchutils" +makedepends="cargo openssl-dev>3 patchutils" subpackages=" $pkgname-doc $pkgname-bash-completion |