aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2018-11-13 21:33:33 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2018-11-13 21:34:58 +0100
commit2e0e53b7eb763e2cebc299ae15edf395e30e22cb (patch)
tree32dff4acd4a5573fb8a84078e2445ae548aa3c01 /testing
parent32a48b72c11205f39ea867edc895724ec4d53c19 (diff)
downloadaports-2e0e53b7eb763e2cebc299ae15edf395e30e22cb.tar.bz2
aports-2e0e53b7eb763e2cebc299ae15edf395e30e22cb.tar.xz
testing/zfs-prune-snapshots: fixup deps
Diffstat (limited to 'testing')
-rw-r--r--testing/zfs-prune-snapshots/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/zfs-prune-snapshots/APKBUILD b/testing/zfs-prune-snapshots/APKBUILD
index c0ec9096bc..cf8e31f694 100644
--- a/testing/zfs-prune-snapshots/APKBUILD
+++ b/testing/zfs-prune-snapshots/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=zfs-prune-snapshots
pkgver=1.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Remove snapshots from one or more zpools that match given criteria"
url="https://github.com/bahamas10/zfs-prune-snapshots"
-arch="noarch"
+arch="noarch !armhf !armv7"
license="MIT"
+depends="bash zfs"
subpackages="$pkgname-doc"
options="!check" # check() requires shellcheck
source="$pkgname-$pkgver.tar.gz::https://github.com/bahamas10/${pkgname}/archive/v${pkgver}.tar.gz