diff options
Diffstat (limited to 'testing/rdedup/APKBUILD')
-rw-r--r-- | testing/rdedup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rdedup/APKBUILD b/testing/rdedup/APKBUILD index 3392d92ec11..0be504e03e3 100644 --- a/testing/rdedup/APKBUILD +++ b/testing/rdedup/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=rdedup pkgver=3.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Data deduplication with compression and public key encryption" url="https://github.com/dpc/rdedup" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by cargo license="MPL-2.0" -makedepends="cargo clang-dev libsodium-dev openssl-dev xz-dev" +makedepends="cargo clang-dev libsodium-dev openssl-dev>3 xz-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/dpc/rdedup/archive/v$pkgver.tar.gz" build() { |