diff options
Diffstat (limited to 'testing/scrypt/APKBUILD')
-rw-r--r-- | testing/scrypt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scrypt/APKBUILD b/testing/scrypt/APKBUILD index f810e045f11..24144bfe781 100644 --- a/testing/scrypt/APKBUILD +++ b/testing/scrypt/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Nulo <alpine@nulo.in> pkgname=scrypt pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="A password-based encryption utility" url="https://www.tarsnap.com/scrypt.html" arch="all" license="BSD-2-Clause" -depends_dev="openssl-dev" +depends_dev="openssl-dev>3" makedepends="$depends_dev" subpackages="$pkgname-doc" source="https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz" |