diff options
Diffstat (limited to 'testing/pypy-bootstrap/APKBUILD')
-rw-r--r-- | testing/pypy-bootstrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pypy-bootstrap/APKBUILD b/testing/pypy-bootstrap/APKBUILD index f344f66ff80..20e8a4caba4 100644 --- a/testing/pypy-bootstrap/APKBUILD +++ b/testing/pypy-bootstrap/APKBUILD @@ -3,7 +3,7 @@ pkgname=pypy-bootstrap pkgver=7.3.9 _py2ver=2.7.18 _pycpver=2.19 -pkgrel=1 +pkgrel=2 pkgdesc="A fast, compliant alternative implementation of Python" url="https://www.pypy.org/" arch="x86 x86_64 s390x aarch64 ppc64le" @@ -16,7 +16,7 @@ makedepends=" libffi-dev linux-headers ncurses-dev - openssl-dev + openssl-dev>3 perl pkgconf readline-dev |