aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rdedup
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-13 23:01:19 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-28 14:25:12 +0000
commitd29c7bd83feef587bb2005932d045d0318d83aa8 (patch)
tree1a647785f6956e445d1bcaa250f89562aec707ea /testing/rdedup
parent13c802d192c558d83c4ea5b63ba15d0d59b00d32 (diff)
downloadaports-d29c7bd83feef587bb2005932d045d0318d83aa8.tar.bz2
aports-d29c7bd83feef587bb2005932d045d0318d83aa8.tar.xz
testing/rdedup: more arches
Diffstat (limited to 'testing/rdedup')
-rw-r--r--testing/rdedup/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/rdedup/APKBUILD b/testing/rdedup/APKBUILD
index a9ae0e4691..d62146e413 100644
--- a/testing/rdedup/APKBUILD
+++ b/testing/rdedup/APKBUILD
@@ -2,15 +2,12 @@
# Maintainer: tcely <rdedup+aports@tcely.33mail.com>
pkgname="rdedup"
pkgver="3.1.1"
-pkgrel=0
+pkgrel=1
pkgdesc="Data deduplication with compression and public key encryption"
url="https://github.com/dpc/rdedup"
-arch="x86_64" # limited by cargo
+arch="x86_64 armhf armv7" # limited by cargo
license="MPL-2.0"
-depends=""
makedepends="cargo clang-dev libsodium-dev openssl-dev xz-dev"
-install=""
-subpackages=""
source="https://github.com/dpc/${pkgname}/archive/${pkgname}-v${pkgver}.tar.gz"
builddir="$srcdir/${pkgname}-${pkgname}-v${pkgver}"