aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2018-06-27 18:59:17 +0200
committerHenrik Riomar <henrik.riomar@gmail.com>2018-06-27 18:59:17 +0200
commit93b9dd9d3ff629c1eb65482f1bbe42ac9080a8f6 (patch)
tree2743522f46270a00bc1c5c7c46beba400dda7e23
parentc566212c4a59d2b8a21d257d6818dcca23e01597 (diff)
downloadaports-93b9dd9d3ff629c1eb65482f1bbe42ac9080a8f6.tar.bz2
aports-93b9dd9d3ff629c1eb65482f1bbe42ac9080a8f6.tar.xz
testing/simplesnap: no zfs on armhf
-rw-r--r--testing/simplesnap/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/simplesnap/APKBUILD b/testing/simplesnap/APKBUILD
index 4476cfca5d..2e8dc3e3e4 100644
--- a/testing/simplesnap/APKBUILD
+++ b/testing/simplesnap/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer:
pkgname=simplesnap
pkgver=1.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Simple and powerful network transmission of ZFS snapshots"
url="https://github.com/jgoerzen/simplesnap"
-arch="noarch"
+arch="noarch !armhf"
license="GPL-3.0-or-later"
depends="bash coreutils liblockfile openssh-client zfs"
subpackages="$pkgname-doc"